/* CULTGARAGE */
/* Imports */
/* CULTGARAGE */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body {
  background: #f3f3f3;
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
  padding-top: 65px;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1100px) {
}
section .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.half {
  width: 50%;
}
.half img {
  display: block;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 20px;
}
.half.right {
  float: right;
  padding-left: 20px;
}
@media (max-width: 1020px) {
  .half {
    width: 100% !important;
    max-width: 100% !important;
  }
  .half:first-of-type {
    padding-bottom: 40px !important;
  }
  .half.left {
    float: none;
    padding-right: 0 !important;
  }
  .half.right {
    float: none;
    padding-left: 0 !important;
  }
}
.container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
}
h1,
h2 {
  clear: both;
  line-height: 1.4;
  color: #12242a;
  font-size: 25px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 26px;
}
@media (max-width: 1020px) {
  h1,
  h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 450px) {
  h1,
  h2 {
    font-size: 23px !important;
  }
}
h3 {
  font-size: 21px;
  clear: both;
  margin-bottom: 24px;
  line-height: 1.4;
  color: #12242a;
  font-weight: bold;
}
@media (max-width: 1020px) {
  h3 {
    font-size: 20px !important;
  }
}
p,
ul li,
ol li,
table td,
table th {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
p strong,
ul li strong,
ol li strong,
table td strong,
table th strong {
  font-weight: bold;
}
p a,
ul li a,
ol li a,
table td a,
table th a {
  color: #12242a;
}
p a:hover,
ul li a:hover,
ol li a:hover,
table td a:hover,
table th a:hover {
  text-decoration: none;
}
section ul {
  margin-bottom: 24px;
  clear: both;
  padding: 0 0;
  list-style: none;
}
section ul li {
  margin-bottom: 9px;
  position: relative;
  padding-left: 20px;
}
section ul li:before {
  background: #12242a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: block;
}
section ol {
  margin-bottom: 24px;
  clear: both;
  padding: 0 0;
  padding-left: 18px;
}
section ol li {
  margin-bottom: 9px;
  position: relative;
  padding-left: 10px;
}
section ol li ol {
  padding-top: 9px;
}
section ol li ol li {
  list-style-type: lower-roman;
}
.button {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  background: transparent;
  font-weight: 600;
  outline: none;
  min-width: 110px;
  padding: 0 21px 0 19px;
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
  border: 1px solid #12242a;
  color: #12242a;
}
.button span {
  display: inline-block;
  padding-right: 20px;
  background: url("./images/arrow-small.svg") right center no-repeat;
  background-size: 10px 10px;
}
.button:hover {
  color: #fff;
  background: #12242a;
}
.button:hover span {
  background-image: url("./images/arrow-small-white.svg");
}
.button.add-to-cart {
  height: 54px;
  line-height: 54px;
  border: none;
  background: #12242a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 25px 0 18px;
}
.button.add-to-cart span {
  padding-right: 0;
  padding-left: 50px;
  background: url("./images/cart-yellow.svg") left center no-repeat;
  background-size: 30px 26px;
}
.more {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #12242a;
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  background: url("./images/arrow-small.svg") right center no-repeat;
  background-size: 8px 8px;
}
.more:hover {
  text-decoration: underline;
}
table {
  margin-bottom: 35px;
  border-spacing: 0;
  width: 100%;
  clear: both;
  float: none;
}
table tr td:first-of-type,
table tr th:first-of-type {
  text-align: left;
}
table tr td:last-of-type,
table tr th:last-of-type {
  text-align: right;
}
table th {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
table td,
table th {
  font-size: 16px;
  padding: 10px 17px;
  text-align: center;
}
@media (max-width: 767px) {
  table td,
  table th {
    padding: 10px;
    font-size: 14px;
  }
}
.table-content {
  max-width: 100%;
  overflow: auto;
}
/* Header */
.search {
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-top: 14px;
}
.search input[type="text"] {
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #e3e3e3;
  padding: 0 90px 0 48px;
  width: 464px;
  background: #fff url("./images/search.png") 18px center no-repeat;
  background-size: 15px 15px;
}
.search button {
  position: absolute;
  border: none;
  outline: none;
  background: #12242a;
  color: #fff;
  width: 85px;
  height: 36px;
  right: 3px;
  top: 3px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}
.dropdown {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 336px;
  padding-top: 6px;
  z-index: 999;
}
.dropdown .inner {
  width: 100%;
  background: #fff !important;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding-bottom: 51px;
  padding-top: 7px;
}
.dropdown .item {
  width: 100%;
  clear: both;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 7px 22px;
  padding-left: 110px;
  position: relative;
}
.dropdown .item .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 22px;
  top: 7px;
}
.dropdown .item .text {
  height: 66px;
  line-height: 66px;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}
.dropdown .item .text p {
  line-height: 1.5;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 0;
  display: inline-block;
}
.dropdown .item .text p .price {
  font-size: 18px;
}
.dropdown .item:hover {
  background: #ededed;
}
.dropdown .button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
  line-height: 42px;
  background: #12242a;
  border-radius: 3px;
  color: #fff;
}
.dropdown .button span {
  padding-right: 21px;
  background: url("./images/arrow-right-white.svg") right center no-repeat;
  background-size: 12px 15px;
}
.dropdown.dropdown-cart {
  left: auto;
  right: 0;
}
.dropdown.dropdown-cart .inner {
  padding-top: 0;
  padding-bottom: 44px;
}
.dropdown.dropdown-cart .item {
  padding: 14px 18px;
  padding-left: 95px;
  position: relative;
}
.dropdown.dropdown-cart .item .img {
  width: 54px;
  height: 54px;
  left: 18px;
  top: 17px;
}
.dropdown.dropdown-cart .item .text {
  height: auto;
  line-height: normal;
}
.dropdown.dropdown-cart .item .text h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 7px;
}
.dropdown.dropdown-cart .item .text p {
  margin-bottom: 0;
  font-size: 12px;
  color: #858585;
}
.dropdown.dropdown-cart .item .text p strong {
  font-weight: normal;
  color: #000;
}
.dropdown.dropdown-cart .item .text p .price {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.dropdown.dropdown-cart .item .text p a {
  font-weight: bold;
  color: #000;
}
.dropdown.dropdown-cart .item:before {
  width: calc(100% - 36px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 18px;
  background: #ebebeb;
  display: block;
  content: "";
}
.dropdown.dropdown-cart .item:hover {
  background: none;
}
.dropdown.dropdown-cart .item:last-of-type:before {
  display: none;
}
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
}
header .logo {
  float: left;
  display: block;
  height: 70px;
}
header .top {
  width: 100%;
  min-height: 1%;
  padding: 18px 0;
}
header .top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .bottom {
  width: 100%;
  min-height: 1%;
  clear: both;
  height: 42px;
}
header .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .right {
  min-height: 1%;
  display: inline-block;
  float: right;
}
header .right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .search-mobile {
  background-image: url("./images/search.png");
  background-size: 100% 100%;
  height: 24px;
  width: 24px;
  margin-left: 30px;
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  margin-top: 23px;
  display: none;
}
header .language,
header .currency {
  float: left;
  display: inline-block;
  margin-left: 35px;
  position: relative;
  margin-top: 20px;
  min-height: 1%;
}
header .language:after,
header .currency:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .language .label,
header .currency .label {
  float: left;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
header .language .select,
header .currency .select {
  float: left;
  padding-right: 19px;
  background: url("./images/select.svg") right center no-repeat;
  background-size: 9px 8px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
header .language .select img,
header .currency .select img {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  position: relative;
  top: 3px;
}
header .language .options,
header .currency .options {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background: #fff !important;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 10px 12px;
  width: 100%;
  z-index: 100;
}
header .language .options a,
header .currency .options a {
  display: block;
  clear: both;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
header .language .options a:last-of-type,
header .currency .options a:last-of-type {
  margin-bottom: 0;
}
header .language .options a img,
header .currency .options a img {
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  position: relative;
  top: 3px;
}
header .cart {
  position: relative;
  float: left;
  margin-left: 45px;
  margin-top: 10px;
  display: inline-block;
}
header .cart .cart-link {
  text-decoration: none;
  display: inline-block;
  min-height: 1%;
  color: #000;
}
header .cart .cart-link:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .cart .cart-link .icon {
  width: 62px;
  float: left;
  position: relative;
  background: url("./images/cart.svg") left center no-repeat;
  background-size: 40px auto;
  height: 50px;
}
header .cart .cart-link .number {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #d4c94e;
  background: #f4e96c;
  top: 1px;
  right: 9px;
  font-weight: bold;
  font-size: 9px;
  line-height: 18px;
}
header .cart .cart-link .text {
  width: 130px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 2px;
}
header .cart .cart-link .text strong {
  font-size: 17px;
  font-weight: 600;
}
header .navigation-link-mobile {
  display: none;
}
header .social {
  float: right;
  position: relative;
  top: -5px;
  min-height: 1%;
}
header .social:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .social a {
  float: left;
  margin-left: 33px;
  font-size: 23px;
  color: #c4c4c4;
}
header .social a:first-of-type {
  margin-left: 0;
}
header .social a:last-of-type {
  font-size: 25px;
}
header .social a:hover {
  color: #12242a;
}
header nav {
  display: block;
  clear: none;
  width: auto;
  float: left;
}
header nav.visible {
  display: inline-block !important;
}
header nav .menu {
  min-height: 1%;
  display: block;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  width: 100%;
}
header nav .menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu li {
  float: left;
  display: inline-block;
  margin: 0 0;
  margin-right: 23px;
  padding: 0 0;
  clear: none;
  position: relative;
}
header nav .menu li a.navigation-link {
  text-decoration: none;
  font-size: 14px;
  padding: 0 12px 18px 12px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
header nav .menu li a.navigation-link.has-submenu {
  padding-right: 24px;
  background: url("./images/select.svg") 94% 8px no-repeat;
  background-size: 10px 7px;
}
header nav .menu li a.navigation-link:before {
  content: "";
  display: block;
  bottom: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  height: 3px;
  background: transparent;
}
header nav .menu li a.navigation-link:hover:before,
header nav .menu li a.navigation-link.active:before {
  background: #12242a;
}
header nav .menu li.social {
  display: none !important;
}
header nav .menu li:first-of-type {
  margin-left: 0;
}
header nav .menu li:hover .submenu {
  display: block;
}
header nav .menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 6px;
}
header nav .menu .submenu ul {
  background: #fff !important;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: left;
  width: 350px;
}
header nav .menu .submenu li {
  width: 100%;
  display: block;
  margin: 0 0;
  float: none;
  padding: 0 0;
}
header nav .menu .submenu a.submenu-link {
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 10px 0;
  padding-right: 24px;
  line-height: 19px;
  color: #000000;
  font-weight: normal;
  background: url("./images/arrow.svg") right center no-repeat;
  background-size: 12px 8px;
}
header nav .menu .submenu a.submenu-link:hover {
  background-image: url("./images/arrow-blue.svg");
  font-weight: bold;
  color: #12242a;
}
header.small nav {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18px;
}
header.small nav .inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
header.small nav .inner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1300px) {
  header .bottom,
  header.small .bottom,
  header.subpage .bottom {
    position: static;
    height: auto;
  }
  header .social,
  header.small .social,
  header.subpage .social {
    display: none;
  }
  header .search,
  header.small .search,
  header.subpage .search {
    display: none;
  }
  header .search-mobile,
  header.small .search-mobile,
  header.subpage .search-mobile {
    display: block;
    margin-right: 63px;
    float: right;
  }
  header nav,
  header.small nav,
  header.subpage nav {
    margin-top: 0;
    padding: 0 0;
    position: absolute !important;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    border-top: 1px solid #e2e2e2 !important;
    z-index: 999;
  }
  header nav .inner,
  header.small nav .inner,
  header.subpage nav .inner {
    padding: 0 0;
    max-width: 100%;
  }
  header nav .menu,
  header.small nav .menu,
  header.subpage nav .menu {
    width: 100%;
    display: block;
  }
  header nav .menu li,
  header.small nav .menu li,
  header.subpage nav .menu li {
    width: 100%;
    padding: 0 0 !important;
    margin: 0 0 !important;
    display: block;
  }
  header nav .menu li a.navigation-link,
  header.small nav .menu li a.navigation-link,
  header.subpage nav .menu li a.navigation-link {
    width: 100%;
    display: block;
    border: none !important;
    border-bottom: 1px solid #e2e2e2 !important;
    padding: 17px 20px 15px 20px;
    height: auto;
    line-height: normal;
    color: #000 !important;
    margin: 0 0;
    text-align: left;
    background: none !important;
  }
  header nav .menu li a.navigation-link:hover,
  header.small nav .menu li a.navigation-link:hover,
  header.subpage nav .menu li a.navigation-link:hover,
  header nav .menu li a.navigation-link.active,
  header.small nav .menu li a.navigation-link.active,
  header.subpage nav .menu li a.navigation-link.active {
    text-decoration: none;
    color: #fff !important;
    background: #12242a !important;
  }
  header nav .menu li a.navigation-link:before,
  header.small nav .menu li a.navigation-link:before,
  header.subpage nav .menu li a.navigation-link:before {
    display: none !important;
  }
  header nav .menu li.social,
  header.small nav .menu li.social,
  header.subpage nav .menu li.social {
    padding: 17px 20px 15px 20px !important;
    top: auto !important;
    display: block !important;
    min-height: 1%;
  }
  header nav .menu li.social:after,
  header.small nav .menu li.social:after,
  header.subpage nav .menu li.social:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
  header nav .menu li.social a,
  header.small nav .menu li.social a,
  header.subpage nav .menu li.social a {
    margin: 0 0;
    margin-right: 35px;
  }
  header nav .menu .submenu,
  header.small nav .menu .submenu,
  header.subpage nav .menu .submenu {
    display: none !important;
  }
  header .navigation-link-mobile,
  header.small .navigation-link-mobile,
  header.subpage .navigation-link-mobile {
    position: absolute;
    float: right;
    display: inline-block;
    width: 36px;
    height: 32px;
    padding: 6px;
    top: 50%;
    margin-top: -14px;
    right: 17px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span,
  header.small .navigation-link-mobile span,
  header.subpage .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 3px;
    width: calc(100% - 12px);
    background: #12242a;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1),
  header.small .navigation-link-mobile span:nth-child(1),
  header.subpage .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header.small .navigation-link-mobile span:nth-child(2),
  header.subpage .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3),
  header.small .navigation-link-mobile span:nth-child(3),
  header.subpage .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4),
  header.small .navigation-link-mobile span:nth-child(4),
  header.subpage .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1),
  header.small .navigation-link-mobile.active span:nth-child(1),
  header.subpage .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2),
  header.small .navigation-link-mobile.active span:nth-child(2),
  header.subpage .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3),
  header.small .navigation-link-mobile.active span:nth-child(3),
  header.subpage .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4),
  header.small .navigation-link-mobile.active span:nth-child(4),
  header.subpage .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
