/*Element can't be clickable*/
/* Rounded corner */
/* Text ellipsis (text with tree dost at the end, when exceed the width of parent) */
/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes historyFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes historyFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes historyFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Rotate */
/* Rotate */
.crisp-image-rendering {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: pixelated;
  /* Chrome as of 2019   */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
.displayNone {
  display: none !important;
}
.clearAfter {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
/*Element can't be clickable*/
/*SVG basic style*/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
}
/* CSS specific to iOS devices */
/* CSS for other than iOS devices */
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.inline-block {
  display: inline-block;
  vertical-align: baseline;
}
.margin-auto {
  margin: 0 auto !important;
}
.line-through {
  text-decoration: line-through;
}
.position-relative {
  position: relative;
}
.position-absoulte {
  position: absolute;
}
.overflow-hidden {
  overflow: hidden;
}
.display-table {
  display: table;
}
.display-table-full-width {
  display: table;
  width: 100%;
}
.display-table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.middle {
  vertical-align: middle;
}
.no-bottom-border {
  border-bottom: none !important;
}
.resetAbsolute {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* Keyframes for the fade-in */
@-webkit-keyframes mouseScroll {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
@-moz-keyframes mouseScroll {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
@keyframes mouseScroll {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateY(0px);
  }
  80% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
/** Flex Prefixes **/
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-1-0-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.__margin-left-auto {
  margin-left: auto;
}
.background-image-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.__pt10 {
  padding-top: 10px;
}
.__pt20 {
  padding-top: 20px;
}
.__pt30 {
  padding-top: 30px;
}
.__pt40 {
  padding-top: 40px;
}
.__pt50 {
  padding-top: 50px;
}
.__pb10 {
  padding-bottom: 10px;
}
.__pb20 {
  padding-bottom: 20px;
}
.__pb30 {
  padding-bottom: 30px;
}
.__pb40 {
  padding-bottom: 40px;
}
.__pb50 {
  padding-bottom: 50px;
}
.__pl10 {
  padding-left: 10px;
}
.__pl20 {
  padding-left: 20px;
}
.__pl30 {
  padding-left: 30px;
}
.__pl40 {
  padding-left: 40px;
}
.__pl50 {
  padding-left: 50px;
}
.__pr10 {
  padding-right: 10px;
}
.__pr20 {
  padding-right: 20px;
}
.__pr30 {
  padding-right: 30px;
}
.__pr40 {
  padding-right: 40px;
}
.__pr50 {
  padding-right: 50px;
}
.__mt10 {
  margin-top: 10px;
}
.__mt20 {
  margin-top: 20px;
}
.__mt30 {
  margin-top: 30px;
}
.__mt40 {
  margin-top: 40px;
}
.__mt50 {
  margin-top: 50px;
}
.__mb10 {
  margin-bottom: 10px;
}
.__mb20 {
  margin-bottom: 20px;
}
.__mb30 {
  margin-bottom: 30px;
}
.__mb40 {
  margin-bottom: 40px;
}
.__mb50 {
  margin-bottom: 50px;
}
.__ml10 {
  margin-left: 10px;
}
.__ml20 {
  margin-left: 20px;
}
.__ml30 {
  margin-left: 30px;
}
.__ml40 {
  margin-left: 40px;
}
.__ml50 {
  margin-left: 50px;
}
.__mr10 {
  margin-right: 10px;
}
.__mr20 {
  margin-right: 20px;
}
.__mr30 {
  margin-right: 30px;
}
.__mr40 {
  margin-right: 40px;
}
.__mr50 {
  margin-right: 50px;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  body {
    font-size: 15px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0 none !important;
}
h1,
h2,
h3,
h4,
h5,
dd,
dl,
ul,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
h1 {
  font-size: 50px;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  font-weight: 600;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clr {
  clear: both;
}
.position-relative {
  position: relative;
}
.bold {
  font-weight: 600;
}
.__flex-center {
  display: flex;
  align-items: center;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
input:required:invalid,
input:required,
input,
input:required:valid {
  outline: none;
}
input:required:invalid {
  outline-color: red;
  outline-width: thin;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.__checkbox-input-styles {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border: 1px solid #cacece;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.__checkbox-input-styles:active,
.__checkbox-input-styles:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.__checkbox-input-styles:checked {
  background-color: #0070C9;
  border-color: #0070C9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.__checkbox-input-styles:checked::before,
.__checkbox-input-styles:checked::after {
  content: "";
  width: 6px;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  top: 9px;
  left: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.__checkbox-input-styles:checked::after {
  top: 7px;
  left: 5px;
  transform: rotate(-45deg);
  width: 10px;
}
strong {
  font-weight: 700;
  font-weight: bold;
}
.button-styles {
  width: auto;
  height: 40px;
  display: inline-block;
  padding: 0 22px;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  background: #000;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.clear-default-button-style {
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
}
hr {
  width: 100%;
  display: block;
  border: none;
  height: 1px;
  background: #ebebeb;
  margin: 0 auto;
  padding: 0;
}
hr.short {
  width: 100px;
  display: inline-block;
}
img.landscape,
img.square {
  max-width: 100%;
  height: auto;
}
img.portrait {
  max-height: 100%;
  width: auto;
}
.h2-description {
  line-height: 24px;
}
.__grey-btn {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
  background: #C4C4C4;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.__grey-btn:hover {
  opacity: 0.7;
}
.__dark-gradient {
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #060709 0%, #3A3D43 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #060709 0%, #3A3D43 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #060709 0%, #3A3D43 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060709', endColorstr='#3A3D43', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.__red-gradient {
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B2929', endColorstr='#CF4040', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.__light-grey {
  background: #F2F2F2;
}
.__shop-text-color {
  color: #0070C9 !important;
}
.arrow {
  width: 15px;
  height: 10px;
}
.arrow.__left {
  transform: rotate(180deg);
}
.arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .container-flex {
    flex-direction: column;
  }
}
.__link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.__section-padding-top-bottom {
  padding: 100px 0;
}
.__section-flex-align-center {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.features {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features h4.feature {
  padding-top: 20px;
  opacity: 0.5;
}
.features h4.feature.active {
  opacity: 1;
}
.features h4.feature .icon {
  padding: 15px 0;
}
.features h4.feature .icon img {
  width: 50px;
  height: 50px;
}
.features h4.feature .feature-name {
  width: 130px;
  color: #fff;
}
.hero-button-white {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 25px;
  padding: 6px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.hero-button-white span {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.hero-button-white .play-icon {
  width: 28px;
  height: 28px;
}
.hero-button-white .arrow {
  width: 15px;
  height: 10px;
  margin-right: 13px;
}
.sale-tag {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #B83636;
}
.replay-video {
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  opacity: 0.3;
}
/** Web Styles **/
main {
  width: 100%;
  height: auto;
  position: relative;
}
main.spacer-active {
  padding-top: 70px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  main.spacer-active {
    padding-top: 50px;
  }
}
main.minH-100vh {
  min-height: 80vh;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
}
header {
  width: 100%;
  min-width: 0;
  height: 90px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 1010;
  transition: all 0.3s ease;
}
header.opened {
  height: 100% !important;
  display: block;
}
header.opened .primary-menu {
  display: block;
  opacity: 0;
  animation: fadeIn 0.6s both;
  margin-top: 10px;
  padding-top: 20px;
  margin-left: 0;
  border-top: 1px solid #222;
}
header.opened .primary-menu ul li {
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 18px;
  padding: 12px 0;
}
header.opened .hamburger .hamburgerIconLine.secondLine {
  width: 0;
  transition: all 0.3s ease;
}
header.opened .hamburger .hamburgerIconLine.firstLine {
  transform: rotate(45deg);
  top: 18px;
  left: 3px;
}
header.opened .hamburger .hamburgerIconLine.thirdLine {
  transform: rotate(-45deg);
  bottom: 16px;
  left: 3px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header:not(.cart-checkout) {
    height: 50px !important;
    background: #000 !important;
    padding: 0;
    display: block;
  }
}
header.overlayed,
header.visible {
  height: 70px;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
}
header.overlayed .primary-menu ul li.current_page_item::before,
header.visible .primary-menu ul li.current_page_item::before {
  bottom: -25px;
}
header.cart-checkout {
  height: 60px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout {
    height: 80px;
  }
  header.cart-checkout .logo {
    margin: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
header.cart-checkout .free-shipping,
header.cart-checkout .secure-shopping {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 600;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .free-shipping,
  header.cart-checkout .secure-shopping {
    margin-left: 0;
  }
}
header.cart-checkout .free-shipping img,
header.cart-checkout .secure-shopping img {
  width: auto;
  height: 14px;
  margin-right: 10px;
}
header.cart-checkout .free-shipping span,
header.cart-checkout .secure-shopping span {
  white-space: nowrap;
}
header.cart-checkout .free-shipping {
  color: #0070C9;
  opacity: 0.7;
}
header.cart-checkout .free-shipping .icon {
  width: 34px;
  height: 18px;
  margin-right: 10px;
}
header.cart-checkout .free-shipping .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #0070C9;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .free-shipping {
    display: none;
  }
}
header .logo {
  width: 150px;
  display: inline-flex;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .logo {
    display: block;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
header .logo img {
  width: 150px;
}
header .logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
header .primary-menu {
  margin-left: auto;
  color: #fff;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .primary-menu {
    padding: 0 20px;
    display: none;
  }
}
header .primary-menu ul li {
  margin-left: 35px;
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .primary-menu ul li {
    text-transform: none;
    opacity: 1;
  }
}
header .primary-menu ul li:hover {
  opacity: 1;
}
header .primary-menu ul li.current_page_item {
  font-weight: bold;
  opacity: 1;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .primary-menu ul li.current_page_item a {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  header .primary-menu ul li.current_page_item::before {
    display: none;
  }
}
header .primary-menu ul li.current_page_item::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  background: #fff;
  transition: bottom 0.3s ease;
}
header .primary-menu ul li:first-of-type {
  margin-left: 0;
}
header .cart-icon {
  width: 12px;
  height: auto;
  margin-top: -2px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .cart-icon {
    position: absolute;
    right: 90px;
    top: 10px;
  }
}
header .cart-icon:hover {
  opacity: 0.7;
}
header .cart-icon.__empty .cart-count {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .cart-icon.__empty {
    top: 18px;
  }
}
header .cart-icon:not(.__empty) {
  margin-top: -10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .cart-icon:not(.__empty) {
    margin-top: -2px;
  }
}
header .cart-icon .cart-count {
  width: 20px;
  height: 20px;
  position: relative;
  margin-bottom: -4px;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  z-index: 10;
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B2929', endColorstr='#CF4040', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .cart-icon a {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header .cart-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
header .hamburger {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .hamburger {
    display: block;
    position: absolute;
    top: 6px;
    right: 20px;
  }
}
header .hamburger .hamburgerIconLine {
  width: 36px;
  height: 3px;
  background: #fff;
  border-radius: 1.5px;
  transition: all 0.3s ease;
  position: absolute;
  top: 17px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .hamburger .hamburgerIconLine.firstLine,
header .hamburger .hamburgerIconLine.thirdLine {
  width: 30px;
  top: 8px;
  left: 18px;
}
header .hamburger .hamburgerIconLine.thirdLine {
  top: auto;
  bottom: 7px;
}
.header-spacer {
  display: none;
}
.header-spacer.active {
  width: 100%;
  height: 70px;
  flex-shrink: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .header-spacer {
    width: 100%;
    height: 50px !important;
    background: #000;
  }
}
.frontpage-hero {
  min-height: 100vh;
  position: relative;
  justify-content: center;
  background: #0E0C0E;
  color: #fff;
}
.frontpage-hero .main-animation-wrapper {
  width: 100%;
  max-width: 70vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 1;
  transform: translateY(-10%);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .frontpage-hero .main-animation-wrapper {
    max-width: 100%;
    min-height: 64vh;
    transform: none;
  }
}
.frontpage-hero .main-animation-wrapper video {
  width: 80%;
  height: auto;
}
.frontpage-hero .hero-text-wrapper {
  width: 100%;
  max-width: 650px;
  position: absolute;
  left: 3%;
  bottom: 5%;
  text-align: left;
  padding: 0 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .frontpage-hero .hero-text-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    text-align: center;
  }
}
.frontpage-hero .hero-text-wrapper .cineline-logo {
  width: 170px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .frontpage-hero .hero-text-wrapper .cineline-logo {
    width: 100px;
  }
}
.frontpage-hero .hero-text-wrapper .svg-stealth {
  width: 75vw;
  max-width: 350px;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .frontpage-hero .hero-text-wrapper .svg-stealth {
    margin: 0 auto;
  }
}
.frontpage-hero .hero-text-wrapper .svg-stealth svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
.frontpage-hero .hero-text-wrapper h1 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 0;
  position: absolute;
}
.frontpage-hero .hero-text-wrapper .h1-description {
  padding-bottom: 40px;
  font-size: 18px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .frontpage-hero .hero-text-wrapper .h1-description {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.frontpage-hero .hero-text-wrapper .learn-more {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  border-radius: 20px;
}
.frontpage-hero .scroll-for-more {
  width: 100px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .frontpage-hero .scroll-for-more {
    display: none;
  }
}
.frontpage-hero .scroll-for-more .mouse {
  width: 20px;
  height: 36px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
}
.frontpage-hero .scroll-for-more .mouse:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -3px;
  border-radius: 3px;
  background: #fff;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: mouseScroll;
}
.frontpage-hero .scroll-for-more .scroll-desc {
  font-size: 12px;
  color: #666;
  padding-top: 10px;
}
.frontpage-hero .hero-soc-icons {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .frontpage-hero .hero-soc-icons {
    display: none;
  }
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .frontpage-hero .hero-soc-icons {
    bottom: 30px;
    right: 30px;
  }
}
.frontpage-hero .hero-soc-icons .soc-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  margin-top: 22px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.frontpage-hero .hero-soc-icons .soc-icon:hover {
  background: transparent;
  border-color: #fff;
}
.frontpage-hero .hero-soc-icons .soc-icon:hover svg {
  fill: #fff;
}
@media only screen and (min-width : 1200px) and (max-width : 1919px), only screen and (min-width : 768px) and (max-width : 991px) {
  .frontpage-hero .hero-soc-icons .soc-icon {
    width: 28px;
    height: 28px;
    margin-top: 16px;
  }
}
.frontpage-hero .hero-soc-icons .soc-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #333;
  transition: all 0.3s ease;
}
.cineline-news {
  padding: 50px;
  padding-bottom: 100px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cineline-news {
    padding: 30px 0;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cineline-news {
    padding: 10px 0px 40px 0;
  }
}
.cineline-news .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cineline-news .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cineline-news .row {
    display: block;
    flex-direction: column;
  }
}
.cineline-news .column {
  width: 50%;
  font-size: 30px;
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .cineline-news .column {
    font-size: 25.6px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .cineline-news .column {
    font-size: 21.6px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cineline-news .column {
    font-size: 16.2px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cineline-news .column {
    width: 100%;
  }
}
.cineline-news .column article {
  padding: 15px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cineline-news .column article {
    padding: 10px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cineline-news .column article {
    padding: 10px 0;
  }
}
.cineline-news .column article.double {
  height: calc(11.8em * 2 + 30px);
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cineline-news .column article.double {
    height: calc(11.8em * 2 + 20px);
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cineline-news .column article.double {
    height: 100vw;
  }
}
.cineline-news .column article .article-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: opacity 0.4s ease;
  overflow: hidden;
  font-size: 0;
}
.cineline-news .column article .article-inner:hover {
  opacity: 0.9;
}
.cineline-news .column article .article-inner:hover .article-image,
.cineline-news .column article .article-inner:hover .media-image {
  transform: scale3d(1.03, 1.03, 1);
}
.cineline-news .column article .article-inner .article-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale3d(1, 1, 1);
  transition: transform 0.4s ease;
}
.cineline-news .column article .article-inner .media-image {
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 0.4s ease;
}
.cineline-news .column article .article-inner .h2-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  color: #fff;
  z-index: 10;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .cineline-news .column article .article-inner .h2-wrapper {
    padding: 20px;
  }
}
.cineline-news .column article .article-inner .h2-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cineline-news .column article .article-inner .h2-wrapper h2 {
  position: relative;
  z-index: 10;
  font-size: 22px;
  font-weight: 600;
}
.cineline-news .column article .article-inner .h2-wrapper .h2-description {
  position: relative;
  z-index: 10;
  font-size: 15px;
}
.cineline-news .preorders-banner {
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cineline-news .preorders-banner {
    padding: 10px;
  }
}
.cineline-news .preorders-banner .banner-inner {
  width: 100%;
  height: calc(11.8em + 30px);
  background: #EFEFEF;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cineline-news .preorders-banner .banner-inner {
    height: calc(11.8em + 20px);
  }
}
.partners {
  width: 100%;
  height: auto;
  padding: 80px 20px;
  background: #F3F3F3;
  text-align: center;
}
.partners h2 {
  font-size: 18px;
  color: #C2C2C2;
}
.partners .partners-logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.partners .partners-logos .partner {
  width: auto;
  height: 40px;
  margin-right: 80px;
}
.partners .partners-logos .partner img {
  height: 34px;
  width: auto;
}
.partners .partners-logos .partner:last-of-type {
  margin-right: 0;
}
.ig-feed {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ig-feed .ig-thumb {
  width: 16.6666%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #000;
  font-size: 0;
}
.ig-feed .ig-thumb.cineline {
  background: #d8d8d8;
}
.ig-feed .ig-thumb.cineline .ig-thumb {
  visibility: hidden;
}
.ig-feed .ig-thumb.cineline a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 15px;
}
.ig-feed .ig-thumb.cineline .logo-img {
  max-width: 70%;
}
.ig-feed .ig-thumb.cineline span {
  display: block;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 50px;
}
.ig-feed .ig-thumb.cineline .button {
  height: 34px;
  padding: 0 20px;
  border-radius: 17px;
  line-height: 34px;
  text-transform: uppercase;
  background: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 600;
  transition: all 0.3s ease;
}
.ig-feed .ig-thumb:hover .ig-thumb {
  transform: scale3d(1.05, 1.05, 1);
  opacity: 0.9;
}
.ig-feed .ig-thumb:hover.cineline {
  background-color: #c7c7c7;
}
.ig-feed .ig-thumb:hover.cineline .button {
  padding: 0px 30px;
}
.ig-feed .ig-thumb:nth-child(n+13) {
  display: none;
}
@media only screen and (min-width : 1920px) {
  .ig-feed .ig-thumb {
    width: 12.5%;
  }
  .ig-feed .ig-thumb:nth-child(-n+16) {
    display: flex;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .ig-feed .ig-thumb {
    width: 20%;
  }
  .ig-feed .ig-thumb:nth-child(n+12) {
    display: none;
  }
  .ig-feed .ig-thumb:nth-child(10) {
    display: none;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .ig-feed .ig-thumb {
    width: 33.333%;
  }
  .ig-feed .ig-thumb:nth-child(n+12) {
    display: none;
  }
  .ig-feed .ig-thumb:nth-child(9) {
    display: none;
  }
  .ig-feed .ig-thumb:nth-child(10) {
    display: none;
  }
}
.ig-feed .ig-thumb .ig-thumb {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.features-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: #333;
  background-image: url('../assets/cineline-features-hero.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .features-hero {
    position: relative;
    background-position: 70% center;
  }
}
.features-hero.slideUp {
  top: -100vh;
}
.features-hero.setTransition {
  transition: top 1.2s ease;
}
.features-hero.jumpUp {
  top: -100vh;
}
.features-hero h1 {
  text-transform: uppercase;
  font-size: 0px;
}
.features-hero .cineline-logo {
  width: 120px;
}
.features-hero .svg-stealth {
  width: 75vw;
  max-width: 350px;
  padding-top: 14px;
  padding-bottom: 22px;
}
.features-hero .svg-stealth svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
.features-hero .slogan {
  font-size: 20px;
  font-weight: normal;
}
.features-hero .play-video {
  display: flex;
  align-items: center;
  margin-top: 150px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.features-hero .play-video:hover .play-icon {
  transform: scale3d(1.2, 1.2, 1);
}
.features-hero .play-video .play-icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.cablecam-introduction-hero {
  min-height: 100vh;
  color: #fff;
  justify-content: center;
}
.cablecam-introduction-hero.__animate .twoD-animation-wrapper {
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
.cablecam-introduction-hero.__animate .twoD-animation-wrapper .arm.left-arm,
.cablecam-introduction-hero.__animate .twoD-animation-wrapper .arm.right-arm {
  transform: rotate(0deg);
  transition-delay: 0.5s;
}
.cablecam-introduction-hero.__animate .animation-wrapper {
  transform: translate(0, 0);
}
.cablecam-introduction-hero.__animate .product-animation {
  transform: translate(0, 0);
}
.cablecam-introduction-hero.__animate .h2-wrapper h2 {
  animation: fadeIn 1s both 1s;
  transform: translate(0, 0);
  transition-delay: 1s;
}
.cablecam-introduction-hero.__animate .h2-wrapper .h2-description {
  animation: fadeIn 1s both 1.5s;
  transform: translate(0, 0);
  transition-delay: 1.5s;
}
.cablecam-introduction-hero.__animate .product-highlight-features {
  animation: fadeIn 1s both 2s;
}
.cablecam-introduction-hero .twoD-animation-wrapper {
  width: auto;
  max-width: 70vw;
  height: auto;
  display: inline-block;
  position: relative;
  margin-top: 20%;
  transform: translate(0, -80%);
  transition: transform 2.5s ease;
  -webkit-transition: transform 2.5s ease;
}
.cablecam-introduction-hero .twoD-animation-wrapper .filler {
  width: 100%;
  max-width: 1000px;
}
.cablecam-introduction-hero .twoD-animation-wrapper .arm {
  width: 57.5%;
  height: auto;
  position: absolute;
  bottom: 0;
  transition: transform 2s ease;
  -webkit-transition: transform 2s ease;
}
.cablecam-introduction-hero .twoD-animation-wrapper .arm.left-arm {
  left: 0%;
  transform: rotate(73deg);
  transform-origin: 88% 46.1%;
}
.cablecam-introduction-hero .twoD-animation-wrapper .arm.right-arm {
  right: 0%;
  bottom: 12.4%;
  transform: rotate(-73deg);
  transform-origin: 14.2% 52.5%;
}
.cablecam-introduction-hero .twoD-animation-wrapper .arm img {
  width: 100%;
  height: auto;
}
.cablecam-introduction-hero .animation-wrapper {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  transform: translate(0, -20%);
  transition: all 3s ease;
  transition-delay: 0.5s;
}
.cablecam-introduction-hero .animation-wrapper video {
  width: 100%;
  height: auto;
}
.cablecam-introduction-hero .product-animation {
  display: inline-block;
  margin: 0 auto;
  padding-top: 18%;
  padding-bottom: 5%;
  transform: translate(0, -15%);
  transition: transform 2s ease;
}
.cablecam-introduction-hero .h2-wrapper {
  padding-top: 5%;
}
.cablecam-introduction-hero .h2-wrapper h2 {
  padding-bottom: 40px;
  transform: translate(0, 50px);
  transition: transform 1.5s ease;
}
.cablecam-introduction-hero .h2-wrapper .h2-description {
  max-width: 700px;
  transform: translate(0, 20px);
  transition: transform 1.5s ease;
}
.cablecam-introduction-hero .product-highlight-features {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cablecam-introduction-hero .product-highlight-features .highlight-feature {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: left;
}
.cablecam-introduction-hero .product-highlight-features .highlight-feature .feature-name {
  opacity: 0.5;
}
.cablecam-introduction-hero .product-highlight-features .highlight-feature .feature-value {
  font-size: 60px;
  letter-spacing: 0.05em;
}
.cablecam-introduction-hero .product-highlight-features .highlight-feature .feature-value span {
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 0;
}
.power-precision h2 {
  padding-bottom: 40px;
}
.power-precision .h2-description {
  max-width: 700px;
}
.power-precision .key-features {
  display: flex;
  flex-wrap: wrap;
}
.power-precision .key-features .key-feature {
  width: 33%;
  padding-top: 70px;
}
.power-precision .key-features .key-feature .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #eee;
  border-radius: 3px;
}
.power-precision .key-features .key-feature .feature-name {
  padding-top: 10px;
  font-weight: 600;
  opacity: 0.7;
}
.foldable-design {
  width: 100%;
  height: auto;
  position: relative;
}
.foldable-design .product-showcase-gallery {
  width: auto;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
.foldable-design .product-showcase-gallery .product-image img {
  width: auto;
  max-height: 700px;
  transform: translateX(-20%);
  height: 100%;
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .foldable-design .product-showcase-gallery .product-image img {
    max-height: 600px;
    transform: translate(-25%, -10%);
  }
}
@media only screen and (min-width: 2000px) {
  .foldable-design .product-showcase-gallery .product-image img {
    max-height: 760px;
    padding-left: 40px;
    transform: translateX(0);
  }
}
.foldable-design .product-showcase-gallery ul.gallery-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  flex-shrink: 0;
}
.foldable-design .product-showcase-gallery ul.gallery-controls li {
  padding-bottom: 10px;
  padding-right: 60px;
  border-bottom: 1px solid #000;
  margin-right: 30px;
  opacity: 0.4;
  cursor: pointer;
}
.foldable-design .product-showcase-gallery ul.gallery-controls li.active {
  opacity: 1;
}
.foldable-design .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.foldable-design .col {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .foldable-design .col {
    max-width: 750px;
  }
}
.foldable-design .col .h2-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.foldable-design .col .h2-row .patent-pending-label {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin-left: auto;
  padding: 0 18px;
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.foldable-design .product-highlight-features {
  width: 100%;
  display: flex;
}
.foldable-design .product-highlight-features .highlight-feature {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: left;
  padding-right: 80px;
}
.foldable-design .product-highlight-features .highlight-feature:last-of-type {
  padding-right: 0;
}
.foldable-design .product-highlight-features .highlight-feature .feature-name {
  opacity: 0.5;
}
.foldable-design .product-highlight-features .highlight-feature .feature-value {
  font-size: 50px;
  white-space: nowrap;
}
.foldable-design .product-highlight-features .highlight-feature .feature-value span {
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 0;
}
.foldable-design .product-highlight-features .highlight-feature .feature-value label {
  font-size: 20px;
  padding: 0 6px;
  font-weight: 600;
}
.safety h2 {
  padding-bottom: 30px;
}
.safety .h2-description {
  max-width: 700px;
}
.safety .safety-features {
  width: 100%;
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 70px;
}
.safety .safety-features .safety-feature {
  font-weight: 600;
  opacity: 0.4;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.safety .safety-features .safety-feature:hover {
  border-color: #aaa;
}
.safety .safety-features .safety-feature.active {
  border-color: #B83636;
  opacity: 1;
}
.safety .safety-feature-showcase {
  padding-top: 60px;
}
.safety .safety-feature-showcase .feature-description {
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.6;
  font-size: 15px;
}
.brains {
  background: #121112;
  color: #fff;
}
.brains .h2-title {
  font-size: 20px;
  opacity: 0.5;
  padding-bottom: 10px;
}
.brains h2 {
  padding-bottom: 40px;
}
.brains .h2-description {
  max-width: 700px;
}
.brains .central-unit-animation-wrapper {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .brains .central-unit-animation-wrapper.__scale .animation-wrapper {
    transform: scale3d(1.5, 1.5, 1);
  }
}
.brains .central-unit-animation-wrapper .animation-wrapper {
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all 2s ease;
  transition-delay: 0.5s;
}
.brains .central-unit-animation-wrapper .animation-wrapper video {
  width: 100%;
  height: auto;
}
.brains .central-unit-animation-wrapper .central-unit-wrapper {
  width: 40%;
  height: auto;
  position: absolute;
  top: 49.2%;
  left: 49.8%;
  transform: translate(-50%, -50%) scale3d(0.21, 0.21, 1);
  transition: all 2s ease;
  transition-delay: 1s;
  opacity: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .brains .central-unit-animation-wrapper .central-unit-wrapper {
    width: 60%;
  }
}
.brains .central-unit-animation-wrapper .central-unit-wrapper .central-unit-glow {
  width: 100%;
  height: auto;
  padding: 3%;
  top: -1%;
  left: 1%;
  position: absolute;
  z-index: 8;
  opacity: 0;
  transition: opacity 2.5s ease;
  transition-delay: 1s;
}
.brains .central-unit-animation-wrapper .central-unit-wrapper .central-unit-glow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #121212;
  -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.3));
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.3));
}
.brains .central-unit-animation-wrapper .central-unit-wrapper .central-unit {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.brains .control-unit-features {
  display: flex;
  flex-wrap: wrap;
}
.brains .control-unit-features .key-feature {
  width: 33%;
  padding-top: 70px;
}
.brains .control-unit-features .key-feature .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #eee;
  border-radius: 3px;
}
.brains .control-unit-features .key-feature .feature-name {
  padding-top: 10px;
  font-weight: 600;
}
.brains .drive {
  width: 100%;
  display: flex;
  margin-top: 15%;
  text-align: left;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .brains .drive {
    flex-direction: column;
  }
}
.brains .drive .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .brains .drive .container {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}
.brains .drive .col {
  width: 100%;
  max-width: 700px;
}
.brains .drive .col h3 {
  font-size: 30px;
  font-weight: 600;
}
.brains .drive .showcase {
  margin-left: auto;
}
.brains .drive .showcase img {
  max-width: 700px;
}
.power-system {
  padding-top: 10%;
  padding-bottom: 5%;
}
.power-system .info {
  text-align: left;
}
.power-system .info h3 {
  font-size: 30px;
  font-weight: 600;
}
.power-system .info .features {
  width: 100%;
  max-width: 300px;
}
.power-system img {
  max-width: 650px;
}
.battery-swap {
  width: 100%;
  height: 680px;
  display: flex;
  align-items: center;
  background-position: center 0;
  background-size: cover;
  color: #fff;
  transition: all 0.4s ease;
}
.battery-swap .h2-title {
  font-size: 20px;
  opacity: 0.5;
}
.battery-swap .h2-description {
  max-width: 500px;
}
.angle-system .h2-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.3;
  padding-bottom: 10px;
}
.angle-system h2 {
  padding-bottom: 30px;
}
.angle-system .h2-description {
  max-width: 840px;
}
.angle-system .cablecam-angle-system-animation {
  width: 100%;
  margin-top: 6%;
  overflow: hidden;
  position: relative;
  height: 12vw;
}
.angle-system .cablecam-angle-system-animation #angle-system-video {
  position: relative;
  z-index: 10;
}
.angle-system .cablecam-angle-system-animation #angle-system-video-reverse {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.angle-system .cablecam-angle-system-animation #angle-system-video-reverse.active {
  z-index: 15;
}
.angle-system .cablecam-angle-system-animation video {
  width: 100%;
  height: auto;
  transform: scale3d(1.5, 1.5, 1.5);
}
.angle-system .angle-system-positions {
  width: 300px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}
.angle-system .angle-system-positions::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 14px;
  border-bottom: 2px dotted #E2E2E2;
}
.angle-system .angle-system-positions .position {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 6px;
  background-color: #E2E2E2;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.2s ease;
  z-index: 10;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.angle-system .angle-system-positions .position.active {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 14px;
  background: #000;
  border-width: 0px;
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B2929', endColorstr='#CF4040', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.angle-system .angle-system-positions .button {
  position: absolute;
  bottom: -55px;
  color: #000;
  opacity: 0.5;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.angle-system .angle-system-positions .button.left {
  left: -33px;
}
.angle-system .angle-system-positions .button.right {
  right: -47px;
}
.angle-system .angle-system-positions .button.active {
  opacity: 1;
  border-color: #000;
}
.long-range {
  margin-top: 5%;
}
.long-range .image {
  width: 460px;
}
.long-range .info {
  max-width: 700px;
  margin-left: auto;
  text-align: right;
}
.long-range .info h2 {
  padding-bottom: 20px;
}
.long-range .info .h2-description {
  padding-left: 80px;
}
.rigging {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 5%;
  color: #fff;
  overflow: hidden;
}
.rigging .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.rigging .media.fullscreen .overlay {
  opacity: 0.5;
}
.rigging .media.fullscreen .mask {
  border-width: 0px;
}
.rigging .media .video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.rigging .media .video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.rigging .media img {
  width: 100%;
  height: auto;
}
.rigging .media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #000;
  opacity: 0;
  transition: all 1s ease;
}
.rigging .media .mask {
  border: 140px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  transition: all 1s ease;
}
.rigging .container {
  position: relative;
  z-index: 10;
}
.rigging .container h2 {
  padding-bottom: 40px;
}
.rigging .container .h2-description {
  max-width: 700px;
}
.film-broadcast .container {
  justify-content: space-between;
  padding: 50px 0;
}
.film-broadcast .container.filmmakers-container .image {
  background-image: url('../assets/cineline-cablecam-filmmakers.jpg');
  padding-left: 40px;
}
.film-broadcast .container.broadcast-container .image {
  background-image: url('../assets/cineline-cablecam-broadcast.jpg');
  padding-right: 40px;
}
.film-broadcast .info .h2-title {
  font-weight: 600;
  font-size: 18px;
  opacity: 0.3;
}
.film-broadcast .info .h2-description {
  max-width: 500px;
}
.film-broadcast .image {
  width: 55%;
  height: 400px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.film-broadcast .image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #000;
  opacity: 0.15;
}
.paralax-showcase {
  background: #17181A;
}
.paralax-showcase .feature-row {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
}
.paralax-showcase .feature-row .info {
  width: 50%;
  height: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.paralax-showcase .feature-row .info .text-wrapper {
  max-width: 550px;
  height: auto;
  margin-right: 20%;
  color: #fff;
}
.paralax-showcase .feature-row .info .text-wrapper h3 {
  max-width: 300px;
  margin-left: auto;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.paralax-showcase .feature-row .image {
  width: 50%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right center;
}
.paralax-showcase .feature-row .image.material1 {
  background-image: url('../assets/material-1.jpg');
}
.paralax-showcase .feature-row .image.material2 {
  background-image: url('../assets/material-2.jpg');
}
.paralax-showcase .feature-row .image.material3 {
  background-image: url('../assets/material-3.jpg');
}
.supported-gimbals {
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  transition: all 0.4s ease;
}
.supported-gimbals .h2-title {
  font-size: 20px;
  opacity: 0.5;
}
.supported-gimbals .h2-description {
  max-width: 500px;
}
.supported-gimbals ul li {
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}
.supported-gimbals ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0px;
  border-radius: 50%;
  background: #B83636;
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B2929', endColorstr='#CF4040', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.browse-packages {
  background: #1B1B1B;
  color: #fff;
}
.explore-accessories {
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/explore-accessories.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.explore-accessories h2 {
  padding-bottom: 15px;
}
.explore-accessories .hero-button-white {
  margin-top: 40px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 20px;
  background: rgba(0, 112, 201, 0.7);
  font-weight: 600;
  border: 1px solid #0070C9;
  border-radius: 3px;
  color: #fff;
}
.woocommerce-message:empty,
.woocommerce-error:empty,
.woocommerce-info:empty {
  display: none;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  font-weight: 600;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  width: auto;
  height: 40px;
  display: inline-block;
  padding: 0 22px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  background: #000;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-left: auto;
  border: none;
  background: #fff;
  color: #0070C9;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  font-weight: 600;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
  opacity: 0.9;
}
.woocommerce-error {
  border-color: #B83636;
  background: rgba(184, 54, 54, 0.7);
}
.woocommerce-error .button {
  color: #B83636;
}
.woocommerce-info {
  border-color: #000;
  background: rgba(0, 0, 0, 0.7);
}
.woocommerce-info .button {
  color: #000;
}
ul.woocommerce-error {
  display: block;
}
ul.woocommerce-error li {
  font-weight: normal;
}
.blockUI:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  border: 6px solid #0070C9;
  border-color: #0070C9 transparent #0070C9 transparent;
  animation: loading-wheel 1.2s linear infinite;
}
@keyframes loading-wheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.__paypalSVGlogo {
  display: block;
  width: 76px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76 20' style='enable-background:new 0 0 76 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23179BD7;} .st1{fill:%23222D65;} .st2{fill:%23253B80;} %3C/style%3E%3Cpath class='st0' d='M58.8,8.8c-0.2,1.5-1.4,1.5-2.5,1.5h-0.6l0.4-2.8c0-0.2,0.2-0.3,0.3-0.3h0.3c0.8,0,1.5,0,1.8,0.4 C58.8,8,58.9,8.4,58.8,8.8z M58.3,4.9h-4.2c-0.3,0-0.5,0.2-0.6,0.5l-1.7,10.8c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h2.2 c0.2,0,0.4-0.1,0.4-0.3l0.5-3.1c0-0.3,0.3-0.5,0.6-0.5h1.3c2.8,0,4.4-1.3,4.8-4c0.2-0.9,0-1.9-0.5-2.7C60.5,5.2,59.4,4.8,58.3,4.9z M68,12.7c-0.2,1.1-1.1,1.9-2.3,1.9c-0.9,0.1-1.6-0.5-1.7-1.4c0-0.2,0-0.4,0-0.6c0.2-1.1,1.1-1.9,2.3-1.9c0.5,0,1,0.2,1.3,0.5 C68,11.7,68.1,12.2,68,12.7z M70.8,8.8h-2c-0.2,0-0.3,0.1-0.3,0.3l-0.1,0.6l-0.1-0.2c-0.6-0.6-1.5-0.9-2.4-0.8c-2.3,0-4.2,1.8-4.5,4 c-0.2,1.1,0.1,2.2,0.7,3.1c0.6,0.7,1.6,1.1,2.5,1c1,0,2-0.4,2.8-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0,0h1.8 c0.3,0,0.5-0.2,0.6-0.5l1.1-6.9C71.2,9,71.1,8.8,70.8,8.8C70.9,8.8,70.8,8.8,70.8,8.8L70.8,8.8z M73.2,5.2l-1.7,11 c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h1.7c0.3,0,0.5-0.2,0.6-0.5l1.7-10.8c0-0.2-0.1-0.4-0.3-0.4c0,0,0,0,0,0h-1.9 C73.4,4.9,73.2,5,73.2,5.2z M14.1,5.4c0,0.1,0,0.2-0.1,0.3C13.3,9.7,10.7,11,7.4,11H5.7c-0.4,0-0.7,0.3-0.8,0.7L4,17.2l-0.2,1.6 c0,0.2,0.1,0.5,0.4,0.5c0,0,0,0,0.1,0h3c0.4,0,0.7-0.3,0.7-0.6l0-0.2l0.6-3.6l0-0.2c0.1-0.4,0.4-0.6,0.7-0.6h0.4 c2.9,0,5.2-1.2,5.8-4.6c0.4-1.2,0.1-2.5-0.6-3.4C14.7,5.8,14.5,5.6,14.1,5.4z'/%3E%3Cpath id='Path_37' class='st1' d='M13.3,5.1c-0.1,0-0.2-0.1-0.4-0.1C12.9,5,12.7,5,12.6,5c-0.5-0.1-1-0.1-1.5-0.1H6.6 C6.3,4.9,6,5.1,5.9,5.5l-1,6.1l0,0.2C5,11.3,5.3,11,5.7,11h1.7c3.3,0,5.9-1.3,6.7-5.2c0-0.1,0-0.2,0.1-0.3c-0.2-0.1-0.4-0.2-0.6-0.3 C13.5,5.2,13.4,5.1,13.3,5.1z'/%3E%3Cpath class='st2' d='M28.8,8.8c-0.2,1.5-1.4,1.5-2.5,1.5h-0.6l0.4-2.8c0-0.2,0.2-0.3,0.3-0.3h0.3c0.8,0,1.5,0,1.8,0.4 C28.9,8,29,8.4,28.8,8.8z M28.4,4.9h-4.2c-0.3,0-0.5,0.2-0.6,0.5l-1.7,10.8c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h2 c0.3,0,0.5-0.2,0.6-0.5l0.5-2.9c0-0.3,0.3-0.5,0.6-0.5h1.3c2.8,0,4.4-1.3,4.8-4c0.2-0.9,0-1.9-0.5-2.7C30.6,5.2,29.5,4.8,28.4,4.9z M38.1,12.7c-0.2,1.1-1.1,1.9-2.3,1.9c-0.9,0.1-1.6-0.5-1.7-1.4c0-0.2,0-0.4,0-0.6c0.2-1.1,1.1-1.9,2.3-1.9c0.5,0,1,0.2,1.3,0.5 C38.1,11.7,38.2,12.2,38.1,12.7z M40.9,8.8h-2c-0.2,0-0.3,0.1-0.3,0.3l-0.1,0.6l-0.1-0.2c-0.6-0.6-1.5-0.9-2.4-0.8 c-2.3,0-4.2,1.8-4.5,4c-0.2,1.1,0.1,2.2,0.7,3.1c0.6,0.7,1.6,1.1,2.5,1c1,0,2-0.4,2.8-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.3,0.4 c0,0,0,0,0,0h1.8c0.3,0,0.5-0.2,0.6-0.5l1.1-6.9C41.3,9,41.1,8.8,40.9,8.8C40.9,8.8,40.9,8.8,40.9,8.8L40.9,8.8z M51.6,8.8h-2 c-0.2,0-0.4,0.1-0.5,0.3l-2.8,4.1l-1.2-3.9c-0.1-0.2-0.3-0.4-0.6-0.4h-2c-0.2,0-0.4,0.2-0.4,0.3c0,0,0,0.1,0,0.1l2.2,6.5l-2.1,3 c-0.1,0.2-0.1,0.4,0.1,0.5c0.1,0,0.1,0.1,0.2,0.1h2c0.2,0,0.4-0.1,0.5-0.3l6.7-9.7C52,9.1,52,8.9,51.8,8.8 C51.7,8.8,51.7,8.8,51.6,8.8z M5.9,5.5C6,5.1,6.3,4.9,6.6,4.9h4.5c0.5,0,1,0,1.5,0.1C12.7,5,12.9,5,13,5c0.1,0,0.2,0.1,0.4,0.1 l0.2,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.3-1.2,0-2.4-0.8-3.3C12.5,1.2,11,0.7,9,0.7H3.2C2.8,0.7,2.5,1,2.4,1.4L0,16.6 c0,0.3,0.1,0.5,0.4,0.6c0,0,0,0,0.1,0H4l0.9-5.7L5.9,5.5z'/%3E%3C/svg%3E");
  margin-left: auto;
}
.product-extra-options {
  font-size: 11px;
  opacity: 0.6;
  padding-top: 4px;
}
.product-extra-options .extra-option .option-description {
  opacity: 0.6;
}
.vat-notice {
  font-size: 0.5em;
  font-weight: normal;
  white-space: nowrap;
}
.shop-hero {
  width: 100%;
  height: calc(40vh + 70px);
  margin-top: -70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  background-image: url('../assets/cineline-stealth-cablecam-action.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-hero {
    background-attachment: scroll;
  }
}
.shop-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: background 2s ease;
}
.shop-hero .text {
  text-align: left;
}
.shop-hero .text h1 {
  display: inline-block;
  font-size: 2.5em;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-hero .text h1 {
    font-size: 22px;
  }
}
.shop-container {
  padding-bottom: 100px;
}
.shop-container .woocommerce-notices-wrapper {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container {
    padding-bottom: 30px;
  }
}
@media (min-width: 1660px) {
  .shop-container {
    width: 1300px;
  }
}
.shop-container h2 {
  font-size: 2em;
  padding-top: 3.5em;
  padding-bottom: 0.5em;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-container h2 {
    padding-top: 1.5em;
  }
}
.shop-container .shop-category-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.shop-container .shop-category-products-wrapper.two-columns .shop-product-card {
  max-width: calc(50% - 30px);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-category-products-wrapper.two-columns .shop-product-card {
    max-width: calc(100% - 30px);
  }
}
.shop-container .shop-category-products-wrapper.two-columns .shop-product-card.banner {
  max-width: calc(100% - 30px);
}
.shop-container .shop-category-products-wrapper.two-columns .shop-product-card.banner .product-card-inner {
  padding-right: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-container .shop-category-products-wrapper.two-columns .shop-product-card.banner .product-card-inner {
    padding-right: 0;
  }
}
.shop-container .shop-category-products-wrapper.two-columns .shop-product-card.banner .product-card-banner {
  border: none;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-category-products-wrapper.two-columns .shop-product-card.banner .product-card-banner {
    display: none;
  }
}
.shop-container .shop-category-products-wrapper.two-columns .shop-product-card.banner .product-card-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.shop-container .shop-category-products-wrapper.two-columns .shop-product-card .product-card-inner .product-image {
  width: 80%;
  max-width: 370px;
}
.shop-container .shop-product-card {
  width: 100%;
  max-width: calc(33.33% - 30px);
  margin: 15px;
  flex-grow: 1;
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-container .shop-product-card {
    max-width: calc(50% - 30px);
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-product-card {
    max-width: calc(100% - 30px);
    margin: 6px 15px;
  }
}
.shop-container .shop-product-card.banner {
  max-width: calc(66.66% - 30px);
  display: flex;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-product-card.banner {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-container .shop-product-card.banner {
    max-width: calc(50% - 30px);
  }
}
.shop-container .shop-product-card.banner .product-card-inner {
  width: 50%;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-container .shop-product-card.banner .product-card-inner {
    width: 100%;
  }
}
.shop-container .shop-product-card .product-card__link-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}
@media only screen and (min-width : 992px) {
  .shop-container .shop-product-card:hover .product-card-inner {
    background: #eaeaea;
  }
  .shop-container .shop-product-card:hover .product-card-inner .product-image img {
    transform: scale3d(1.05, 1.05, 1);
  }
  .shop-container .shop-product-card:hover .product-card-inner .product-card-footer .product-price {
    background: #000;
    border-color: #000;
    color: transparent !important;
  }
  .shop-container .shop-product-card:hover .product-card-inner .product-card-footer .product-price span {
    color: transparent !important;
  }
  .shop-container .shop-product-card:hover .product-card-inner .product-card-footer .product-price .arrow {
    display: block;
  }
  .shop-container .shop-product-card:hover .product-card-banner {
    border-color: #eaeaea;
  }
}
.shop-container .shop-product-card .product-card-inner {
  width: 100%;
  background: #F7F7F7;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-product-card .product-card-inner {
    display: flex;
    align-items: center;
    padding: 15px;
  }
}
.shop-container .shop-product-card .product-card-inner.sale .product-card-footer .product-price {
  font-weight: 600;
  color: #5E5E5E;
}
.shop-container .shop-product-card .product-card-inner .product-card-shop-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  border-radius: 3px;
  padding: 3px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B2929', endColorstr='#CF4040', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-product-card .product-card-inner .product-card-shop-tag {
    display: none;
  }
}
.shop-container .shop-product-card .product-card-inner .product-image {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 2em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-product-card .product-card-inner .product-image {
    width: 35% !important;
    height: 35vw;
    padding: 0;
  }
}
.shop-container .shop-product-card .product-card-inner .product-image img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.shop-container .shop-product-card .product-card-inner .product-card-footer {
  padding: 20px;
  padding-top: 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-product-card .product-card-inner .product-card-footer {
    width: 65%;
    display: block;
    padding: 0;
    padding-left: 20px;
  }
}
.shop-container .shop-product-card .product-card-inner .product-card-footer .product-info .product-name {
  font-size: 1.2em;
  font-weight: 600;
}
.shop-container .shop-product-card .product-card-inner .product-card-footer .product-info .product-excerpt {
  font-size: 0.8em;
  color: #aaa;
}
.shop-container .shop-product-card .product-card-inner .product-card-footer .product-price {
  width: auto;
  height: 36px;
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  border: 1px solid #aaa;
  border-radius: 18px;
  color: #aaa;
  font-size: 0.9em;
  margin-left: auto;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container .shop-product-card .product-card-inner .product-card-footer .product-price {
    height: auto;
    line-height: normal;
    padding: 0;
    padding-top: 20px;
    border: none;
  }
}
.shop-container .shop-product-card .product-card-inner .product-card-footer .product-price span.regular-price {
  font-weight: normal;
  color: #aaa;
  text-decoration: line-through;
  padding-right: 5px;
  font-size: 0.85em;
}
.shop-container .shop-product-card .product-card-inner .product-card-footer .product-price .arrow {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-container .shop-product-card .product-card-banner {
  width: 50%;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 3em;
  background: #F7F7F7;
  position: relative;
  border: 20px solid #F7F7F7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-container .shop-product-card .product-card-banner {
    display: none;
  }
}
.shop-container .shop-product-card .product-card-banner p {
  padding: 0;
  margin: 0;
}
.shop-container .shop-product-card .product-card-banner .h4-description {
  padding-bottom: 0.5em;
  display: none;
  position: relative;
  z-index: 10;
}
.shop-container .shop-product-card .product-card-banner .h4-description:not(empty) {
  display: block;
}
.shop-container .shop-product-card .product-card-banner h4 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  z-index: 10;
  line-height: 1.2em;
}
.woocommerce-notices-wrapper {
  padding-top: 40px;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  margin: 0;
}
.product-details-main-section {
  width: 100%;
  height: auto;
  background: #f7f7f7;
}
.product-details-main-section .product-details-container {
  min-height: 70%;
}
.bundle-tag {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 7px;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.bundle-tag.small {
  font-size: 9px;
  padding: 2px 5px;
  margin-bottom: 2px;
}
.product-extra-options-container {
  width: 100%;
}
.product-extra-options-container .product-options-control {
  width: 100%;
  padding: 10px 0;
}
.product-extra-options-container .product-options-control.split-control {
  display: flex;
  align-items: center;
}
.product-extra-options-container .product-options-control.split-control .control-label-desc-wrapper .control-label {
  padding-bottom: 0;
}
.product-extra-options-container .product-options-control.split-control .control-label-desc-wrapper .control-description {
  padding-top: 5px;
}
.product-extra-options-container .product-options-control .control-label {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
}
.product-extra-options-container .product-options-control .control-description {
  padding-bottom: 5px;
  opacity: 0.5;
  font-size: 15px;
}
.product-extra-options-container .product-options-control .control-description:empty {
  display: none;
}
.product-extra-options-container .product-options-control.radio-cards .control-label {
  width: 100%;
  font-weight: 600;
  font-size: 1.2em;
  padding-bottom: 5px;
}
.product-extra-options-container .product-options-control.radio-cards .control-description {
  width: 100%;
  padding-bottom: 5px;
  opacity: 0.5;
}
.product-extra-options-container .product-options-control.radio-cards .control-description:empty {
  display: none;
}
.product-extra-options-container .product-options-control.radio-cards label {
  width: 100%;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card-input {
  display: none;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card-input:checked + .radio-card {
  border-color: #0070C9;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card-input:checked + .radio-card:hover {
  background: #fff;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card-input:checked + .radio-card .check {
  background-color: #0070C9;
  border-color: #0070C9;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card-input:checked + .radio-card .radio-info .radio-label {
  font-weight: 600;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-right: 20px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  background: #fff;
  margin: 10px 0;
  cursor: pointer;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card:hover {
  background: #fafafa;
  border-color: #ccc;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card .check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  border: 1px solid #C4C4C4;
  background: #fff;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card .check::before,
.product-extra-options-container .product-options-control.radio-cards label .radio-card .check::after {
  content: "";
  width: 6px;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  top: 11px;
  left: 4px;
  background: #fff;
  transform: rotate(45deg);
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card .check::after {
  top: 9px;
  left: 7px;
  transform: rotate(-45deg);
  width: 10px;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card .radio-info {
  font-size: 15px;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card .radio-info .radio-description {
  opacity: 0.4;
}
.product-extra-options-container .product-options-control.radio-cards label .radio-card .radio-upvalue {
  flex-shrink: 0;
  opacity: 0.4;
  margin-left: auto;
}
.product-extra-options-container .product-options-control.dropdown {
  width: 100%;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown {
  min-width: 40%;
  height: 40px;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown.opened .value-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  border-bottom-color: #eee;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown.opened ul.options {
  display: block;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown input {
  display: none;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown .value-container {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  padding-left: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #D5D5D5;
  position: relative;
  z-index: 6;
  cursor: pointer;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown .value-container .value {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown .value-container .value .up-value {
  padding-right: 10px;
  padding-left: 40px;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown .value-container .dropwdown-arrow {
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown ul.options {
  width: 100%;
  height: auto;
  max-height: 260px;
  overflow-y: auto;
  position: absolute;
  z-index: 5;
  top: 40px;
  left: 0px;
  border: 1px solid #D5D5D5;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  display: none;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown ul.options li {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  padding-left: 15px;
  cursor: pointer;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown ul.options li.selected {
  background-color: #f3f3f3;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown ul.options li.selected span.up-value {
  font-weight: 600;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown ul.options li:hover {
  background-color: #f3f3f3;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown label {
  font-weight: 600;
  white-space: nowrap;
}
.product-extra-options-container .product-options-control.dropdown .js-dropdown span.up-value {
  margin-left: auto;
  text-align: right;
  opacity: 0.5;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 0.94em;
  white-space: nowrap;
}
.product-extra-options-container .product-options-control.free-included .check-included-label {
  margin-left: auto;
  color: #0070C9;
  font-weight: 600;
  position: relative;
  padding-left: 24px;
}
.product-extra-options-container .product-options-control.free-included .check-included-label::before,
.product-extra-options-container .product-options-control.free-included .check-included-label::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  top: 12px;
  left: 2px;
  background: #0070C9;
  transform: rotate(45deg);
}
.product-extra-options-container .product-options-control.free-included .check-included-label::after {
  width: 12px;
  top: 10px;
  left: 6px;
  transform: rotate(-45deg);
}
.extra-options-box {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  margin-top: 10px;
}
.extra-options-box .total-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  opacity: 0.4;
}
.extra-options-box .total-row.discount {
  color: #0070C9;
  opacity: 1;
}
.extra-options-box .total-row.discount .total-value {
  font-weight: 600;
  white-space: nowrap;
  padding-left: 10px;
}
.extra-options-box .total-row.total-price {
  font-size: 1.3em;
  opacity: 1;
}
.extra-options-box .total-row.total-price .total-value {
  font-weight: 600;
}
.extra-options-box .total-row .total-info .total-name {
  font-weight: 600;
}
.extra-options-box .total-row .total-info .total-description {
  font-size: 15px;
}
.extra-options-box .total-row .total-value {
  margin-left: auto;
}
.down-payment-box {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-top: 10px;
}
.down-payment-box .dp-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.down-payment-box .dp-row.total-price {
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
}
.down-payment-box .dp-row.pay-before {
  font-size: 15px;
  opacity: 0.5;
}
.down-payment-box .dp-row.down-payment {
  font-size: 20px;
  font-weight: 600;
  padding-top: 8px;
}
.down-payment-box .dp-row label {
  padding-right: 10px;
  text-align: left;
}
.down-payment-box .dp-row .value {
  margin-left: auto;
  text-align: right;
}
.product-details-container article {
  width: 100%;
  display: flex;
  padding: 80px 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article {
    flex-direction: column;
    padding: 40px 0;
  }
}
.product-details-container article .product-gallery {
  width: 55%;
  height: 100%;
  padding: 20px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-details-container article .product-gallery.bundle {
  position: sticky;
  top: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article .product-gallery {
    width: 100%;
    height: auto;
    position: relative !important;
    top: auto !important;
    align-self: center;
    padding: 0;
  }
}
.product-details-container article .product-gallery .image-wrapper {
  width: 100%;
  height: 600px;
  padding: 6em 1.5em;
  padding-top: 3em;
  display: flex;
  cursor: pointer;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article .product-gallery .image-wrapper {
    max-width: 600px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article .product-gallery .image-wrapper {
    height: 40vh;
    padding: 2em 0em;
  }
}
.product-details-container article .product-gallery .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  flex-shrink: 0;
  align-self: center;
}
.product-details-container article .product-gallery .thumbnails {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article .product-gallery .thumbnails {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.product-details-container article .product-gallery .thumbnails .thumbnail {
  padding: 10px 20px;
  opacity: 0.4;
  cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article .product-gallery .thumbnails .thumbnail {
    padding: 10px 4.5vw;
  }
}
.product-details-container article .product-gallery .thumbnails .thumbnail.active {
  opacity: 1;
}
.product-details-container article .product-gallery .thumbnails .thumbnail .thumbnail-inner {
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article .product-gallery .thumbnails .thumbnail .thumbnail-inner {
    width: 16vw;
    height: 16vw;
  }
}
.product-details-container article .product-gallery .thumbnails .thumbnail .thumbnail-inner a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.product-details-container article .product-gallery .thumbnails .thumbnail .thumbnail-inner img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  flex-shrink: 0;
  align-self: center;
}
.product-details-container article .product-info {
  width: 45%;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article .product-info {
    width: 100%;
    padding-top: 40px;
  }
}
.product-details-container article .product-info .breadcrumbs {
  width: 100%;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.product-details-container article .product-info .breadcrumbs .splitter {
  padding: 0 6px;
}
.product-details-container article .product-info .breadcrumbs .category {
  opacity: 0.4;
}
.product-details-container article .product-info .bundle-tag.above-h1 {
  font-size: 14px;
  padding: 3px 10px;
}
.product-details-container article .product-info h1 {
  padding-bottom: 0.3em;
  font-size: 3.1em;
  font-weight: 600;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article .product-info h1 {
    font-size: 34px;
    letter-spacing: 0.03em;
  }
}
.product-details-container article .product-info .price {
  font-size: 1.6em;
  font-weight: 600;
  opacity: 0.7;
}
.product-details-container article .product-info .price del {
  opacity: 0.5;
}
.product-details-container article .product-info .description {
  width: 100%;
  max-width: 650px;
  border-top: 1px solid #d8d8d8;
  margin-top: 1em;
  line-height: 1.5em;
  opacity: 0.5;
}
.product-details-container article .product-info h2 {
  padding: 1.5em 0 0.8em 0;
  font-size: 18px;
}
.product-details-container article .product-info .key-features ul li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.product-details-container article .product-info .key-features ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0px;
  border-radius: 50%;
  background: #B83636;
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B2929', endColorstr='#CF4040', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.product-details-container article .product-info .bundle-section-header {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article .product-info .bundle-section-header {
    position: sticky;
    top: 50px;
    background: #f7f7f7;
    z-index: 100;
    margin-bottom: 0;
  }
}
.product-details-container article .product-info .bundle-section-header label {
  font-size: 1.5em;
  font-weight: 600;
}
.product-details-container article .product-info .bundle-section-header .bundle-tag {
  margin-left: auto;
  opacity: 0.35;
}
.product-details-container article .product-info .add-to-cart-wrapper {
  width: 100%;
  padding-top: 50px;
}
.product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-inner {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-inner.bundle {
  padding-top: 40px;
  flex-direction: column;
}
.product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-inner.bundle button {
  width: 100%;
  max-width: 350px;
}
.product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-inner.bundle input.qty {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-inner.__wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-inner.__wrap button {
    margin-top: 10px;
    width: 300px;
  }
}
.product-details-container article .product-info .add-to-cart-wrapper .quantity label {
  display: none;
}
.product-details-container article .product-info .add-to-cart-wrapper .quantity {
  width: 100px;
  padding-right: 20px;
}
.product-details-container article .product-info .add-to-cart-wrapper .quantity input {
  width: 100%;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #666;
  border-radius: 3px;
  flex-shrink: 0;
}
.product-details-container article .product-info .add-to-cart-wrapper button {
  width: auto;
  height: 40px;
  display: inline-block;
  padding: 0 22px;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  background: #000;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 320px;
  padding: 0 60px;
  font-weight: 600;
}
.product-details-container article .product-info .add-to-cart-wrapper button.__preorder {
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9B2929 0%, #CF4040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B2929', endColorstr='#CF4040', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.product-details-container article .product-info .add-to-cart-wrapper button:hover {
  opacity: 0.8;
}
.product-details-container article .product-info .add-to-cart-wrapper .vat-notice {
  color: #aaa;
}
.product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-footer {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}
.product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-footer.bundle {
  border-top: none;
  margin-top: 0;
}
.product-details-container article .product-info .add-to-cart-wrapper .add-to-cart-footer .product-shipping-note p {
  margin: 0;
}
.whats-included {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .whats-included {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.whats-included h2 {
  font-size: 1.5em;
}
.whats-included .included-products {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 1.5em;
}
.whats-included .included-products .included-product {
  width: 180px;
  padding: 20px 0;
  margin-right: 40px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .whats-included .included-products .included-product {
    width: 50%;
    margin-right: 0;
  }
}
.whats-included .included-products .included-product .image {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.whats-included .included-products .included-product .image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  flex-shrink: 0;
  align-self: center;
}
.whats-included .included-products .included-product .product-name {
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  font-weight: 600;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .whats-included .included-products .included-product .product-name {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.whats-included .included-products .included-product .quantity {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .whats-included .included-products .included-product .quantity {
    padding: 0 10px;
  }
}
.product-details-overview-section {
  padding-top: 4em;
  padding-bottom: 8em;
}
.product-details-overview-section h2 {
  font-size: 1.5em;
}
.product-details-overview-section .product-overview-feature {
  padding-top: 5em;
  padding-bottom: 5em;
}
.product-details-overview-section .product-overview-feature.fullscreen-feature h3 {
  font-size: 3em;
  font-weight: 600;
}
.product-details-overview-section .product-overview-feature.fullscreen-feature .image {
  width: 100%;
  height: 500px;
  margin-top: 4em;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.product-details-overview-section .product-overview-feature.single-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details-overview-section .product-overview-feature.single-feature.reverse {
  flex-direction: row-reverse;
}
.product-details-overview-section .product-overview-feature.single-feature.reverse .text-wrapper {
  text-align: right;
}
.product-details-overview-section .product-overview-feature.single-feature .text-wrapper {
  width: 40%;
}
.product-details-overview-section .product-overview-feature.single-feature .text-wrapper h3 {
  font-size: 2em;
  font-weight: 600;
}
.product-details-overview-section .product-overview-feature.single-feature .image {
  width: 55%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.product-details-hero {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.product-details-hero .container .hero-text-wrapper {
  max-width: 700px;
  padding: 10em 0;
}
.product-details-hero .container .hero-text-wrapper .h2-wrapper {
  display: flex;
  align-items: center;
}
.product-details-hero .container .hero-text-wrapper .h2-wrapper h2 {
  padding-bottom: 1em;
  font-weight: normal;
}
.product-details-hero .container .hero-text-wrapper .h2-wrapper h2 span {
  font-weight: 700;
}
.product-details-hero .container .hero-text-wrapper .h2-wrapper a {
  margin-left: auto;
}
.product-details-hero .container .hero-text-wrapper .h2-wrapper a .btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 14px;
  border-radius: 20px;
}
.product-details-hero .container .hero-text-wrapper .product-highlight-features {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-details-hero .container .hero-text-wrapper .product-highlight-features .highlight-feature {
  padding-top: 5em;
  text-align: left;
}
.product-details-hero .container .hero-text-wrapper .product-highlight-features .highlight-feature .feature-name {
  opacity: 0.5;
}
.product-details-hero .container .hero-text-wrapper .product-highlight-features .highlight-feature .feature-value {
  font-size: 60px;
  letter-spacing: 0.05em;
}
.product-details-hero .container .hero-text-wrapper .product-highlight-features .highlight-feature .feature-value span {
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 0;
}
.product-details-hero .container img {
  width: 740px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100px);
  transition: all 0.6s ease;
}
footer {
  width: 100%;
  min-height: 490px;
  background: #161617;
  margin-top: auto;
}
footer .footer-wrapper {
  width: 100%;
  max-width: 1600px;
  align-items: flex-start;
  margin: 0 auto;
  padding: 80px 50px;
  padding-bottom: 50px;
  color: #fff;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper {
    padding: 0px 20px;
    padding-bottom: 20px;
  }
}
footer .footer-wrapper .footer-bottom {
  padding-top: 10px;
  align-items: center;
}
footer .footer-wrapper .footer-top {
  justify-content: space-between;
  padding-bottom: 80px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .footer-top {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .footer-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 50px 0;
  }
}
footer .footer-wrapper .footer-top,
footer .footer-wrapper .footer-bottom {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
}
footer .footer-wrapper .company-info {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .company-info {
    width: 100%;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
  }
}
footer .footer-wrapper .company-info img.logo {
  max-width: 180px;
  height: auto;
}
footer .footer-wrapper .company-info .company-block {
  padding-top: 20px;
}
footer .footer-wrapper .company-info .company-block.title {
  padding-top: 14px;
  font-weight: bold;
  font-size: 16px;
}
footer .footer-wrapper .soc-icons {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
footer .footer-wrapper .soc-icons .svg-wrapper {
  width: 20px;
  height: 20px;
}
footer .footer-wrapper .soc-icons .svg-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #888888;
}
footer .footer-wrapper .footerFlexBreak {
  width: 100%;
  height: 30px;
  display: none;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .footerFlexBreak.footerBreakFirst {
    display: block;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .menu-container {
    width: 50%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .menu-container {
    width: 20%;
  }
}
footer .footer-wrapper .menu-container .menu-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .menu-container .menu-title {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
footer .footer-wrapper .menu-container ul li {
  font-size: 14px;
  color: #999;
  padding: 2px 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .menu-container ul li {
    padding: 0;
  }
}
footer .footer-wrapper .menu-container ul li:hover {
  opacity: 0.7;
}
footer .footer-wrapper .copyright {
  padding-bottom: 10px;
  border-bottom: 1px solid #2A2824;
  text-align: right;
  font-size: 12px;
  color: #555;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .copyright {
    text-align: left;
  }
}
footer .footer-wrapper .sponsors {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .sponsors {
    justify-content: space-between;
  }
}
footer .footer-wrapper .sponsors .eu-icon {
  max-width: 130px;
  height: auto;
}
footer .footer-wrapper .sponsors .sps-icon {
  max-width: 100px;
  height: auto;
}
footer .footer-wrapper .sponsors .rs-icon {
  max-width: 180px;
  height: auto;
}
footer .footer-wrapper .sponsors .__margin-left {
  margin-left: 50px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .sponsors .__margin-left {
    margin-left: 0;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .sponsors img {
    max-width: 29% !important;
  }
}
footer .footer-wrapper .slovenia-made {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .slovenia-made {
    margin: 0 auto;
    margin-top: 50px;
  }
}
footer .footer-wrapper .slovenia-made span {
  color: #999;
}
footer .footer-wrapper .slovenia-made span strong {
  color: #fff;
  font-weight: 600;
  padding: 0 1px;
  letter-spacing: 0.02em;
}
footer .footer-wrapper .slovenia-made img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.cart-checkout-container {
  padding-bottom: 10em;
  padding-top: 4em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-checkout-container {
    padding-top: 2em;
  }
}
.cart-checkout-container .woocommerce-message,
.cart-checkout-container .woocommerce-error {
  margin-top: 0;
  margin-bottom: 40px;
}
.cart-checkout-container h1 {
  font-size: 32px;
  padding-bottom: 0.2em;
}
.cart-checkout-container .h1-description {
  opacity: 0.5;
}
.cart-checkout-container .woocommerce-remove-coupon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  font-size: 0;
  color: transparent;
  position: relative;
}
.cart-checkout-container .woocommerce-remove-coupon:hover::before,
.cart-checkout-container .woocommerce-remove-coupon:hover::after {
  background: #B83636;
}
.cart-checkout-container .woocommerce-remove-coupon::before,
.cart-checkout-container .woocommerce-remove-coupon::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
  background: #000;
}
.cart-checkout-container .woocommerce-remove-coupon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cart-wrapper .cart-header {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2em;
}
.cart-wrapper .assistance-wrapper {
  opacity: 0.5;
  font-size: 14px;
  margin-left: auto;
  text-align: right;
}
.cart-wrapper .woocommerce-cart-form {
  width: 100%;
}
.cart-wrapper .woocommerce-cart-form .cart-item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #ececec;
}
.cart-wrapper .woocommerce-cart-form .cart-item .down-payment-notice {
  font-size: 12px;
  opacity: 0.5;
  padding-top: 4px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .down-payment-notice > span {
  display: block;
  white-space: nowrap;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-item {
    padding: 6px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-thumbnail {
  width: 160px;
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-thumbnail {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details {
  width: 25%;
  flex-shrink: 0;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .bundle-tag {
  font-size: 9px;
  opacity: 0.5;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-name {
  font-weight: 600;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-name .sale-tag {
  margin-bottom: 4px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-extra-options .extra-option .option-value {
  display: none;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-price {
  width: 25%;
  flex-shrink: 0;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-price {
    width: 15%;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-price .regular-price {
  font-size: 0.9em;
  text-decoration: line-through;
  opacity: 0.5;
  padding-right: 6px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-price .sale-price {
  color: #B83636;
  font-weight: 600;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove {
  width: 150px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove {
    width: 15%;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity {
  display: flex;
  align-items: center;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty {
  width: 30px;
  height: 30px;
  position: relative;
  background: #F8F8F8;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty:hover {
  background: #dfdfdf;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty:hover::before,
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty:hover::after {
  background: #aaa;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty::before,
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty::after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  background: #ccc;
  z-index: 10;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty::after {
  width: 2px;
  height: 12px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty.minus {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: -1px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty.minus::after {
  display: none;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .minus-plus-qty.plus {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -1px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .quantity label {
  display: none;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .quantity input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  border: 1px solid #d5d5d5;
  text-align: center;
  -moz-appearance: textfield;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .quantity input::-webkit-outer-spin-button,
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
  margin-left: 1em;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove:hover::before,
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove:hover::after {
  height: 2px;
  background: #333;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove::before,
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove::after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 6px;
  right: 0;
  background: #999;
  transform: rotate(45deg);
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove::after {
  transform: rotate(-45deg);
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-subtotal {
  margin-left: auto;
  font-weight: 600;
  text-align: right;
}
.cart-wrapper .woocommerce-cart-form .cart-footer {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #ececec;
  padding-top: 2.5em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn {
  padding: 0;
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  position: relative;
  width: auto;
  height: 40px;
  margin-left: auto;
  margin-right: 30px;
  padding: 0 20px;
  padding-left: 45px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #0070C9;
  color: #0070C9;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn::before {
  content: "↻";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 16px;
  font-size: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn {
    order: 1;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .continue-shopping-btn {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  background: #C4C4C4;
  color: #fff;
  font-weight: 600;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .continue-shopping-btn:hover {
  opacity: 0.7;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar {
  width: 100%;
  max-width: 570px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar {
    padding-top: 30px;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar h2 {
  font-size: 1.4em;
  padding-top: 1em;
  padding-bottom: 0.4em;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals {
  width: 100%;
  padding: 0 30px;
  padding-bottom: 0.5em;
  background: #F7F7F7;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row {
  padding: 22px 0;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.__split-row {
  display: flex;
  align-items: center;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.__split-row .row-inner {
  display: block;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.__split-row .value {
  margin-left: auto;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.__border-bottom {
  border-bottom: 1px solid #ddd;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.shipping-cart-row .value {
  opacity: 0.5;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.shipping-cart-row .value.free-shipping-style {
  opacity: 1;
  font-size: 1.1em;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.coupon-cart-row img {
  width: 30px;
  opacity: 0.2;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.subtotal-cart-row {
  font-size: 1.3em;
  font-weight: 600;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row.subtotal-cart-row .before-shipping {
  opacity: 0.5;
  font-size: 15px;
  padding-bottom: 10px;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner {
  display: flex;
  align-items: center;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner label {
  font-weight: 600;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner .value {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .text {
  cursor: pointer;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .text:hover {
  opacity: 1;
  color: #0070C9;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .coupon-box {
  width: 300px;
  height: 40px;
  margin-top: 15px;
  display: none;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .coupon-box .coupon-box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .coupon-box input {
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 10px;
  border: none;
  background: none;
  color: #000;
  font-size: 14px;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .coupon-box button {
  width: auto;
  height: 100%;
  margin-left: auto;
  padding: 0 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-weight: 600;
  background: #aaa;
  border-radius: 2px;
  border-left: 1px solid #ddd;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .coupon-box button:hover {
  background: #0070C9;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .text {
  opacity: 0.5;
  font-size: 14px;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row {
    flex-direction: column-reverse;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .encrypted {
  width: 136px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .encrypted {
    margin-top: 1em;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .wc-proceed-to-checkout {
  height: 48px;
  display: flex;
  align-items: center;
  text-transform: initial;
  position: relative;
  margin-left: auto;
  padding: 0 20px;
  padding-right: 80px;
  background: #0070C9;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .wc-proceed-to-checkout {
    width: 100%;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .wc-proceed-to-checkout a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .wc-proceed-to-checkout:hover {
  opacity: 0.8;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .wc-proceed-to-checkout:hover .arrow {
  right: 10px;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .wc-proceed-to-checkout .arrow {
  position: absolute;
  right: 20px;
  transition: all 0.25s ease;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-checkout-proceed-row .wc-proceed-to-checkout .arrow svg {
  fill: #fff;
}
.wcppec-checkout-buttons {
  display: none;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #e2401c;
  display: block !important;
  font-weight: bold;
}
.empty-cart-wrapper {
  width: 100%;
  height: auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.empty-cart-wrapper img {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-bottom: 20px;
}
.empty-cart-wrapper a.button {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
  background: #C4C4C4;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.empty-cart-wrapper a.button:hover {
  opacity: 0.7;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-wrapper {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper {
    flex-direction: column;
  }
}
.checkout-wrapper .user-details {
  width: 100%;
}
.checkout-wrapper .user-details h2 {
  font-size: 16px;
  padding-top: 2em;
}
.checkout-wrapper .user-details .form-row {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .user-details .form-row {
    width: 100%;
    padding-right: 0;
  }
}
.checkout-wrapper .user-details .form-row.woocommerce-invalid label {
  color: red;
}
.checkout-wrapper .user-details .form-row.woocommerce-invalid input {
  border-color: red;
}
.checkout-wrapper .user-details .form-row label {
  font-size: 13px;
  padding-bottom: 6px;
  color: #000;
}
.checkout-wrapper .user-details .form-row.form-row-wide,
.checkout-wrapper .user-details .form-row.notes,
.checkout-wrapper .user-details .form-row.place-order {
  width: 100%;
}
.checkout-wrapper .user-details .form-details {
  width: 100%;
  padding-right: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .user-details .form-details {
    padding-right: 0;
  }
}
.checkout-wrapper .user-details .woocommerce-billing-fields__field-wrapper,
.checkout-wrapper .user-details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.checkout-wrapper .user-details .woocommerce-form__label-for-checkbox {
  cursor: pointer;
}
.checkout-wrapper .user-details .woocommerce-input-wrapper input,
.checkout-wrapper .user-details .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 15px;
  color: #333;
  border-radius: 4px;
}
.checkout-wrapper .user-details .woocommerce-input-wrapper input::placeholder,
.checkout-wrapper .user-details .woocommerce-input-wrapper textarea::placeholder {
  color: #ccc;
}
.checkout-wrapper .user-details .woocommerce-input-wrapper textarea {
  height: 80px;
  padding: 10px;
}
.checkout-wrapper .user-details .woocommerce-input-wrapper .select2-selection {
  height: 40px;
  border-radius: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.checkout-wrapper .user-details .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 40px;
}
.checkout-wrapper .user-details .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  height: 38px;
}
.checkout-wrapper .user-details .different-shipp-address {
  padding-top: 20px;
  font-weight: 600;
}
.checkout-wrapper .user-details .different-shipp-address .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.checkout-wrapper .user-details .different-shipp-address .woocommerce-form__label-for-checkbox span {
  margin-left: 8px;
  font-size: 1em;
}
.checkout-wrapper .user-details .different-shipp-address input {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border: 1px solid #cacece;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.checkout-wrapper .user-details .different-shipp-address input:active,
.checkout-wrapper .user-details .different-shipp-address input:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.checkout-wrapper .user-details .different-shipp-address input:checked {
  background-color: #0070C9;
  border-color: #0070C9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.checkout-wrapper .user-details .different-shipp-address input:checked::before,
.checkout-wrapper .user-details .different-shipp-address input:checked::after {
  content: "";
  width: 6px;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  top: 9px;
  left: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.checkout-wrapper .user-details .different-shipp-address input:checked::after {
  top: 7px;
  left: 5px;
  transform: rotate(-45deg);
  width: 10px;
}
.checkout-wrapper .user-details .back-to-cart-btn {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
  background: #C4C4C4;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-top: 30px;
}
.checkout-wrapper .user-details .back-to-cart-btn:hover {
  opacity: 0.7;
}
.checkout-wrapper .checkout-sidebar {
  width: 50%;
  max-width: 570px;
  flex-shrink: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  padding-bottom: 0.5em;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order {
  background: #F7F7F7;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .h2-wrapper {
  display: flex;
  align-items: center;
  padding: 0 30px;
  padding-top: 20px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .h2-wrapper h2 {
  font-size: 1.4em;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .h2-wrapper .edit-cart-btn {
  margin-left: auto;
  text-decoration: underline;
  font-size: 0.9em;
  opacity: 0.5;
  cursor: pointer;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .h2-wrapper .edit-cart-btn:hover {
  opacity: 1;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  width: 100%;
  display: block;
  padding: 0px 30px;
  padding-top: 20px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody,
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot {
  width: 100%;
  display: block;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr,
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr,
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody td,
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot td {
  width: 100%;
  display: block;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot {
  padding-top: 10px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 0;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-thumbnail {
  width: 80px;
  height: 80px;
  padding: 12px 5px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name {
  font-size: 0.9em;
  padding-right: 20px;
  font-weight: 600;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name .bundle-tag {
  font-size: 9px;
  padding: 2px 5px;
  margin-bottom: 2px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name .sale-tag {
  margin-bottom: 4px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-total {
  margin-left: auto;
  color: #999;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-total .regular-price {
  font-size: 0.9em;
  text-decoration: line-through;
  color: #999;
  padding-right: 6px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-total .sale-price {
  color: #B83636;
  font-weight: 600;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row label {
  font-weight: 600;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row .value {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #999;
  text-align: right;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row .value strong {
  font-weight: 600;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.checkout-shipping {
  flex-wrap: wrap;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.checkout-shipping .value {
  color: #999;
  font-size: 1.1em;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.checkout-shipping .woocommerce-shipping-methods {
  display: block;
  width: 100%;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.checkout-shipping .woocommerce-shipping-methods li {
  width: 100%;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.checkout-shipping .woocommerce-shipping-methods li label {
  display: flex;
  align-items: center;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.checkout-shipping .woocommerce-shipping-methods li label span {
  margin-left: auto;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.checkout-shipping .woocommerce-shipping-methods li label span.amount {
  padding-left: 10px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.order-total {
  display: block;
  border-top: 1px solid #EBEBEB;
  margin-top: 10px;
  padding: 20px 0;
  font-weight: 600;
  font-size: 1.3em;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.order-total .inner-row.before-shipping {
  padding-bottom: 10px;
  font-size: 14px;
  opacity: 0.5;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.order-total .bf-shipp-value {
  margin-left: auto;
  text-align: right;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.order-total .value {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #000;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.order-total .value small {
  font-size: 12px;
  font-weight: normal;
  margin-right: 8px;
  margin-top: 5px;
  color: #888;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment {
  border-top: 20px solid #fff;
  background: #fff;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: #F7F7F7;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li {
  width: 100%;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  transition: background 0.3s ease;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li.selected {
  background: #fff;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li.selected label {
  color: #000;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li.selected .payment_box_override {
  opacity: 1;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li.selected .payment-method-radio-btn {
  background: #0070C9;
  border-color: #0070C9;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li.payment_method_ppec_paypal label::after {
  content: "";
  display: block;
  width: 76px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76 20' style='enable-background:new 0 0 76 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23179BD7;} .st1{fill:%23222D65;} .st2{fill:%23253B80;} %3C/style%3E%3Cpath class='st0' d='M58.8,8.8c-0.2,1.5-1.4,1.5-2.5,1.5h-0.6l0.4-2.8c0-0.2,0.2-0.3,0.3-0.3h0.3c0.8,0,1.5,0,1.8,0.4 C58.8,8,58.9,8.4,58.8,8.8z M58.3,4.9h-4.2c-0.3,0-0.5,0.2-0.6,0.5l-1.7,10.8c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h2.2 c0.2,0,0.4-0.1,0.4-0.3l0.5-3.1c0-0.3,0.3-0.5,0.6-0.5h1.3c2.8,0,4.4-1.3,4.8-4c0.2-0.9,0-1.9-0.5-2.7C60.5,5.2,59.4,4.8,58.3,4.9z M68,12.7c-0.2,1.1-1.1,1.9-2.3,1.9c-0.9,0.1-1.6-0.5-1.7-1.4c0-0.2,0-0.4,0-0.6c0.2-1.1,1.1-1.9,2.3-1.9c0.5,0,1,0.2,1.3,0.5 C68,11.7,68.1,12.2,68,12.7z M70.8,8.8h-2c-0.2,0-0.3,0.1-0.3,0.3l-0.1,0.6l-0.1-0.2c-0.6-0.6-1.5-0.9-2.4-0.8c-2.3,0-4.2,1.8-4.5,4 c-0.2,1.1,0.1,2.2,0.7,3.1c0.6,0.7,1.6,1.1,2.5,1c1,0,2-0.4,2.8-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0,0h1.8 c0.3,0,0.5-0.2,0.6-0.5l1.1-6.9C71.2,9,71.1,8.8,70.8,8.8C70.9,8.8,70.8,8.8,70.8,8.8L70.8,8.8z M73.2,5.2l-1.7,11 c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h1.7c0.3,0,0.5-0.2,0.6-0.5l1.7-10.8c0-0.2-0.1-0.4-0.3-0.4c0,0,0,0,0,0h-1.9 C73.4,4.9,73.2,5,73.2,5.2z M14.1,5.4c0,0.1,0,0.2-0.1,0.3C13.3,9.7,10.7,11,7.4,11H5.7c-0.4,0-0.7,0.3-0.8,0.7L4,17.2l-0.2,1.6 c0,0.2,0.1,0.5,0.4,0.5c0,0,0,0,0.1,0h3c0.4,0,0.7-0.3,0.7-0.6l0-0.2l0.6-3.6l0-0.2c0.1-0.4,0.4-0.6,0.7-0.6h0.4 c2.9,0,5.2-1.2,5.8-4.6c0.4-1.2,0.1-2.5-0.6-3.4C14.7,5.8,14.5,5.6,14.1,5.4z'/%3E%3Cpath id='Path_37' class='st1' d='M13.3,5.1c-0.1,0-0.2-0.1-0.4-0.1C12.9,5,12.7,5,12.6,5c-0.5-0.1-1-0.1-1.5-0.1H6.6 C6.3,4.9,6,5.1,5.9,5.5l-1,6.1l0,0.2C5,11.3,5.3,11,5.7,11h1.7c3.3,0,5.9-1.3,6.7-5.2c0-0.1,0-0.2,0.1-0.3c-0.2-0.1-0.4-0.2-0.6-0.3 C13.5,5.2,13.4,5.1,13.3,5.1z'/%3E%3Cpath class='st2' d='M28.8,8.8c-0.2,1.5-1.4,1.5-2.5,1.5h-0.6l0.4-2.8c0-0.2,0.2-0.3,0.3-0.3h0.3c0.8,0,1.5,0,1.8,0.4 C28.9,8,29,8.4,28.8,8.8z M28.4,4.9h-4.2c-0.3,0-0.5,0.2-0.6,0.5l-1.7,10.8c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h2 c0.3,0,0.5-0.2,0.6-0.5l0.5-2.9c0-0.3,0.3-0.5,0.6-0.5h1.3c2.8,0,4.4-1.3,4.8-4c0.2-0.9,0-1.9-0.5-2.7C30.6,5.2,29.5,4.8,28.4,4.9z M38.1,12.7c-0.2,1.1-1.1,1.9-2.3,1.9c-0.9,0.1-1.6-0.5-1.7-1.4c0-0.2,0-0.4,0-0.6c0.2-1.1,1.1-1.9,2.3-1.9c0.5,0,1,0.2,1.3,0.5 C38.1,11.7,38.2,12.2,38.1,12.7z M40.9,8.8h-2c-0.2,0-0.3,0.1-0.3,0.3l-0.1,0.6l-0.1-0.2c-0.6-0.6-1.5-0.9-2.4-0.8 c-2.3,0-4.2,1.8-4.5,4c-0.2,1.1,0.1,2.2,0.7,3.1c0.6,0.7,1.6,1.1,2.5,1c1,0,2-0.4,2.8-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.3,0.4 c0,0,0,0,0,0h1.8c0.3,0,0.5-0.2,0.6-0.5l1.1-6.9C41.3,9,41.1,8.8,40.9,8.8C40.9,8.8,40.9,8.8,40.9,8.8L40.9,8.8z M51.6,8.8h-2 c-0.2,0-0.4,0.1-0.5,0.3l-2.8,4.1l-1.2-3.9c-0.1-0.2-0.3-0.4-0.6-0.4h-2c-0.2,0-0.4,0.2-0.4,0.3c0,0,0,0.1,0,0.1l2.2,6.5l-2.1,3 c-0.1,0.2-0.1,0.4,0.1,0.5c0.1,0,0.1,0.1,0.2,0.1h2c0.2,0,0.4-0.1,0.5-0.3l6.7-9.7C52,9.1,52,8.9,51.8,8.8 C51.7,8.8,51.7,8.8,51.6,8.8z M5.9,5.5C6,5.1,6.3,4.9,6.6,4.9h4.5c0.5,0,1,0,1.5,0.1C12.7,5,12.9,5,13,5c0.1,0,0.2,0.1,0.4,0.1 l0.2,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.3-1.2,0-2.4-0.8-3.3C12.5,1.2,11,0.7,9,0.7H3.2C2.8,0.7,2.5,1,2.4,1.4L0,16.6 c0,0.3,0.1,0.5,0.4,0.6c0,0,0,0,0.1,0H4l0.9-5.7L5.9,5.5z'/%3E%3C/svg%3E");
  margin-left: auto;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li:hover label {
  color: #000;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li:hover .payment_box_override {
  opacity: 1;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li .payment-method-radio-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li .payment-method-radio-btn::before,
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li .payment-method-radio-btn::after {
  content: "";
  width: 6px;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  top: 11px;
  left: 4px;
  background: #fff;
  transform: rotate(45deg);
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li .payment-method-radio-btn::after {
  top: 9px;
  left: 7px;
  transform: rotate(-45deg);
  width: 10px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li input {
  display: none;
  margin: 0;
  margin-right: 8px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li label {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 20px;
  color: #808080;
  transition: color 0.3s ease;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li label img {
  display: none;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li label::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li .payment_box_override {
  padding-left: 50px;
  padding-right: 20px;
  font-size: 12px;
  color: #888;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li .payment_box_override p {
  margin: 0;
  padding-top: 5px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li .payment_box {
  height: 0;
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.checkout-wrapper .checkout-sidebar .place-order {
  padding-right: 0;
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row {
    flex-direction: column-reverse;
  }
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .encrypted {
  width: 136px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .encrypted {
    margin-top: 1em;
  }
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper {
  margin-left: auto;
  position: relative;
  cursor: pointer;
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper button {
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  height: 48px;
  padding-right: 80px;
  padding-left: 20px;
  text-transform: initial;
  background: #0070C9;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 3px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper {
    width: 100%;
  }
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper:hover {
  opacity: 0.8;
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper:hover .arrow {
  right: 10px;
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-left: auto;
  transition: all 0.25s ease;
  margin-left: 50px;
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper .arrow svg {
  fill: #fff;
}
.checkout-wrapper .checkout-sidebar .woocommerce-privacy-policy-text {
  font-size: 12px;
  color: #888;
  font-style: italic;
  display: none;
}
.checkout-wrapper .checkout-sidebar .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}
.woocommerce-order h1 {
  color: #0070C9;
  font-size: 2.5em;
}
.woocommerce-order .h1-description {
  padding-bottom: 40px;
}
.woocommerce-order h2 {
  font-size: 1.4em;
}
.woocommerce-order .order-notice {
  max-width: 1050px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  padding: 40px 0;
  padding-top: 60px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-thankyou-order-received {
    padding: 30px 0;
  }
}
.woocommerce-order ul.woocommerce-order-overview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.woocommerce-order ul.woocommerce-order-overview li {
  margin-right: 40px;
  padding: 5px 0;
}
.woocommerce-order .bacs-title {
  font-size: 1.15em;
  color: #0070C9;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 15px;
}
.woocommerce-order .bacs-table {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: inline-block;
  padding: 15px 20px;
  margin-bottom: 40px;
  border-radius: 3px;
  border: 1px solid #0070C9;
  background: rgba(0, 112, 201, 0.06);
}
.woocommerce-order .bacs-table strong {
  font-weight: 600;
}
.woocommerce-order .bacs-table .bacs-row {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .bacs-table .bacs-row {
    display: block;
  }
}
.woocommerce-order .bacs-table .bacs-row label {
  width: 30%;
  flex-shrink: 0;
  font-weight: 600;
}
.woocommerce-order .details-notice {
  padding-bottom: 40px;
  opacity: 0.5;
}
.woocommerce-order .order-boxes {
  width: 100%;
  max-width: 1200px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .woocommerce-order .order-boxes {
    max-width: 100%;
    flex-direction: column-reverse;
    margin: 0;
  }
}
.woocommerce-order .order-boxes .order-box-wrap {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .woocommerce-order .order-boxes .order-box-wrap {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-order .order-boxes .order-box {
  padding-bottom: 4em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .order-boxes .order-box {
    padding-bottom: 3em;
  }
}
.woocommerce-order .order-boxes .order-box h2 {
  padding-bottom: 15px;
}
.woocommerce-order .order-boxes .order-box .back-to-home-btn {
  width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 3px;
  background: #C4C4C4;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-top: 30px;
}
.woocommerce-order .order-boxes .order-box .back-to-home-btn:hover {
  opacity: 0.7;
}
.woocommerce-order .order-boxes .order-box .order-inner-box {
  background: #F8F8F8;
  padding: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .order-boxes .order-box .order-inner-box {
    padding: 20px;
  }
}
.woocommerce-order .order-boxes .order-box .order-inner-box .paypal-logo {
  display: block;
  width: 76px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 76 20' style='enable-background:new 0 0 76 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23179BD7;} .st1{fill:%23222D65;} .st2{fill:%23253B80;} %3C/style%3E%3Cpath class='st0' d='M58.8,8.8c-0.2,1.5-1.4,1.5-2.5,1.5h-0.6l0.4-2.8c0-0.2,0.2-0.3,0.3-0.3h0.3c0.8,0,1.5,0,1.8,0.4 C58.8,8,58.9,8.4,58.8,8.8z M58.3,4.9h-4.2c-0.3,0-0.5,0.2-0.6,0.5l-1.7,10.8c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h2.2 c0.2,0,0.4-0.1,0.4-0.3l0.5-3.1c0-0.3,0.3-0.5,0.6-0.5h1.3c2.8,0,4.4-1.3,4.8-4c0.2-0.9,0-1.9-0.5-2.7C60.5,5.2,59.4,4.8,58.3,4.9z M68,12.7c-0.2,1.1-1.1,1.9-2.3,1.9c-0.9,0.1-1.6-0.5-1.7-1.4c0-0.2,0-0.4,0-0.6c0.2-1.1,1.1-1.9,2.3-1.9c0.5,0,1,0.2,1.3,0.5 C68,11.7,68.1,12.2,68,12.7z M70.8,8.8h-2c-0.2,0-0.3,0.1-0.3,0.3l-0.1,0.6l-0.1-0.2c-0.6-0.6-1.5-0.9-2.4-0.8c-2.3,0-4.2,1.8-4.5,4 c-0.2,1.1,0.1,2.2,0.7,3.1c0.6,0.7,1.6,1.1,2.5,1c1,0,2-0.4,2.8-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0,0h1.8 c0.3,0,0.5-0.2,0.6-0.5l1.1-6.9C71.2,9,71.1,8.8,70.8,8.8C70.9,8.8,70.8,8.8,70.8,8.8L70.8,8.8z M73.2,5.2l-1.7,11 c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h1.7c0.3,0,0.5-0.2,0.6-0.5l1.7-10.8c0-0.2-0.1-0.4-0.3-0.4c0,0,0,0,0,0h-1.9 C73.4,4.9,73.2,5,73.2,5.2z M14.1,5.4c0,0.1,0,0.2-0.1,0.3C13.3,9.7,10.7,11,7.4,11H5.7c-0.4,0-0.7,0.3-0.8,0.7L4,17.2l-0.2,1.6 c0,0.2,0.1,0.5,0.4,0.5c0,0,0,0,0.1,0h3c0.4,0,0.7-0.3,0.7-0.6l0-0.2l0.6-3.6l0-0.2c0.1-0.4,0.4-0.6,0.7-0.6h0.4 c2.9,0,5.2-1.2,5.8-4.6c0.4-1.2,0.1-2.5-0.6-3.4C14.7,5.8,14.5,5.6,14.1,5.4z'/%3E%3Cpath id='Path_37' class='st1' d='M13.3,5.1c-0.1,0-0.2-0.1-0.4-0.1C12.9,5,12.7,5,12.6,5c-0.5-0.1-1-0.1-1.5-0.1H6.6 C6.3,4.9,6,5.1,5.9,5.5l-1,6.1l0,0.2C5,11.3,5.3,11,5.7,11h1.7c3.3,0,5.9-1.3,6.7-5.2c0-0.1,0-0.2,0.1-0.3c-0.2-0.1-0.4-0.2-0.6-0.3 C13.5,5.2,13.4,5.1,13.3,5.1z'/%3E%3Cpath class='st2' d='M28.8,8.8c-0.2,1.5-1.4,1.5-2.5,1.5h-0.6l0.4-2.8c0-0.2,0.2-0.3,0.3-0.3h0.3c0.8,0,1.5,0,1.8,0.4 C28.9,8,29,8.4,28.8,8.8z M28.4,4.9h-4.2c-0.3,0-0.5,0.2-0.6,0.5l-1.7,10.8c0,0.2,0.1,0.4,0.3,0.4c0,0,0,0,0.1,0h2 c0.3,0,0.5-0.2,0.6-0.5l0.5-2.9c0-0.3,0.3-0.5,0.6-0.5h1.3c2.8,0,4.4-1.3,4.8-4c0.2-0.9,0-1.9-0.5-2.7C30.6,5.2,29.5,4.8,28.4,4.9z M38.1,12.7c-0.2,1.1-1.1,1.9-2.3,1.9c-0.9,0.1-1.6-0.5-1.7-1.4c0-0.2,0-0.4,0-0.6c0.2-1.1,1.1-1.9,2.3-1.9c0.5,0,1,0.2,1.3,0.5 C38.1,11.7,38.2,12.2,38.1,12.7z M40.9,8.8h-2c-0.2,0-0.3,0.1-0.3,0.3l-0.1,0.6l-0.1-0.2c-0.6-0.6-1.5-0.9-2.4-0.8 c-2.3,0-4.2,1.8-4.5,4c-0.2,1.1,0.1,2.2,0.7,3.1c0.6,0.7,1.6,1.1,2.5,1c1,0,2-0.4,2.8-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.3,0.4 c0,0,0,0,0,0h1.8c0.3,0,0.5-0.2,0.6-0.5l1.1-6.9C41.3,9,41.1,8.8,40.9,8.8C40.9,8.8,40.9,8.8,40.9,8.8L40.9,8.8z M51.6,8.8h-2 c-0.2,0-0.4,0.1-0.5,0.3l-2.8,4.1l-1.2-3.9c-0.1-0.2-0.3-0.4-0.6-0.4h-2c-0.2,0-0.4,0.2-0.4,0.3c0,0,0,0.1,0,0.1l2.2,6.5l-2.1,3 c-0.1,0.2-0.1,0.4,0.1,0.5c0.1,0,0.1,0.1,0.2,0.1h2c0.2,0,0.4-0.1,0.5-0.3l6.7-9.7C52,9.1,52,8.9,51.8,8.8 C51.7,8.8,51.7,8.8,51.6,8.8z M5.9,5.5C6,5.1,6.3,4.9,6.6,4.9h4.5c0.5,0,1,0,1.5,0.1C12.7,5,12.9,5,13,5c0.1,0,0.2,0.1,0.4,0.1 l0.2,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.3-1.2,0-2.4-0.8-3.3C12.5,1.2,11,0.7,9,0.7H3.2C2.8,0.7,2.5,1,2.4,1.4L0,16.6 c0,0.3,0.1,0.5,0.4,0.6c0,0,0,0,0.1,0H4l0.9-5.7L5.9,5.5z'/%3E%3C/svg%3E");
  margin-left: auto;
}
.woocommerce-order .order-boxes .order-box .order-inner-box.address-box {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}
.woocommerce-order .order-boxes .order-box .order-inner-box.order-summary {
  padding-top: 10px;
  padding-bottom: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .order-boxes .order-box .order-inner-box.order-summary {
    padding: 0 20px;
  }
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-address-wrapper {
  padding-top: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .order-boxes .order-box .order-inner-box .order-address-wrapper {
    width: 100%;
  }
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-address-wrapper.shipping {
  margin-left: auto;
  padding-left: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .order-boxes .order-box .order-inner-box .order-address-wrapper.shipping {
    padding-left: 0px;
  }
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-address-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-address-wrapper address {
  padding-top: 10px;
  font-style: normal;
  opacity: 0.6;
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-row {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-row.notes {
  display: block;
  padding-top: 15px;
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-row.notes label {
  font-size: 22px;
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-row.notes .value {
  text-align: left;
  padding: 0;
  padding-top: 6px;
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-row label {
  font-weight: 600;
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-row .value {
  margin-left: auto;
  text-align: right;
  padding-left: 10px;
}
.woocommerce-order .woocommerce-customer-details .addresses {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-customer-details .addresses {
    flex-direction: column;
  }
}
.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column {
  min-width: 300px;
}
.woocommerce-order .order-notes {
  padding: 20px 0;
}
.woocommerce-order .order-notes label {
  font-weight: bold;
  font-style: 14px;
}
.woocommerce-order .woocommerce-order-details .order-content {
  width: 100%;
}
.woocommerce-order .woocommerce-order-details .order-content .order-items {
  width: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-order-details .order-content .order-items {
    padding-right: 0px;
  }
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-order-details .order-content .order-items .order-item {
    flex-direction: column;
  }
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-image {
  width: 120px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 6px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-image {
    width: 100%;
    max-width: 200px;
    height: 100px;
    margin: 0;
  }
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-image img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-name {
    width: 100%;
    text-align: center;
  }
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-name .sale-tag {
  margin-bottom: 4px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-name .wc-item-meta li strong {
  display: none;
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-name .wc-item-meta li p {
  margin: 0;
  font-style: italic;
  color: #888;
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-total {
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  text-align: right;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-total {
    width: 100%;
    text-align: center;
  }
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-total .down-payment-notice {
  font-size: 12px;
  opacity: 0.5;
  padding-top: 4px;
  font-weight: normal;
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-total .down-payment-notice > span {
  display: block;
  white-space: nowrap;
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-total .regular-price {
  font-size: 0.9em;
  text-decoration: line-through;
  opacity: 0.5;
  padding-right: 6px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-total .sale-price {
  color: #B83636;
  font-weight: 600;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals {
  width: 100%;
  padding: 20px 0px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row {
  display: flex;
  padding: 6px 0;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row.row-before-shipping {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row.row-before-shipping label {
  opacity: 0.5;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row.order-total {
  font-size: 20px;
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row.order-total.with-bf-shippment {
  border: none;
  margin-top: 0;
  padding-top: 5px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row.order-total .value {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  opacity: 1;
  font-weight: 600;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row.order-total .value .amount {
  margin-left: 8px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row.order-total small {
  font-size: 12px;
  font-weight: normal;
  margin-top: 7px;
  color: #000;
  opacity: 0.5;
  white-space: nowrap;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row label {
  font-weight: 600;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals .order-total-row .value {
  margin-left: auto;
  opacity: 0.5;
}
/*# sourceMappingURL=styles.css.map */