sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.img-responsive {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container.narrow-padding {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container.flex-container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flex-container.flex-container-xs {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .flex-container.flex-container-sm {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.flex-row {
  display: flex;
  align-items: center;
}
.container.narrow-padding .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container.narrow-padding .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-15 {
  float: left;
}
.col-xs-15 {
  width: 20%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-15 {
    float: left;
  }
  .col-sm-15 {
    width: 20%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-15 {
    float: left;
  }
  .col-md-15 {
    width: 20%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-15 {
    float: left;
  }
  .col-lg-15 {
    width: 20%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,*/
.row:before,
.row:after {
  content: " ";
  display: table;
}
/*.clearfix:after,
.container:after,
.container-fluid:after,*/
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*Element can't be clickable*/
/* Rounded corner */
/* Text ellipsis (text with tree dost at the end, when exceed the width of parent) */
.text-ellipsis-double {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
/* 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;
  }
}
/* Keyframes for the fade-up */
@-webkit-keyframes fadeUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes fadeUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    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*/
.noAppearance {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* 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;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../assets/fonts/OpenSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../assets/fonts/OpenSans-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../assets/fonts/OpenSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'ENGCAPS';
  src: url(../assets/fonts/BebasNeue-Regular.ttf);
}
.fontSemiBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.fontBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000;
}
body.no-scroll {
  overflow: hidden;
}
* {
  -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;
}
dd,
dl,
ul,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-family: 'ENGCAPS';
  font-weight: normal;
  line-height: 1em;
}
h2 {
  font-size: 40px;
}
: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;
}
.__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 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type='checkbox'] {
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
input[type='checkbox']:active,
input[type='checkbox']:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type='checkbox']:checked {
  border-color: #777;
  background: #f9f9f9;
}
input[type='checkbox']:checked:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 10px;
  transform: rotate(45deg);
  left: 2px;
  background: #000;
}
input[type='checkbox']:checked:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  right: 1px;
  background: #000;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 10px 30px 10px 12px;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #FBFBFB;
  cursor: pointer;
  position: relative;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%20000002%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
  /* Hide arrow icon in IE browsers */
  /* Hover style */
  /* Set options to normal weight */
  /* Disabled styles */
}
select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #888;
}
select option {
  font-weight: normal;
}
select:disabled,
select[aria-disabled=true] {
  color: #999;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}
select:disabled:hover,
select[aria-disabled=true] {
  border-color: #aaa;
}
strong {
  font-weight: 600;
}
b {
  font-weight: 700;
}
hr {
  width: 100%;
  display: block;
  border: none;
  height: 1px;
  background: #ebebeb;
  margin: 0 auto;
  padding: 0;
}
hr.short {
  width: 100px;
  display: inline-block;
}
.cardShadow {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}
.__lite-grey {
  background: #F8F8F8;
}
.__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;
}
.arrow {
  width: 15px;
  height: 10px;
}
.arrow.__left {
  transform: rotate(180deg);
}
.arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000;
}
.btn {
  width: auto;
  height: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  background: #fff;
  color: #000;
  line-height: 44px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.btn:hover.__dark {
  background: #111;
}
.btn:hover.__arrow::after,
.btn:hover.__arrow-black::after {
  transform: translateX(10px);
}
.btn.__uppercase {
  text-transform: uppercase;
}
.btn.__dark {
  background: #222;
  color: #fff;
}
.btn.__strong {
  font-weight: 600;
}
.btn.__bold {
  font-weight: 700;
}
.btn.__border {
  border: 1px solid #000;
}
.btn.__wide-padding {
  padding: 0 30px;
}
.btn.__arrow::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 10'%3E%3Cpath fill='%23FFFFFF' d='M14.9,5.3c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.1c0,0,0,0,0-0.1s0,0,0-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.1 c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0l-5-4C9.2-0.1,8.6-0.1,8.2,0.4 C7.9,0.8,7.9,1.4,8.4,1.8L11.1,4H1C0.4,4,0,4.4,0,5s0.4,1,1,1h10.1L8.4,8.2C8,8.6,7.9,9.2,8.2,9.6C8.4,9.9,8.7,10,9,10 c0.2,0,0.4-0.1,0.6-0.2l5-4c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1C14.8,5.5,14.9,5.5,14.9,5.3 C14.9,5.4,14.9,5.4,14.9,5.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: 20px;
  transition: all 0.25s ease;
}
.btn.__arrow-black::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 10'%3E%3Cpath fill='%23000000' d='M14.9,5.3c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.1c0,0,0,0,0-0.1s0,0,0-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.1 c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0l-5-4C9.2-0.1,8.6-0.1,8.2,0.4 C7.9,0.8,7.9,1.4,8.4,1.8L11.1,4H1C0.4,4,0,4.4,0,5s0.4,1,1,1h10.1L8.4,8.2C8,8.6,7.9,9.2,8.2,9.6C8.4,9.9,8.7,10,9,10 c0.2,0,0.4-0.1,0.6-0.2l5-4c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1C14.8,5.5,14.9,5.5,14.9,5.3 C14.9,5.4,14.9,5.4,14.9,5.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: 20px;
  transition: all 0.25s ease;
}
.btn .__center {
  margin-left: auto;
  margin-right: auto;
}
.btn span {
  padding-right: 20px;
  padding-left: 12px;
  font-weight: 600;
}
.btn.play-video-btn {
  padding: 0 8px;
}
.btn.play-video-btn:hover {
  opacity: 0.7;
}
.btn .play-icon {
  width: 28px;
  height: 28px;
}
.btn .arrow {
  width: 15px;
  height: 10px;
  margin-right: 13px;
}
.__link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.__section-padding-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .__section-padding-top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .__section-padding-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .__section-padding-top-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.__section-padding-top-bottom-double {
  padding-top: 230px;
  padding-bottom: 230px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .__section-padding-top-bottom-double {
    padding: 80px 0;
  }
}
.__section-padding-top {
  padding-top: 100px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .__section-padding-top {
    padding-top: 40px;
  }
}
.__section-padding-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .__section-padding-bottom {
    padding-bottom: 40px;
  }
}
.__section-flex-align-center {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-container {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .page-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.policies-container {
  max-width: 900px;
}
.policies-container h1 {
  padding-bottom: 20px;
}
.policies-container h2 {
  padding-top: 40px;
  font-size: 20px;
}
.policies-container h3 {
  padding-top: 30px;
  font-size: 18px;
}
.policies-container ul {
  list-style-type: disc;
  padding-left: 20px;
}
.policies-container ul li {
  padding: 4px 0;
}
.policies-container p {
  margin: 15px 0;
}
.policies-container a {
  text-decoration: underline;
  color: #0BC75B;
}
.button-styles {
  width: auto;
  height: 50px;
  display: inline-block;
  padding: 0 22px;
  border: none;
  text-transform: uppercase;
  line-height: 50px;
  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;
}
.__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: #0BC75B;
  border-color: #0BC75B;
  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;
}
.__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;
}
.white-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.white-tag:hover {
  opacity: 0.8;
}
.disableAOS {
  opacity: 1 !important;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
/** Web Styles **/
main {
  width: 100%;
  height: auto;
  position: relative;
}
.custom-sidebar {
  height: auto;
  flex-shrink: 0;
}
.custom-sidebar .sidebar-section-title {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.custom-sidebar .sidebar-section {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 15px;
}
.custom-sidebar .sidebar-section.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.custom-sidebar .sidebar-section .checkbox-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 3px 0;
  cursor: pointer;
}
.custom-sidebar .sidebar-section .checkbox-row:hover label {
  opacity: 0.7;
}
.custom-sidebar .sidebar-section .checkbox-row input {
  margin-right: 8px;
  cursor: pointer;
}
.custom-sidebar .sidebar-section .checkbox-row label {
  cursor: pointer;
}
.custom-sidebar .sidebar-section ul li {
  padding: 5px 0;
}
.custom-sidebar .sidebar-section ul li.current {
  font-weight: 700;
}
.custom-sidebar .sidebar-section ul li.current > a .taxonomy-row .count {
  color: #000;
}
.custom-sidebar .sidebar-section ul li .taxonomy-row {
  display: flex;
  align-items: center;
}
.custom-sidebar .sidebar-section ul li .taxonomy-row:hover {
  opacity: 0.6;
}
.custom-sidebar .sidebar-section ul li .taxonomy-row .name {
  padding-right: 10px;
}
.custom-sidebar .sidebar-section ul li .taxonomy-row .count {
  margin-left: auto;
  color: #aaa;
}
.custom-sidebar .sidebar-section ul.categories ul.subcategories {
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 8px;
}
.custom-sidebar .sidebar-section ul.categories ul.subcategories li {
  padding: 5px 0;
  position: relative;
}
.custom-sidebar .sidebar-section ul.categories ul.subcategories li:before {
  content: "-";
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.search-box {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.search-box:hover input {
  border-color: #777;
}
.search-box input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  font-size: 13px;
  background: transparent;
  transition: all 0.3s ease;
}
.search-box input:focus {
  border-color: #777;
}
.search-box .search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0;
}
.search-box .search-icon:hover svg {
  fill: #777;
}
.search-box .search-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #D6D6D6;
}
.sidebar-newsletter-signup {
  width: 100%;
  padding: 30px 30px;
  background: #F1F1F1;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .sidebar-newsletter-signup {
    display: none;
  }
}
.sidebar-newsletter-signup .title {
  font-family: "ENGCAPS";
  font-size: 28px;
  letter-spacing: 0.05em;
}
.sidebar-newsletter-signup .paragraph {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 30px;
  line-height: 21px;
  color: #888;
}
.sidebar-newsletter-signup input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 13px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  background: #fff;
}
.sidebar-newsletter-signup .button {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #000;
  text-align: center;
  font-family: "ENGCAPS";
  margin-top: 15px;
  cursor: pointer;
}
.shop-banner-styles {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 30px;
  background: #fafafa;
  cursor: pointer;
}
.shop-banner-styles:hover .banner-inner .banner-button {
  color: #777;
}
.shop-banner-styles .banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.shop-banner-styles .banner-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #9E949A;
  opacity: 0.7;
}
.shop-banner-styles .banner-inner {
  position: relative;
  z-index: 10;
}
.shop-banner-styles .banner-inner .banner-title {
  font-size: 34px;
  font-family: "ENGCAPS";
  letter-spacing: 0.05em;
  color: #fff;
  padding-bottom: 25px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-banner-styles .banner-inner .banner-title br {
    content: ' ';
  }
  .shop-banner-styles .banner-inner .banner-title br:after {
    content: ' ';
  }
}
.shop-banner-styles .banner-inner .banner-button {
  flex-grow: 0;
  padding: 10px 25px;
  color: #000;
  font-size: 22px;
  letter-spacing: 0.05em;
  background: #fff;
  display: inline-block;
  font-family: "ENGCAPS";
  text-transform: uppercase;
  transition: all 0.2s ease;
}
header {
  width: 100%;
  min-width: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 250;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    height: 56px;
    padding: 0;
    display: block;
  }
}
header .top-part-container {
  background: #2A2A2A;
  color: #fff;
}
header .container {
  position: relative;
}
header.opened {
  height: 100% !important;
  display: block;
  overflow-y: auto;
}
header.opened .bottom-part {
  display: block;
}
@media only screen and (max-width : 991px) {
  header.opened .bottom-part .xssm-contacts {
    display: block;
  }
}
header.opened .primary-menu {
  display: block;
  height: auto;
  padding-top: 56px;
}
header.opened .primary-menu ul.menu {
  display: block;
  position: relative;
  padding-top: 10px;
}
header.opened .primary-menu ul.menu::before {
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  display: block;
  position: absolute;
  top: 0px;
  left: -20px;
  background: #ddd;
  z-index: 100;
}
header.opened .primary-menu ul.menu li {
  display: block;
  width: 100%;
  margin: 0;
  color: #222;
  font-size: 18px;
  padding: 9px 0;
  font-weight: normal;
}
header.opened .primary-menu ul.menu li a {
  opacity: 1;
}
header.opened .primary-menu ul.menu li.current-menu-item:not(.menu-item-type-custom) {
  font-weight: 700;
}
header.opened .primary-menu ul.menu li.menu-item-has-children::after {
  display: none;
}
header.opened .primary-menu ul.menu .sub-menu {
  display: block;
  padding: 10px;
  padding-bottom: 0;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  opacity: 0.7;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
header.opened .primary-menu ul.menu .sub-menu::before {
  display: none;
}
header.opened .primary-menu ul.menu .sub-menu li {
  font-size: 15px;
  padding: 6px 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 : 992px) {
  header.minimized .top-part {
    padding: 5px 0px;
  }
  header.minimized .bottom-part {
    padding: 10px 0;
  }
}
header.cart-checkout {
  height: 60px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #eee;
  background: transparent;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout {
    height: 80px;
    background: transparent;
  }
}
header.cart-checkout .container {
  height: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
header.cart-checkout .container .logo {
  height: 42px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .container .logo {
    width: 100px;
    height: 26px;
    position: relative;
    top: auto;
    transform: none;
  }
}
header.cart-checkout .free-shipping,
header.cart-checkout .secure-shopping {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 600;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .free-shipping,
  header.cart-checkout .secure-shopping {
    margin-left: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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 .secure-shopping {
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .secure-shopping {
    right: auto;
    transform: none;
    padding-top: 8px;
  }
}
header.cart-checkout .free-shipping {
  color: #0BC75B;
  font-size: 14px;
  opacity: 0.7;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
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: #0BC75B;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header.cart-checkout .free-shipping {
    display: none;
  }
}
@media only screen and (min-width : 992px) {
  header.sticky {
    position: sticky;
    top: 0;
  }
}
header .top-part {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .top-part {
    display: none;
  }
}
header .top-part .socials {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .top-part .socials .icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
header .top-part .socials .icon:hover svg {
  fill: #C23F47;
}
header .top-part .socials .icon.fb {
  margin: 0 10px;
}
header .top-part .socials .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #ccc;
}
header .top-part .info-wrapper {
  display: flex;
  align-items: center;
}
header .top-part .info-wrapper.phone {
  padding: 0 15px;
}
header .top-part .info-wrapper.phone::before,
header .top-part .info-wrapper.phone::after {
  content: "";
  width: 1px;
  height: 22px;
  background: #666;
  margin-right: 15px;
}
header .top-part .info-wrapper.phone::after {
  margin-right: 0px;
  margin-left: 15px;
}
header .top-part .info-wrapper a {
  color: #fff;
  font-weight: 600;
}
header .top-part .info-wrapper .icon {
  width: 20px;
  height: 14px;
  margin-right: 10px;
}
header .top-part .info-wrapper .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
header .bottom-part-container {
  height: 100%;
}
header .bottom-part-container .container {
  height: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .bottom-part-container .container {
    width: 100%;
  }
}
header .bottom-part-container .bottom-part {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .bottom-part-container .bottom-part {
    height: 56px;
    display: block;
  }
}
header .logo {
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 991px) {
  header .logo {
    height: 42px;
    margin-left: -8px;
  }
}
header .logo img {
  height: 100%;
}
header .primary-menu {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  header .primary-menu {
    display: none;
  }
}
header .primary-menu ul.menu {
  height: 100%;
  display: flex;
  align-items: center;
}
header .primary-menu ul.menu > li {
  height: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 44px;
  font-weight: 600;
  color: #000;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
header .primary-menu ul.menu > li > a {
  padding: 10px 0;
  opacity: 0.45;
  cursor: pointer;
}
header .primary-menu ul.menu > li > a:hover {
  opacity: 1;
}
@media only screen and (min-width : 992px) {
  header .primary-menu ul.menu > li.menu-item-has-children a,
  header .primary-menu ul.menu > li.parent a {
    padding-right: 18px;
  }
}
@media only screen and (max-width : 991px) {
  header .primary-menu ul.menu > li.menu-item-has-children a,
  header .primary-menu ul.menu > li.parent a {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media only screen and (min-width : 992px) {
  header .primary-menu ul.menu > li.menu-item-has-children::before,
  header .primary-menu ul.menu > li.parent::before,
  header .primary-menu ul.menu > li.menu-item-has-children::after,
  header .primary-menu ul.menu > li.parent::after {
    content: "";
    width: 8px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    background: #8d8d8d;
    right: 5px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
  header .primary-menu ul.menu > li.menu-item-has-children::after,
  header .primary-menu ul.menu > li.parent::after {
    transform: translateY(-50%) rotate(-45deg);
    right: 0px;
  }
}
header .primary-menu ul.menu > li.menu-item-has-children:hover a,
header .primary-menu ul.menu > li.parent:hover a {
  opacity: 1;
}
header .primary-menu ul.menu > li.menu-item-has-children:hover::before,
header .primary-menu ul.menu > li.parent:hover::before,
header .primary-menu ul.menu > li.menu-item-has-children:hover::after,
header .primary-menu ul.menu > li.parent:hover::after {
  background: #000;
}
@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.menu > li {
    text-transform: none;
    opacity: 1;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  header .primary-menu ul.menu > li {
    margin-left: 28px;
  }
}
@media only screen and (min-width : 992px) {
  header .primary-menu ul.menu > li:hover .sub-menu {
    display: block;
  }
}
header .primary-menu ul.menu > li.current-menu-item:not(.menu-item-type-custom) a {
  opacity: 1;
}
header .primary-menu ul.menu > li.current-menu-item:not(.menu-item-type-custom)::before,
header .primary-menu ul.menu > li.current-menu-item:not(.menu-item-type-custom)::after {
  background: #000;
}
@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.menu > li.current-menu-item:not(.menu-item-type-custom) a {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  header .primary-menu ul.menu > li.current-menu-item:not(.menu-item-type-custom)::before {
    display: none;
  }
}
header .primary-menu ul.menu > li:first-of-type {
  margin-left: 0;
}
header .primary-menu ul.menu > li .sub-menu {
  position: absolute;
  top: 70px;
  padding: 10px 25px;
  padding-bottom: 15px;
  padding-right: 40px;
  left: -20px;
  z-index: 100;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
header .primary-menu ul.menu > li .sub-menu::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 10px;
  top: -10px;
  left: -10px;
  background: #fff;
}
header .primary-menu ul.menu > li .sub-menu li {
  display: block;
  padding: 5px 0;
}
header .primary-menu ul.menu > li .sub-menu li:hover {
  opacity: 0.8;
}
header .tablet-mobile {
  position: absolute;
  top: 16px;
  right: 180px;
  align-items: center;
  display: none;
  z-index: 20;
  padding-right: 25px;
  border-right: 1px solid #ccc;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  header .tablet-mobile {
    display: flex;
  }
}
header .tablet-mobile a {
  color: #000;
  font-weight: 600;
}
header .tablet-mobile .icon {
  width: 20px;
  height: 14px;
  margin-right: 4px;
}
header .tablet-mobile .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000;
}
header .shop-controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 991px) {
  header .shop-controls {
    right: 60px;
  }
}
header .shop-controls .cart-icon {
  width: 18px;
  height: auto;
  margin-top: -2px;
  position: relative;
  cursor: pointer;
}
header .shop-controls .cart-icon:hover {
  opacity: 0.7;
}
header .shop-controls .cart-icon .cart-count {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 10px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  z-index: 10;
  background: #333;
}
header .shop-controls .cart-icon .cart-count:empty {
  display: none;
}
header .shop-controls .cart-icon a {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header .shop-controls .cart-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000;
}
header .shop-controls .user-icon,
header .shop-controls .search-icon {
  width: 18px;
  height: auto;
  margin-right: 20px;
  margin-top: -2px;
  cursor: pointer;
}
header .shop-controls .user-icon:hover,
header .shop-controls .search-icon:hover {
  opacity: 0.7;
}
header .shop-controls .user-icon svg,
header .shop-controls .search-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000;
}
header .xssm-contacts {
  display: none;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
header .xssm-contacts .contacts .contact {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-weight: 600;
  padding-bottom: 15px;
}
header .xssm-contacts .contacts .contact .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
header .xssm-contacts .contacts .contact .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000;
}
header .xssm-contacts .soc-icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header .xssm-contacts .soc-icons {
    padding-top: 5px;
  }
}
header .xssm-contacts .soc-icons span {
  color: #777;
  padding-right: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  header .xssm-contacts .soc-icons span {
    display: none;
  }
}
header .xssm-contacts .soc-icons .svg-wrapper {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #000;
  padding: 8px;
  border-radius: 50%;
}
header .xssm-contacts .soc-icons .svg-wrapper 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: 9px;
    right: 15px;
  }
}
header .hamburger .hamburgerIconLine {
  width: 36px;
  height: 3px;
  background: #222;
  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-submenu-container {
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 240;
}
@media only screen and (max-width : 991px) {
  .header-submenu-container {
    display: none;
  }
}
.header-submenu-container.visible .header-submenu {
  display: block;
}
.header-submenu-container .header-submenu {
  width: 100%;
  height: auto;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #fafafa;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.header-submenu-container .header-submenu .container {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  z-index: 100;
}
.header-submenu-container .header-submenu .block {
  width: 20%;
  padding: 20px;
}
.header-submenu-container .header-submenu .block.double-columns {
  width: 40%;
}
.header-submenu-container .header-submenu .block.double-columns ul {
  column-count: 2;
}
.header-submenu-container .header-submenu .block.banner {
  width: 40%;
}
.header-submenu-container .header-submenu .block.banner img {
  width: 100%;
}
.header-submenu-container .header-submenu .block ul li {
  padding: 3px 0;
  padding-right: 10px;
  font-size: 14px;
  color: #555;
}
.header-submenu-container .header-submenu .block .menu-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media only screen and (min-width : 992px) {
  .header-spacer {
    display: none;
  }
}
@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: 56px;
    display: block;
  }
}
.header-notification-bar {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 20px;
  background: #C23F47;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.header-notification-bar .close-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.header-notification-bar .close-btn:hover {
  opacity: 0.7;
}
.header-notification-bar .close-btn::before,
.header-notification-bar .close-btn::after {
  content: "";
  width: 54%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-notification-bar .close-btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.home-hero {
  width: 100%;
  height: calc(100vh - 120px);
  background: #DCDBD9;
  position: relative;
  color: #fff;
  background: url('../assets/zarovnije-fire-walk-with-me.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.home-hero::after {
  content: "";
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: -moz-linear-gradient(top, rgba(16, 17, 17, 0), #101111);
  background-image: -ms-linear-gradient(top, rgba(16, 17, 17, 0), #101111);
  background-image: -o-linear-gradient(top, rgba(16, 17, 17, 0), #101111);
  background-image: linear-gradient(to bottom, rgba(16, 17, 17, 0), #101111);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .home-hero {
    height: auto;
    min-height: 75vh;
    display: flex;
    align-items: center;
    background-position: 59% center;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .home-hero {
    height: auto;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.home-hero .container {
  height: 100%;
  position: relative;
}
.home-hero .text-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transform: translateY(-10vh);
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 1200px) and (max-width : 1599px) {
  .home-hero .text-wrapper {
    transform: translateY(-6vh);
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .home-hero .text-wrapper {
    transform: translateY(-8vh);
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .home-hero .text-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    padding-bottom: 40px;
  }
}
.home-hero .text-wrapper img.logo {
  width: 100%;
  max-width: 250px;
  margin-bottom: 60px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 1200px) and (max-width : 1599px) {
  .home-hero .text-wrapper img.logo {
    max-width: 220px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .home-hero .text-wrapper img.logo {
    max-width: 200px;
  }
}
.home-hero .text-wrapper h1 {
  font-size: 90px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .home-hero .text-wrapper h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 1200px) and (max-width : 1599px) {
  .home-hero .text-wrapper h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .home-hero .text-wrapper h1 {
    font-size: 65px;
  }
}
.home-hero .text-wrapper .h1-paragraph {
  padding-top: 30px;
  font-size: 20px;
  letter-spacing: 0.3em;
  font-family: "ENGCAPS";
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .home-hero .text-wrapper .h1-paragraph {
    font-size: 16px;
  }
}
.home-hero .text-wrapper .btn {
  margin-top: 20px;
  padding-right: 15px;
}
.home-hero .scroll-for-more {
  display: flex;
  align-items: center;
  position: absolute;
  left: calc(50% + 50px);
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0.25;
}
.home-hero .scroll-for-more .mouse {
  width: 28px;
  height: 44px;
  border-radius: 16px;
  border: 2px solid #fff;
  position: relative;
}
.home-hero .scroll-for-more .mouse:before,
.home-hero .scroll-for-more .mouse:after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: calc(50% - 2px);
  background: #fff;
  opacity: 0;
}
@keyframes m-4-ball {
  50% {
    opacity: 1;
  }
  47.5%,
  52.5% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(20px);
  }
}
.home-hero .scroll-for-more .paragraph {
  max-width: 180px;
  font-size: 12px;
  padding-left: 15px;
  color: #fff;
}
.home-hero .scroll-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0.8;
  position: relative;
}
.home-hero .scroll-arrow::before {
  content: '╲╱';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  color: #fff;
  opacity: 1;
  animation: bounce 2.5s ease infinite;
}
@keyframes bounce {
  50% {
    transform: translateY(-50px) translateX(-50%);
    opacity: 0;
  }
}
.fp-our-philosophy {
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  background: #DCDBD9;
  background: url('../assets/zarovnije-philosophy-cover.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-our-philosophy {
    background: #101111;
    flex-direction: column;
  }
}
.fp-our-philosophy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.fp-our-philosophy::after {
  content: "";
  width: 100%;
  height: 30vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: -moz-linear-gradient(top, #101111, rgba(16, 17, 17, 0));
  background-image: -ms-linear-gradient(top, #101111, rgba(16, 17, 17, 0));
  background-image: -o-linear-gradient(top, #101111, rgba(16, 17, 17, 0));
  background-image: linear-gradient(to bottom, #101111, rgba(16, 17, 17, 0));
}
.fp-our-philosophy .xs-cover {
  width: 100%;
  height: 65vw;
  margin-top: -25vw;
  background: url('../assets/zarovnije-philosophy-cover.jpg');
  background-size: 250%;
  background-position: left;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .fp-our-philosophy .xs-cover {
    display: none;
  }
}
.fp-our-philosophy .text-wrapper {
  width: 45%;
  margin-left: auto;
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 100px 0;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-our-philosophy .text-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .fp-our-philosophy .text-wrapper {
    width: 55%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-our-philosophy .text-wrapper {
    width: 65%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-our-philosophy .text-wrapper {
    width: 100%;
  }
}
.fp-our-philosophy .text-wrapper h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #C23F47;
  font-family: "ENGCAPS";
}
.fp-our-philosophy .text-wrapper .title {
  max-width: 500px;
  font-size: 50px;
  letter-spacing: 0.15em;
  padding: 35px 0;
  font-family: "ENGCAPS";
}
.fp-our-philosophy .text-wrapper .paragraph {
  line-height: 26px;
}
.fp-blog {
  background: #e8e8e8;
  padding-top: 60px;
  padding-bottom: 80px;
}
.fp-blog .title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.fp-blog .title-wrapper h2 {
  letter-spacing: 0.2em;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-blog .title-wrapper h2 {
    font-size: 32px;
  }
}
.fp-blog .title-wrapper a {
  margin-left: auto;
}
.fp-blog .fp-container .shop-product-card.blog {
  height: 450px;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-blog .fp-container .shop-product-card.blog {
    height: 350px;
    max-width: calc(25% - 20px);
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .fp-blog .fp-container .shop-product-card.blog {
    height: 300px;
    max-width: calc(25% - 20px);
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-blog .fp-container .shop-product-card.blog {
    height: 320px;
    max-width: calc(33.33% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .fp-blog .fp-container .shop-product-card.blog:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-blog .fp-container .shop-product-card.blog {
    height: 300px;
  }
}
.fp-top-sellers {
  background: #e8e8e8;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-top-sellers {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-top-sellers {
    padding-top: 50px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-top-sellers {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.fp-top-sellers .title-products-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-top-sellers .title-products-wrapper {
    flex-wrap: wrap;
  }
}
.fp-top-sellers .title-products-wrapper .text-wrapper {
  width: 350px;
  padding-right: 20px;
  padding-bottom: 100px;
  flex-shrink: 0;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-top-sellers .title-products-wrapper .text-wrapper {
    width: 320px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-top-sellers .title-products-wrapper .text-wrapper {
    width: 100%;
    padding-bottom: 0px;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-top-sellers .title-products-wrapper .text-wrapper {
    display: block;
    padding-bottom: 20px;
  }
}
.fp-top-sellers .title-products-wrapper .text-wrapper h2 {
  max-width: 200px;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  padding-bottom: 30px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-top-sellers .title-products-wrapper .text-wrapper h2 {
    max-width: 500px;
    padding: 0;
    font-size: 32px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-top-sellers .title-products-wrapper .text-wrapper h2 {
    padding-bottom: 20px;
    line-height: 1.1em;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-top-sellers .title-products-wrapper .text-wrapper .shop-button {
    margin-left: auto;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-top-sellers .title-products-wrapper .products-container {
    padding: 10px 0 20px;
  }
}
.fp-top-sellers .title-products-wrapper .shop-product-card {
  margin: 24px 10px;
  max-width: calc(25% - 20px);
}
@media only screen and (min-width : 1200px) and (max-width : 1599px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-top-sellers .title-products-wrapper .shop-product-card {
    margin: 24px 6px;
    max-width: calc(25% - 12px);
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-top-sellers .title-products-wrapper .shop-product-card {
    max-width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-top-sellers .title-products-wrapper .shop-product-card .product-image {
    height: 250px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-top-sellers .title-products-wrapper .shop-product-card .product-image {
    height: 230px;
  }
}
.fp-categories-brands {
  background: #e8e8e8;
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-categories-brands {
    padding: 50px 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands {
    padding: 0;
  }
}
.fp-categories-brands .category-stories-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .category-stories-container {
    display: block;
  }
}
.fp-categories-brands .category {
  width: 33.33%;
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid transparent;
}
.fp-categories-brands .category:nth-child(-n+2) {
  width: 50%;
  height: 560px;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-categories-brands .category:nth-child(-n+2) {
    height: 420px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .fp-categories-brands .category:nth-child(-n+2) {
    height: 370px;
  }
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-categories-brands .category {
    height: 320px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .fp-categories-brands .category {
    height: 260px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-categories-brands .category {
    width: 100% !important;
    height: 300px !important;
    align-items: center;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .category {
    width: 100% !important;
    height: 50vw !important;
    align-items: center;
  }
}
@media only screen and (min-width : 992px) {
  .fp-categories-brands .category:hover .category-image {
    transform: scale3d(1.05, 1.05, 1);
  }
  .fp-categories-brands .category:hover .category-image::before {
    opacity: 0.5;
  }
}
.fp-categories-brands .category .category-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  z-index: 1;
}
.fp-categories-brands .category .category-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fp-categories-brands .category-info {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px 60px;
  color: #fff;
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px), only screen and (min-width : 992px) and (max-width : 1199px) {
  .fp-categories-brands .category-info {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .category-info {
    padding-bottom: 0;
  }
}
.fp-categories-brands .category-info .category-title {
  font-size: 34px;
  font-family: 'ENGCAPS';
  letter-spacing: 0.1em;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .fp-categories-brands .category-info .category-title {
    font-size: 30px;
  }
}
.fp-categories-brands .category-info .category-description {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .category-info .category-description {
    font-size: 13px;
  }
}
.fp-categories-brands .fp-brands-wrapper {
  width: 100%;
  padding: 30px 50px;
  background: #c7c7c7;
  display: flex;
  align-items: center;
  border: 3px solid #e8e8e8;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-categories-brands .fp-brands-wrapper {
    padding: 30px 40px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-categories-brands .fp-brands-wrapper {
    padding: 30px;
    display: block;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .fp-brands-wrapper {
    flex-direction: column;
    padding: 30px 5px 0;
  }
}
.fp-categories-brands .fp-brands-wrapper .title {
  flex-shrink: 0;
  padding-right: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-categories-brands .fp-brands-wrapper .title {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .fp-brands-wrapper .title {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.fp-categories-brands .fp-brands-wrapper .fp-brands {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-categories-brands .fp-brands-wrapper .fp-brands {
    justify-content: flex-start;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .fp-brands-wrapper .fp-brands {
    justify-content: center;
  }
}
.fp-categories-brands .fp-brands-wrapper .fp-brands .brand {
  width: calc(16.6% - 16px);
  max-width: 110px;
  height: 40px;
  margin: 10px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .fp-categories-brands .fp-brands-wrapper .fp-brands .brand {
    max-width: 80px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-categories-brands .fp-brands-wrapper .fp-brands .brand {
    width: auto;
    height: 40px;
    max-width: 95px;
    margin: 10px 0;
    margin-right: 45px;
  }
  .fp-categories-brands .fp-brands-wrapper .fp-brands .brand:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-categories-brands .fp-brands-wrapper .fp-brands .brand {
    width: auto;
    height: 36px;
    max-width: 80px;
    margin: 10px 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-categories-brands .fp-brands-wrapper .fp-brands .brand {
    width: 33.3%;
    margin: 0;
    margin-bottom: 30px;
    padding: 4px 17px;
  }
}
.fp-categories-brands .fp-brands-wrapper .fp-brands .brand:hover img {
  opacity: 0.7;
}
.fp-categories-brands .fp-brands-wrapper .fp-brands .brand img {
  max-width: 100%;
  max-height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.ig-feed-section {
  background: #111;
}
.ig-feed-section .ig-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 60px;
  color: #fff;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px), only screen and (min-width : 992px) and (max-width : 1199px) {
  .ig-feed-section .ig-header {
    padding-top: 80px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .ig-feed-section .ig-header {
    padding-top: 80px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .ig-feed-section .ig-header {
    padding: 60px 0 40px;
  }
}
.ig-feed-section .ig-header .ig-icon {
  width: 44px;
  height: 44px;
}
.ig-feed-section .ig-header .ig-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #C23F47;
}
.ig-feed-section .ig-header .hash {
  font-size: 42px;
  letter-spacing: 0.15em;
  font-family: "ENGCAPS";
  text-decoration: underline;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ig-feed-section .ig-header .hash a:hover {
  opacity: 0.7;
}
.ig-feed-section .ig-header .paragraph {
  text-align: center;
}
.ig-feed-section .ig-feed ul.wpmi-list {
  width: 100%;
  height: 25vw;
  position: relative;
}
@media only screen and (max-width : 991px) {
  .ig-feed-section .ig-feed ul.wpmi-list {
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 1200px) and (max-width : 1919px), only screen and (min-width : 1920px) {
  .ig-feed-section .ig-feed ul.wpmi-list li {
    position: absolute;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(1) {
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(2) {
    width: 12.5%;
    height: 50%;
    top: 0;
    left: 25%;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(3) {
    width: 12.5%;
    height: 50%;
    top: 50%;
    left: 25%;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(4) {
    width: 25%;
    height: 100%;
    top: 0;
    left: 37.5%;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(5) {
    width: 12.5%;
    height: 50%;
    top: 0;
    left: 62.5%;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(6) {
    width: 12.5%;
    height: 50%;
    top: 50%;
    left: 62.5%;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(7) {
    width: 25%;
    height: 100%;
    top: 0;
    left: 75%;
  }
}
@media only screen and (max-width : 991px) {
  .ig-feed-section .ig-feed ul.wpmi-list li {
    width: 33.33vw;
    height: 33.33vw;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ig-feed-section .ig-feed ul.wpmi-list li:nth-child(7) {
    display: none;
  }
}
.ig-feed-section .ig-feed ul.wpmi-list li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #111;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .ig-feed-section .ig-feed ul.wpmi-list li a:hover img {
    transform: scale3d(1.05, 1.05, 1);
  }
}
.ig-feed-section .ig-feed ul.wpmi-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.fp-partners {
  padding: 80px 0;
  background: #111;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-partners {
    padding: 60px 0 40px;
  }
}
.fp-partners h2 {
  letter-spacing: 0.1em;
}
.fp-partners .partners-gallery {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-partners .partners-gallery {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-top: 10px;
  }
}
.fp-partners .partners-gallery .block {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px), only screen and (min-width : 992px) and (max-width : 1199px) {
  .fp-partners .partners-gallery .block {
    padding: 40px 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-partners .partners-gallery .block {
    width: 33%;
    padding: 40px 40px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-partners .partners-gallery .block {
    width: 33%;
    padding: 30px 15px;
  }
}
.fp-partners .partners-gallery .block a {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width : 992px) {
  .fp-partners .partners-gallery .block a:hover {
    opacity: 0.8;
  }
}
.fp-partners .partners-gallery .block .partner-logo {
  width: 100%;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .fp-partners .partners-gallery .block .partner-logo {
    height: 60px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .fp-partners .partners-gallery .block .partner-logo {
    height: 40px;
  }
}
.subscribe-module {
  width: 100%;
  height: 640px;
  background: #fafafa;
  background: url('../assets/zarovnije-subscribe-cover.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .subscribe-module {
    height: auto;
    min-height: 0;
    padding: 60px 0;
  }
}
.subscribe-module .container {
  height: 100%;
}
.subscribe-module .text-wrapper {
  width: 100%;
  max-width: 560px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.subscribe-module .text-wrapper .title {
  font-family: "ENGCAPS";
  font-size: 60px;
  letter-spacing: 0.15em;
  padding-bottom: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .subscribe-module .text-wrapper .title {
    font-size: 40px;
  }
}
.subscribe-module .text-wrapper .form {
  text-align: left;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .subscribe-module .text-wrapper .form {
    width: 100%;
  }
}
.subscribe-module .text-wrapper .form form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.subscribe-module .text-wrapper .form .ajax-loader {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 10;
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .subscribe-module .text-wrapper .form .ajax-loader {
    right: 105px;
    -webkit-filter: none;
    filter: none;
  }
}
.subscribe-module .text-wrapper .form .wpcf7-form-control-wrap {
  width: calc(100% - 200px);
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 10px 0 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .subscribe-module .text-wrapper .form .wpcf7-form-control-wrap {
    width: calc(100% - 100px);
  }
}
.subscribe-module .text-wrapper .form .wpcf7-form-control-wrap span {
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 600;
}
.subscribe-module .text-wrapper .form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.subscribe-module .text-wrapper .form input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  padding-right: 10px;
}
.subscribe-module .text-wrapper .form input[type="submit"] {
  width: 200px;
  min-height: 50px;
  flex-shrink: 0;
  margin: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #111;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .subscribe-module .text-wrapper .form input[type="submit"] {
    width: 100px;
  }
}
.subscribe-module .text-wrapper .form input[type="submit"]:hover {
  background: #000;
}
.subscribe-module .text-wrapper .form .wpcf7-response-output {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff !important;
  text-align: center;
  padding: 8px 10px;
  margin: 10px 0 0;
  font-weight: 600;
}
.subscribe-module .text-wrapper .paragraph {
  padding-top: 20px;
  line-height: 26px;
}
.search-page {
  padding-bottom: 80px;
}
.search-page .search-header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.search-page .search-header .search-title {
  padding-top: 60px;
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .search-page .search-header .search-title {
    padding-top: 40px;
  }
}
.search-page .search-header .h1-paragraph {
  font-size: 15px;
  color: #999;
  padding-top: 12px;
  padding-bottom: 20px;
}
.search-page .search-header .search-box {
  max-width: 300px;
  margin: 0 auto;
}
.search-page .section-title {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin: 0 12px;
  font-size: 30px;
  font-family: 'ENGCAPS';
}
.search-page .products-container {
  padding-bottom: 30px;
}
.four-o-four {
  width: 100%;
  height: 95vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../assets/404.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.four-o-four::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #191612;
  opacity: 0.6;
  z-index: 1;
}
.four-o-four .text-wrapper {
  padding: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
.four-o-four .text-wrapper h1 {
  font-size: 40px;
}
.four-o-four .text-wrapper h2 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
}
.four-o-four .text-wrapper .btn {
  margin-top: 30px;
}
.sup-footer {
  padding: 50px 0;
  background: #FCFCFC;
  border-top: 1px solid #eee;
}
@media only screen and (max-width : 991px) {
  .sup-footer {
    display: none;
  }
}
.sup-footer .container {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .sup-footer .container {
    justify-content: space-between;
  }
}
.sup-footer .block {
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #666;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .sup-footer .block {
    width: auto;
  }
}
.sup-footer .block .icon {
  width: 150px;
  height: 30px;
  margin: 0 auto;
}
.sup-footer .block .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #C23F47;
}
.sup-footer .block .title {
  padding-top: 15px;
}
footer {
  width: 100%;
  min-height: 490px;
  background: #101010;
  margin-top: auto;
}
footer .contacts {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .contacts {
    display: block;
    padding-top: 30px;
  }
}
footer .contacts .contact {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .contacts .contact {
    font-size: 16px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .contacts .contact {
    margin-right: 0;
    font-size: 16px;
    padding-bottom: 15px;
  }
}
footer .contacts .contact .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
footer .contacts .contact .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
footer .soc-icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .soc-icons {
    padding-top: 15px;
  }
}
footer .soc-icons span {
  color: #777;
  padding-right: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .soc-icons span {
    display: none;
  }
}
footer .soc-icons .svg-wrapper {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
}
footer .soc-icons .svg-wrapper:hover {
  opacity: 0.8;
}
footer .soc-icons .svg-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #101010;
}
footer .footer-top-row {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #333;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-top-row {
    display: none;
  }
}
footer .footer-wrapper {
  width: 100%;
  align-items: flex-start;
  margin: 0 auto;
  padding: 80px 0px;
  padding-bottom: 50px;
  color: #fff;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper {
    padding: 40px 0px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper {
    padding: 0px;
    padding-bottom: 20px;
  }
}
footer .footer-wrapper .footer-top,
footer .footer-wrapper .footer-bottom {
  display: flex;
  flex-wrap: wrap;
}
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;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  footer .footer-wrapper .footer-top {
    flex-wrap: nowrap;
  }
}
footer .footer-wrapper .company-info {
  font-size: 14px;
  line-height: 20px;
  padding-right: 70px;
  color: #fff;
}
@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;
    padding-right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .company-info {
    text-align: center;
    padding-bottom: 50px;
  }
}
footer .footer-wrapper .company-info .logo {
  max-width: 160px;
  height: auto;
  padding-bottom: 20px;
}
footer .footer-wrapper .company-info .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .company-info .logo {
    margin: 0 auto;
  }
}
footer .footer-wrapper .company-info .company-block {
  padding-top: 20px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
footer .footer-wrapper .company-info .company-block.title {
  padding-top: 14px;
  font-weight: 600;
  font-size: 16px;
}
footer .footer-wrapper .contacts {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .contacts {
    display: block;
  }
}
footer .footer-wrapper .soc-icons {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .soc-icons {
    display: flex;
  }
}
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;
  }
}
footer .footer-wrapper .menu-container {
  padding-right: 20px;
  width: 16%;
}
@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: 33%;
    padding-bottom: 20px;
  }
  footer .footer-wrapper .menu-container.sm-custom-menu {
    width: 66%;
    order: 10;
  }
  footer .footer-wrapper .menu-container.sm-custom-menu ul {
    column-count: 2;
  }
}
footer .footer-wrapper .menu-container .menu-title {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
@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: 4px 0;
  cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .menu-container ul li {
    padding: 2px 0;
  }
}
footer .footer-wrapper .menu-container ul li:hover {
  opacity: 0.7;
}
footer .footer-wrapper .copyright {
  padding-bottom: 10px;
  font-size: 12px;
  color: #444;
}
footer .footer-wrapper .payment-methods {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-bottom: 10px;
  font-size: 12px;
  color: #444;
}
footer .footer-wrapper .payment-methods span {
  flex-shrink: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .payment-methods span {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .payment-methods {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .footer-wrapper .payment-methods {
    flex-direction: column;
    justify-content: center;
  }
}
footer .footer-wrapper .payment-methods img {
  width: auto;
  height: 18px;
  margin-left: 20px;
}
footer .footer-wrapper .footer-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #333;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  footer .footer-wrapper .footer-bottom {
    flex-direction: column-reverse;
  }
}
.cookie-consent-wrapper {
  width: 100%;
  position: fixed;
  padding: 6px 20px;
  left: 0;
  bottom: 0;
  background-color: #000;
  color: #FFF;
  z-index: 99999;
  font-size: 14px;
}
.cookie-consent-wrapper a {
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 2px 8px;
  margin: 5px 0;
  border-radius: 4px;
  font-weight: bold;
  white-space: nowrap;
}
.cookie-consent-wrapper a:hover {
  opacity: 0.8;
}
.contact-container {
  display: flex;
  align-items: flex-start !important;
  max-width: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 992px) and (max-width : 1199px) {
  .contact-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .contact-container {
    flex-direction: column;
  }
}
.contact-container h1 {
  font-size: 40px;
  font-weight: normal;
}
.contact-container h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contact-container .contact-form-wrapper {
  width: 70%;
  flex-shrink: 0;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .contact-container .contact-form-wrapper {
    width: 55%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .contact-container .contact-form-wrapper {
    width: 100%;
  }
}
.contact-container .contact-form-wrapper .form-wrapper {
  padding-top: 40px;
  padding-right: 100px;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 992px) and (max-width : 1199px) {
  .contact-container .contact-form-wrapper .form-wrapper {
    padding-right: 50px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .contact-container .contact-form-wrapper .form-wrapper {
    padding-right: 0;
  }
}
.contact-container .contact-form-wrapper .form-wrapper .form-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .contact-container .contact-form-wrapper .form-wrapper .form-row {
    padding-bottom: 0px;
  }
}
.contact-container .contact-form-wrapper .form-wrapper .form-row.textarea-row {
  padding-bottom: 20px;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row label {
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row input,
.contact-container .contact-form-wrapper .form-wrapper .form-row textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DCDCDC;
  font-size: 15px;
  background: #fff;
  transition: background 0.25s ease;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row input.wpcf7-not-valid,
.contact-container .contact-form-wrapper .form-wrapper .form-row textarea.wpcf7-not-valid {
  border-bottom-color: red;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row input:hover,
.contact-container .contact-form-wrapper .form-wrapper .form-row textarea:hover {
  background: #fafafa;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row input::placeholder,
.contact-container .contact-form-wrapper .form-wrapper .form-row textarea::placeholder {
  color: #aaa;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row textarea {
  height: 160px;
  resize: none;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row .input-wrapper {
  width: 50%;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .contact-container .contact-form-wrapper .form-wrapper .form-row .input-wrapper {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .contact-container .contact-form-wrapper .form-wrapper .form-row .input-wrapper:first-of-type {
    padding-right: 40px;
  }
}
.contact-container .contact-form-wrapper .form-wrapper .form-row .input-wrapper span[role=alert] {
  font-size: 12px;
  padding-top: 6px;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row .textarea-wrapper {
  width: 100%;
}
.contact-container .contact-form-wrapper .form-wrapper .form-row .textarea-wrapper span[role=alert] {
  font-size: 12px;
}
.contact-container .contact-form-wrapper .form-wrapper .submit-btn {
  width: auto;
  height: 46px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 30px;
  background: #000;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.contact-container .contact-form-wrapper .form-wrapper .submit-btn:hover {
  opacity: 0.85;
}
.contact-container .contact-form-wrapper .form-wrapper .wpcf7-response-output {
  margin: 0;
}
.contact-container .contact-form-wrapper .form-wrapper .wpcf7-response-output.wpcf7-validation-errors,
.contact-container .contact-form-wrapper .form-wrapper .wpcf7-response-output.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
}
.contact-container .company-info-wrapper {
  padding-top: 50px;
}
.blogs-container h1 {
  width: 100%;
  padding-top: 60px;
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .blogs-container h1 {
    padding-top: 40px;
  }
}
.blogs-container .h1-paragraph {
  font-family: "ENGCAPS";
  letter-spacing: 0.15em;
  font-size: 17px;
  padding-top: 12px;
  padding-bottom: 50px;
}
.blogs-container .blog {
  width: 100%;
  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) {
  .blogs-container .blog {
    flex-direction: column-reverse;
  }
}
.blogs-container .articles-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (min-width : 1920px) {
  .blogs-container .articles-container article.blogs-article:nth-child(-n+2) {
    width: 50%;
  }
  .blogs-container .articles-container article.blogs-article:nth-child(-n+2) .blog-image {
    height: 340px;
  }
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .blogs-container .articles-container article.blogs-article:nth-child(-n+1) {
    width: 100%;
  }
  .blogs-container .articles-container article.blogs-article:nth-child(-n+1) .blog-image {
    height: 450px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .blogs-container .articles-container article.blogs-article:nth-child(-n+1) {
    width: 100%;
  }
  .blogs-container .articles-container article.blogs-article:nth-child(-n+1) .blog-image {
    height: 360px;
  }
}
.blogs-container .custom-sidebar.blog-sidebar {
  width: 340px;
  padding-left: 50px;
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .blogs-container .custom-sidebar.blog-sidebar {
    width: 330px;
    padding-left: 40px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .blogs-container .custom-sidebar.blog-sidebar {
    width: 280px;
    padding-left: 30px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .blogs-container .custom-sidebar.blog-sidebar {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .blogs-container .custom-sidebar.blog-sidebar .sidebar-section-title {
    display: none;
  }
  .blogs-container .custom-sidebar.blog-sidebar .sidebar-section.list-view {
    overflow-x: scroll;
    order: 1;
  }
  .blogs-container .custom-sidebar.blog-sidebar .sidebar-section.list-view ul {
    display: flex;
    align-items: center;
  }
  .blogs-container .custom-sidebar.blog-sidebar .sidebar-section.list-view ul li {
    margin-right: 10px;
    padding: 4px 12px;
    background: #efefef;
    color: #000;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
  }
  .blogs-container .custom-sidebar.blog-sidebar .sidebar-section.list-view ul li:last-of-type {
    margin-right: 0;
  }
  .blogs-container .custom-sidebar.blog-sidebar .search-box {
    order: 0;
  }
}
.blogs-container .custom-sidebar.blog-sidebar .blog-sidebar-banner {
  min-height: 350px;
  margin-top: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .blogs-container .custom-sidebar.blog-sidebar .blog-sidebar-banner {
    display: none;
  }
}
.blogs-container .custom-sidebar.blog-sidebar .blog-sidebar-banner .banner-inner .banner-title {
  font-size: 24px;
}
.blogs-container .custom-sidebar.blog-sidebar .blog-sidebar-banner .banner-inner .banner-button {
  font-size: 18px;
  margin-top: 50px;
}
article.blogs-article {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 50px;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  article.blogs-article {
    margin-bottom: 30px;
  }
}
article.blogs-article:hover {
  opacity: 0.85;
}
article.blogs-article:hover .blog-image .image-inner {
  transform: scale3d(1.05, 1.05, 1);
}
article.blogs-article:hover .blog-excerpt {
  color: #222;
}
article.blogs-article.search {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  article.blogs-article.search {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-top: 10px;
    padding: 0;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  article.blogs-article.search {
    width: calc(100% - 12px);
    margin: 0 6px;
    padding: 0;
    padding-bottom: 30px;
  }
}
article.blogs-article.search .blog-excerpt {
  display: none;
}
article.blogs-article.search .blog-image {
  height: 350px;
  order: 1;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  article.blogs-article.search .blog-image {
    height: 250px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  article.blogs-article.search .blog-image {
    height: 340px;
  }
}
article.blogs-article.search .blog-title {
  order: 3;
  padding-top: 0;
  font-size: 18px;
}
article.blogs-article.search .date {
  order: 2;
  padding-top: 12px;
}
article.blogs-article .blog-image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
article.blogs-article .blog-image .image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
article.blogs-article .blog-image .blog-tags {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  padding-bottom: 5px;
  padding-top: 70px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 110;
  pointer-events: none;
}
article.blogs-article .blog-image .blog-tags > a {
  pointer-events: all;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  article.blogs-article {
    width: 100%;
    padding-bottom: 30px;
  }
  article.blogs-article .blog-image {
    height: 60vw;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  article.blogs-article {
    width: 100%;
  }
  article.blogs-article .blog-image {
    height: 300px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  article.blogs-article {
    width: 50%;
  }
  article.blogs-article .blog-image {
    height: 200px;
  }
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  article.blogs-article {
    width: 50%;
  }
  article.blogs-article .blog-image {
    height: 280px;
  }
}
article.blogs-article h2 {
  font-size: 19px;
  padding-top: 14px;
  line-height: 1.3em;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
article.blogs-article .date {
  width: 100%;
  font-size: 13px;
  color: #7F7F7F;
  padding-top: 8px;
  padding-bottom: 6px;
}
article.blogs-article .blog-excerpt {
  color: #999;
  transition: all 0.5s ease;
  font-size: 15px;
  line-height: 23px;
}
.single-blog {
  padding-bottom: 40px;
}
.single-blog .soc-icons {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 10px;
}
.single-blog .soc-icons a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
}
.single-blog .soc-icons a:last-of-type {
  margin-right: 0;
}
.single-blog .soc-icons a:hover {
  opacity: 0.7;
}
.single-blog .soc-icons a.fb {
  background: #3B5998;
}
.single-blog .soc-icons a.twitter {
  background: #00ACED;
}
.single-blog .soc-icons a.link {
  background: #FE472A;
}
.single-blog .soc-icons a .icon {
  width: 14px;
  height: 14px;
}
.single-blog .soc-icons a .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
.single-blog .blog-header {
  width: 100%;
  min-height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .single-blog .blog-header {
    min-height: 500px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .single-blog .blog-header {
    min-height: 400px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .single-blog .blog-header {
    min-height: 70vw;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog .blog-header {
    min-height: 90vw;
  }
}
.single-blog .blog-header .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.single-blog .blog-header .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.05;
  z-index: 1;
}
.single-blog .blog-header .blog-title-wrapper-container {
  width: 100%;
  z-index: 10;
  position: relative;
  padding-top: 50px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.single-blog .blog-header .blog-title-wrapper {
  max-width: 700px;
  margin: 0 -20px;
  height: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog .blog-header .blog-title-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.single-blog .blog-header .blog-title-wrapper .blog-categories {
  padding-bottom: 5vh;
}
.single-blog .blog-narrow-container {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 35px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog .blog-narrow-container {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px;
    padding-top: 10px;
  }
}
.single-blog .blog-article-subheader {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog .blog-article-subheader {
    display: none;
  }
}
.single-blog .blog-article-subheader .btn-back {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s ease;
  opacity: 0.4;
}
.single-blog .blog-article-subheader .btn-back:hover {
  opacity: 0.8;
}
.single-blog .blog-article-subheader .btn-back:hover::before {
  transform: rotate(180deg) translateX(10px);
}
.single-blog .blog-article-subheader .btn-back::before {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 10'%3E%3Cpath fill='%23222222' d='M14.9,5.3c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.1c0,0,0,0,0-0.1s0,0,0-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.1 c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0l-5-4C9.2-0.1,8.6-0.1,8.2,0.4 C7.9,0.8,7.9,1.4,8.4,1.8L11.1,4H1C0.4,4,0,4.4,0,5s0.4,1,1,1h10.1L8.4,8.2C8,8.6,7.9,9.2,8.2,9.6C8.4,9.9,8.7,10,9,10 c0.2,0,0.4-0.1,0.6-0.2l5-4c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1C14.8,5.5,14.9,5.5,14.9,5.3 C14.9,5.4,14.9,5.4,14.9,5.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: all 0.25s ease;
  transform: rotate(180deg);
}
.single-blog .blog-article-subheader .right-data {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.single-blog .blog-article-subheader .right-data .date {
  font-size: 15px;
  color: #aaa;
  padding-right: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog .blog-article-subheader .right-data .soc-icons {
    display: none;
  }
}
.single-blog h1 {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 20px;
  color: #fff;
  letter-spacing: 0.04em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog h1 {
    font-size: 32px;
    line-height: 1.3em;
  }
}
.single-blog h2 {
  font-size: 26px;
  padding-top: 30px;
}
.single-blog p {
  margin: 20px 0;
}
.single-blog ul {
  padding-left: 20px;
}
.single-blog ul li {
  position: relative;
  padding: 14px 0;
  text-indent: 15px;
}
.single-blog ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 24px;
  left: 0px;
  background: #222;
  border-radius: 50%;
}
.single-blog figure.wp-block-image {
  margin: 0 -40px;
  padding: 30px 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .single-blog figure.wp-block-image {
    margin: 0;
    padding: 15px 0;
  }
}
.single-blog figure.wp-block-image img {
  width: inherit;
  height: inherit;
  border-radius: 6px;
}
.single-blog figure.wp-block-image figcaption {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #aaa;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog figure.wp-block-image figcaption {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.single-blog .blog-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog .blog-footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.single-blog .blog-footer .sharing {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: auto;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .single-blog .blog-footer .sharing {
    margin-left: 0;
  }
}
.single-blog .blog-footer .sharing span {
  font-size: 15px;
  font-weight: 600;
}
.product-in-blog {
  padding-bottom: 50px;
}
.product-in-blog h2 {
  font-size: 28px;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
.related-blogs-section {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .related-blogs-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .related-blogs-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.related-blogs-section .fb-controls {
  width: 100%;
  max-width: 700px;
  padding-bottom: 70px;
  display: block;
}
.related-blogs-section .fb-controls .fb-like {
  display: block;
  padding-bottom: 20px;
}
.related-blogs-section .fb-controls .fb-comments {
  max-width: 100% !important;
  width: 100% !important;
}
.related-blogs-section .h2-related-blogs {
  font-size: 28px;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
}
.related-blogs-section .related-blogs {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
  flex-wrap: wrap;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .related-blogs-section .related-blogs {
    flex-direction: column;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .related-blogs-section .related-blogs .blogs-article .blog-image {
    height: 280px;
  }
}
@media only screen and (min-width : 1200px) and (max-width : 1919px) {
  .related-blogs-section .related-blogs .blogs-article .blog-image {
    height: 320px;
  }
}
.__shop-text-color {
  color: #0BC75B !important;
}
.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(11, 199, 91, 0.8);
  font-weight: 600;
  border: 1px solid #0BC75B;
  border-radius: 3px;
  color: #fff;
}
.woocommerce-message:empty,
.woocommerce-error:empty,
.woocommerce-info:empty {
  display: none;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  text-decoration: underline;
}
.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: 50px;
  display: inline-block;
  padding: 0 22px;
  text-transform: uppercase;
  line-height: 50px;
  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: #0BC75B;
  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: #C23F47;
  background: rgba(194, 63, 71, 0.7);
}
.woocommerce-error .button {
  color: #C23F47;
}
.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 #0BC75B;
  border-color: #0BC75B transparent #0BC75B 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;
}
.sale-tag {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #E52E2E;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 3px;
}
.woocommerce-breadcrumb {
  width: 100%;
  font-size: 14px;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-breadcrumb {
    padding: 0;
    padding-bottom: 10px;
    font-size: 12px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .woocommerce-breadcrumb {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.woocommerce-breadcrumb a {
  color: #888;
  font-weight: 600;
}
.woocommerce-breadcrumb a:hover {
  opacity: 0.6;
}
.empty-cart-wrapper {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  margin: 0 auto;
  text-align: center;
}
.empty-cart-wrapper a.button {
  padding: 10px 24px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
}
.shop-container {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-container {
    padding-top: 20px;
    display: block;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-container {
    padding-top: 10px;
  }
}
.custom-sidebar.shop-sidebar {
  width: 310px;
  padding-right: 50px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .custom-sidebar.shop-sidebar {
    width: 260px;
    padding-right: 40px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .custom-sidebar.shop-sidebar {
    width: 100%;
    height: 100%;
    padding-right: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0px;
    transform: translateY(200px);
    transition: transform 500ms ease, opacity 200ms ease;
    left: 0;
    opacity: 0;
    padding-top: 0px;
    background: #fff;
    z-index: 260;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .custom-sidebar.shop-sidebar.visible {
    transform: translateY(0px);
    height: 100%;
    visibility: visible;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    opacity: 1;
  }
}
@media only screen and (min-width : 992px) {
  .custom-sidebar.shop-sidebar .filters-container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width : 991px) {
  .custom-sidebar.shop-sidebar .filters-container {
    overflow-y: auto;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .custom-sidebar.shop-sidebar .shop-sidebar-search-form {
    display: none;
  }
}
.custom-sidebar.shop-sidebar .categories-title {
  position: relative;
}
.custom-sidebar.shop-sidebar .categories-title.expanded .icon {
  transform: rotate(180deg);
}
.custom-sidebar.shop-sidebar .categories-title .icon {
  position: absolute;
  width: 22px;
  height: 16px;
  top: 4px;
  right: 0;
}
@media only screen and (min-width : 992px) {
  .custom-sidebar.shop-sidebar .categories-title .icon {
    display: none;
  }
}
.custom-sidebar.shop-sidebar .categories-title .icon::before,
.custom-sidebar.shop-sidebar .categories-title .icon::after {
  content: "";
  width: 13px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0px;
}
.custom-sidebar.shop-sidebar .categories-title .icon::after {
  transform: translateY(-50%) rotate(-45deg);
  left: auto;
  right: 0px;
}
@media only screen and (max-width : 991px) {
  .custom-sidebar.shop-sidebar .categories-title a {
    pointer-events: none;
  }
  .custom-sidebar.shop-sidebar .categories-title .icon {
    display: block;
  }
}
@media only screen and (max-width : 991px) {
  .custom-sidebar.shop-sidebar ul.categories {
    overflow: hidden;
    height: 0px;
  }
  .custom-sidebar.shop-sidebar ul.categories.expanded {
    height: auto;
    overflow: auto;
  }
}
.custom-sidebar.shop-sidebar .sidebar-filters-header {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  display: none;
  flex-shrink: 0;
}
@media only screen and (max-width : 991px) {
  .custom-sidebar.shop-sidebar .sidebar-filters-header {
    display: block;
  }
}
.custom-sidebar.shop-sidebar .sidebar-filters-header .container {
  height: 100%;
}
.custom-sidebar.shop-sidebar .sidebar-filters-header .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.custom-sidebar.shop-sidebar .sidebar-filters-header .back-button {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin-left: -6px;
}
.custom-sidebar.shop-sidebar .sidebar-filters-header .back-button::before,
.custom-sidebar.shop-sidebar .sidebar-filters-header .back-button::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 9.5px;
  transform: rotate(-45deg);
  left: 6px;
}
.custom-sidebar.shop-sidebar .sidebar-filters-header .back-button::after {
  top: auto;
  bottom: 9.5px;
  transform: rotate(45deg);
}
.custom-sidebar.shop-sidebar .xssm-sorting {
  display: none;
}
@media only screen and (max-width : 991px) {
  .custom-sidebar.shop-sidebar .xssm-sorting {
    display: block;
  }
}
.custom-sidebar.shop-sidebar .xssm-sorting .sort-buttons .sort-button {
  display: inline-flex;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  background: #eee;
  border: 2px solid #eee;
  border-radius: 5px;
  color: #999;
}
.custom-sidebar.shop-sidebar .xssm-sorting .sort-buttons .sort-button.active {
  border-color: #000;
  background: transparent;
  color: #000;
}
.custom-sidebar.shop-sidebar .sidebar-filters-footer {
  width: 100%;
  height: 70px;
  flex-shrink: 0;
  background: #fff;
  z-index: 106;
  border-top: 1px solid #eee;
  bottom: 0px;
  left: 0;
}
.custom-sidebar.shop-sidebar .sidebar-filters-footer .container {
  height: 100%;
}
.custom-sidebar.shop-sidebar .sidebar-filters-footer .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width : 992px) {
  .custom-sidebar.shop-sidebar .sidebar-filters-footer {
    display: none;
  }
}
.custom-sidebar.shop-sidebar .sidebar-filters-footer .confirm-filters-button {
  height: 50px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  justify-content: center;
}
.custom-sidebar.shop-sidebar .shop-sidebar-banner {
  min-height: 350px;
}
@media only screen and (max-width : 991px) {
  .custom-sidebar.shop-sidebar .shop-sidebar-banner {
    display: none;
  }
}
.custom-sidebar.shop-sidebar .shop-sidebar-banner .banner-inner .banner-title {
  font-size: 24px;
}
.custom-sidebar.shop-sidebar .shop-sidebar-banner .banner-inner .banner-button {
  font-size: 18px;
  margin-top: 50px;
}
.products-container {
  width: 100%;
}
.products-container.show-only-four .shop-product-card:not(:nth-child(-n+4)) {
  display: none;
}
.products-container.show-only-six .shop-product-card:not(:nth-child(-n+6)) {
  display: none;
}
.products-container.small-cards .woocommerce {
  margin-left: -8px;
  margin-right: -8px;
}
.products-container.small-cards .shop-product-card {
  max-width: calc(16.666% - 16px);
  margin: 12px 8px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .products-container.small-cards .shop-product-card {
    max-width: 155px;
    margin: 12px 6px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .products-container.small-cards .shop-product-card {
    width: 40vw;
    max-width: 100%;
    margin: 12px 6px;
    flex-shrink: 0;
  }
}
.products-container.small-cards .shop-product-card .product-image {
  height: 220px;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .products-container.small-cards .shop-product-card .product-image {
    height: 200px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .products-container.small-cards .shop-product-card .product-image {
    height: 180px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .products-container.small-cards .shop-product-card .product-image {
    height: 45vw;
  }
}
.products-container.small-cards .shop-product-card .product-card-body .product-name {
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 0;
}
.products-container.small-cards .shop-product-card .product-card-body .product-price {
  font-size: 15px;
}
.products-container .woocommerce {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .products-container .woocommerce {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .products-container .woocommerce {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.shop-product-card {
  width: 100%;
  max-width: calc(25% - 24px);
  margin: 12px;
  margin-bottom: 50px;
  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 : 1200px) and (max-width : 1599px) {
  .shop-product-card {
    max-width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .shop-product-card {
    max-width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-product-card {
    max-width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card {
    max-width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-product-card.search {
    max-width: calc(50% - 20px);
  }
  .shop-product-card.search .product-image {
    height: 340px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card.search {
    max-width: calc(100% - 12px);
  }
}
.shop-product-card.blog {
  height: 350px;
  display: flex;
  align-items: flex-end;
  background: #fafafa;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s ease;
  margin-bottom: 20px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .shop-product-card.blog {
    max-width: calc(33.3% - 20px);
    height: 300px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-product-card.blog {
    max-width: calc(33.3% - 20px);
    height: 300px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card.blog {
    height: 65vw;
    margin-bottom: 12px;
  }
}
.shop-product-card.blog:hover {
  opacity: 0.95;
}
.shop-product-card.blog:hover .article-img {
  transform: scale3d(1.05, 1.05, 1);
}
.shop-product-card.blog::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.15;
  z-index: 1;
}
.shop-product-card.blog .article-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transition: transform 0.5s ease;
}
.shop-product-card.blog .article-body {
  width: 100%;
  padding: 15px;
  padding-top: 90px;
  color: #fff;
  font-size: 14px;
  position: relative;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}
.shop-product-card.blog .article-body .article-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 4px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card.blog .article-body .article-title {
    line-height: 22px;
  }
}
@media only screen and (min-width : 992px) {
  .shop-product-card:hover .product-image {
    opacity: 0.7;
  }
  .shop-product-card:hover .product-card-body {
    opacity: 0.7;
  }
}
.shop-product-card .product-card-shop-tag.sale-tag {
  position: absolute;
  bottom: 15px;
  left: 0px;
  z-index: 100;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .shop-product-card .product-card-shop-tag.sale-tag {
    bottom: 12px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-product-card .product-card-shop-tag.sale-tag {
    bottom: 12px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card .product-card-shop-tag.sale-tag {
    bottom: 10px;
  }
}
.shop-product-card .product-image {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  transition: opacity 0.3s ease;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .shop-product-card .product-image {
    height: 300px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .shop-product-card .product-image {
    height: 250px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-product-card .product-image {
    height: 280px;
    padding: 40px 20px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card .product-image {
    height: 54vw;
    padding: 30px 20px;
    background-size: contain;
  }
}
.shop-product-card .product-image .no-stock-notice {
  width: 100%;
  color: #1682cd;
  background: rgba(22, 130, 205, 0.1);
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
}
.shop-product-card .product-image img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.shop-product-card .product-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
.shop-product-card .product-card-body {
  width: 100%;
  padding-top: 10px;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card .product-card-body {
    width: 100%;
    padding-top: 10px;
  }
}
.shop-product-card .product-card-body .product-brand {
  color: #7F7F7F;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
.shop-product-card .product-card-body .product-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.shop-product-card .product-card-body .product-price {
  width: auto;
  padding-top: 4px;
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  color: #555;
  font-weight: 600;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-product-card .product-card-body .product-price {
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
  }
}
.shop-product-card .product-card-body .product-price span.regular-price {
  font-weight: normal;
  color: #aaa;
  text-decoration: line-through;
  padding-right: 5px;
  font-size: 0.85em;
}
.shop-product-card .product-card-body .product-price del {
  color: #999;
}
.shop-product-card .product-card-body .product-price ins {
  color: #E52E2E;
  font-weight: 600;
  text-decoration: none;
  padding-left: 5px;
}
.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-product-card .product-card-banner {
    display: none;
  }
}
.shop-product-card .product-card-banner p {
  padding: 0;
  margin: 0;
}
.shop-product-card .product-card-banner .h4-description {
  padding-bottom: 0.5em;
  display: none;
  position: relative;
  z-index: 10;
}
.shop-product-card .product-card-banner .h4-description:not(empty) {
  display: block;
}
.shop-product-card .product-card-banner h4 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  z-index: 10;
  line-height: 1.2em;
}
.shop-content-container {
  width: 100%;
  padding-bottom: 100px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container {
    padding-bottom: 30px;
  }
}
.shop-content-container .woocommerce-notices-wrapper {
  display: none;
}
.shop-content-container .welcome-shop-banner {
  width: 100%;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 40px;
  background: #fafafa;
  cursor: pointer;
}
.shop-content-container .welcome-shop-banner .banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.shop-content-container .welcome-shop-banner .banner-inner {
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-family: "ENGCAPS";
  letter-spacing: 0.05em;
  color: #fff;
}
.shop-content-container .welcome-shop-banner .banner-inner .shop-h1 {
  text-align: center;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .welcome-shop-banner .banner-inner .shop-h1 br {
    content: ' ';
  }
  .shop-content-container .welcome-shop-banner .banner-inner .shop-h1 br:after {
    content: ' ';
  }
}
.shop-content-container .welcome-shop-banner .banner-inner .shop-h1-paragraph {
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .welcome-shop-banner .banner-inner .shop-h1-paragraph br {
    content: ' ';
  }
  .shop-content-container .welcome-shop-banner .banner-inner .shop-h1-paragraph br:after {
    content: ' ';
  }
}
.shop-content-container .h2-section {
  font-size: 28px;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .h2-section {
    padding-bottom: 10px;
  }
}
.shop-content-container .shop-categories-cards-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-categories-cards-wrapper {
    margin: 0 -5px;
  }
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card {
  width: calc(33.333% - 24px);
  margin: 18px 12px;
  padding-bottom: 30px;
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card:nth-child(-n+4) {
  width: calc(50% - 24px);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-categories-cards-wrapper .shop-category-card {
    width: calc(50% - 10px) !important;
    margin: 5px;
    padding-bottom: 0;
  }
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-image {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-image {
    height: 40vw;
    padding: 25px;
  }
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-image:hover::before {
  opacity: 0.08;
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-image:hover img {
  transform: scale3d(1.07, 1.07, 1);
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.04;
  z-index: 10;
  transition: opacity 0.3s ease;
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-image img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body {
    background: rgba(0, 0, 0, 0.04);
    padding: 0px 10px 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body h2 {
  display: inline-block;
  font-size: 26px;
  padding: 20px 0 10px;
  cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body h2 {
    padding: 0;
    text-align: center;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body h2:hover {
  opacity: 0.7;
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body ul {
  width: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body ul {
    display: none;
  }
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body ul li {
  width: 100%;
  font-size: 16px;
  padding: 3px 0;
  padding-left: 15px;
  position: relative;
  opacity: 0.7;
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body ul li:hover {
  opacity: 1;
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #000;
  margin-right: 10px;
  border-radius: 50%;
}
.shop-content-container .shop-categories-cards-wrapper .shop-category-card .card-body ul li a {
  display: inline-block;
}
.shop-content-container .shop-brand-cards-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.shop-content-container .shop-brand-cards-wrapper .brand-card {
  width: calc(16.6% - 16px);
  height: 170px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 8px;
  padding: 20px 30px;
  background: #F7F7F7;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .shop-content-container .shop-brand-cards-wrapper .brand-card {
    width: calc(16.6% - 16px);
    height: 120px;
    margin: 8px;
    padding: 20px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .shop-content-container .shop-brand-cards-wrapper .brand-card {
    width: calc(20% - 16px);
    height: 120px;
    margin: 8px;
    padding: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-content-container .shop-brand-cards-wrapper .brand-card {
    width: calc(20% - 16px);
    height: 130px;
    margin: 8px;
    padding: 25px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-brand-cards-wrapper .brand-card {
    width: calc(33.3% - 12px);
    height: 30vw;
    margin: 6px;
    padding: 18px;
  }
}
.shop-content-container .shop-brand-cards-wrapper .brand-card img {
  width: 100%;
  max-width: 110px;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  opacity: 0.3;
}
.shop-content-container .shop-header-banner {
  min-height: 260px;
  margin-bottom: 35px;
  padding: 40px;
}
.shop-content-container .shop-header {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E9E9E9;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .shop-content-container .shop-header {
    padding-top: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-header {
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.shop-content-container .shop-header .title-controls-wrapper {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
}
.shop-content-container .shop-header .title-controls-wrapper h1 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 38px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-header .title-controls-wrapper h1 {
    padding-right: 25px;
    font-size: 32px;
  }
}
.shop-content-container .shop-header .title-controls-wrapper .right-controls {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.shop-content-container .shop-header .title-controls-wrapper .right-controls .products-count {
  font-size: 13px;
  color: #777;
  margin-right: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-header .title-controls-wrapper .right-controls .products-count {
    display: none;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-header .title-controls-wrapper .right-controls .products-sort {
    display: none;
  }
}
.shop-content-container .shop-header .title-controls-wrapper .right-controls .filters-button {
  align-items: center;
  padding: 5px 10px;
  padding-right: 14px;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 3px;
  flex-shrink: 0;
  display: none;
  -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), only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-header .title-controls-wrapper .right-controls .filters-button {
    display: flex;
  }
}
.shop-content-container .shop-header .title-controls-wrapper .right-controls .filters-button .icon {
  width: 20px;
  height: 16px;
}
.shop-content-container .shop-header .title-controls-wrapper .right-controls .filters-button .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000;
}
.shop-content-container .shop-header .title-controls-wrapper .right-controls .filters-button span {
  margin-left: 6px;
  font-weight: 600;
}
.shop-content-container .shop-header .taxonomy-list {
  width: 100%;
  padding-top: 15px;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-header .taxonomy-list {
    overflow-x: auto;
  }
}
.shop-content-container .shop-header .taxonomy-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .shop-content-container .shop-header .taxonomy-list ul {
    flex-wrap: nowrap;
  }
}
.shop-content-container .shop-header .taxonomy-list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 12px;
  background: #efefef;
  color: #666;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}
.shop-content-container .shop-header .taxonomy-list ul li:last-of-type {
  margin-right: 0;
}
.shop-content-container .shop-header .taxonomy-list ul li:hover {
  background: #ddd;
}
.shop-content-container .serp-no-results-wrapper {
  display: none;
  padding: 30px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #fafafa;
}
.shop-content-container .serp-no-results-wrapper .title {
  font-weight: 700;
  font-size: 20px;
}
.shop-content-container .serp-no-results-wrapper .description {
  color: #999;
  padding-top: 5px;
}
.shop-content-container .serp-no-results-wrapper .btn {
  margin-top: 20px;
}
.shop-content-container .shop-category-spacer {
  height: 2em;
}
.shop-content-container .upsale-title {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 34px;
  font-family: 'ENGCAPS';
  padding-top: 100px;
  padding-bottom: 20px;
}
.woocommerce-notices-wrapper {
  padding-top: 40px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .woocommerce-notices-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.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;
}
.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: #0BC75B;
}
.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: #0BC75B;
  border-color: #0BC75B;
}
.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: #0BC75B;
  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: #0BC75B;
  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: #0BC75B;
  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-narrow-container {
  max-width: 1300px;
}
.product-details-container {
  min-height: 70%;
  padding-bottom: 60px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container {
    padding-top: 0px;
  }
}
.product-details-container article.product-details {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@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-details {
    flex-direction: column;
  }
}
.product-details-container article.product-details .woocommerce-breadcrumb {
  flex: 0 1 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .woocommerce-breadcrumb {
    order: 2;
    padding-top: 15px;
  }
}
.product-details-container article.product-details .product-gallery {
  width: 100%;
  max-width: 50%;
  height: 100%;
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .product-details-container article.product-details .product-gallery {
    max-width: 55%;
  }
}
@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-details .product-gallery {
    max-width: 100%;
    height: auto;
    position: relative !important;
    top: auto !important;
    align-self: center;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-gallery {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 -20px;
    order: 1;
  }
}
.product-details-container article.product-details .product-gallery .sale-tag {
  position: absolute;
  top: 20px;
  right: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  padding: 5px 12px;
  z-index: 100;
}
@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-details .product-gallery .sale-tag {
    top: 15px;
  }
}
.product-details-container article.product-details .product-gallery .brand-tag {
  width: 60px;
  height: auto;
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  z-index: 100;
}
.product-details-container article.product-details .product-gallery .brand-tag img {
  max-width: 100%;
  opacity: 0.2;
}
@media only screen and (min-width : 768px) {
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-gallery #product-carousel a {
    display: none;
    pointer-events: none;
  }
}
.product-details-container article.product-details .product-gallery .carousel {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width : 992px) {
  .product-details-container article.product-details .product-gallery .carousel .flickity-page-dots {
    display: none;
  }
}
.product-details-container article.product-details .product-gallery .carousel .carousel-cell {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-gallery .carousel .carousel-cell {
    padding: 15px 10px;
    padding-bottom: 34px;
  }
}
.product-details-container article.product-details .product-gallery .carousel .carousel-cell > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  flex-shrink: 0;
  align-self: center;
  object-fit: contain;
}
.product-details-container article.product-details .product-gallery .image-wrapper {
  width: 100%;
  height: 600px;
  padding: 50px;
  display: flex;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .product-details-container article.product-details .product-gallery .image-wrapper {
    height: 540px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .product-details-container article.product-details .product-gallery .image-wrapper {
    height: 500px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article.product-details .product-gallery .image-wrapper {
    height: 45vh;
    padding: 60px 0px 40px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-gallery .image-wrapper {
    height: 50vh;
    padding: 0px;
    padding-top: 50px;
  }
}
.product-details-container article.product-details .product-gallery .image-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
.product-details-container article.product-details .product-gallery .image-wrapper > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  flex-shrink: 0;
  align-self: center;
}
.product-details-container article.product-details .product-gallery .image-wrapper .tns-ovh {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-details-container article.product-details .product-gallery .image-wrapper .tns-ovh .tns-inner {
  height: 100%;
}
.product-details-container article.product-details .product-gallery .thumbnails {
  width: calc(100% + 16px);
  margin: 0 -8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-gallery .thumbnails {
    display: none;
  }
}
.product-details-container article.product-details .product-gallery .thumbnails .thumbnail {
  width: calc(16.66% - 16px);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 8px;
  padding: 15px;
  cursor: pointer;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .product-details-container article.product-details .product-gallery .thumbnails .thumbnail {
    height: 80px;
    padding: 12px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .product-details-container article.product-details .product-gallery .thumbnails .thumbnail {
    height: 68px;
    padding: 8px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article.product-details .product-gallery .thumbnails .thumbnail {
    height: 105px;
    padding: 12px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-gallery .thumbnails .thumbnail {
    width: 21vw;
    height: 21vw;
    margin-left: 5vw;
    padding: 10px;
    flex-shrink: 0;
  }
}
.product-details-container article.product-details .product-gallery .thumbnails .thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.02);
  pointer-events: none;
}
.product-details-container article.product-details .product-gallery .thumbnails .thumbnail.active::before {
  background: rgba(0, 0, 0, 0.05);
}
.product-details-container article.product-details .product-gallery .thumbnails .thumbnail.active .thumbnail-inner {
  opacity: 1;
}
.product-details-container article.product-details .product-gallery .thumbnails .thumbnail .thumbnail-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  opacity: 0.5;
}
.product-details-container article.product-details .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-details .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-details .product-info {
  flex: 1 0 50%;
  padding-left: 80px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .product-details-container article.product-details .product-info {
    padding-left: 50px;
    flex-basis: 45%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-container article.product-details .product-info {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-info {
    width: 100%;
    order: 3;
    padding-top: 10px;
    padding-left: 0;
  }
}
.product-details-container article.product-details .product-info h1 {
  font-size: 2.6em;
  font-weight: 400;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-info h1 {
    font-size: 34px;
    letter-spacing: 0.03em;
  }
}
.product-details-container article.product-details .product-info .product-sku {
  color: #999;
  font-size: 14px;
  padding-top: 4px;
}
.product-details-container article.product-details .product-info .price {
  font-size: 22px;
  font-weight: 600;
  padding: 25px 0 30px;
}
.product-details-container article.product-details .product-info .price ins {
  text-decoration: none;
  padding-left: 5px;
}
.product-details-container article.product-details .product-info .price del {
  opacity: 0.5;
}
.product-details-container article.product-details .product-info .price .price-vat-notice {
  font-size: 12px;
  color: #bbb;
  padding-top: 5px;
  font-weight: 400;
}
.product-details-container article.product-details .product-info hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #E5E5E5;
  margin-top: 25px;
}
.product-details-container article.product-details .product-info .description {
  width: 100%;
  max-width: 650px;
  line-height: 1.6em;
}
.product-details-container article.product-details .product-info .description p {
  margin: 0;
}
.product-details-container article.product-details .product-info .description .anchor-link {
  font-weight: 600;
  color: #777;
  text-decoration: underline;
  font-size: 15px;
}
.product-details-container article.product-details .product-info h2 {
  padding: 30px 0 15px 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.product-details-container article.product-details .product-info .product-key-features-wrapper {
  padding: 10px 0;
}
.product-details-container article.product-details .product-info .product-key-features ul li {
  padding: 5px 0;
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  line-height: 23px;
}
.product-details-container article.product-details .product-info .product-key-features ul li::before {
  content: "";
  width: 5px;
  height: 12px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(45deg);
  border-bottom: 2px solid #0BC75B;
  border-right: 2px solid #0BC75B;
  margin-right: 10px;
  margin-left: 5px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper {
  width: 100%;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations {
  display: block;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td {
  display: block;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .label,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .label {
  padding-bottom: 4px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value {
  padding-bottom: 20px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .variable-item,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .variable-item {
  transition: none;
  box-shadow: none !important;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .variable-item.disabled,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .variable-item.disabled {
  cursor: no-drop;
  pointer-events: auto;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .button-variable-item,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .button-variable-item {
  border-radius: 6px;
  padding: 6px 12px;
  border: 2px solid transparent;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .button-variable-item.selected,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .button-variable-item.selected {
  border-color: #000;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .button-variable-item.selected:hover,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .button-variable-item.selected:hover {
  background-color: transparent !important;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .button-variable-item span,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .button-variable-item span {
  font-size: 15px;
  font-weight: 600;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .color-variable-item,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .color-variable-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: none !important;
  border: none;
  overflow: hidden;
  padding: 3px;
  background: none !important;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .color-variable-item span,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .color-variable-item span {
  box-shadow: none;
  border: none;
  border-radius: 50%;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .color-variable-item span::after,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .color-variable-item span::after {
  display: none;
  box-shadow: none;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .color-variable-item.disabled span::after,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .color-variable-item.disabled span::after {
  content: "";
  width: 110%;
  height: 3px;
  background: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations tr .value .color-variable-item.selected,
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations td .value .color-variable-item.selected {
  border: 2px solid #000;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper table.variations label {
  font-weight: 600;
  font-size: 15px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .woocommerce-variation-price {
  padding-bottom: 15px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .stock-notice {
  width: 100%;
  position: relative;
  padding-left: 22px;
  font-weight: 600;
  font-size: 14px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .stock-notice.in-stock {
  color: #0BC75B;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .stock-notice.in-stock::before {
  content: "";
  width: 5px;
  height: 12px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #0BC75B;
  border-right: 2px solid #0BC75B;
  margin-right: 10px;
  margin-left: 5px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .stock-notice.out-of-stock {
  color: #C23F47;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .stock-notice.out-of-stock::before {
  content: "";
  width: 5px;
  height: 12px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #C23F47;
  border-right: 2px solid #C23F47;
  margin-right: 10px;
  margin-left: 5px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .stock-subnotice {
  font-size: 13px;
  color: #999;
  font-weight: 600;
  padding-top: 10px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe {
  display: none;
  border: 1px solid #1682cd;
  background: rgba(22, 130, 205, 0.05);
  padding: 20px 25px 12px;
  border-radius: 5px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe {
    padding: 15px 15px 10px;
  }
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .title {
  font-size: 18px;
  font-weight: 700;
  color: #1682cd;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .description {
  padding-top: 2px;
  font-size: 15px;
  color: #1682cd;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 12px;
  position: relative;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper {
    display: block;
    max-width: 300px;
  }
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper .wpcf7-form-control-wrap.your-email input {
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #1682cd;
  box-shadow: none;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper .wpcf7-form-control-wrap.your-email input {
    max-width: 230px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper .wpcf7-form-control-wrap.your-email input {
    margin-right: 0;
    max-width: 300px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper .wpcf7-form-control-wrap.your-email input {
    margin-right: 0;
    max-width: 400px;
  }
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper .wpcf7-form-control-wrap.your-email span {
  padding-top: 10px;
  font-size: 14px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper input[type="submit"] {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border: none;
  box-shadow: none;
  background: #1682cd;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media only screen and (min-width : 1200px) and (max-width : 1599px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper input[type="submit"] {
    padding: 0 20px;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper input[type="submit"] {
    width: 300px;
    margin-top: 10px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper input[type="submit"] {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
  }
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper input[type="submit"]:hover {
  background: #11659f;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper #no-stock-subscribe .no-stock-form-wrapper .email-btn-wrapper .wpcf7-response-output {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  background: rgba(22, 130, 205, 0.1);
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .add-to-cart-inner,
.product-details-container article.product-details .product-info .add-to-cart-wrapper .bundle_button,
.product-details-container article.product-details .product-info .add-to-cart-wrapper .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .quantity label {
  display: none;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .quantity {
  width: 100px;
  padding-right: 20px;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .quantity input {
  width: 100%;
  height: 48px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #666;
  flex-shrink: 0;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper button {
  width: auto;
  height: 50px;
  display: inline-block;
  padding: 0 22px;
  border: none;
  text-transform: uppercase;
  line-height: 50px;
  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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container article.product-details .product-info .add-to-cart-wrapper button {
    padding: 0 20px;
  }
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper button.disabled {
  opacity: 0.3;
  cursor: default;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper button:hover:not(.disabled) {
  opacity: 0.8;
}
.product-details-container article.product-details .product-info .add-to-cart-wrapper .vat-notice {
  color: #aaa;
}
.product-details-container article.product-details .product-info .add-to-cart-footer {
  padding-top: 20px;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row .link {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row .link:hover {
  opacity: 0.7;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row .link:last-of-type {
  margin-right: 0;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row .link .icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row .link .icon.package {
  width: 15px;
  height: 15px;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row .link .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #999;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .links-row .link a {
  padding-left: 6px;
  white-space: nowrap;
  text-decoration: underline;
  color: #999;
  font-size: 12px;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .customer-tips {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: 13px;
  color: #bbb;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .customer-tips .footer-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .customer-tips .footer-row .icon {
  width: 28px;
  height: 16px;
  flex-shrink: 0;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .customer-tips .footer-row .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #bbb;
}
.product-details-container article.product-details .product-info .add-to-cart-footer .customer-tips span {
  padding-left: 20px;
}
.product-details-container .cross-sell {
  padding-top: 60px;
}
.product-details-container .cross-sell h2 {
  font-size: 30px;
  padding-bottom: 15px;
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-container .cross-sell .products-container .woocommerce {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.product-details-overview-section {
  padding-bottom: 20px;
  background: #fafafa;
  position: relative;
}
.product-details-overview-section .tabs {
  display: flex;
  align-items: center;
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .product-details-overview-section .tabs {
    position: sticky;
    position: -webkit-sticky;
    top: -30px;
    z-index: 100;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .product-details-overview-section .tabs {
    top: 30px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-overview-section .tabs {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
  }
}
.product-details-overview-section .tabs .tab,
.product-details-overview-section .tabs .button-tab {
  position: relative;
  margin-left: 70px;
  padding-bottom: 10px;
  cursor: pointer;
  -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) {
  .product-details-overview-section .tabs .tab,
  .product-details-overview-section .tabs .button-tab {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.product-details-overview-section .tabs .tab:hover h2,
.product-details-overview-section .tabs .button-tab:hover h2 {
  color: #000;
}
.product-details-overview-section .tabs .tab:first-of-type,
.product-details-overview-section .tabs .button-tab:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .product-details-overview-section .tabs .tab:last-of-type,
  .product-details-overview-section .tabs .button-tab:last-of-type {
    margin-bottom: 15px;
  }
}
.product-details-overview-section .tabs .tab::before,
.product-details-overview-section .tabs .button-tab::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  border-radius: 1px;
  transition: width 0.2s ease;
}
.product-details-overview-section .tabs .tab.active,
.product-details-overview-section .tabs .button-tab.active {
  cursor: default;
}
.product-details-overview-section .tabs .tab.active h2,
.product-details-overview-section .tabs .button-tab.active h2 {
  color: #000;
}
.product-details-overview-section .tabs .tab.active::before,
.product-details-overview-section .tabs .button-tab.active::before {
  width: 40px;
}
.product-details-overview-section .tabs .tab h2,
.product-details-overview-section .tabs .button-tab h2 {
  font-size: 18px;
  color: #ccc;
  transition: all 0.2s ease;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.product-details-overview-section .tab-content {
  margin-top: 40px;
}
.product-details-overview-section .tab-content.not-visible {
  display: none;
}
.product-details-overview-section .tab-content h3 {
  width: 100%;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.product-details-overview-section .tab-content ul {
  padding-bottom: 60px;
}
.product-details-overview-section .tab-content ul li {
  padding: 7px 0;
  padding-left: 15px;
  position: relative;
}
.product-details-overview-section .tab-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
  background: #555;
}
.product-details-overview-section .tab-content .paragraph {
  max-width: 650px;
  padding-bottom: 60px;
  opacity: 0.8;
}
.product-details-overview-section .overview-tab::before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
}
.product-details-overview-section .overview-tab .product-title {
  font-size: 28px;
  font-weight: 600;
  color: #888;
}
.product-details-overview-section .overview-tab .product-extra-description {
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}
.product-details-overview-section .overview-tab .product-extra-description iframe {
  max-width: 100%;
}
.product-details-overview-section .overview-tab .features-anchor::before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
}
.product-details-overview-section .overview-tab .technical-features {
  padding-top: 30px;
}
.product-tips-brand-section {
  padding: 80px 0;
}
.cart-checkout-container {
  padding-bottom: 10em;
  padding-top: 4em;
  max-width: 1350px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-checkout-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-checkout-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cart-checkout-container.thank-you {
  max-width: 800px;
  margin: 0 auto;
}
.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;
  padding-right: 40px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-checkout-container .h1-description {
    padding-right: 0;
  }
}
.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: red;
}
.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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .cart-header {
    display: block;
  }
}
.cart-wrapper .assistance-wrapper {
  opacity: 0.5;
  font-size: 14px;
  margin-left: auto;
  text-align: right;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .assistance-wrapper {
    display: none;
  }
}
.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;
}
.cart-wrapper .woocommerce-cart-form .cart-item .mobile-label {
  display: none;
  color: #aaa;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-item {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .cart-wrapper .woocommerce-cart-form .cart-item .mobile-label {
    display: block;
    margin-right: auto;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-wrapper .woocommerce-cart-form .cart-item {
    padding: 10px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-thumbnail {
  width: 120px;
  height: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-right: 30px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
@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: 20px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-thumbnail {
    width: 90px;
    height: 80px;
  }
}
.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;
  padding-right: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-details {
    width: calc(100% - 110px);
    padding-right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-details {
    flex-shrink: 1;
  }
}
.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 .variation {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-name .variation p {
  margin: 0;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-name .variation dt {
  opacity: 0.6;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-name .variation dt.variation-preorder {
  display: none;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-name .variation dd {
  opacity: 0.6;
  padding-left: 4px;
  font-weight: normal;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .product-name .variation dd.variation-preorder {
  opacity: 1;
  padding: 4px 10px;
  border-radius: 3px;
  background: #0BC75B;
  color: #fff;
  font-weight: 600;
  margin: 3px 0;
}
.cart-wrapper .woocommerce-cart-form .cart-item .product-details .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), only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-price {
    width: 25%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-price {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-top: 20px;
  }
}
.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: red;
  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%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 15px;
  }
  .cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .mobile-label {
    order: 1;
  }
  .cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-quantity {
    order: 3;
  }
  .cart-wrapper .woocommerce-cart-form .cart-item .product-qty-remove .product-remove {
    order: 2;
    margin-left: 0;
    margin-right: 1em;
  }
}
.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;
  border-radius: 0px;
  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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-item .product-subtotal {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
  }
}
.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;
  padding: 0 20px;
  padding-left: 45px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #0BC75B;
  color: #0BC75B;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn.update-cart-btn-mobile {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn.update-cart-btn-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn.update-cart-btn-mobile:disabled {
    margin-bottom: 0;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn.update-cart-btn-mobile:disabled {
  display: none;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .update-cart-btn:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.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 .cart-action-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons {
    padding-right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons .continue-shopping-btn {
  width: auto;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 3px;
  background: #C4C4C4;
  color: #fff;
  font-weight: 600;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons .continue-shopping-btn:hover {
  opacity: 0.7;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons .continue-shopping-btn {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons .update-cart-btn {
  margin-left: auto;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons .update-cart-btn {
    display: none;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons .update-cart-btn {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-action-buttons .update-cart-btn:disabled {
    margin-bottom: 0px;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar {
  width: 100%;
  max-width: 570px;
  flex-shrink: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar {
    padding-top: 20px;
    max-width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar {
    max-width: 470px;
    margin-left: auto;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar {
    max-width: 470px;
  }
}
.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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals {
    padding: 0 15px;
  }
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .vat-notice {
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  padding-right: 5px;
}
.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 {
  width: 100%;
}
.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: #0BC75B;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .row-label-icon {
  width: 100%;
  display: flex;
  align-items: center;
}
.cart-wrapper .woocommerce-cart-form .cart-footer .cart-sidebar .cart-collaterals .cart_totals .cart-row .row-inner.row-inner-cart-coupon .row-label-icon img {
  margin-left: auto;
}
.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: #0BC75B;
}
.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-left: 20px;
  padding-right: 85px;
  background: #0BC75B;
  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;
  top: 50%;
  transform: translateY(-50%);
  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;
}
.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), only screen and (min-width : 768px) and (max-width : 991px) {
  .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), only screen and (min-width : 768px) and (max-width : 991px) {
  .checkout-wrapper .user-details .form-details {
    padding-right: 0;
  }
}
.checkout-wrapper .user-details .woocommerce-additional-fields {
  padding-top: 20px;
}
.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: #0BC75B;
  border-color: #0BC75B;
  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: 50px;
  display: inline-block;
  padding: 0 22px;
  border: none;
  text-transform: uppercase;
  line-height: 50px;
  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;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  background: #C4C4C4;
  margin-top: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .user-details .back-to-cart-btn {
    display: none;
  }
}
.checkout-wrapper .checkout-sidebar {
  width: 50%;
  max-width: 570px;
  flex-shrink: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  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) {
  .checkout-wrapper .checkout-sidebar {
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
  }
}
.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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .h2-wrapper {
    padding-left: 20px;
    padding-right: 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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    padding-left: 20px;
    padding-right: 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;
  background: #fff;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-thumbnail {
    margin-right: 0px;
  }
}
.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-totals {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals {
    width: 100%;
    display: block;
    padding-left: 20px;
  }
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name {
  font-size: 0.9em;
  padding-right: 20px;
  font-weight: 600;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name {
    padding-right: 0px;
  }
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name .variation {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name .variation p {
  margin: 0;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name .variation dt {
  opacity: 0.6;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name .variation dt.variation-preorder {
  display: none;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name .variation dd {
  opacity: 0.6;
  padding-left: 4px;
  font-weight: normal;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name .variation dd.variation-preorder {
  opacity: 1;
  padding: 4px 10px;
  border-radius: 3px;
  background: #0BC75B;
  color: #fff;
  font-weight: 600;
  margin: 3px 0;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-name .sale-tag {
  margin-bottom: 4px;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .product-total {
  color: #999;
  margin-left: auto;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-item .product-name-totals .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-name-totals .product-total .sale-price {
  color: #0BC75B;
  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;
}
.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;
  text-align: right;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.order-total .value {
    flex-direction: column;
    align-items: flex-end;
  }
}
.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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .woocommerce-checkout-review-order .checkout-row.order-total .value small {
    margin: 0;
  }
}
.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: #0BC75B;
  border-color: #0BC75B;
}
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li.payment_method_paypal label::after {
  content: "";
  width: 100px;
  height: 28px;
  margin-left: auto;
  background-image: url('../assets/paypal-cards.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.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,
.checkout-wrapper .checkout-sidebar .woocommerce-checkout-payment .methods li label a {
  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;
  line-height: 20px;
  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;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .place-order {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.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;
    margin-top: 0;
  }
}
.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: 0 80px 0 20px;
  text-transform: initial;
  background: #0BC75B;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 3px;
  text-align: left;
}
@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 button {
    width: 100%;
  }
}
@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;
  transition: all 0.25s ease;
}
.checkout-wrapper .checkout-sidebar .place-order .cart-checkout-proceed-row .pay-order-btn-wrapper .arrow svg {
  fill: #fff;
}
.checkout-wrapper .checkout-sidebar .place-order .back-to-cart-mobile {
  width: auto;
  height: 40px;
  line-height: 40px;
  margin-top: 50px;
  padding: 0 20px;
  border-radius: 3px;
  background: #C4C4C4;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .checkout-wrapper .checkout-sidebar .place-order .back-to-cart-mobile {
    display: inline-block;
  }
}
.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: #0BC75B;
  font-size: 2.5em;
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .woocommerce-order h1 {
    font-size: 34px;
  }
}
.woocommerce-order .h1-description {
  padding-bottom: 40px;
  padding-right: 0;
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 991px) {
  .woocommerce-order h1,
  .woocommerce-order .h1-description {
    text-align: left;
  }
}
.woocommerce-order h2 {
  font-size: 1.4em;
}
.woocommerce-order .back-to-home-btn {
  width: auto;
  height: 50px;
  display: inline-block;
  padding: 0 22px;
  border: none;
  text-transform: uppercase;
  line-height: 50px;
  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;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 30px;
}
.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: #0BC75B;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 15px;
}
.woocommerce-order .bacs-table {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #0BC75B;
  background: rgba(11, 199, 91, 0.06);
}
.woocommerce-order .bacs-table strong {
  font-weight: 600;
}
.woocommerce-order .bacs-table .bacs-row {
  display: flex;
  align-items: center;
  padding: 12px 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-top: 20px;
  padding-bottom: 40px;
  opacity: 0.5;
}
.woocommerce-order .order-boxes {
  width: 100%;
}
@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%;
  }
}
.woocommerce-order .order-boxes .order-box {
  width: 100%;
  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.customer-info-box {
  padding-bottom: 20px;
}
.woocommerce-order .order-boxes .order-box h2 {
  padding-bottom: 15px;
}
.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: inline-flex;
  align-items: flex-start;
  padding: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .order-boxes .order-box .order-inner-box.address-box {
    width: 100%;
  }
}
.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: 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%;
    padding: 20px;
  }
}
.woocommerce-order .order-boxes .order-box .order-inner-box .order-address-wrapper.shipping {
  padding-left: 100px;
}
@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: 20px;
    padding-top: 10px;
  }
}
.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;
  white-space: nowrap;
}
.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;
    padding: 20px 0;
  }
}
.woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-image {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 20px;
  background: #fff;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .woocommerce-order .woocommerce-order-details .order-content .order-items .order-item .product-image {
    margin: 0;
    margin-bottom: 15px;
    padding: 10px;
  }
}
.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-name .wc-item-meta li p.variation-preorder {
  opacity: 1;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  border-radius: 3px;
  background: #0BC75B;
  color: #fff;
  font-weight: 600;
  margin: 3px 0;
}
.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: red;
  font-weight: 600;
}
.woocommerce-order .woocommerce-order-details .order-content .order-experiences .order-row {
  padding: 10px 0;
  font-size: 15px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals {
  width: 100%;
  padding: 20px 0px;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals.experiences {
  padding: 10px 0;
}
.woocommerce-order .woocommerce-order-details .order-content .order-totals.experiences .order-total-row.order-total {
  margin-top: 0px;
  padding-top: 10px;
}
.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 */