@media (max-width: 900px) {
  header .logo,
  header.small .logo,
  header.subpage .logo {
    height: 60px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  header .cart .cart-link .icon,
  header.small .cart .cart-link .icon,
  header.subpage .cart .cart-link .icon {
    margin-right: 0;
  }
  header .cart .cart-link .text,
  header.small .cart .cart-link .text,
  header.subpage .cart .cart-link .text {
    display: none;
  }
  header .cart .dropdown-cart,
  header.small .cart .dropdown-cart,
  header.subpage .cart .dropdown-cart {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header .logo,
  header.small .logo,
  header.subpage .logo {
    height: 50px !important;
  }
  header .language,
  header.small .language,
  header.subpage .language,
  header .currency,
  header.small .currency,
  header.subpage .currency {
    display: none;
  }
  header .cart,
  header.small .cart,
  header.subpage .cart {
    margin-left: 0;
    margin-top: 6px;
  }
  header .search-mobile,
  header.small .search-mobile,
  header.subpage .search-mobile {
    margin-left: 6px;
    margin-right: 50px;
    margin-top: 19px;
  }
}
/* Footer */
footer {
  width: 100%;
  min-height: 1%;
  clear: both;
  margin-top: 50px;
  background: #12242a;
}
footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top {
  padding-top: 38px;
  width: 100%;
  min-height: 1%;
  clear: both;
}
footer .top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top .container {
  max-width: 860px;
}
footer .top .col {
  padding-right: 20px;
  padding-bottom: 35px;
  width: 36%;
  float: left;
  min-height: 1%;
}
footer .top .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top .col:last-of-type {
  width: 28%;
  padding-right: 0;
}
footer .top h3 {
  color: #fff;
}
footer .top ul {
  list-style: none;
}
footer .top ul li {
  margin-bottom: 11px;
  padding-left: 0;
  font-weight: normal;
}
footer .top ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 0;
}
footer .top ul li a:hover {
  color: #f3e86b;
}
footer .top ul li a:before {
  display: none;
}
footer .top ul li i {
  display: inline-block;
  width: 25px;
  margin-right: 16px;
  font-size: 25px;
  text-align: center;
  position: relative;
}
footer .middle {
  width: 100%;
  min-height: 1%;
  clear: both;
  border-top: 1px solid #2f3f44;
  text-align: center;
}
footer .middle:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .payment-options {
  min-height: 1%;
  width: 100%;
  padding: 17px 0;
  text-align: center;
  clear: both;
}
footer .payment-options:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .payment-options div,
footer .payment-options span {
  display: inline-block;
  clear: none;
  float: none;
  background: #fff;
  border-radius: 4px;
  width: 66px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  margin: 8px;
}
footer .payment-options div img,
footer .payment-options span img {
  max-width: 90%;
  max-height: 85%;
  line-height: 46px;
  vertical-align: middle;
}
footer .bottom {
  width: 100%;
  text-align: center;
  clear: both;
  padding: 20px 0 15px 0;
  border-top: 1px solid #2f3f44;
  min-height: 1%;
}
footer .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .bottom p {
  margin: 0 0;
  padding: 6px 0;
  display: inline-block;
  color: #7e8587;
  font-size: 14px;
}
footer .bottom p.small {
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .top .col {
    width: 100% !important;
    float: none;
    clear: both;
  }
  footer .payment-options div,
  footer .payment-options span {
    width: 56px;
    height: 36px;
    line-height: 36px;
    margin: 5px 4px;
  }
  footer .payment-options div img,
  footer .payment-options span img {
    max-width: 80%;
    max-height: 70%;
    line-height: 36px;
  }
}
/*------ Components -------*/
/* Form */
form {
  min-height: 1%;
  width: 100%;
  clear: both;
  display: block;
}
form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p {
  min-height: 1%;
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 25px;
}
form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
form p.last {
  margin-bottom: 0;
}
form p.checkbox {
  padding-left: 27px;
  position: relative;
  margin-bottom: 8px;
}
form p.checkbox input {
  left: 0;
  top: 6px;
  position: absolute;
}
form p.checkbox label {
  float: left;
  width: auto;
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
}
form p.text {
  font-size: 13px;
}
form p.error input[type="text"],
form p.error input[type="email"],
form p.error input[type="password"],
form p.error textarea,
form p.error select {
  border-color: #a62828;
  background: #ffceca;
}
form label {
  font-size: 15px;
  color: #000000;
  font-weight: normal;
  clear: both;
  margin-bottom: 8px;
  padding: 0 0;
  display: block;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  width: 100%;
  display: block;
  height: 52px;
  line-height: 50px;
  outline: none !important;
  padding: 0 20px;
  font-size: 14px;
  background: #fff;
  color: #000000;
  font-weight: normal;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
form input[type="text"].error,
form input[type="email"].error,
form input[type="password"].error,
form textarea.error,
form select.error {
  border-color: #a62828;
  background: #ffceca;
}
form textarea {
  height: 165px;
  padding: 19px 24px;
  line-height: 21px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  background: #fff url("./images/select.svg") 94% center no-repeat;
  background-size: 9px 6px;
}
form .button {
  height: 44px;
  line-height: 42px;
  min-width: 190px;
  font-size: 15px !important;
  font-weight: 600 !important;
}
form .button span {
  font-size: 15px !important;
  font-weight: 600 !important;
}
/* Alert */
.alert {
  width: 100%;
  background: #12242a;
  color: #fff;
  text-align: center;
  padding: 11px 20px;
}
.alert p,
.alert h3,
.alert h2 {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 0 0;
  font-size: 12px;
  line-height: 1.5;
  margin: 2px 5px;
}
.alert .close {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  margin: 2px 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("./images/close.svg") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 3px;
}
/* Slider styles */
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 32px;
  outline: none;
  cursor: pointer;
  margin: 0 0;
  margin-top: -16px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
  background-color: transparent;
  text-indent: -1000px;
  z-index: 800;
  overflow: hidden;
  border: none;
  padding: 0 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.slick-arrow.slick-prev {
  left: -19px;
  background-image: url("./images/arrow-left-grey.svg");
}
.slick-arrow.slick-prev:hover {
  background-image: url("./images/arrow-left.svg");
}
.slick-arrow.slick-next {
  right: -19px;
  background-image: url("./images/arrow-right-grey.svg");
}
.slick-arrow.slick-next:hover {
  background-image: url("./images/arrow-right.svg");
}
.slick-dots {
  width: 100%;
  clear: both;
  margin: 15px 0 0 0;
  padding: 0 0;
  text-align: center;
}
.slick-dots li {
  padding: 0 0;
  margin: 0 8px;
  display: inline-block;
  clear: none;
  width: auto;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #f3f3f3;
  display: block;
  outline: none;
  background: #d5d5d5;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.slick-dots li.slick-active button {
  background: #f3f3f3;
  border: 3px solid #12242a;
}
/* Homepage - intro */
.section-homepage-intro {
  padding: 0 0;
  margin: 0 0;
}
.section-homepage-intro img {
  width: 100%;
  display: block;
}
.section-homepage-intro .slide {
  outline: none;
}
.section-homepage-intro .slick-dots {
  position: absolute;
  left: 50%;
  width: 268px;
  height: 34px;
  background: url("./images/slider-dots.svg") center bottom no-repeat;
  background-size: auto 100%;
  bottom: -1px;
  margin: 0 0;
  padding: 0 0;
  margin-left: -134px;
  text-align: center;
  padding-top: 13px;
  display: block;
}
.section-homepage-intro .slick-dots li {
  padding: 0 0;
  margin: 0 8px;
  display: inline-block;
  clear: none;
  width: auto;
}
.section-homepage-intro .slick-dots li:before {
  display: none !important;
}
.section-homepage-intro .slick-dots li button {
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #f3f3f3;
  display: block;
  outline: none;
  background: #d5d5d5;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-homepage-intro .slick-dots li.slick-active button {
  background: #f3f3f3;
  border: 3px solid #12242a;
}
@media (max-width: 1300px) {
  .section-homepage-intro .slide {
    overflow: hidden;
  }
  .section-homepage-intro img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 900px) {
  .section-homepage-intro img {
    width: 190%;
    max-width: 190%;
    margin-left: -30%;
  }
}
@media (max-width: 600px) {
  .section-homepage-intro img {
    width: 310%;
    max-width: 310%;
    margin-left: -55%;
  }
}
/* Products - slider */
.section-products-slider .container {
  padding: 0 1px;
}
.section-products-slider .heading {
  width: 100%;
  padding: 0 19px;
  min-height: 1%;
  clear: both;
}
.section-products-slider .heading:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-products-slider .heading h1,
.section-products-slider .heading h2,
.section-products-slider .heading h3 {
  float: left;
  margin-bottom: 10px;
}
.section-products-slider .heading .more {
  float: right;
  margin-bottom: 10px;
  position: relative;
  top: 8px;
}
.section-products-slider .box {
  padding: 19px;
  outline: none;
  text-align: left;
}
.section-products-slider .inner {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  background: #fff;
}
.section-products-slider .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 294px;
}
.section-products-slider .tag {
  position: absolute;
  height: 28px;
  line-height: 28px;
  padding: 0 11px;
  display: inline-block;
  font-size: 12px;
  color: #12242a;
  background: #ece165;
  font-weight: bold;
  top: 0;
  right: 0;
}
.section-products-slider .tag.blue {
  color: #fff;
  background: #12242a;
}
.section-products-slider .tag.yellow {
  color: #12242a;
  background: #ece165;
}
.section-products-slider .text {
  position: relative;
  padding: 20px 20px 65px 20px;
  height: 160px;
}
.section-products-slider .text p {
  margin: 0 0;
}
.section-products-slider .price {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  float: left;
}
.section-products-slider .button {
  float: right;
}
.section-products-slider .bottom {
  position: absolute;
  padding: 0 20px 0 20px;
  bottom: 21px;
  left: 0;
  width: 100%;
  min-height: 1%;
}
.section-products-slider .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
/* Icons */
.section-icons .item {
  width: 26%;
  float: left;
  min-height: 1%;
  padding-right: 20px;
  position: relative;
  padding-left: 70px;
}
.section-icons .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-icons .item:last-of-type {
  width: 22%;
}
.section-icons .item.item1 .img svg,
.section-icons .item.item1 .img img {
  width: 50px;
}
.section-icons .item.item2 {
  padding-left: 108px;
}
.section-icons .item.item2 .img {
  width: 108px;
}
.section-icons .item.item2 .img svg,
.section-icons .item.item2 .img img {
  width: 83px;
}
.section-icons .item.item3 .img svg,
.section-icons .item.item3 .img img {
  width: 50px;
}
.section-icons .item.item4 .img svg,
.section-icons .item.item4 .img img {
  width: 48px;
}
.section-icons .img {
  position: absolute;
  left: 0;
  width: 70px;
  top: 0;
}
.section-icons .img svg,
.section-icons .img img {
  display: block;
  height: auto !important;
}
.section-icons .img svg,
.section-icons .img svg * {
  fill: #b5b5b4;
}
.section-icons h3 {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.section-icons p {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0;
}
.section-icons p br {
  display: none;
}
@media (max-width: 1300px) {
  .section-icons .item {
    margin: 17px 0;
    width: 50% !important;
    padding-left: 108px !important;
  }
  .section-icons .item .img {
    width: 108px !important;
  }
  .section-icons .item .img svg,
  .section-icons .item .img img {
    margin-left: 22px;
  }
  .section-icons .item.item2 .img svg,
  .section-icons .item.item2 .img img {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .section-icons .item {
    width: 50% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
  .section-icons .item p br {
    display: block;
  }
  .section-icons .item .img {
    width: 100% !important;
    position: static;
    margin-bottom: 12px;
  }
  .section-icons .item .img svg,
  .section-icons .item .img img {
    margin: 0 auto !important;
  }
  .section-icons .item.item2 .img svg,
  .section-icons .item.item2 .img img {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .section-icons .item {
    width: 100% !important;
  }
  .section-icons .item:first-of-type {
    margin-top: 0;
  }
  .section-icons .item:last-of-type {
    margin-bottom: 0;
  }
}
/* Boxes */
.section-boxes .container {
  padding: 0 0;
}
.section-boxes .row {
  padding: 0 20px;
}
.section-boxes .boxes {
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-boxes .boxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-boxes .box {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 52px 40px 115px 40px;
  margin: 0 20px;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  flex: 1 1 auto;
  position: relative;
  display: block;
  text-decoration: none;
}
.section-boxes .box .text {
  max-width: 240px;
  position: relative;
}
.section-boxes .box .button {
  position: absolute;
  left: 40px;
  bottom: 52px;
}
.section-boxes .box h1,
.section-boxes .box h2 {
  font-size: 36px;
  line-height: 1.3;
}
.section-boxes .box p {
  margin: 0 0;
}
.section-boxes .box.half {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
.section-boxes .box.third {
  width: calc(33.333% - 40px);
  max-width: calc(33.333% - 40px);
}
@media (max-width: 1300px) {
  .section-boxes .box {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
  }
  .section-boxes .box .text {
    max-width: 50%;
  }
  .section-boxes .box:first-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .section-boxes .half:first-of-type {
    padding-bottom: 115px !important;
  }
}
@media (max-width: 650px) {
  .section-boxes .half:first-of-type {
    padding-bottom: 95px !important;
  }
  .section-boxes .box {
    padding: 30px 30px 95px 30px !important;
    background: #fff !important;
  }
  .section-boxes .box .button {
    bottom: 30px;
    left: 30px;
  }
  .section-boxes .box h1,
  .section-boxes .box h2,
  .section-boxes .box h3 {
    margin-bottom: 20px;
  }
  .section-boxes .box h1 br,
  .section-boxes .box h2 br,
  .section-boxes .box h3 br {
    display: none;
  }
  .section-boxes .box .text {
    max-width: 100%;
  }
}
/* List */
.section-list .menu {
  width: 292px;
  float: left;
}
.section-list .menu .inner {
  padding: 30px 30px 42px 30px;
  background: #fff;
}
.section-list .menu .part {
  padding: 0 0;
  margin-bottom: 28px;
}
.section-list .menu .part h3 {
  margin-bottom: 13px;
}
.section-list .menu .part:last-of-type {
  margin-bottom: 0;
}
.section-list .menu .part p.checkbox input {
  top: 5px;
}
.section-list .clear {
  color: #000;
  font-size: 15px;
  display: block;
  clear: both;
  padding-left: 29px;
  background: url("./images/clear.png") left center no-repeat;
  background-size: 15px 15px;
}
.section-list .clear:hover {
  text-decoration: none;
}
.section-list .items {
  width: calc(100% - 292px);
  float: left;
}
.section-list .row {
  padding-left: 38px;
  width: 100%;
  clear: both;
  display: block;
}
.section-list .row .button {
  float: none;
  height: 42px;
  line-height: 40px;
  font-size: 17px;
  min-width: 175px;
}
.section-list .row p {
  font-size: 14px;
  font-weight: normal;
}
.section-list .row label {
  float: left;
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  margin-right: 18px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  font-weight: 500;
}
.section-list .row select {
  height: 35px;
  line-height: 33px;
  width: 155px;
  clear: none;
  float: left;
  padding-left: 14px;
  font-size: 14px;
  font-weight: normal;
}
.section-list .boxes {
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-list .boxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-list .box {
  padding: 0 0;
  margin-left: 38px;
  width: calc(33.333% - 38px);
  max-width: calc(33.333% - 38px);
  flex: 1 1 auto;
  position: relative;
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  margin-bottom: 38px;
  text-align: left;
}
.section-list .menu-mobile {
  display: none;
}
@media (max-width: 1300px) {
  .section-list .box {
    width: calc(50% - 38px);
    max-width: calc(50% - 38px);
  }
}
@media (min-width: 1021px) {
  .section-list .menu {
    display: block !important;
  }
}
@media (max-width: 1020px) {
  .section-list .container {
    padding-left: 0;
  }
  .section-list .row {
    padding-left: 20px;
  }
  .section-list .menu-mobile {
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .section-list .menu-mobile .show-menu-mobile {
    width: 100%;
    display: block;
    height: 42px;
    line-height: 40px;
    font-size: 17px;
    min-width: 175px;
    color: #fff;
    background: #12242a;
  }
  .section-list .menu {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    display: none;
    padding-left: 20px;
  }
  .section-list .items {
    width: 100%;
    clear: both;
    float: none;
    padding-top: 25px;
  }
  .section-list .box {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 700px) {
  .section-list .box {
    width: 100%;
    max-width: 100%;
  }
}
/* Detail */
.section-detail .halves {
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.section-detail .halves:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-detail .half {
  float: none;
  position: relative;
  width: 50%;
  max-width: 50%;
  flex: 1 1 auto;
}
.section-detail .half.left {
  padding-right: 50px;
}
.section-detail .half.right {
  padding-bottom: 30px;
  padding-left: 50px;
}
.section-detail h1 {
  font-size: 28px;
}
.section-detail p,
.section-detail ul li,
.section-detail ol li,
.section-detail table td,
.section-detail table th {
  font-size: 14px;
  line-height: 1.9;
  font-weight: normal;
}
.section-detail p strong,
.section-detail ul li strong,
.section-detail ol li strong,
.section-detail table td strong,
.section-detail table th strong {
  font-weight: bold;
}
.section-detail p a,
.section-detail ul li a,
.section-detail ol li a,
.section-detail table td a,
.section-detail table th a {
  color: #000;
}
.section-detail p a:hover,
.section-detail ul li a:hover,
.section-detail ol li a:hover,
.section-detail table td a:hover,
.section-detail table th a:hover {
  text-decoration: none;
}
.section-detail .price {
  font-size: 30px;
  font-weight: bold;
  color: #12242a;
}
.section-detail .tags {
  width: 100%;
  min-height: 1%;
  margin-bottom: 14px;
  margin-top: -10px;
}
.section-detail .tags:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-detail .tags a {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 12px;
  border-radius: 3px;
  height: 21px;
  line-height: 20px;
  background: #a9afb1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 0 11px;
}
.section-detail .tags a:hover {
  background: #12242a;
}
.section-detail .options {
  width: 100%;
  min-height: 1%;
  margin-bottom: 33px;
  margin-top: -10px;
}
.section-detail .options:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-detail .options a {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 12px;
  border-radius: 5px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #e0e0e0;
  background: #fff;
  min-width: 36px;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.section-detail .options a.active {
  border: 2px solid #12242a;
  line-height: 32px;
  font-weight: 600;
}
.section-detail .options.type a {
  padding: 0 14px;
  min-width: 106px;
}
.section-detail .options.sizes a {
  width: 55px;
}
.section-detail .print,
.section-detail .share {
  display: inline-block;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  margin-right: 35px;
  margin-bottom: 15px;
}
.section-detail .print:hover,
.section-detail .share:hover {
  text-decoration: underline;
}
.section-detail .print:hover svg *,
.section-detail .share:hover svg * {
  fill: #000;
}
.section-detail .print svg,
.section-detail .share svg {
  height: auto !important;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
.section-detail .print svg *,
.section-detail .share svg * {
  fill: #b9bdbf;
}
.section-detail .print svg {
  width: 19px;
  top: 4px;
}
.section-detail .share svg {
  width: 22px;
}
.section-detail .photo {
  position: relative;
  z-index: 5;
}
.section-detail .photo img {
  margin: 0 auto;
  display: block;
  max-width: 450px;
  width: 85%;
  z-index: 5;
}
.section-detail .thumbnails {
  position: absolute;
  width: 92%;
  left: 4%;
  bottom: -25px;
  z-index: 10;
  padding: 0 0;
  text-align: center;
}
.section-detail .thumbnails a {
  width: 24%;
  display: inline-block;
  padding: 10px;
  max-width: 140px;
}
.section-detail .thumbnails a .inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.3);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.3);
}
@media (max-width: 1300px) {
  .section-detail .halves {
    display: block;
  }
  .section-detail .half {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
  }
  .section-detail .half.left {
    padding-right: 0;
  }
  .section-detail .half.right {
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .section-detail .thumbnails {
    display: none;
  }
}
.section-detail-description {
  background: #fff;
  padding-bottom: 60px;
  padding-top: 80px;
}
.section-detail-description .container:before {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  display: block;
  content: "";
  background: #dee0e1;
  height: calc(100% - 35px);
}
.section-detail-description .half.left {
  padding-right: 50px;
}
.section-detail-description .half.right {
  padding-left: 50px;
}
.section-detail-description p {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.9;
  text-align: justify;
}
.section-detail-description p a {
  color: #000;
}
.section-detail-description ul li,
.section-detail-description ol li {
  font-size: 17px;
  font-weight: normal !important;
  margin-bottom: 10px;
}
.section-detail-description ul li:before {
  width: 5px;
  top: 11px;
  height: 5px;
}
@media (max-width: 1020px) {
  .section-detail-description {
    padding: 65px 0 45px 0;
  }
  .section-detail-description .container:before {
    display: none !important;
  }
}
/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #444444;
  color: #fff;
  text-align: center;
  padding: 3px 4px;
  border-radius: 3px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 43px;
  left: 50%;
  line-height: 1.3;
  margin-left: -50px;
  /* Fade in tooltip */
  opacity: 0;
  font-size: 11px;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* Contact */
.section-contact h2 {
  font-size: 28px;
}
.section-contact p {
  line-height: 1.9;
}
.section-contact p,
.section-contact ul li,
.section-contact ol li,
.section-contact span,
.section-contact label {
  font-size: 14px !important;
  font-weight: normal !important;
}
.section-contact p a,
.section-contact ul li a,
.section-contact ol li a,
.section-contact span a,
.section-contact label a {
  color: #000;
}
.section-contact .red {
  color: #a62828;
}
.section-contact .contact {
  width: 60%;
  float: left;
  padding-right: 20px;
}
.section-contact .contact p a {
  font-weight: bold;
  text-decoration: none;
}
.section-contact .contact p a.underlined {
  text-decoration: underline;
}
.section-contact .contact .row {
  margin-bottom: 8px;
}
.section-contact .contact .row:last-of-type {
  margin-bottom: 0;
}
.section-contact .contact .half {
  padding-left: 54px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-contact .contact .half.email {
  background: url("./images/mail.svg") left 9px no-repeat;
  background-size: 32px auto;
}
.section-contact .contact .half.phone {
  background: url("./images/phone.svg") 5px 7px no-repeat;
  background-size: 25px auto;
}
.section-contact .contact .half.address {
  background: url("./images/pin.svg") 4px 6px no-repeat;
  background-size: 25px auto;
}
.section-contact .contact .half.bank {
  background: url("./images/bank.svg") left 7px no-repeat;
  background-size: 40px auto;
}
.section-contact .contact-form {
  width: 40%;
  float: left;
  padding-left: 20px;
}
@media (max-width: 1020px) {
  .section-contact .contact {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
  }
  .section-contact .contact .row {
    margin-bottom: 0;
  }
  .section-contact .contact .half {
    padding-left: 54px !important;
  }
  .section-contact .contact .half.email:nth-child(2) {
    background: none !important;
  }
  .section-contact .contact .half.phone:nth-child(2) {
    background: none !important;
  }
  .section-contact .contact .half.address:nth-child(2) {
    background: none !important;
  }
  .section-contact .contact .half.bank:nth-child(2) {
    background: none !important;
  }
  .section-contact .contact-form {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .section-contact .contact .half {
    padding-left: 0 !important;
    background: none !important;
  }
}
/* Text */
.section-text h1 {
  font-size: 28px;
}
.section-text h2 {
  font-size: 23px;
}
.section-text img {
  display: block;
  margin-bottom: 25px;
  max-width: 100%;
  clear: both;
}
.section-text p,
.section-text ul li,
.section-text ol li,
.section-text table td,
.section-text table th {
  font-size: 14px;
  line-height: 1.9;
  font-weight: normal;
}
.section-text p strong,
.section-text ul li strong,
.section-text ol li strong,
.section-text table td strong,
.section-text table th strong {
  font-weight: bold;
}
.section-text p a,
.section-text ul li a,
.section-text ol li a,
.section-text table td a,
.section-text table th a {
  color: #000;
}
.section-text p a:hover,
.section-text ul li a:hover,
.section-text ol li a:hover,
.section-text table td a:hover,
.section-text table th a:hover {
  text-decoration: none;
}
/* Remodal */
.remodal {
  max-width: 700px;
  padding: 45px 55px;
  text-align: left;
  border-radius: 5px;
}
.remodal.wide {
  max-width: 1280px;
}
.remodal .remodal-close {
  background: #bfc4c5;
  top: 13px;
  right: 13px;
  position: absolute;
  left: auto;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.remodal .remodal-close:before {
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 24px;
  font-size: 22px;
}
.remodal .search {
  float: none;
  margin: 0 0;
  clear: both;
  width: 100%;
}
.remodal .search input {
  width: 100%;
}
.remodal .button {
  border: 2px solid #000;
  height: 42px;
  line-height: 38px;
  color: #000000;
}
.remodal .button:hover {
  background: #000;
  color: #fff;
}
.remodal .button.add-to-cart {
  border-color: #12242a !important;
  color: #fff;
}
.remodal .button.add-to-cart:hover {
  background: #12242a;
  color: #fff;
}
@media (max-width: 1020px) {
  .remodal {
    padding: 45px 20px;
  }
}
/* Sizes */
.sizes {
  width: 100%;
  min-height: 1%;
}
.sizes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.sizes h1,
.sizes h2 {
  font-size: 20px !important;
  margin-bottom: 30px;
}
.sizes h3 {
  font-size: 18px !important;
  margin-bottom: 12px;
}
.sizes .row {
  width: 100%;
  min-height: 1%;
}
.sizes .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.sizes .size {
  margin-bottom: 55px;
  width: 50%;
  float: left;
  min-height: 1%;
}
.sizes .size:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.sizes .img {
  float: left;
  width: 45%;
}
.sizes .img img {
  display: block;
  width: 90%;
  max-width: 230px;
  margin: 0 auto;
}
.sizes .text {
  float: left;
  width: 55%;
  padding-left: 10px;
  padding-right: 15px;
}
.sizes table {
  margin-bottom: 0;
}
.sizes table tr td,
.sizes table tr th {
  text-align: left !important;
}
.sizes table td,
.sizes table th {
  font-size: 13px;
  padding: 4px 0;
  font-weight: normal;
  text-align: center;
}
.sizes table th {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}
@media (max-width: 1300px) {
  .sizes .size {
    float: none;
    margin-bottom: 45px;
    width: 100%;
  }
  .sizes .text {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .sizes .img {
    width: 100%;
    clear: both;
    margin-bottom: 24px;
  }
  .sizes .text {
    padding: 0 0;
    width: 100%;
    clear: both;
  }
}
/* Added to cart */
.added-to-cart h1,
.added-to-cart h2 {
  font-size: 20px !important;
  margin-bottom: 30px;
}
.added-to-cart h3 {
  font-size: 16px !important;
  margin-bottom: 10px;
}
.added-to-cart .row {
  min-height: 1%;
  width: 100%;
  clear: both;
  margin-bottom: 26px;
  position: relative;
  padding-left: 150px;
  min-height: 127px;
}
.added-to-cart .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.added-to-cart .img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 123px;
}
.added-to-cart .img img {
  width: 100%;
  display: block;
}
.added-to-cart .text {
  width: 100%;
}
.added-to-cart .text p {
  color: #858585;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0;
}
.added-to-cart .text p strong {
  color: #000;
  font-weight: bold;
}
.added-to-cart .free-shipping {
  width: 100%;
  position: relative;
  padding-top: 42px;
}
.added-to-cart .free-shipping .info {
  position: absolute;
  top: 1px;
  left: 0;
  height: 28px;
  line-height: 28px;
  background: #12242a;
  color: #fff;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 12px;
}
.added-to-cart .free-shipping .info:before {
  background: url("./images/arrow-bottom-blue.png") center center no-repeat;
  background-size: 18px 9px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 18px;
  height: 9px;
  margin-left: -9px;
  bottom: -7px;
}
.added-to-cart .free-shipping .bar {
  position: relative;
  height: 30px;
  border-radius: 15px;
  background-color: #f3f3f3;
  box-shadow: inset 0px 7px 9px 0px rgba(0, 0, 0, 0.05);
}
.added-to-cart .free-shipping .percentage {
  position: absolute;
  height: 30px;
  border-radius: 15px;
  background-color: #f3e96b;
  box-shadow: inset 0px 7px 9px 0px rgba(0, 0, 0, 0.05);
  left: 0;
  top: 0;
}
.added-to-cart .buttons {
  min-height: 1%;
  width: 100%;
  padding-top: 24px;
}
.added-to-cart .buttons:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.added-to-cart .buttons .button {
  float: left;
  margin-right: 24px;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .added-to-cart .row {
    padding-left: 0;
  }
  .added-to-cart .img {
    position: static;
    margin-bottom: 19px;
  }
  .added-to-cart .free-shipping {
    padding-top: 0;
  }
  .added-to-cart .free-shipping .info {
    position: static;
    background: none;
    color: #12242a;
    padding: 0 0;
    width: 100%;
    height: auto;
    line-height: 1.7;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .added-to-cart .free-shipping .info:before {
    display: none;
  }
}
/* Eshop */
.section-shopping-cart {
  padding-top: 50px;
}
.section-shopping-cart h1,
.section-shopping-cart h2 {
  font-size: 28px;
  margin-bottom: 35px;
}
.section-shopping-cart p,
.section-shopping-cart ul li,
.section-shopping-cart ol li,
.section-shopping-cart table td,
.section-shopping-cart table th {
  font-size: 14px;
  line-height: 1.9;
  font-weight: normal;
}
.section-shopping-cart p strong,
.section-shopping-cart ul li strong,
.section-shopping-cart ol li strong,
.section-shopping-cart table td strong,
.section-shopping-cart table th strong {
  font-weight: bold;
}
.section-shopping-cart p a,
.section-shopping-cart ul li a,
.section-shopping-cart ol li a,
.section-shopping-cart table td a,
.section-shopping-cart table th a {
  color: #000;
}
.section-shopping-cart p a:hover,
.section-shopping-cart ul li a:hover,
.section-shopping-cart ol li a:hover,
.section-shopping-cart table td a:hover,
.section-shopping-cart table th a:hover {
  text-decoration: none;
}
@media (max-width: 450px) {
  .section-shopping-cart {
    padding-top: 50px;
  }
}
/* Steps */
.cart-steps {
  width: 100%;
  clear: both;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
  min-height: 1%;
}
.cart-steps:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.cart-steps .step {
  width: 25%;
  float: left;
  text-align: center;
  display: block;
  position: relative;
  z-index: 20;
}
.cart-steps .step .number-bg {
  display: block;
  clear: both;
  width: 90px;
  height: 90px;
  background: #f3f3f3;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.cart-steps .step .number {
  width: 60px;
  height: 60px;
  line-height: 58px;
  border-radius: 50%;
  border: 2px solid #12242a;
  background: #f3f3f3;
  color: #12242a;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  display: block;
  z-index: 100;
  position: absolute;
  top: 15px;
  left: 15px;
}
.cart-steps .step .text {
  width: 100%;
  display: block;
  clear: both;
  font-size: 14px;
  color: #12242a;
  font-weight: 500;
  padding: 0 12px;
}
.cart-steps .step.active .number {
  background: #12242a;
  color: #fff;
}
.cart-steps .line {
  display: block;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 45px;
  margin-left: -40%;
  background: #dbdbdb;
  height: 1px;
  z-index: 10;
}
@media (max-width: 700px) {
  .cart-steps {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .cart-steps {
    margin-bottom: 0;
  }
  .cart-steps .line {
    display: none;
  }
  .cart-steps .step {
    width: 100%;
    display: none;
  }
  .cart-steps .step.current {
    display: block;
  }
}
/* Options */
.cart-options {
  min-height: 1%;
  width: 100%;
  margin-bottom: 30px;
}
.cart-options:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.cart-options .options {
  background: #fff;
  width: calc(50% - 25px);
  float: left;
  border-radius: 5px;
  padding: 32px;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.cart-options .options h2 {
  font-size: 23px;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.cart-options .options:last-of-type {
  float: right;
}
.cart-options .options p.checkbox {
  margin: 0 0;
  padding-left: 40px;
}
.cart-options .options table {
  margin: 0 auto;
}
.cart-options .options table tr td.last {
  font-size: 18px;
  font-weight: bold;
  color: #12242a;
  text-align: right;
}
.cart-options .options table tr td.last.text-center {
  text-align: center;
  width: 54px;
}
.cart-options .options.shipping h2 {
  margin-bottom: 0;
}
.cart-options .options.shipping .info {
  padding-left: 40px;
  padding-bottom: 20px;
}
.cart-options .options.shipping .info p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.cart-options .options.shipping .button {
  height: 34px;
  line-height: 30px;
  font-size: 14px !important;
  font-weight: 500 !important;
  min-width: 1px;
  padding: 0 23px;
  border: 2px solid #12242a;
}
.cart-options .options.shipping .button span {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.cart-options .options.shipping img {
  display: block;
}
.cart-options .options.shipping p.checkbox input {
  top: 10px;
}
.cart-options .options.shipping table tr td {
  padding: 22px 0;
  border-bottom: 1px solid #e2e2e2;
}
.cart-options .options.shipping table tr td.first {
  padding-right: 20px;
}
.cart-options .options.shipping table tr:last-of-type td {
  border: none;
}
.cart-options .options.payment p {
  line-height: 1.6;
}
.cart-options .options.payment p.checkbox {
  padding-left: 30px;
}
.cart-options .options.payment p.checkbox input {
  top: 5px;
}
.cart-options .options.payment p .logo {
  display: inline-block;
  width: 80px;
  text-align: left;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.cart-options .options.payment p img {
  display: inline-block;
  height: 18px;
  line-height: 20px;
  vertical-align: middle;
}
.cart-options .options.payment table tr td {
  border: none;
  line-height: 1.6;
  padding: 9px 0;
}
@media (max-width: 1200px) {
  .cart-options .options {
    padding: 32px 20px;
  }
}
@media (max-width: 1020px) {
  .cart-options .options {
    margin: 0 auto 20px auto !important;
    clear: both;
    width: 100%;
  }
  .cart-options .options.shipping .info {
    padding-left: 30px;
  }
  .cart-options .options p.checkbox {
    padding-left: 30px;
  }
}
@media (max-width: 450px) {
  .cart-options .options.payment table .logo {
    display: none;
  }
  .cart-options .options.shipping .info p {
    display: none;
  }
  .cart-options .options.shipping .info .button {
    padding: 0 12px;
  }
  .cart-options .options table tr td.last {
    font-size: 15px;
  }
  .cart-options .options table tr td.last.text-center {
    width: 40px;
  }
}
@media (max-width: 700px) {
  .cart-options {
    padding-top: 60px;
  }
}
/* Overview */
.cart-overview {
  margin-bottom: 60px;
}
.cart-overview h1,
.cart-overview h2 {
  font-size: 23px;
}
@media (max-width: 700px) {
  .cart-overview.last h1,
  .cart-overview.last h2 {
    margin-bottom: -20px;
    margin-top: 47px;
  }
}
.shipping-information-form table tr td,
.cart-suggestions table tr td,
.cart-overview table tr td,
.shipping-information-form table tr th,
.cart-suggestions table tr th,
.cart-overview table tr th {
  font-size: 14px;
  padding: 20px 10px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.shipping-information-form table tr td:first-of-type,
.cart-suggestions table tr td:first-of-type,
.cart-overview table tr td:first-of-type,
.shipping-information-form table tr th:first-of-type,
.cart-suggestions table tr th:first-of-type,
.cart-overview table tr th:first-of-type {
  padding-left: 0 !important;
  text-align: left;
}
.shipping-information-form table tr td:last-of-type,
.cart-suggestions table tr td:last-of-type,
.cart-overview table tr td:last-of-type,
.shipping-information-form table tr th:last-of-type,
.cart-suggestions table tr th:last-of-type,
.cart-overview table tr th:last-of-type {
  padding-right: 0 !important;
  text-align: right;
}
.shipping-information-form table tr td.left,
.cart-suggestions table tr td.left,
.cart-overview table tr td.left,
.shipping-information-form table tr th.left,
.cart-suggestions table tr th.left,
.cart-overview table tr th.left {
  text-align: left;
}
.shipping-information-form table tr td.right,
.cart-suggestions table tr td.right,
.cart-overview table tr td.right,
.shipping-information-form table tr th.right,
.cart-suggestions table tr th.right,
.cart-overview table tr th.right {
  text-align: right;
}
.shipping-information-form table tr th,
.cart-suggestions table tr th,
.cart-overview table tr th {
  font-weight: 600;
  padding: 11px 10px;
}
.shipping-information-form table .delete,
.cart-suggestions table .delete,
.cart-overview table .delete {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: #12242a url("./images/close-white.svg") center center no-repeat;
  background-size: 8px 8px;
  border-radius: 50%;
}
.shipping-information-form table p,
.cart-suggestions table p,
.cart-overview table p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  margin: 0 0;
}
.shipping-information-form table p strong,
.cart-suggestions table p strong,
.cart-overview table p strong {
  color: #12242a;
}
.shipping-information-form table h3,
.cart-suggestions table h3,
.cart-overview table h3 {
  font-size: 18px !important;
  margin: 0 0;
}
.shipping-information-form table .price,
.cart-suggestions table .price,
.cart-overview table .price {
  font-size: 23px;
  font-weight: bold;
  color: #12242a;
}
.shipping-information-form table .price.small,
.cart-suggestions table .price.small,
.cart-overview table .price.small {
  font-size: 16px;
}
.shipping-information-form table .img,
.cart-suggestions table .img,
.cart-overview table .img {
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
.shipping-information-form table .img img,
.cart-suggestions table .img img,
.cart-overview table .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  line-height: 95px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.shipping-information-form table .amount,
.cart-suggestions table .amount,
.cart-overview table .amount {
  width: 134px;
  min-height: 1%;
}
.shipping-information-form table .amount:after,
.cart-suggestions table .amount:after,
.cart-overview table .amount:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.shipping-information-form table .amount input,
.cart-suggestions table .amount input,
.cart-overview table .amount input {
  float: left;
  width: 40px;
  height: 40px;
  padding: 0 0;
  text-align: center;
}
.shipping-information-form table .amount .change,
.cart-suggestions table .amount .change,
.cart-overview table .amount .change {
  text-decoration: none;
  background: #fff;
  width: 20px;
  height: 20px;
  padding-left: 1px;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 12px;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #e3e3e3;
}
.shipping-information-form table .amount .change.change-amount-decrease,
.cart-suggestions table .amount .change.change-amount-decrease,
.cart-overview table .amount .change.change-amount-decrease {
  line-height: 17px;
  font-size: 18px;
}
@media (max-width: 900px) {
  .shipping-information-form table tr td.mobile-hidden,
  .cart-suggestions table tr td.mobile-hidden,
  .cart-overview table tr td.mobile-hidden,
  .shipping-information-form table tr th.mobile-hidden,
  .cart-suggestions table tr th.mobile-hidden,
  .cart-overview table tr th.mobile-hidden {
    display: none;
  }
  .shipping-information-form table tr td:first-of-type,
  .cart-suggestions table tr td:first-of-type,
  .cart-overview table tr td:first-of-type,
  .shipping-information-form table tr th:first-of-type,
  .cart-suggestions table tr th:first-of-type,
  .cart-overview table tr th:first-of-type {
    padding-left: 0 !important;
    text-align: left !important;
  }
}
@media (max-width: 700px) {
  .shipping-information-form table,
  .cart-suggestions table,
  .cart-overview table {
    display: block;
    width: 100%;
  }
  .shipping-information-form table h3,
  .cart-suggestions table h3,
  .cart-overview table h3 {
    padding-right: 25px;
  }
  .shipping-information-form table tbody,
  .cart-suggestions table tbody,
  .cart-overview table tbody {
    display: block;
    width: 100%;
  }
  .shipping-information-form table tr,
  .cart-suggestions table tr,
  .cart-overview table tr {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e2e2e2 !important;
    padding: 23px 0 !important;
    position: relative;
  }
  .shipping-information-form table tr th,
  .cart-suggestions table tr th,
  .cart-overview table tr th {
    display: none !important;
  }
  .shipping-information-form table tr td,
  .cart-suggestions table tr td,
  .cart-overview table tr td,
  .shipping-information-form table tr th,
  .cart-suggestions table tr th,
  .cart-overview table tr th {
    margin: 0 0 !important;
    padding: 0 0 !important;
    border: none !important;
    text-align: left !important;
    display: block;
    width: 100%;
  }
  .shipping-information-form table .delete,
  .cart-suggestions table .delete,
  .cart-overview table .delete {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .shipping-information-form table .amount,
  .cart-suggestions table .amount,
  .cart-overview table .amount {
    margin: 14px 0;
  }
}
/* Suggestions */
.cart-suggestions h2 {
  font-size: 23px;
  margin-bottom: 23px;
}
.cart-suggestions table {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 50px;
}
.cart-suggestions table tr td,
.cart-suggestions table tr th {
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.cart-suggestions table tr td.left,
.cart-suggestions table tr th.left {
  text-align: left;
}
.cart-suggestions table tr td.right,
.cart-suggestions table tr th.right {
  text-align: right;
}
.cart-suggestions table .img {
  width: 75px;
  height: 75px;
  line-height: 73px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin: 0 auto;
  vertical-align: middle;
  padding-left: 1px;
}
.cart-suggestions table .img img {
  display: inline-block;
  max-width: 80%;
  max-height: 88%;
  line-height: 73px;
  vertical-align: middle;
}
.cart-suggestions table .button {
  height: 36px;
  line-height: 34px;
}
.cart-suggestions table p {
  color: #12242a;
  font-size: 16px;
  margin: 0 0;
  font-weight: 500;
}
.cart-suggestions table .price {
  font-size: 20px;
  font-weight: bold;
  color: #12242a;
}
@media (max-width: 700px) {
  .cart-suggestions table .price {
    display: block;
    margin-bottom: 10px;
  }
}
/* Shipping information / Profile edit */
.shipping-information-form {
  clear: both;
  width: 100%;
  padding-top: 20px;
  min-height: 1%;
  max-width: 415px;
  margin: 0 auto;
}
.shipping-information-form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.shipping-information-form #company-details,
.shipping-information-form #shipping-details {
  display: none;
}
.shipping-information-form #company-details.active,
.shipping-information-form #shipping-details.active {
  display: block;
}
.shipping-information-form h2 {
  font-size: 23px;
  margin-bottom: 26px;
}
.shipping-information-form p {
  margin-bottom: 18px;
  position: relative;
}
.shipping-information-form p.checkbox {
  margin-bottom: 23px;
}
.shipping-information-form label,
.shipping-information-form .label {
  color: #000000;
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 14px;
}
@media (max-width: 700px) {
  .shipping-information-form {
    width: 100%;
    max-width: none;
    padding-top: 40px;
  }
}
/* Note */
.cart-note h2 {
  font-size: 23px;
  margin-bottom: 28px;
}
/* Price */
.cart-final-price {
  min-height: 1%;
  width: 100%;
  margin-bottom: 30px;
  background: #e6e6e6;
  border-radius: 4px;
  padding: 26px 35px;
}
.cart-final-price:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.cart-final-price .half {
  width: 50%;
  float: left;
  min-height: 1%;
}
.cart-final-price .half:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.cart-final-price .half.left {
  text-align: left;
}
.cart-final-price .half.right {
  text-align: right;
}
.cart-final-price .coupon {
  position: relative;
  width: 100%;
  padding-right: 71px;
  margin-top: 25px;
  min-height: 1%;
}
.cart-final-price .coupon:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.cart-final-price .coupon label {
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 40%;
  margin-bottom: 12px;
  margin-top: 16px;
  padding-right: 15px;
  color: #12242a;
}
.cart-final-price .coupon input {
  height: 50px;
  line-height: 50px;
  width: 60%;
  float: left;
  margin: 0 0;
  border-color: #cbcbcb;
}
.cart-final-price .coupon .button {
  background: #12242a;
  color: #fff;
  border: none;
  height: 50px;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  width: 60px;
  padding: 0 0;
  min-width: 1px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.cart-final-price .price p {
  margin-bottom: 10px;
}
.cart-final-price .price strong {
  font-size: 32px;
  color: #12242a;
  display: inline-block;
  margin-left: 5px;
}
.cart-final-price .price strong.small {
  font-size: 19px;
}
@media (max-width: 1020px) {
  .cart-final-price .half:first-of-type {
    padding-bottom: 20px !important;
  }
  .cart-final-price .coupon label {
    margin-top: 0;
    width: 100%;
  }
  .cart-final-price .coupon input {
    width: 100%;
  }
  .cart-final-price .coupon .button {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 700px) {
  .cart-final-price {
    padding: 30px 20px;
  }
  .cart-final-price .coupon {
    padding-right: 0;
    margin-top: 0;
  }
  .cart-final-price .coupon .button {
    width: 100%;
    position: static;
    margin-top: 10px;
  }
}
/* Error */
.error-text {
  color: #a62828;
  position: absolute;
  bottom: -31px;
  left: 2px;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
/* Buttons */
.cart-buttons-bottom {
  min-height: 1%;
  width: 100%;
  padding-bottom: 15px;
}
.cart-buttons-bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.cart-buttons-bottom .half {
  width: 50% !important;
  float: left !important;
}
.cart-buttons-bottom .half.right {
  text-align: right;
}
.cart-buttons-bottom .half:first-of-type {
  padding-bottom: 0 !important;
}
.cart-buttons-bottom p.checkbox {
  float: right;
  clear: none;
  margin: 0 0;
  margin-right: 28px;
  width: auto;
  margin-top: 15px;
}
.cart-buttons-bottom p.checkbox label {
  margin: 0 0;
  font-size: 14px;
}
.cart-buttons-bottom .button {
  height: 54px;
  line-height: 50px;
  border: 2px solid #000;
  padding: 0 26px;
  width: auto;
  font-size: 16px !important;
  font-weight: 500;
  display: inline-block;
  color: #12242a;
  min-width: 220px;
}
.cart-buttons-bottom .button span {
  position: relative;
  top: 1px;
  font-size: 16px !important;
}
.cart-buttons-bottom .button:hover {
  background: #12242a;
}
.cart-buttons-bottom .button.dark {
  background: #12242a;
  color: #fff;
  border-color: #12242a;
}
.cart-buttons-bottom .button.dark span {
  background: url("./images/arrow-small-white.svg") right 18px no-repeat;
  background-size: 13px 13px;
  padding-right: 32px;
}
.cart-buttons-bottom .button.short {
  min-width: 1px;
  padding-left: 25px;
  padding-right: 35px;
}
.cart-buttons-bottom .button.wide {
  padding: 0 42px;
}
.cart-buttons-bottom .button.back span {
  background: url("./images/arrow-small-dark-left.svg") left 18px no-repeat;
  background-size: 13px 13px;
  padding-left: 32px;
  padding-right: 0;
}
.cart-buttons-bottom .button.back:hover span {
  color: #fff;
  background-image: url("./images/arrow-small-white-left.svg");
}
.cart-buttons-bottom.last .half.right {
  width: 70% !important;
}
.cart-buttons-bottom.last .half.right .button {
  float: right;
}
.cart-buttons-bottom.last .half.left {
  width: 30% !important;
}
@media (max-width: 1020px) {
  .cart-buttons-bottom p.checkbox {
    float: right;
    display: inline-block;
    clear: both;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .cart-buttons-bottom .half {
    width: 100% !important;
    float: none !important;
    clear: both;
    text-align: center !important;
  }
  .cart-buttons-bottom .half:first-of-type {
    padding-bottom: 15px !important;
  }
  .cart-buttons-bottom p.checkbox {
    margin: 0 auto;
    clear: both;
    margin-top: 25px;
    float: none;
  }
  .cart-buttons-bottom.last .half.right {
    width: 100% !important;
  }
  .cart-buttons-bottom.last .half.right .button {
    float: none;
  }
  .cart-buttons-bottom.last .half.left {
    width: 100% !important;
  }
}
.cart-contact-information {
  width: 100%;
  min-height: 1%;
  padding-bottom: 30px;
}
.cart-contact-information:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.cart-contact-information h2 {
  font-size: 23px;
  margin-bottom: 19px;
}
.cart-contact-information p {
  margin: 0 0;
}
.cart-contact-information .col {
  float: left;
  width: 33.333%;
  max-width: 330px;
  padding-right: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1020px) {
  .cart-contact-information .col {
    width: 100%;
    max-width: 100%;
  }
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.radius {
  border-radius: 5px;
}
.shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.1);
}
.text-hidden {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
}
.grey-bg {
  background: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=global.css.map */