@charset "UTF-8";

@font-face {
  font-family: "Futura Book Regular";
  src: url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/FuturaBookRegular.woff2") format("woff2"),
    url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/FuturaBookRegular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Futura Book";
  src: url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/Futura-Book.woff2") format("woff2"),
    url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/Futura-Book.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Futura Light";
  src: url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/Futura-Light.woff2") format("woff2"),
    url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/Futura-Light.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Futura Medium";
  src: url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/FuturaMedium.woff2") format("woff2"),
    url("https://www.rawlifebh.com/catalog/view/theme/new/assets/fonts/FuturaMedium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  font-size: 16px;
  font-family: "Futura Book";
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "Futura Medium";
  font-weight: 400;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes rotate {

  0%,
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes bob {

  0%,
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

.dark-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  .pull-left-xs {
    float: left;
  }

  .pull-right-xs {
    float: right;
  }
}

@media (min-width: 768px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}

@media print {
  * {
    text-shadow: none !important;
    color: #2c2c2c !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #2c2c2c !important;
  }

  .label {
    border: 1px solid #2c2c2c;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.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-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-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-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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

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

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #999999;
  text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #999999;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
  outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="checkbox"],
[data-toggle="buttons"]>.btn>input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #f9f9f9;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: auto-20px/2 15px;
  font-size: 18px;
  line-height: 20px;
  height: auto;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

@media (min-width: 768px) {

  .navbar>.container-fluid .navbar-brand,
  .navbar>.container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: auto;
  width: max-content;
  max-width: 1240px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: auto-20px/2;
    padding-bottom: auto-20px/2;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
  margin-top: auto-30px/2;
  margin-bottom: auto-30px/2;
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
  margin-top: auto-22/2;
  margin-bottom: auto-22/2;
}

.navbar-text {
  margin-top: auto-20px/2;
  margin-bottom: auto-20px/2;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #ddd;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ddd;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #eeeeee;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #eeeeee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #2c2c2c;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #2c2c2c;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #2c2c2c;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #2c2c2c;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2c2c2c;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2c2c2c;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2c2c2c;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2c2c2c;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2c2c2c;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2c2c2c;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2c2c2c;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2c2c2c;
}

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

.clearfix: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.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;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.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;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.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;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.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;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.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;
  }
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-#2C2C2C-tie:before {
  content: "\f27e";
}

.fa-#2C2C2Cberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-#2C2C2C-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-brands-400.eot);
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-brands-400.woff2) format("woff2"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-brands-400.woff) format("woff"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-brands-400.ttf) format("truetype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-light-300.eot);
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-light-300.eot#iefix) format("embedded-opentype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-light-300.woff2) format("woff2"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-light-300.woff) format("woff"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-light-300.ttf) format("truetype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-light-300.svg#fontawesome) format("svg");
}

.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-regular-400.eot);
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-regular-400.woff2) format("woff2"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-regular-400.woff) format("woff"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-regular-400.ttf) format("truetype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-solid-900.eot);
  src: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-solid-900.woff2) format("woff2"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-solid-900.woff) format("woff"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-solid-900.ttf) format("truetype"),
    url(https://www.rawlifebh.com/catalog/view/theme/new/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.navbar-form .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control,
.navbar-form .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {

  20%,
  53%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  20%,
  53%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  50%,
  0%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  50%,
  0%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  11.1%,
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  11.1%,
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: initial;
  height: 100%;
  width: 100%;
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .bcg {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
  .bcg {
    background-attachment: scroll !important;
  }
}

.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#contact .bcg {
  position: relative;
  background-image: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/bg/parallax1.jpg);
}

#contact {
  height: 640px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact {
    height: 400px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact {
    height: 400px !important;
  }
}

@media only screen and (max-width: 767px) {
  #contact {
    height: 400px !important;
  }
}

#about_bg .bcg {
  position: relative;
  background-image: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/bg/parallax1.jpg);
}

#about_bg {
  height: 680px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about_bg {
    height: 400px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about_bg {
    height: 400px !important;
  }
}

@media only screen and (max-width: 767px) {
  #about_bg {
    height: 400px !important;
  }
}

@media only screen and (min-width: 768px) and (min-width: 240px) and (max-width: tablet-port) {
  .bcg {
    background-size: cover;
  }
}

@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
print {}

@media print {
  * {
    background: transparent !important;
    color: #2c2c2c !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 18px;
  margin-right: 20px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: -5px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #fff;
  border: 1px solid #afafb0;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #ccc;
}

.control input:checked~.control__indicator {
  background: rgba(34, 34, 34, 0.7);
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: rgba(34, 34, 34, 0.7);
  border: 1px solid rgba(34, 34, 34, 0.7);
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 9px;
  top: 5px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox .control__indicator {
  top: -3px;
}

.control--radio .control__indicator {
  top: -2px;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.select select:focus,
.select select:hover {
  color: #2c2c2c;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:focus~.select__arrow,
.select select:hover~.select__arrow {
  border-top-color: #2c2c2c;
}

.select select:disabled~.select__arrow {
  border-top-color: #ccc;
}

@media (min-width: 1600px) {
  .visible-lg {
    display: none !important;
  }

  .hidden-lg {
    display: block !important;
  }

  table.hidden-lg {
    display: table;
  }

  tr.hidden-lg {
    display: table-row !important;
  }

  td.hidden-lg,
  th.hidden-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1550px) {
  .container {
    width: 1376px !important;
  }
}

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

.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-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-100,
.col-xxl-111,
.col-xxl-122,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

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

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

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

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

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

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

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

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: 0;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: 0;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {

  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    float: left;
  }

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

  .col-xxl-11 {
    width: 91.66666667%;
  }

  .col-xxl-10 {
    width: 83.33333333%;
  }

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

  .col-xxl-8 {
    width: 66.66666667%;
  }

  .col-xxl-7 {
    width: 58.33333333%;
  }

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

  .col-xxl-5 {
    width: 41.66666667%;
  }

  .col-xxl-4 {
    width: 33.33333333%;
  }

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

  .col-xxl-2 {
    width: 16.66666667%;
  }

  .col-xxl-1 {
    width: 8.33333333%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-pull-11 {
    right: 91.66666667%;
  }

  .col-xxl-pull-10 {
    right: 83.33333333%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-8 {
    right: 66.66666667%;
  }

  .col-xxl-pull-7 {
    right: 58.33333333%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-5 {
    right: 41.66666667%;
  }

  .col-xxl-pull-4 {
    right: 33.33333333%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-2 {
    right: 16.66666667%;
  }

  .col-xxl-pull-1 {
    right: 8.33333333%;
  }

  .col-xxl-pull-0 {
    right: 0;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-push-11 {
    left: 91.66666667%;
  }

  .col-xxl-push-10 {
    left: 83.33333333%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxxl-push-8 {
    left: 66.66666667%;
  }

  .col-xxxl-push-7 {
    left: 58.33333333%;
  }

  .col-xxxl-push-6 {
    left: 50%;
  }

  .col-xxxl-push-5 {
    left: 41.66666667%;
  }

  .col-xxxl-push-4 {
    left: 33.33333333%;
  }

  .col-xxxl-push-3 {
    left: 25%;
  }

  .col-xxxl-push-2 {
    left: 16.66666667%;
  }

  .col-xxxl-push-1 {
    left: 8.33333333%;
  }

  .col-xxxl-push-0 {
    left: 0;
  }

  .col-xxxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxxl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxxl-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-xxxl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxxl-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-xxxl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxxl-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-xxxl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxxl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxxl-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 2560px) {

  .col-xxxl-1,
  .col-xxxl-2,
  .col-xxxl-3,
  .col-xxxl-4,
  .col-xxxl-5,
  .col-xxxl-6,
  .col-xxxl-7,
  .col-xxxl-8,
  .col-xxxl-9,
  .col-xxxl-10,
  .col-xxxl-11,
  .col-xxxl-12 {
    float: left;
  }

  .col-xxxl-12 {
    width: 100%;
  }

  .col-xxxl-11 {
    width: 91.66666667%;
  }

  .col-xxxl-10 {
    width: 83.33333333%;
  }

  .col-xxxl-9 {
    width: 75%;
  }

  .col-xxxl-8 {
    width: 66.66666667%;
  }

  .col-xxxl-7 {
    width: 58.33333333%;
  }

  .col-xxxl-6 {
    width: 50%;
  }

  .col-xxxl-5 {
    width: 41.66666667%;
  }

  .col-xxxl-4 {
    width: 33.33333333%;
  }

  .col-xxxl-3 {
    width: 25%;
  }

  .col-xxxl-2 {
    width: 16.66666667%;
  }

  .col-xxxl-1 {
    width: 8.33333333%;
  }

  .col-xxxl-pull-12 {
    right: 100%;
  }

  .col-xxxl-pull-11 {
    right: 91.66666667%;
  }

  .col-xxxl-pull-10 {
    right: 83.33333333%;
  }

  .col-xxxl-pull-9 {
    right: 75%;
  }

  .col-xxxl-pull-8 {
    right: 66.66666667%;
  }

  .col-xxxl-pull-7 {
    right: 58.33333333%;
  }

  .col-xxxl-pull-6 {
    right: 50%;
  }

  .col-xxxl-pull-5 {
    right: 41.66666667%;
  }

  .col-xxxl-pull-4 {
    right: 33.33333333%;
  }

  .col-xxxl-pull-3 {
    right: 25%;
  }

  .col-xxxl-pull-2 {
    right: 16.66666667%;
  }

  .col-xxxl-pull-1 {
    right: 8.33333333%;
  }

  .col-xxxl-pull-0 {
    right: 0;
  }

  .col-xxxl-push-12 {
    left: 100%;
  }

  .col-xxxl-push-11 {
    left: 91.66666667%;
  }

  .col-xxxl-push-10 {
    left: 83.33333333%;
  }

  .col-xxxl-push-9 {
    left: 75%;
  }

  .col-xxxl-push-8 {
    left: 66.66666667%;
  }

  .col-xxxl-push-7 {
    left: 58.33333333%;
  }

  .col-xxxl-push-6 {
    left: 50%;
  }

  .col-xxxl-push-5 {
    left: 41.66666667%;
  }

  .col-xxxl-push-4 {
    left: 33.33333333%;
  }

  .col-xxxl-push-3 {
    left: 25%;
  }

  .col-xxxl-push-2 {
    left: 16.66666667%;
  }

  .col-xxxl-push-1 {
    left: 8.33333333%;
  }

  .col-xxxl-push-0 {
    left: 0;
  }

  .col-xxxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxxl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxxl-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-xxxl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxxl-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-xxxl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxxl-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-xxxl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxxl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxxl-offset-0 {
    margin-left: 0;
  }
}

.visible-xl,
.visible-xxl,
.visible-xxxl {
  display: none !important;
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  td.visible-xl,
  th.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-xxl {
    display: block !important;
  }

  table.visible-xxl {
    display: table;
  }

  tr.visible-xxl {
    display: table-row !important;
  }

  td.visible-xxl,
  th.visible-xxl {
    display: table-cell !important;
  }
}

@media (min-width: 2560px) {
  .visible-xxxl {
    display: block !important;
  }

  table.visible-xxxl {
    display: table;
  }

  tr.visible-xxxl {
    display: table-row !important;
  }

  td.visible-xxxl,
  th.visible-xxxl {
    display: table-cell !important;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-xxl {
    display: none !important;
  }
}

@media (min-width: 2560px) {
  .hidden-xxxl {
    display: none !important;
  }
}

.flagstrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.flagstrap-icon {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/css/flags.png) no-repeat;
}

.flagstrap-icon.flagstrap-ad {
  background-position: -16px 0;
}

.flagstrap-icon.flagstrap-ae {
  background-position: -32px 0;
}

.flagstrap-icon.flagstrap-af {
  background-position: -48px 0;
}

.flagstrap-icon.flagstrap-ag {
  background-position: -64px 0;
}

.flagstrap-icon.flagstrap-ai {
  background-position: -80px 0;
}

.flagstrap-icon.flagstrap-al {
  background-position: -96px 0;
}

.flagstrap-icon.flagstrap-am {
  background-position: -112px 0;
}

.flagstrap-icon.flagstrap-an {
  background-position: -128px 0;
}

.flagstrap-icon.flagstrap-ao {
  background-position: -144px 0;
}

.flagstrap-icon.flagstrap-ar {
  background-position: -160px 0;
}

.flagstrap-icon.flagstrap-as {
  background-position: -176px 0;
}

.flagstrap-icon.flagstrap-at {
  background-position: -192px 0;
}

.flagstrap-icon.flagstrap-au {
  background-position: -208px 0;
}

.flagstrap-icon.flagstrap-aw {
  background-position: -224px 0;
}

.flagstrap-icon.flagstrap-az {
  background-position: -240px 0;
}

.flagstrap-icon.flagstrap-ba {
  background-position: 0 -11px;
}

.flagstrap-icon.flagstrap-bb {
  background-position: -16px -11px;
}

.flagstrap-icon.flagstrap-bd {
  background-position: -32px -11px;
}

.flagstrap-icon.flagstrap-be {
  background-position: -48px -11px;
}

.flagstrap-icon.flagstrap-bf {
  background-position: -64px -11px;
}

.flagstrap-icon.flagstrap-bg {
  background-position: -80px -11px;
}

.flagstrap-icon.flagstrap-bh {
  background-position: -96px -11px;
}

.flagstrap-icon.flagstrap-bi {
  background-position: -112px -11px;
}

.flagstrap-icon.flagstrap-bj {
  background-position: -128px -11px;
}

.flagstrap-icon.flagstrap-bm {
  background-position: -144px -11px;
}

.flagstrap-icon.flagstrap-bn {
  background-position: -160px -11px;
}

.flagstrap-icon.flagstrap-bo {
  background-position: -176px -11px;
}

.flagstrap-icon.flagstrap-br {
  background-position: -192px -11px;
}

.flagstrap-icon.flagstrap-bs {
  background-position: -208px -11px;
}

.flagstrap-icon.flagstrap-bt {
  background-position: -224px -11px;
}

.flagstrap-icon.flagstrap-bv {
  background-position: -240px -11px;
}

.flagstrap-icon.flagstrap-bw {
  background-position: 0 -22px;
}

.flagstrap-icon.flagstrap-by {
  background-position: -16px -22px;
}

.flagstrap-icon.flagstrap-bz {
  background-position: -32px -22px;
}

.flagstrap-icon.flagstrap-ca {
  background-position: -48px -22px;
}

.flagstrap-icon.flagstrap-catalonia {
  background-position: -64px -22px;
}

.flagstrap-icon.flagstrap-cd {
  background-position: -80px -22px;
}

.flagstrap-icon.flagstrap-cf {
  background-position: -96px -22px;
}

.flagstrap-icon.flagstrap-cg {
  background-position: -112px -22px;
}

.flagstrap-icon.flagstrap-ch {
  background-position: -128px -22px;
}

.flagstrap-icon.flagstrap-ci {
  background-position: -144px -22px;
}

.flagstrap-icon.flagstrap-ck {
  background-position: -160px -22px;
}

.flagstrap-icon.flagstrap-cl {
  background-position: -176px -22px;
}

.flagstrap-icon.flagstrap-cm {
  background-position: -192px -22px;
}

.flagstrap-icon.flagstrap-cn {
  background-position: -208px -22px;
}

.flagstrap-icon.flagstrap-co {
  background-position: -224px -22px;
}

.flagstrap-icon.flagstrap-cr {
  background-position: -240px -22px;
}

.flagstrap-icon.flagstrap-cu {
  background-position: 0 -33px;
}

.flagstrap-icon.flagstrap-cv {
  background-position: -16px -33px;
}

.flagstrap-icon.flagstrap-cw {
  background-position: -32px -33px;
}

.flagstrap-icon.flagstrap-cy {
  background-position: -48px -33px;
}

.flagstrap-icon.flagstrap-cz {
  background-position: -64px -33px;
}

.flagstrap-icon.flagstrap-de {
  background-position: -80px -33px;
}

.flagstrap-icon.flagstrap-dj {
  background-position: -96px -33px;
}

.flagstrap-icon.flagstrap-dk {
  background-position: -112px -33px;
}

.flagstrap-icon.flagstrap-dm {
  background-position: -128px -33px;
}

.flagstrap-icon.flagstrap-do {
  background-position: -144px -33px;
}

.flagstrap-icon.flagstrap-dz {
  background-position: -160px -33px;
}

.flagstrap-icon.flagstrap-ec {
  background-position: -176px -33px;
}

.flagstrap-icon.flagstrap-ee {
  background-position: -192px -33px;
}

.flagstrap-icon.flagstrap-eg {
  background-position: -208px -33px;
}

.flagstrap-icon.flagstrap-eh {
  background-position: -224px -33px;
}

.flagstrap-icon.flagstrap-england {
  background-position: -240px -33px;
}

.flagstrap-icon.flagstrap-er {
  background-position: 0 -44px;
}

.flagstrap-icon.flagstrap-es {
  background-position: -16px -44px;
}

.flagstrap-icon.flagstrap-et {
  background-position: -32px -44px;
}

.flagstrap-icon.flagstrap-eu {
  background-position: -48px -44px;
}

.flagstrap-icon.flagstrap-fi {
  background-position: -64px -44px;
}

.flagstrap-icon.flagstrap-fj {
  background-position: -80px -44px;
}

.flagstrap-icon.flagstrap-fk {
  background-position: -96px -44px;
}

.flagstrap-icon.flagstrap-fm {
  background-position: -112px -44px;
}

.flagstrap-icon.flagstrap-fo {
  background-position: -128px -44px;
}

.flagstrap-icon.flagstrap-fr {
  background-position: -144px -44px;
}

.flagstrap-icon.flagstrap-ga {
  background-position: -160px -44px;
}

.flagstrap-icon.flagstrap-gb {
  background-position: -176px -44px;
}

.flagstrap-icon.flagstrap-gd {
  background-position: -192px -44px;
}

.flagstrap-icon.flagstrap-ge {
  background-position: -208px -44px;
}

.flagstrap-icon.flagstrap-gf {
  background-position: -224px -44px;
}

.flagstrap-icon.flagstrap-gg {
  background-position: -240px -44px;
}

.flagstrap-icon.flagstrap-gh {
  background-position: 0 -55px;
}

.flagstrap-icon.flagstrap-gi {
  background-position: -16px -55px;
}

.flagstrap-icon.flagstrap-gl {
  background-position: -32px -55px;
}

.flagstrap-icon.flagstrap-gm {
  background-position: -48px -55px;
}

.flagstrap-icon.flagstrap-gn {
  background-position: -64px -55px;
}

.flagstrap-icon.flagstrap-gp {
  background-position: -80px -55px;
}

.flagstrap-icon.flagstrap-gq {
  background-position: -96px -55px;
}

.flagstrap-icon.flagstrap-gr {
  background-position: -112px -55px;
}

.flagstrap-icon.flagstrap-gs {
  background-position: -128px -55px;
}

.flagstrap-icon.flagstrap-gt {
  background-position: -144px -55px;
}

.flagstrap-icon.flagstrap-gu {
  background-position: -160px -55px;
}

.flagstrap-icon.flagstrap-gw {
  background-position: -176px -55px;
}

.flagstrap-icon.flagstrap-gy {
  background-position: -192px -55px;
}

.flagstrap-icon.flagstrap-hk {
  background-position: -208px -55px;
}

.flagstrap-icon.flagstrap-hm {
  background-position: -224px -55px;
}

.flagstrap-icon.flagstrap-hn {
  background-position: -240px -55px;
}

.flagstrap-icon.flagstrap-hr {
  background-position: 0 -66px;
}

.flagstrap-icon.flagstrap-ht {
  background-position: -16px -66px;
}

.flagstrap-icon.flagstrap-hu {
  background-position: -32px -66px;
}

.flagstrap-icon.flagstrap-ic {
  background-position: -48px -66px;
}

.flagstrap-icon.flagstrap-id {
  background-position: -64px -66px;
}

.flagstrap-icon.flagstrap-ie {
  background-position: -80px -66px;
}

.flagstrap-icon.flagstrap-il {
  background-position: -96px -66px;
}

.flagstrap-icon.flagstrap-im {
  background-position: -112px -66px;
}

.flagstrap-icon.flagstrap-in {
  background-position: -128px -66px;
}

.flagstrap-icon.flagstrap-io {
  background-position: -144px -66px;
}

.flagstrap-icon.flagstrap-iq {
  background-position: -160px -66px;
}

.flagstrap-icon.flagstrap-ir {
  background-position: -176px -66px;
}

.flagstrap-icon.flagstrap-is {
  background-position: -192px -66px;
}

.flagstrap-icon.flagstrap-it {
  background-position: -208px -66px;
}

.flagstrap-icon.flagstrap-je {
  background-position: -224px -66px;
}

.flagstrap-icon.flagstrap-jm {
  background-position: -240px -66px;
}

.flagstrap-icon.flagstrap-jo {
  background-position: 0 -77px;
}

.flagstrap-icon.flagstrap-jp {
  background-position: -16px -77px;
}

.flagstrap-icon.flagstrap-ke {
  background-position: -32px -77px;
}

.flagstrap-icon.flagstrap-kg {
  background-position: -48px -77px;
}

.flagstrap-icon.flagstrap-kh {
  background-position: -64px -77px;
}

.flagstrap-icon.flagstrap-ki {
  background-position: -80px -77px;
}

.flagstrap-icon.flagstrap-km {
  background-position: -96px -77px;
}

.flagstrap-icon.flagstrap-kn {
  background-position: -112px -77px;
}

.flagstrap-icon.flagstrap-kp {
  background-position: -128px -77px;
}

.flagstrap-icon.flagstrap-kr {
  background-position: -144px -77px;
}

.flagstrap-icon.flagstrap-kurdistan {
  background-position: -160px -77px;
}

.flagstrap-icon.flagstrap-kw {
  background-position: -176px -77px;
}

.flagstrap-icon.flagstrap-ky {
  background-position: -192px -77px;
}

.flagstrap-icon.flagstrap-kz {
  background-position: -208px -77px;
}

.flagstrap-icon.flagstrap-la {
  background-position: -224px -77px;
}

.flagstrap-icon.flagstrap-lb {
  background-position: -240px -77px;
}

.flagstrap-icon.flagstrap-lc {
  background-position: 0 -88px;
}

.flagstrap-icon.flagstrap-li {
  background-position: -16px -88px;
}

.flagstrap-icon.flagstrap-lk {
  background-position: -32px -88px;
}

.flagstrap-icon.flagstrap-lr {
  background-position: -48px -88px;
}

.flagstrap-icon.flagstrap-ls {
  background-position: -64px -88px;
}

.flagstrap-icon.flagstrap-lt {
  background-position: -80px -88px;
}

.flagstrap-icon.flagstrap-lu {
  background-position: -96px -88px;
}

.flagstrap-icon.flagstrap-lv {
  background-position: -112px -88px;
}

.flagstrap-icon.flagstrap-ly {
  background-position: -128px -88px;
}

.flagstrap-icon.flagstrap-ma {
  background-position: -144px -88px;
}

.flagstrap-icon.flagstrap-mc {
  background-position: -160px -88px;
}

.flagstrap-icon.flagstrap-md {
  background-position: -176px -88px;
}

.flagstrap-icon.flagstrap-me {
  background-position: -192px -88px;
}

.flagstrap-icon.flagstrap-mg {
  background-position: -208px -88px;
}

.flagstrap-icon.flagstrap-mh {
  background-position: -224px -88px;
}

.flagstrap-icon.flagstrap-mk {
  background-position: -240px -88px;
}

.flagstrap-icon.flagstrap-ml {
  background-position: 0 -99px;
}

.flagstrap-icon.flagstrap-mm {
  background-position: -16px -99px;
}

.flagstrap-icon.flagstrap-mn {
  background-position: -32px -99px;
}

.flagstrap-icon.flagstrap-mo {
  background-position: -48px -99px;
}

.flagstrap-icon.flagstrap-mp {
  background-position: -64px -99px;
}

.flagstrap-icon.flagstrap-mq {
  background-position: -80px -99px;
}

.flagstrap-icon.flagstrap-mr {
  background-position: -96px -99px;
}

.flagstrap-icon.flagstrap-ms {
  background-position: -112px -99px;
}

.flagstrap-icon.flagstrap-mt {
  background-position: -128px -99px;
}

.flagstrap-icon.flagstrap-mu {
  background-position: -144px -99px;
}

.flagstrap-icon.flagstrap-mv {
  background-position: -160px -99px;
}

.flagstrap-icon.flagstrap-mw {
  background-position: -176px -99px;
}

.flagstrap-icon.flagstrap-mx {
  background-position: -192px -99px;
}

.flagstrap-icon.flagstrap-my {
  background-position: -208px -99px;
}

.flagstrap-icon.flagstrap-mz {
  background-position: -224px -99px;
}

.flagstrap-icon.flagstrap-na {
  background-position: -240px -99px;
}

.flagstrap-icon.flagstrap-nc {
  background-position: 0 -110px;
}

.flagstrap-icon.flagstrap-ne {
  background-position: -16px -110px;
}

.flagstrap-icon.flagstrap-nf {
  background-position: -32px -110px;
}

.flagstrap-icon.flagstrap-ng {
  background-position: -48px -110px;
}

.flagstrap-icon.flagstrap-ni {
  background-position: -64px -110px;
}

.flagstrap-icon.flagstrap-nl {
  background-position: -80px -110px;
}

.flagstrap-icon.flagstrap-no {
  background-position: -96px -110px;
}

.flagstrap-icon.flagstrap-np {
  background-position: -112px -110px;
}

.flagstrap-icon.flagstrap-nr {
  background-position: -128px -110px;
}

.flagstrap-icon.flagstrap-nu {
  background-position: -144px -110px;
}

.flagstrap-icon.flagstrap-nz {
  background-position: -160px -110px;
}

.flagstrap-icon.flagstrap-om {
  background-position: -176px -110px;
}

.flagstrap-icon.flagstrap-pa {
  background-position: -192px -110px;
}

.flagstrap-icon.flagstrap-pe {
  background-position: -208px -110px;
}

.flagstrap-icon.flagstrap-pf {
  background-position: -224px -110px;
}

.flagstrap-icon.flagstrap-pg {
  background-position: -240px -110px;
}

.flagstrap-icon.flagstrap-ph {
  background-position: 0 -121px;
}

.flagstrap-icon.flagstrap-pk {
  background-position: -16px -121px;
}

.flagstrap-icon.flagstrap-pl {
  background-position: -32px -121px;
}

.flagstrap-icon.flagstrap-pm {
  background-position: -48px -121px;
}

.flagstrap-icon.flagstrap-pn {
  background-position: -64px -121px;
}

.flagstrap-icon.flagstrap-pr {
  background-position: -80px -121px;
}

.flagstrap-icon.flagstrap-ps {
  background-position: -96px -121px;
}

.flagstrap-icon.flagstrap-pt {
  background-position: -112px -121px;
}

.flagstrap-icon.flagstrap-pw {
  background-position: -128px -121px;
}

.flagstrap-icon.flagstrap-py {
  background-position: -144px -121px;
}

.flagstrap-icon.flagstrap-qa {
  background-position: -160px -121px;
}

.flagstrap-icon.flagstrap-re {
  background-position: -176px -121px;
}

.flagstrap-icon.flagstrap-ro {
  background-position: -192px -121px;
}

.flagstrap-icon.flagstrap-rs {
  background-position: -208px -121px;
}

.flagstrap-icon.flagstrap-ru {
  background-position: -224px -121px;
}

.flagstrap-icon.flagstrap-rw {
  background-position: -240px -121px;
}

.flagstrap-icon.flagstrap-sa {
  background-position: 0 -132px;
}

.flagstrap-icon.flagstrap-sb {
  background-position: -16px -132px;
}

.flagstrap-icon.flagstrap-sc {
  background-position: -32px -132px;
}

.flagstrap-icon.flagstrap-scotland {
  background-position: -48px -132px;
}

.flagstrap-icon.flagstrap-sd {
  background-position: -64px -132px;
}

.flagstrap-icon.flagstrap-se {
  background-position: -80px -132px;
}

.flagstrap-icon.flagstrap-sg {
  background-position: -96px -132px;
}

.flagstrap-icon.flagstrap-sh {
  background-position: -112px -132px;
}

.flagstrap-icon.flagstrap-si {
  background-position: -128px -132px;
}

.flagstrap-icon.flagstrap-sk {
  background-position: -144px -132px;
}

.flagstrap-icon.flagstrap-sl {
  background-position: -160px -132px;
}

.flagstrap-icon.flagstrap-sm {
  background-position: -176px -132px;
}

.flagstrap-icon.flagstrap-sn {
  background-position: -192px -132px;
}

.flagstrap-icon.flagstrap-so {
  background-position: -208px -132px;
}

.flagstrap-icon.flagstrap-somaliland {
  background-position: -224px -132px;
}

.flagstrap-icon.flagstrap-sr {
  background-position: -240px -132px;
}

.flagstrap-icon.flagstrap-ss {
  background-position: 0 -143px;
}

.flagstrap-icon.flagstrap-st {
  background-position: -16px -143px;
}

.flagstrap-icon.flagstrap-sv {
  background-position: -32px -143px;
}

.flagstrap-icon.flagstrap-sx {
  background-position: -48px -143px;
}

.flagstrap-icon.flagstrap-sy {
  background-position: -64px -143px;
}

.flagstrap-icon.flagstrap-sz {
  background-position: -80px -143px;
}

.flagstrap-icon.flagstrap-tc {
  background-position: -96px -143px;
}

.flagstrap-icon.flagstrap-td {
  background-position: -112px -143px;
}

.flagstrap-icon.flagstrap-tf {
  background-position: -128px -143px;
}

.flagstrap-icon.flagstrap-tg {
  background-position: -144px -143px;
}

.flagstrap-icon.flagstrap-th {
  background-position: -160px -143px;
}

.flagstrap-icon.flagstrap-tj {
  background-position: -176px -143px;
}

.flagstrap-icon.flagstrap-tk {
  background-position: -192px -143px;
}

.flagstrap-icon.flagstrap-tl {
  background-position: -208px -143px;
}

.flagstrap-icon.flagstrap-tm {
  background-position: -224px -143px;
}

.flagstrap-icon.flagstrap-tn {
  background-position: -240px -143px;
}

.flagstrap-icon.flagstrap-to {
  background-position: 0 -154px;
}

.flagstrap-icon.flagstrap-tr {
  background-position: -16px -154px;
}

.flagstrap-icon.flagstrap-tt {
  background-position: -32px -154px;
}

.flagstrap-icon.flagstrap-tv {
  background-position: -48px -154px;
}

.flagstrap-icon.flagstrap-tw {
  background-position: -64px -154px;
}

.flagstrap-icon.flagstrap-tz {
  background-position: -80px -154px;
}

.flagstrap-icon.flagstrap-ua {
  background-position: -96px -154px;
}

.flagstrap-icon.flagstrap-ug {
  background-position: -112px -154px;
}

.flagstrap-icon.flagstrap-um {
  background-position: -128px -154px;
}

.flagstrap-icon.flagstrap-us {
  background-position: -144px -154px;
}

.flagstrap-icon.flagstrap-uy {
  background-position: -160px -154px;
}

.flagstrap-icon.flagstrap-uz {
  background-position: -176px -154px;
}

.flagstrap-icon.flagstrap-va {
  background-position: -192px -154px;
}

.flagstrap-icon.flagstrap-vc {
  background-position: -208px -154px;
}

.flagstrap-icon.flagstrap-ve {
  background-position: -224px -154px;
}

.flagstrap-icon.flagstrap-vg {
  background-position: -240px -154px;
}

.flagstrap-icon.flagstrap-vi {
  background-position: 0 -165px;
}

.flagstrap-icon.flagstrap-vn {
  background-position: -16px -165px;
}

.flagstrap-icon.flagstrap-vu {
  background-position: -32px -165px;
}

.flagstrap-icon.flagstrap-wales {
  background-position: -48px -165px;
}

.flagstrap-icon.flagstrap-wf {
  background-position: -64px -165px;
}

.flagstrap-icon.flagstrap-ws {
  background-position: -80px -165px;
}

.flagstrap-icon.flagstrap-ye {
  background-position: -96px -165px;
}

.flagstrap-icon.flagstrap-yt {
  background-position: -112px -165px;
}

.flagstrap-icon.flagstrap-za {
  background-position: -128px -165px;
}

.flagstrap-icon.flagstrap-zanzibar {
  background-position: -144px -165px;
}

.flagstrap-icon.flagstrap-zm {
  background-position: -160px -165px;
}

.flagstrap-icon.flagstrap-zw {
  background-position: -176px -165px;
}

.flagstrap-icon.flagstrap-db {
  background-position: -32px 0;
}

/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-item-height: 50px;
  --mm-item-indent: 20px;
  --mm-line-height: 24px;
}

.mm-hidden {
  display: none !important;
}

.mm {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  color: #444;
  background: #f3f3f3;
  line-height: 24px;
  line-height: var(--mm-line-height);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.mm {
  cursor: pointer;
}

.mm:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-item-height) / 2);
  /* left: 20px;
  left: var(--mm-item-indent); */
  right: 80px;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm.mm--main {
  cursor: default;
}

.mm.mm--main:before {
  content: none;
  display: none;
}

.mm:after {
  content: attr(data-mm-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.625),
    0 1px 0 0 currentColor;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.625), 0 1px 0 0 currentColor;
}

.mm.mm--main:after {
  padding-left: 20px;
  padding-left: var(--mm-item-indent);
}

.mm ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 120px;
  /* top: var(--mm-item-height); */
  left: 100%;
  bottom: 0;
  width: 200%;
  padding-right: 100%;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-item-height);
}

.mm>ul {
  left: 0;
}

.mm ul.mm--open {
  left: 0;
}

.mm ul.mm--parent {
  left: -100%;
  overflow-y: hidden;
}

.mm li {
  position: relative;
  background: inherit;
  cursor: pointer;
  float: none !important;
}

.mm li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-item-height) / 2 - 3px);
  right: 10px;
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-item-indent);
  /* border-top: 1px solid; */
  opacity: 0.15;
}

.mm a,
.mm span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-item-height) - var(--mm-line-height)) / 2) var(--mm-item-indent) !important;
}

.mm a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-item-height)) !important;
}

.mm a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm span {
  background: transparent;
}

.mm.mm--dark {
  background: #333;
  color: #ccc;
}

.mm.mm--vertical:after,
.mm.mm--vertical:before {
  content: none;
  display: none;
}

.mm.mm--vertical {
  overflow-y: auto;
}

.mm.mm--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm.mm--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-item-indent);
}

.mm.mm--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-item-height) / 2);
}

.mm.mm--vertical ul.mm--open {
  display: block;
}

.mm.mm--vertical li.mm--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm.mm--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

:root {
  --mm-width: 80%;
  --mm-min-width: 200px;
  --mm-max-width: 440px;
}

.mm-body--open {
  overflow-y: hidden;
  pointer-events: none;
}

.mm {
  pointer-events: auto;
}

.mm.mm--offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  width: var(--mm-width);
  min-width: 200px;
  min-width: var(--mm-min-width);
  max-width: 440px;
  max-width: var(--mm-max-width);
  -webkit-transition: bottom 0s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: bottom 0s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, bottom 0s ease 0s;
  transition: transform 0.3s ease 0s, bottom 0s ease 0s;
  transition: transform 0.3s ease 0s, bottom 0s ease 0s,
    -webkit-transform 0.3s ease 0s;
}

.mm.mm--offcanvas:not(.mm--open) {
  bottom: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0s, 0.6s;
  -o-transition-delay: 0s, 0.6s;
  transition-delay: 0s, 0.6s;
}

.mm.mm--right {
  left: auto;
  right: 0;
}

.mm.mm--right:not(.mm--open) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.mm-blocker {
  pointer-events: auto;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 100%;
  z-index: 9990;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-timing-function: ease, linear;
  -o-transition-timing-function: ease, linear;
  transition-timing-function: ease, linear;
  -webkit-transition-duration: 0.45s, 0s;
  -o-transition-duration: 0.45s, 0s;
  transition-duration: 0.45s, 0s;
  -webkit-transition-delay: 0s, 0.45s;
  -o-transition-delay: 0s, 0.45s;
  transition-delay: 0s, 0.45s;
}

.mm-blocker.mm--open {
  top: 0;
  z-index: 9999;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-min-width));
  opacity: 1;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.mm.mm--right {
  left: auto;
  right: 0;
}

.mm.mm--right:not(.mm--open) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.mm-blocker.mm--right {
  right: auto;
  left: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

body {
  line-height: 1;
}

#navbar {
  padding: 0px;
  border: none;
  background: none !important;
}

.navbar-default {
  border: none;
  margin-bottom: 0px !important;
  background: none !important;
  background-color: none !important;
}

input[type="email"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="text"] {
  -webkit-appearance: none;
}

button {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0 !important;
}

input:focus {
  outline: 0 !important;
}

textarea:focus {
  outline: 0 !important;
}

input[type="submit"] {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

input[type="submit"]:hover {
  cursor: pointer;
}

.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.slick-slide:focus {
  outline: none !important;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.body-wraper {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {

  .col-md-5ths,
  .col-sm-5ths {
    width: 33.3333%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

a {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

img {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.body-scroll,
.fixed {
  position: fixed;
}

.pagination-block {
  padding-bottom: 100px;
}

#search-results__block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
  padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-results__block .control {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #search-results__block .control {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #search-results__block .control {
    font-size: 16px;
  }
}

#search-results__block label.control-label {
  display: block;
  font-weight: normal;
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 11px;
  margin-top: 40px;
  text-transform: uppercase;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-results__block label.control-label {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #search-results__block label.control-label {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #search-results__block label.control-label {
    margin-top: 20px;
    font-size: 14px;
  }
}

#search-results__block label.control-label:first-child {
  margin-top: 0px;
}

#search-results__block .search-desc {
  margin-top: 25px;
  margin-bottom: 5px;
}

#search-results__block .checkbox-block {
  padding-top: 25px;
}

#search-results__block #button-search {
  margin-top: 20px;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-results__block #button-search {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #search-results__block #button-search {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #search-results__block #button-search {
    height: 57px;
    line-height: 57px;
  }
}

#search-results__block #button-search:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#search-results__block #button-search:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#search-results__block #button-search:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#search-results__block #button-search:hover:after {
  left: 40px;
  color: #fff;
}

#search-results__block #button-search:hover {
  background: rgba(34, 34, 34, 0.7);
}

@media only screen and (max-width: 767px) {
  #search-results__block .filter-block {
    margin-bottom: 15px;
  }
}

#search-results__block .filter-block input[type="text"] {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  border-radius: 0;
}

#search-results__block .filter-block input[type="text"].placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block input[type="text"]:-moz-placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block input[type="text"]::-moz-placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-results__block .filter-block input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #search-results__block .filter-block input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #search-results__block .filter-block input[type="text"] {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#search-results__block .filter-block .btn-group {
  height: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-results__block .filter-block .btn-group {
    height: 71px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #search-results__block .filter-block .btn-group {
    height: 71px;
  }
}

@media only screen and (max-width: 767px) {
  #search-results__block .filter-block .btn-group {
    height: 66px;
  }
}

#search-results__block .filter-block .btn {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  border-radius: 0;
  padding-left: 25px;
  line-height: inherit !important;
}

#search-results__block .filter-block .btn.placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block .btn:-moz-placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block .btn::-moz-placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block .btn:-ms-input-placeholder {
  color: #a7a7a7;
}

#search-results__block .filter-block .btn::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-results__block .filter-block .btn {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #search-results__block .filter-block .btn {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #search-results__block .filter-block .btn {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#search-results__block .filter-block .btn:focus {
  outline: 0;
}

#search-results__block .filter-block button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search-results__block .filter-block button:hover {
  background: none;
}

#search-results__block .filter-block div.open .caret:after {
  content: "\f106";
}

#search-results__block .filter-block div.open .caret:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: rgba(34, 34, 34, 0.7);
}

#search-results__block .filter-block .caret {
  border: none;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  right: 30px;
  position: absolute;
  top: 22px;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  #search-results__block .filter-block .caret {
    top: 16px;
  }
}

#search-results__block .filter-block .caret:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  display: inline-block;
  font-size: 18px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#search-results__block .filter-block .dropdown-menu li:focus {
  outline: 0 !important;
}

#search-results__block .filter-block .dropdown-menu li a:hover {
  outline: 0 !important;
}

#search-results__block .filter-block .dropdown-menu li a:focus {
  outline: 0 !important;
}

#search-results__block .filter-block .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#search-results__block .filter-block .btn-default.active,
#search-results__block .filter-block .btn-default:active,
#search-results__block .filter-block .btn-default:focus,
#search-results__block .filter-block .btn-default:hover {
  background: none;
}

#search-results__block .filter-block .open>.btn-default.dropdown-toggle {
  background: none;
}

#search-results__block .filter-block .dropdown-menu {
  padding: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search-results__block .filter-block .dropdown-menu li a {
  font-size: 14px;
  color: #2c2c2c;
  padding: 5px;
}

a:focus {
  outline: 0 !important;
}

a:hover {
  outline: 0 !important;
}

.no-results__empty {
  margin-top: 50px !important;
  margin-bottom: 0px !important;
}

.no-pad-bottom {
  padding-bottom: 60px !important;
}

#collapse-checkout-confirm .buttons {
  border-top: 0 !important;
}

#collapse-checkout-confirm table {
  font-family: "Futura Book";
  text-align: center;
  border: none;
}

#collapse-checkout-confirm table tr {
  border: none;
}

#collapse-checkout-confirm table tr td {
  border: none;
}

#collapse-checkout-confirm table tr td a {
  font-family: "Futura Book" !important;
}

@media (min-width: 768px) {
  #collapse-checkout-confirm table tbody td {
    border-right: 1px solid #f4f4f4;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  #collapse-checkout-confirm table tbody .text-right {
    text-align: center !important;
  }
}

#collapse-checkout-confirm table thead .text-right {
  text-align: center !important;
}

#collapse-checkout-confirm table thead td {
  text-align: center;
  background: #fcfaf8;
  vertical-align: middle;
  font-family: "Futura Book";
  font-size: 1.1em;
  color: #1d1d1d;
  height: 70px;
}

#collapse-checkout-confirm table tfoot tr:last-child td {
  border: none !important;
}

.radio-form .control {
  display: inline-block !important;
}

.radio-form .col-sm-12 {
  margin-top: 15px;
}

.results-block-pagi {
  text-align: right;
  font-family: "Futura Book" !important;
}

@media only screen and (max-width: 767px) {
  .results-block-pagi {
    padding-top: 10px;
    text-align: center;
  }
}

.dashboard-content .orders-table h3 {
  margin-bottom: 15px;
}

.dashboard-content .orders-table table td {
  line-height: 1.4 !important;
}

.dashboard-content .orders-table thead td {
  text-align: center;
  background: #fcfaf8;
  vertical-align: middle;
  font-family: "Futura Book";
  font-weight: 400;
  font-size: 0.9em;
  color: #1d1d1d;
}

.dashboard-content .text-danger {
  position: relative;
  top: -20px;
}

@media (min-width: 992px) {
  .dashboard-content .text-danger {
    top: -45px;
  }
}

.alert,
.text-danger {
  line-height: 22px;
}

.text-danger {
  display: block;
  margin-top: 10px;
  color: #a94442;
  font-family: "Futura Book";
  font-size: 18px;
}

#intro {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 16px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #intro {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #intro {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #intro {
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

#intro h1 {
  margin-bottom: 30px;
  font-size: 3.563em;
  color: #050005;
  font-family: "Futura Medium";
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #intro h1 {
    margin-bottom: 20px;
    font-size: 2.5em;
  }
}

.alert {
  border: 2px solid transparent;
  line-height: 22px;
  background: #ffffff !important;
  border-radius: 0px !important;
  position: relative;
  padding-right: 30px;
  font-size: 18px !important;
}

.alert .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.alert.alert-danger {
  color: #a94442;
  border-color: #c63232;
}

.alert a {
  color: #fff;
  text-decoration: underline;
}

.alert i {
  margin-right: 5px;
}

#footer {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #222222;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer {
    padding-top: 40px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 40px;
    text-align: center;
  }
}

#footer .app-btns {
  margin-top: 35px;
}

#footer .app-btns a {
  display: inline-block;
  vertical-align: middle;
}

#footer .app-btns a:last-child {
  margin-left: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .app-btns a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}

#footer .app-btns a img {
  -webkit-backface-visibility: hidden;
  width: 140px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer .app-btns a img {
    width: 115px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer .app-btns a img {
    width: 185px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #footer .app-btns a img {
    width: 130px;
  }
}

#footer .app-btns a:hover img {
  opacity: 0.7;
}

#footer .cards {
  margin-bottom: 15px;
}

#footer .cards li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
  margin: 5px;
  margin-bottom: 5px;
  zoom: 0.66;
}

#footer .cards li:first-child {
  margin-left: 0;
}

#footer .cards li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer .cards li {
    zoom: 0.56;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .cards li {
    zoom: 0.44;
  }
}

@media only screen and (max-width: 767px) {
  #footer .cards li {
    zoom: 0.8;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #footer .cards li {
    zoom: 0.65;
    margin: 0px;
  }
}

#footer .cards li i {
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/cards.svg) no-repeat;
  display: inline-block;
  background-size: 976px 774px;
  vertical-align: middle;
}

#footer .cards li i.svg-flat-visa {
  background-position: 26.8% 42.225%;
  width: 65px;
  height: 41px;
}

#footer .cards li i.svg-flat-mastercard {
  background-position: 26.838% 31.7%;
  width: 65px;
  height: 41px;
}

#footer .cards li i.svg-flat-amex {
  background-position: 67% 10.6%;
  width: 65px;
  height: 41px;
}

#footer .cards li i.svg-single-jcb {
  background-position: 82% 71.1%;
  width: 65px;
  height: 41px;
}

#footer .cards li i.svg-flat-maestro {
  background-position: 0 31.7%;
  width: 65px;
  height: 41px;
}

#footer .cards li i.svg-flat-jcb {
  background-position: 26.839% 10.7%;
  width: 65px;
  height: 41px;
}

#footer .cards li i.svg-visa-debit {
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/visa-debit.svg) center center no-repeat;
  width: 60px;
  height: 41px;
  background-size: 60px 41px;
}

#footer .cards li i.svg-flat-benefit {
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/benefit-logo.svg) center center no-repeat;
  width: 45px;
  height: 52px;
  background-color: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 430px) {
  #footer .cards li i {
    transform: scale(0.7);
  }
}

#footer .description {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 29px;
  line-height: 37.32px;
  text-align: left;
  color: #fff;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  #footer .description br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .description {
    font-size: 28px;
    line-height: 37px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer .description {
    margin-top: 25px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .description {
    font-size: 17px;
    margin-top: 25px;
    line-height: 23px;
    margin-bottom: 40px;
    text-align: center;
  }
}

#footer .col-md-2 {
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer .col-md-2 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #footer .col-md-2 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer .col-sm-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #footer .col-sm-12 {
    width: 100%;
  }
}

#footer .footer-logo img {
  width: 262px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer .footer-logo img {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .footer-logo img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

#footer h4 {
  font-family: "Futura Medium";
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 37.32px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer h4 {
    font-size: 18px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer h4 {
    font-size: 17px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer h4 {
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #footer h4 {
    font-size: 16px;
    line-height: 33px;
    margin-top: 30px;
  }
}

#footer h3 {
  font-family: "Futura Book";
  text-transform: uppercase;
  font-size: 21px;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer h3 {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #footer h3 {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer ul.links {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #footer ul.links {
    text-align: left;
  }
}

#footer ul.links li {
  margin-bottom: 2px;
}

#footer ul.links li a {
  font-family: "Futura Book Regular";
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #fff;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #footer ul.links li a {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer ul.links li a {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer ul.links li a {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  #footer ul.links li a {
    font-size: 18px;
    line-height: 22px;
  }
}

#footer ul.links li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#footer ul.links li a:hover:after {
  width: 100%;
}

#footer p {
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #footer p {
    text-align: center;
  }
}

#footer p a {
  color: inherit;
  position: relative;
  display: inline-block;
}

#footer p a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#footer p a:hover:after {
  width: 100%;
}

#footer p a i {
  display: inline-block;
  margin-right: 10px;
}

#footer .fsocials {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #footer .fsocials {
    margin-bottom: 25px;
  }
}

#footer .fsocials li {
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .fsocials li {
    margin-right: 15px;
  }
}

#footer .fsocials li:last-child {
  margin-right: 0px;
}

#footer .fsocials li a i {
  font-size: 25px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .fsocials li a i {
    font-size: 24px;
  }
}

#footer .fsocials li a:hover i {
  color: #fff;
}

#footer .bottom-footer {
  text-align: center;
  margin-top: 35px;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 23.32px;
  color: #f1e7d8;
  opacity: 0.99;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #footer .bottom-footer {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .bottom-footer .copyright span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#footer .bottom-footer .powered {
  text-align: right;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .bottom-footer .powered {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  #footer .bottom-footer .powered {
    font-size: 14px;
    position: relative;
    text-align: center;
    margin-top: 45px;
    right: 0px;
  }
}

#footer .bottom-footer .powered a {
  color: #fff;
}

#footer .bottom-footer .powered a:hover {
  opacity: 0.7;
}

#footer .bottom-footer .powered a:focus {
  text-decoration: none;
}

#footer .bottom-footer .powered span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .bottom-footer .powered span {
    font-size: 16px;
  }
}

#footer .bottom-footer .powered svg {
  display: inline-block;
}

#footer-accordion {
  border: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer-accordion h4 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #footer-accordion h4 {
    display: none;
  }
}

#footer-accordion h3 {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 10px;
  opacity: 1;
  margin-bottom: 0;
  text-align: left;
}

#footer-accordion h3:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  position: absolute;
  right: 15px;
  font-size: 16px;
  font-weight: 300;
}

#footer-accordion h3.ui-state-active:after {
  content: "\f068";
}

#footer-accordion h3:focus {
  outline: none;
}

#footer-accordion h3:hover {
  cursor: pointer;
}

#footer-accordion h3:hover {
  cursor: pointer;
  opacity: 0.7;
}

#footer-accordion h3:last-child {
  border-bottom: 0 !important;
}

#footer-accordion h3:focus {
  outline: none !important;
}

#footer-accordion .ui-accordion-content {
  padding: 20px 15px;
  border: 0;
}

#footer form.newsletter {
  margin-bottom: 30px;
}

#footer form.newsletter .input-group {
  position: relative;
}

#footer form.newsletter .input-group input[type="email"] {
  font-family: "Futura PT Book";
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  height: 64px;
  border: 2px solid #fff;
  padding: 6px 17px;
  padding-right: 17px;
  padding-right: 163px;
  font-family: "Futura PT Book";
  width: 100%;
  background-color: transparent;
  text-align: left !important;
}

#footer form.newsletter .input-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
}

#footer form.newsletter .input-group button[type="submit"] {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0;
  width: 146px;
  height: 64px;
  border: 2px solid #fff;
  background-color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  color: #2c2c2c;
  text-align: center;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  #footer form.newsletter .input-group input[type="email"] {
    padding-right: 117px;
    font-size: 15px;
    height: 55px;
  }

  #footer form.newsletter .input-group .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  #footer form.newsletter .input-group button[type="submit"] {
    width: 100px;
    font-size: 15px;
    height: 55px;
    line-height: 53px;
  }
}

#popupModal {
  text-align: center;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999 !important;
}

#popupModal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#popupModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #popupModal .modal-dialog {
    width: 627px !important;
  }
}

@media only screen and (max-width: 767px) {
  #popupModal .modal-dialog {
    width: auto !important;
  }
}

#popupModal .modal-header {
  border: none !important;
  padding: 0px;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

#popupModal .modal-header .close {
  right: 22px;
  position: absolute !important;
  top: 22px !important;
  opacity: 1 !important;
  margin-top: 0px !important;
  z-index: 99999;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
  background-color: #c9cedb;
  font-weight: 300;
  font-size: 26px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #popupModal .modal-header .close {
    right: 15px;
    top: 15px !important;
  }
}

#popupModal .modal-header .close span {
  font-family: serif;
}

#popupModal .modal-header .close:hover {
  background-color: #2c2c2c;
}

#popupModal .modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

@media (min-width: 768px) {
  #popupModal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #popupModal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  #popupModal .modal-content .modal-body .popup-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 241px;
    flex: 0 0 241px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #popupModal .modal-content .modal-body .popup-img {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #popupModal .modal-content .modal-body .popup-img img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  #popupModal .modal-content .modal-body .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  #popupModal .modal-content .modal-body .popup-content {
    padding: 25px 15px;
  }
}

#popupModal .modal-content .modal-body .popup-content h2 {
  font-family: "Futura Medium";
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 10px;
}

#popupModal .modal-content .modal-body .popup-content .estimation {
  font-family: "Futura Book";
  font-size: 17px;
  letter-spacing: 0.09em;
  line-height: 35px;
  text-align: center;
  color: #484848;
}

#popupModal .modal-content .modal-body .popup-content p {
  margin-top: 20px;
  font-family: "Futura Book";
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 25px;
  text-align: center;
  color: #2c2c2c;
}

#popupModal .modal-content .modal-body .popup-content footer {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#popupModal .modal-content .modal-body .popup-content footer a {
  width: 141px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Futura Medium";
  font-size: 11px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  border: 1px solid transparent;
}

#popupModal .modal-content .modal-body .popup-content footer a:first-child {
  margin-right: 5px;
  background-color: #fff;
  color: #2c2c2c;
  border-color: #707070;
}

#popupModal .modal-content .modal-body .popup-content footer a:last-child {
  margin-left: 5px;
  background-color: #2c2c2c;
  color: #fff;
  border-color: #2c2c2c;
}

#popupModal .modal-content .modal-body .popup-content footer a:hover {
  background: rgba(0, 0, 0, 0.7) !important;
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}

#mas-header {
  position: relative;
}

#mas-header #dots-wrapper {
  position: absolute;
  width: 100%;
  bottom: 140px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #mas-header #dots-wrapper {
    bottom: 70px;
  }
}

#mas-header #dots-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

#mas-header #hero-slider {
  font-size: 16px;
  position: relative;
}

#mas-header #hero-slider picture {
  width: 100%;
  display: block;
}



#mas-header #hero-slider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}


#mas-header #hero-slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mas-header #hero-slider {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #mas-header #hero-slider {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  #mas-header #hero-slider {
    font-size: 10px;
  }
}

#mas-header #hero-slider .slick-track {
  height: 100%;
}

#mas-header #hero-slider .slick-list {
  height: 100%;
}

#mas-header #hero-slider .hero-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #e9eae1;
}

#mas-header #hero-slider .hero-slide .container .slider-caption {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 660px;
  text-align: center;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

#mas-header #hero-slider .hero-slide .container .slider-caption.small {
  max-width: 420px;
}

@media only screen and (max-width: 767px) {

  #mas-header #hero-slider .hero-slide .container .slider-caption.small,
  #mas-header #hero-slider .hero-slide .container .slider-caption {
    width: 100%;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 0;
    padding-right: 0;
  }
}

#mas-header #hero-slider .hero-slide .container .slider-caption .main-title {
  display: block;
  font-family: "Futura Book";
  font-size: 58px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 43px;
    line-height: 58px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 43px;
    line-height: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .main-title {
    font-size: 24px;
    line-height: 29px;
  }
}

#mas-header #hero-slider .hero-slide .container .slider-caption .small-title {
  display: block;
  font-family: "Futura Light";
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .small-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .small-title {
    font-size: 19px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .small-title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #mas-header #hero-slider .hero-slide .container .slider-caption .small-title {
    font-size: 16px;
    line-height: 22px;
  }
}

#mas-header #hero-slider .hero-slide .container .slider-caption .shop-btn {
  font-family: "Futura Book";
  font-size: 12px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}

#mas-header #hero-slider .hero-slide .container .slider-caption .shop-btn:after {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  content: "\f105";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#mas-header #hero-slider .hero-slide .container .slider-caption .shop-btn:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

#mas-header #hero-slider .hero-slide .container .slider-caption .shop-btn:hover:after {
  right: -15px;
  color: rgba(255, 255, 255, 0.7);
}

#mas-header #dotsblock {
  text-align: center;
}

.ticker {
  background: #222222;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  position: relative;
  height: auto;
}

@media (min-width: 1200px) {
  .ticker {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ticker {
    padding-left: 15px;
    padding-right: 35px;
  }
}

.ticker a .ticker-in {
  color: #fff;
}

@media (min-width: 992px) {
  .ticker a .ticker-in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .ticker a .ticker-in {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ticker a .ticker-in {
    padding-left: 0 !important;
  }
}

.ticker a .ticker-in .aligner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ticker a .ticker-in .aligner {
    display: none;
  }
}

@media (max-width: 991px) {
  .ticker a .ticker-in .aligner {
    display: none;
  }
}

.ticker a .ticker-in p {
  font-family: "Futura Book";
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 23.14px;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .ticker a .ticker-in p {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  .ticker a .ticker-in p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .ticker a .ticker-in p {
    font-size: 16px;
  }
}

.ticker a .ticker-in #ticker-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .ticker a .ticker-in #ticker-1 {
    display: none;
  }
}

.ticker a .ticker-in #ticker-1 span {
  font-family: "Futura Medium";
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 23.14px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-left: 30px;
}

.ticker a .ticker-in #ticker-1 em {
  font-style: normal;
  font-family: "Futura Book";
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 23.14px;
  color: #fff;
  display: inline-block;
}

.ticker .close-alert-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: transparent;
}

.ticker .close-alert-btn img {
  width: 12px;
}

@media only screen and (max-width: 767px) {
  .ticker .close-alert-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ticker {
    font-size: 1.3em;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .ticker {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#top {
  position: relative;
  background: #fff;
}

@media (max-width: 1199px) {
  #top {
    border-bottom: 1px solid #e6e6e6;
  }
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #top {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #top {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #top {
    font-size: 14px;
  }
}

#top.sticky {
  background: #fff;
  color: #2c2c2c;
  position: fixed;
  top: 0;
  z-index: 888;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

#top #top-bar {
  position: relative;
  background-color: #fff;
  height: 96px;
  margin: 10px auto 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #top #top-bar {
    height: 96px;
    margin: 5px auto;
  }
}

@media only screen and (max-width: 767px) {
  #top #top-bar {
    height: 85px;
  }
}

#top #top-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#top #top-bar li {
  display: inline-block;
}

#top #top-bar li a {
  font-family: "Futura Book Regular";
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 23.14px;
  color: #2c2c2c;
  text-transform: uppercase;
}

#top #top-bar #left-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top #top-bar #left-header li a i {
  margin-right: 10px;
}

#top #top-bar #left-header .currency {
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top #top-bar #left-header {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width:767px) {
  #top #top-bar #left-header {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  #top #top-bar #left-header .currency {
    margin-right: 10px;

  }

}


@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top #top-bar #left-header .store {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #top #top-bar #left-header .store {
    display: none;
  }
}

#top #top-bar .branding {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top #top-bar .branding img {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  #top #top-bar .branding img {
    width: 149px;
  }
}

#top #top-bar #actions-bar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top #top-bar #actions-bar {
    margin-right: 00px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  #top #top-bar #actions-bar {
    display: none;

  }
}

#top #top-bar #actions-bar li {
  font-family: "Futura Book";
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 23.14px;
  text-align: right;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-left: 30px;
}

@media only screen and (max-width: 992px) {
  #top #top-bar #actions-bar li {
    width: 31px;
    height: 31px;
    background-color: #2c2c2c;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    margin-left: 0px;
  }

  #top #top-bar #actions-bar li a,
  .fa-user:before {
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  #top #top-bar #actions-bar li.search-action {}
}

@media only screen and (max-width: 767px) {
  #top #top-bar #actions-bar li.user-action {
    margin-left: 3px;
  }
}

@media only screen and (max-width: 767px) {
  #top #top-bar #actions-bar li.user-action i {
    font-size: 16px;
  }
}

#top #top-bar #actions-bar li i {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top #top-bar #actions-bar li i {
    display: block;
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  #top #top-bar #actions-bar li i {
    display: block;
  }
}

#top #top-bar #actions-bar li a {
  color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top #top-bar #actions-bar li a {
    font-size: 20px;
  }
}

#top #top-bar #actions-bar li a:hover {
  color: rgba(34, 34, 34, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top #top-bar #actions-bar li a span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #top #top-bar #actions-bar li a span {
    display: none;
  }

  #top #top-bar #actions-bar li a {
    color: white;
  }

  #top #top-bar #actions-bar li a:hover {
    color: white;
  }
}

#top #top-bar #actions-bar li.mini-cart .fa-shopping-cart {
  display: none;
}

@media only screen and (max-width: 992px) {
  #top #top-bar #actions-bar li.mini-cart {
    margin-left: 3px;
  }

  #top #top-bar #actions-bar li.mini-cart .fa-shopping-cart {
    display: block;
  }

  #top #top-bar #actions-bar li.mini-cart .bag {
    display: none;
  }
}

#top #top-bar #actions-bar li.mini-cart i {
  display: inline-block;
  font-size: 16px;
}

#top #top-bar #actions-bar li.mini-cart .hd-Circle {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 0px;
  font-size: 1.03rem;
  line-height: 1.6rem;
  text-align: center;
  background: #2c2c2c;
  border-radius: 50%;
  color: #fff;
  right: -12px;
}

@media only screen and (max-width: 992px) {
  #top #top-bar #actions-bar li.mini-cart .hd-Circle {
    display: none;
  }
}

#top #top-bar #actions-bar li.mini-cart .hd-Circle .cart-count {
  position: relative;
  left: 1px;
  display: inline-block !important;
}

#top #top-bar #actions-bar i.cros-icon {
  display: none;
  opacity: 0;
}

#top #top-bar #actions-bar.active i.cros-icon {
  opacity: 1;
  background: none;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  z-index: 9999;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #top #top-bar #actions-bar.active i.cros-icon {
    right: -25px;
    top: -25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top #top-bar #actions-bar.active i.cros-icon {
    right: -25px;
    top: -25px;
  }
}

#top #top-bar #actions-bar.active i.cros-icon:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#top #top-bar #actions-bar.active i.cros-icon:after {
  content: "×";
  font-size: 40px;
  color: #fff;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  #top #top-bar #actions-bar.active {
    position: absolute;
    top: 8px;
    left: 15px;
    text-align: left;
    background-color: rgba(34, 34, 34, 0.7);
    z-index: 99999;
    padding-top: 8px;
    padding-left: 15px;
    top: 0;
    left: 0;
    width: 100% !important;
  }
}

#main-menu {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  #main-menu {
    border-bottom: 1px solid #e6e6e6;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-menu {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #main-menu {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #main-menu {
    height: auto;
  }
}

#main-menu.sticky {
  background: #fff;
  color: #2c2c2c;
  position: fixed;
  top: 0;
  z-index: 888;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

#sidebar-wishlist-block {
  background: #fff;
  width: 500px;
  position: fixed;
  height: 100%;
  top: 0px;
  right: -975px;
  z-index: 9999;
  -webkit-transition: 0.45s ease-in-out;
  -o-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-shadow: 3px 4px 90px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 3px 4px 90px 0px rgba(0, 0, 0, 0.34);
  font-size: 16px;
}

#sidebar-wishlist-block.wishlist-active {
  right: 0 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #sidebar-wishlist-block {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #sidebar-wishlist-block {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block {
    width: 100%;
    font-size: 14px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #sidebar-wishlist-block {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
}

#sidebar-wishlist-block .empty-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 75vh;
}

#sidebar-wishlist-block .empty-cart img {
  width: 97px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

#sidebar-wishlist-block .empty-cart p {
  font-family: "Futura Medium";
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
}

#sidebar-wishlist-block .close-cart-wishlist-btn {
  position: absolute;
  right: 35px;
  top: 32px;
  color: #2c2c2c;
  font-size: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #sidebar-wishlist-block .close-cart-wishlist-btn {
    top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sidebar-wishlist-block .close-cart-wishlist-btn {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #sidebar-wishlist-block .close-cart-wishlist-btn {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #sidebar-wishlist-block .close-cart-wishlist-btn {
    top: 10px;
    right: 10px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block .close-cart-wishlist-btn {
    top: 15px;
    right: 15px;
    font-size: 30px;
  }
}

#sidebar-wishlist-block .close-cart-wishlist-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

#sidebar-wishlist-block header {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #sidebar-wishlist-block header {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
}

#sidebar-wishlist-block header .welcome-title {
  display: block;
  font-family: "Futura Medium";
  font-size: 22px !important;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #2c2c2c;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sidebar-wishlist-block header .welcome-title {
    font-size: 2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #sidebar-wishlist-block header .welcome-title {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block header .welcome-title {
    font-size: 1.6em;
  }
}

#sidebar-wishlist-block header .welcome-subtitle {
  text-transform: uppercase;
  color: #f9f9f9;
  font-size: 1.125em;
}

.wishlist-cart-active {
  right: 0 !important;
}

#sidebar-wishlist-block {
  font-size: 16px;
}

#sidebar-wishlist-block #cart-wrapper {
  padding-top: 15px;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider {
  height: 100%;
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #sidebar-wishlist-block #cart-wrapper #cart-slider {
    max-height: 60vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sidebar-wishlist-block #cart-wrapper #cart-slider {
    max-height: 65vh;
  }
}

@media (max-width: 320px) {
  #sidebar-wishlist-block #cart-wrapper #cart-slider {
    max-height: 57vh;
  }
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item:focus {
  outline: 0;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item.slick-current .cart-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7) !important;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .cart-box {
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding-bottom: 10px;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .cart-box .remove-item-cart {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #2c2c2c;
  background: none;
  border: none;
  font-size: 24px;
  z-index: 5000;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .cart-box .remove-item-cart:hover {
  cursor: pointer;
  color: rgba(34, 34, 34, 0.7);
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .row {
  height: 100%;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-md-7,
#sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-sm-7 {
  height: 100%;
  min-height: 130px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {

  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-md-7,
  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-sm-7 {
    width: 64%;
    float: left;
  }
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-md-4,
#sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-sm-4 {
  height: 100%;
  min-height: 130px;
  padding-right: 0px !important;
  padding-left: 0px;
  width: 140px;
}

@media only screen and (max-width: 767px) {

  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-md-4,
  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .col-sm-4 {
    width: 28%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    padding-left: 0 !important;
  }
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .image-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .image-holder {
    margin-left: 10px;
  }
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .image-holder:hover img {
  opacity: 0.22;
}

/* #sidebar-wishlist-block #cart-wrapper #cart-slider .item .image-holder img {
  border: 1px solid #dedcdc;
} */

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .image-holder img {
    width: auto;
  }
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description {
  padding-right: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description {
    padding-right: 0;
    padding-left: 15px;
  }
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description span:nth-last-of-type(1) {
  display: block;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description .product-title {
  font-family: "Futura Book Regular";
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description .product-title {
    padding-right: 30px !important;
  }
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description .product-details {
  margin-top: 30px;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description .product-title a {
  color: #2c2c2c;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description .product-title a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description .product-qty {
  font-family: "Futura Medium";
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  float: left;
}

#sidebar-wishlist-block #cart-wrapper #cart-slider .item .product-description .product-price {
  font-family: "Futura Medium";
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  float: right;
}

#sidebar-wishlist-block footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 9999999991;
}

#sidebar-wishlist-block footer #total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sidebar-wishlist-block footer #total-price small {
  font-family: "Futura Book Regular";
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  text-transform: capitalize;
}

#sidebar-wishlist-block footer #total-price span {
  font-family: "Futura Medium";
  font-size: 20px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
}

#sidebar-wishlist-block footer #checkout-block {
  text-align: right;
}

#sidebar-wishlist-block footer #checkout-block button {
  width: 100%;
  height: 63px;
  line-height: 63px;
  background-color: #222222;
  font-family: "Futura Book";
  font-size: 17px;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  margin-top: 28px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #sidebar-wishlist-block footer #checkout-block button {
    width: 100%;
    margin-top: 15px;
  }
}

#sidebar-wishlist-block footer #checkout-block button:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#search-block-wrapper {
  width: 100%;
  display: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  #search-block-wrapper {
    display: block;
    background-color: #fafafa;
  }
}

#search-block-wrapper input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

#search-block-wrapper input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#search-block-wrapper input[type="search"]::-webkit-search-cancel-button,
#search-block-wrapper input[type="search"]::-webkit-search-decoration,
#search-block-wrapper input[type="search"]::-webkit-search-results-button,
#search-block-wrapper input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#search-block-wrapper .util-ScreenReaderOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

#search-block-wrapper input[type="search"] {
  width: 100%;
  background: none;
  height: 60px;
  line-height: 60px;
  border: none;
  text-align: left;
  text-transform: none;
  font-size: 20px;
  padding-left: 80px;
  font-family: "Futura Book";
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  opacity: 0.9;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #search-block-wrapper input[type="search"] {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #search-block-wrapper input[type="search"] {
    padding-left: 0;
    font-family: "Futura Book";
    font-size: 14px !important;
    letter-spacing: 0.04em;
    line-height: 23.14px;
    text-align: center;
    color: #a7a7a7;
    height: 48px;
    line-height: 48px;
  }
}

#search-block-wrapper .container {
  height: 100%;
  position: relative;
}

#search-block-wrapper .close-search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  border: none;
  color: #2c2c2c;
}

#search-block-wrapper input[type="submit"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  border: none;
  border-right: 1px solid #ddd;
  height: 50px;
  width: 70px;
  background: url("https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/search-ico.svg") no-repeat center center;
  background-size: 22px;
}

#search-block-wrapper input[type="submit"]:hover {
  opacity: 0.6;
}

.header-inner {
  position: relative;
  background-color: #2c2c2c;
}

.header-inner img {
  width: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
  height: 334px;
}


.header-inner.categories img {
  opacity: 1;

}

@media only screen and (max-width: 767px) {
  .header-inner img {
    height: 286px;
  }
}

.header-inner h1 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-family: "Futura Book";
  font-size: 58px;
  line-height: 65px;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .header-inner h1 {
    font-size: 38px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-inner h1 {
    font-size: 36px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-inner h1 {
    font-size: 34px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .header-inner h1 {
    font-size: 30px;
    line-height: 50px;
  }
}

.header-landing {
  position: relative;
  background-color: #2c2c2c;
}

.header-landing img.header-bg {
  width: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
  height: 585px;
}

@media only screen and (max-width: 767px) {
  .header-landing img.header-bg {
    height: 350px;
  }
}

.header-landing .app-header {
  position: absolute;
  right: 30px;
  bottom: -99px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-landing .app-header {
    bottom: -30px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-landing .app-header {
    bottom: -30px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-landing .app-header {
    display: none;
  }
}

.header-landing .app-header img {
  margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-landing .app-header img {
    width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-landing .app-header img {
    width: 250px;
  }
}

.header-landing .caption {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.header-landing h1 {
  max-width: 300px;
  color: #fff;
  font-family: "Futura Book";
  font-size: 58px;
  line-height: 62px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .header-landing h1 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-landing h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-landing h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .header-landing h1 {
    font-size: 34px;
    line-height: 38px;
  }
}

.header-landing p {
  font-family: "Futura Book";
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-landing p {
    max-width: 380px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .header-landing p {
    line-height: 32px;
  }
}

.header-landing .app-btns {
  margin-top: 35px;
}

.header-landing .app-btns a {
  display: inline-block;
  vertical-align: middle;
}

.header-landing .app-btns a:last-child {
  margin-left: 12px;
}

.header-landing .app-btns a img {
  -webkit-backface-visibility: hidden;
  width: 192px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-landing .app-btns a img {
    width: 185px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  .header-landing .app-btns a img {
    width: 130px;
  }
}

.header-landing .app-btns a:hover img {
  opacity: 0.7;
}

.breadcrumb {
  padding-top: 35px;
}

.breadcrumb li {
  display: inline-block;
  font-family: "Futura Book";
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  .breadcrumb li {
    font-size: 12px;
  }
}

.breadcrumb li a {
  color: #a4a4a4;
}

.breadcrumb li a:hover {
  color: rgba(34, 34, 34, 0.7);
}

.breadcrumb li a:hover i {
  color: rgba(34, 34, 34, 0.7);
}

.breadcrumb li a i {
  color: #2c2c2c;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.breadcrumb li+li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f105";
  margin-left: 10px;
  margin-right: 10px;
  color: #a4a4a4;
}

@media only screen and (max-width: 767px) {
  .breadcrumb li+li:before {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.ship-wraper .open>.btn-default.dropdown-toggle {
  background-color: transparent;
}

.ship-wraper .btn-default {
  max-width: 230px;
  border: 0;
  text-align: left;
  background-color: #fff;
  font-family: "Futura Book";
  font-size: 16px;
  color: #2c2c2c;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  bottom: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ship-wraper .btn-default {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .ship-wraper .btn-default {
    background-color: transparent;
  }
}

.ship-wraper .btn-default:hover {
  color: rgba(34, 34, 34, 0.7);
}

.ship-wraper .btn-default:focus {
  outline: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ship-wraper .btn-default:focus {
    background-color: transparent;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .ship-wraper .btn-default:focus {
    background-color: transparent;
    color: #fff;
  }
}

.ship-wraper .flagstrap {
  width: initial;
  margin-left: 0px;
}

.ship-wraper .dropdown-menu {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 0;
  width: 100%;
  overflow-x: visible !important;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  webkit-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ship-wraper .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/drop-arrow.png) 0 0 no-repeat;
  width: 1.6875rem;
  height: 0.6875rem;
}

.ship-wraper .dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
  display: block !important;
}

.ship-wraper .dropdown-menu li a {
  display: block !important;
  font-size: 15px !important;
  padding: 17px 20px 15px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ship-wraper .dropdown-menu li a {
    color: #2c2c2c;
  }
}

@media only screen and (max-width: 767px) {
  .ship-wraper .dropdown-menu li a {
    color: #2c2c2c;
  }
}

.ship-wraper .dropdown-menu li a:hover {
  cursor: pointer;
}

#mob-actions {
  position: fixed;
  bottom: 0;
  width: 100% !important;
}

@media (min-width: 1200px) {
  #mob-actions {
    display: none !important;
  }
}

#mob-actions.active {
  display: inline-block;
}

#mob-actions a {
  width: 100% !important;
}

#mob-actions a:after {
  content: none !important;
}

#mob-actions .language {
  background-color: #2c2c2c;
}

#popup-feedback.modal {
  text-align: center;
  padding: 0 !important;
}

@media (min-width: 768px) {
  #popup-feedback.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}

#popup-feedback .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #popup-feedback .modal-dialog {
    width: 560px;
    margin: 30px auto;
  }
}

#popup-feedback .modal-content {
  background-color: #ededed;
}

#popup-feedback .modal-content .modal-header {
  border-bottom: 0;
  height: 41px;
  padding: 0 !important;
}

#popup-feedback .modal-content .modal-header .close {
  padding: 10px;
}

#popup-feedback .modal-content .modal-body {
  padding: 0 3.5em 2em 3.5em;
}

@media only screen and (max-width: 767px) {
  #popup-feedback .modal-content .modal-body {
    padding: 0 1.25em 1.5em 1.25em !important;
  }
}

#popup-feedback .popup-img {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100px;
  margin-right: 22px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #popup-feedback .popup-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

#popup-feedback .popup-img:after {
  content: "";
  display: table;
  clear: both;
}

#popup-feedback .popup-img img {
  max-width: 100%;
}

#popup-feedback .popup-text {
  margin-left: 122px;
}

@media only screen and (max-width: 767px) {
  #popup-feedback .popup-text {
    margin-left: 0;
  }
}

#popup-feedback .popup-text h4 {
  font-family: "Futura Medium";
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 30px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 10px;
}

#popup-feedback .popup-text p {
  font-family: "Futura Book";
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 27px;
  text-align: center;
  color: #2c2c2c;
}

#popup-feedback .popup-text a.more {
  display: block;
  text-align: center;
  margin-top: 20px;
  background: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura Book";
  font-size: 13px;
  letter-spacing: 0.15em;
  height: 40px;
  line-height: 40px;
}

#popup-feedback .popup-text a.more:hover {
  background-color: rgba(34, 34, 34, 0.7);
  color: #fff;
}

#d_ajax_search_results .modal-header,
#searchModal .modal-header {
  background: #2c2c2c !important;
}

#d_ajax_search_results #search_input,
#searchModal #search_input {
  margin-top: 0 !important;
}

#d_ajax_search_results #search-autocomplite,
#searchModal #search-autocomplite {
  margin-top: 0 !important;
  top: 0 !important;
}

#d_ajax_search_results .modal-content,
#searchModal .modal-content {
  border-color: #2c2c2c !important;
}

#d_ajax_search_results .modal-body,
#searchModal .modal-body {
  padding-left: 0 !important;
}

#d_ajax_search_results .block-text,
#searchModal .block-text {
  margin-bottom: 20px;
}

#d_ajax_search_results .forkeydon,
#searchModal .forkeydon {
  font-family: "Futura Medium";
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #2c2c2c;
  text-transform: uppercase;
  display: block;
  height: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #d_ajax_search_results .forkeydon,
  #searchModal .forkeydon {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {

  #d_ajax_search_results .forkeydon,
  #searchModal .forkeydon {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #d_ajax_search_results .price,
  #searchModal .price {
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {

  #d_ajax_search_results .price,
  #searchModal .price {
    float: none !important;
  }
}

#d_ajax_search_results .price br,
#searchModal .price br {
  display: none;
}

#d_ajax_search_results .price span,
#searchModal .price span {
  font-family: "Futura Medium";
  font-size: 14px;
  text-align: left;
  color: #2c2c2c;
}

#d_ajax_search_results .where-find,
#searchModal .where-find {
  font-family: "Futura Book";
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  color: #a7a7a7;
  background-color: transparent;
  margin-top: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #d_ajax_search_results .where-find,
  #searchModal .where-find {
    font-size: 16px;
  }
}

#d_ajax_search_results .all_results,
#searchModal .all_results {
  font-family: "Futura Book";
  font-size: 15px;
  text-align: left;
  color: #2c2c2c;
}

#d_ajax_search_results .all_results:hover,
#searchModal .all_results:hover {
  color: rgba(34, 34, 34, 0.7);
}

#d_ajax_search_results .name br,
#searchModal .name br {
  display: none;
}

@media only screen and (max-width: 767px) {

  #d_ajax_search_results .name,
  #searchModal .name {
    width: 60% !important;
  }
}

#d_ajax_search_results .row {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  #d_ajax_search_results .row {
    width: 33.3333% !important;
  }
}

@media only screen and (max-width: 767px) {
  #d_ajax_search_results .row {
    padding-right: 15px !important;
  }
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

#main-menu li {
  margin-left: 25px;
  margin-right: 22px;
}

#main-menu li:first-of-type {
  margin-left: 0;
}

#main-menu li:last-of-type {
  margin-right: 0;
}

#main-menu li.view-more a {
  color: rgba(34, 34, 34, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #main-menu li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#main-menu li h3 {
  font-family: "Futura Medium";
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 16.8px;
  color: #2c2c2c;
  text-transform: capitalize;
  margin-bottom: 25px;
}

#main-menu li h3 a {
  color: inherit;
}

#main-menu li h3 a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#main-menu li>a {
  font-family: "Futura Medium";
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2c2c2c;
  opacity: 0.9;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #main-menu li>a {
    display: inline-block;
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent;
  }

  #main-menu li>a:hover {
    background-color: transparent !important;
    color: #CC112B !important;
    border-bottom: 1px solid #CC112B;
  }
}

#main-menu li>a.nav-link.dropdown-toggle {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 5px solid transparent;
}

#main-menu li:hover .nav-link.dropdown-toggle {
  border-color: #CC112B !important;
}

#main-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#main-menu .navbar-collapse.collapse {
  border-top: 0 !important;
}

@media (max-width: 1199px) {
  #main-menu .navbar-collapse.collapse {
    display: none !important;
    max-height: 100%;
  }
}

#main-menu .navbar-collapse.collapse.in {
  display: block !important;
}

@media (max-width: 1199px) {
  #main-menu .open>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199px) {
  #main-menu .dropdown-menu {
    display: none !important;
  }
}

#main-menu .dropdown-menu.cards {
  max-width: 916px !important;
}

#main-menu .dropdown-menu.cards .mega-menu-list {
  padding-left: 10px;
  padding-right: 10px;
}

#main-menu .dropdown-menu.cards a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 72px;
  border: 1px solid #eeeeee;
  font-family: "Futura Book";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #2c2c2c;
  position: relative;
  padding-left: 70px;
  padding-right: 15px;
}

#main-menu .dropdown-menu.cards a img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 35px;
}

#main-menu .dropdown-menu.cards a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#main-menu .dropdown-menu .menu-img {
  position: relative;
}

@media (max-width: 1199px) {
  #main-menu .dropdown-menu .menu-img {
    display: none !important;
  }
}

#main-menu .dropdown-menu .menu-img .img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#main-menu .dropdown-menu .menu-img .img img {
  width: 100%;
}

#main-menu .dropdown-menu .menu-img a:hover h3 {
  color: rgba(0, 0, 0, 0.7) !important;
}

#main-menu .dropdown-menu .menu-img a:hover img {
  -webkit-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}

#main-menu .dropdown-menu .menu-img a h3 {
  text-align: center;
  margin-top: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media (min-width: 1200px) {
  #main-menu .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid rgba(112, 112, 112, 0.06);
    padding: 45px;
    padding-top: 35px;
    min-width: 520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-menu .dropdown-menu {
    padding: 30px;
  }
}

#main-menu .dropdown-menu li {
  margin: 0;
  padding: 0;
}

#main-menu .dropdown-menu li.viewall a {
  font-family: "Futura Medium";
}

#main-menu .dropdown-menu li a {
  font-family: "Futura Medium";
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 26px;
  text-align: left;
  color: #2c2c2c;
  text-transform: initial;
  padding: 0;
  height: auto;
}

#main-menu .dropdown-menu li a:after {
  display: none;
}

#main-menu .dropdown-menu h4 {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 34px;
  color: #2c2c2c;
}

#main-menu .dropdown-menu .cat-block ul li a {
  display: block;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: left;
  color: #747474;
}

#main-menu .dropdown-menu .cat-block ul li a:hover {
  color: rgba(34, 34, 34, 0.7);
  padding-left: 10px;
}

#main-menu .dropdown-menu .cat-block ul li.view-all--btn a {
  color: rgba(34, 34, 34, 0.7);
  opacity: 1;
}

@media (max-width: 1199px) {
  #main-menu .dropdown-menu .menu-block {
    margin-top: 25px;
  }
}

#main-menu .dropdown-menu .menu-block span.title {
  display: block;
  margin-bottom: 20px;
  font-family: "Futura Medium";
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  #main-menu .dropdown-menu .menu-block span.title {
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 1.3em !important;
  }
}

#main-menu .dropdown-menu .menu-block ul li a {
  display: block;
  font-family: "Futura Book";
  font-size: 0.875em;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #2c2c2c;
  opacity: 0.76;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  #main-menu .dropdown-menu .menu-block ul li a {
    color: #fff !important;
  }
}

#main-menu .dropdown-menu .menu-block ul li a:hover {
  color: rgba(34, 34, 34, 0.7);
  padding-left: 10px;
}

@media (max-width: 1199px) {
  #main-menu .dropdown-menu .menu-block ul li a:hover {
    color: #fff !important;
    font-size: 1.3em !important;
  }
}

.m-auto {
  margin: auto !important;
}

#toggle-btn {
  float: right;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 0 !important;
  z-index: 999;
}



@media (min-width: 1200px) {
  #toggle-btn {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #toggle-btn {
    position: absolute;
    right: 25px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
}

#toggle-btn span {
  height: 2px !important;
  background-color: #000000;
  width: 30px;
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}



#toggle-btn:hover span {
  background-color: #8AB459;
}

@media only screen and (max-width: 1199px) {
  #toggle-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

    background-color: #000000;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }



  #toggle-btn span {
    background-color: #ffffff;
    width: 25px;
  }

  #toggle-btn:hover span {
    background-color: #ffffff;
  }
}

#main-menu .nav li .dropdown-menu {
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0;
  background-clip: inherit;
}

#main-menu .nav .dropdown-toggle:after {
  border: none;
  background: url("https://www.rawlifebh.com/catalog/view/theme/new/assets/images/chevron-down.png") no-repeat;
  padding: 5px 7px;
  vertical-align: middle;
}

#main-menu .main-nav {
  padding-bottom: 0px;
  margin-bottom: 0 !important;
  border: 0;
}

@media (min-width: 1200px) {
  #main-menu .main-nav .mob-nav-link {
    display: none;
  }
}

#main-menu .main-nav .navbar-nav.nav-list .dropdown {
  position: static;
}

#main-menu .main-nav .navbar-nav.nav-list .dropdown .mega-toggle:after {
  display: none;
}

#main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu {
  width: 100vw;
  margin: 0 auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  top: 50px;
  border-bottom: 5px solid #222222;
  display: block;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, all 0.4s;
  -o-transition: visibility 0s, all 0.4s;
  transition: visibility 0s, all 0.4s;
  padding: 0 !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu li {
  padding: 5px 0;
}

#main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu .menu-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 1550px) {
  #main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu .menu-container {
    width: 1376px !important;
  }
}

@media (min-width: 1200px) {
  #main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu .menu-container {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  #main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu .menu-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu .menu-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #main-menu .main-nav .navbar-nav.nav-list .dropdown .dropdown-menu .menu-container {
    width: 1170px;
  }
}

@media (min-width: 1200px) {
  #main-menu .main-nav .navbar-nav.nav-list .dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: 800px;
  }
}

#main-menu .main-nav .searchbox-holder {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  padding-right: 15px;
}

#navbarmain .nav-link.dropdown-toggle:after {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.mm-body--open .mm-blocker {
  background: rgba(0, 0, 0, 0.2);
}

.mm-blocker {
  background: transparent;
}

.mmenu-search,
.mmenu-logo,
.mmenu-close,
.mmenu-open,
.ressub-nav {
  display: none;
}

.mm.mm--dark {
  background: #ffff;
  color: #222222;
}

@media (max-width: 1199px) {
  .mm.mm--dark .mega-toggle {
    display: none;
  }
}

.mm.mm--dark .mmenu-close {
  float: right;
  padding-bottom: 0;
  padding-right: 5px;
  padding-top: 11px;
  margin-top: 15px !important;
}

.mm.mm--dark .mmenu-close:hover {
  cursor: pointer;
}

.mm.mm--dark .mmenu-close img {
  width: 15px;
}

.mm.mm--dark .mmenu-logo {
  float: left;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 11px;
}

.mm.mm--dark .mmenu-logo :hover {
  cursor: pointer;
}

.mm.mm--dark .mmenu-logo img {
  width: 65px;
}

.mmenu-search {
  width: 92%;
  position: absolute;
  left: 4%;
  top: 75px;
  overflow: hidden;
  padding: 0px;
}

.mmenu-search #search-block {
  position: relative;
}

.mmenu-search .sea-Input {
  font-family: "Futura Medium";

  height: 40px;
  width: 100%;
  padding: 15px 14px;
  font-size: 15px;
  border: 1px #e5e5e5 solid;
  color: #2c2c2c;
}

.mmenu-search #search-block .serach {
  position: absolute !important;
  right: 0px;
  top: 0;
  height: 40px;
  background-color: #fff !important;
  width: 47px;
  border: 1px #e5e5e5 solid;
}

.mmenu-search #search-block .serach img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
}

.mm.mm--dark .navbar-nav .nav-link {
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size: 15px;
}

.mm.mm--dark .navbar-nav a,
.mm.mm--dark .navbar-nav span {
  padding-right: 0px !important;
  padding-left: 0px !important;
  text-transform: uppercase;
  text-align: left;
}

.mm.mm--dark .navbar-nav span a {
  padding: 0px !important;
}

.mm.mm--dark li {
  margin: 0 20px;
}

.mm.mm--dark li:before {
  opacity: 1;
}

.mm.mm--dark li:after {
  margin-left: 0;
}

.mm.mm--dark:before {
  opacity: 1;
}

.mm.mm--dark:after {
  opacity: 0;
  -webkit-box-shadow: 0 1px 0 0 #3e3d3d, 0 1px 0 0;
  box-shadow: 0 1px 0 0 #3e3d3d, 0 1px 0 0;
}

@media only screen and (max-width: 1199px) {
  #main-menu .main-nav {
    position: static;
    padding: 0;
  }

  #main-menu .main-nav .navbar-nav.nav-list {
    margin-top: 20px;
  }

  #main-menu .main-nav .navbar-nav.nav-list>li {
    padding: 0px 15px;
  }

  #main-menu .main-nav .navbar-nav.nav-list>li a {
    font-size: 14px;
  }

  .mm.mm--offcanvas.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  #main-menu .main-nav .searchbox-holder {
    position: absolute;
    top: 40px;
    right: 0px;
  }

  .mmenu-search,
  .mmenu-logo,
  .mmenu-close,
  .mmenu-open {
    display: block;
  }

  .ressub-nav {
    display: block;
  }

  .main-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-banner h1 {
    font-size: 41px;
  }

  .main-banner p {
    font-size: 22px;
  }

  .main-banner a {
    padding: 15px 28px;
  }

  [class*="foot-col-"] {
    padding-bottom: 20px;
  }

  .panel--from-bottom .panel_inner .panel-content:before {
    height: 40%;
  }

  .panel--from-bottom .panel_inner .panel-content .search-wraper {
    margin-top: 80px;
  }

  .panel--from-bottom .panel_inner .panel-content .search-wraper h2 {
    font-size: 28px;
  }

  .panel--from-bottom .panel_inner .panel-content .search-wraper form input {
    font-size: 22px;
  }
}

#home-intro {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #home-intro {
    margin-top: 60px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-intro {
    margin-top: 60px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #home-intro {
    margin-top: 55px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro {
    margin-top: 35px;
    margin-bottom: 0px;
  }
}

#home-intro h1 {
  font-family: "Futura Medium";
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 45px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 20px;
  text-transform: uppercase !important;
}


@media only screen and (max-width: 400px) {
  #home-intro br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #home-intro h1 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-intro h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #home-intro h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro h1 {
    font-size: 21px;
    text-transform: uppercase;
  }
}

#home-intro p {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Futura Light";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-intro p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #home-intro p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro p {
    font-size: 16px;
    line-height: 27px;
  }
}

#home-intro .explore {
  margin-top: 30px;
  display: block;
  font-family: "Futura Medium";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  width: 165px;
  height: 35px;
  display: block;
  line-height: 35px;
  border-bottom: 1px solid #2c2c2c;
  margin-left: auto;
  margin-right: auto;
}

#home-intro .explore:hover {
  width: 170px;
  color: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
}

#home-intro .feature-icons {
  margin-top: 77px;
  margin-bottom: 73px;
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  #home-intro .feature-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #home-intro .feature-icons .fi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi {
    text-align: center;
    min-width: 50%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:first-of-type {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}

#home-intro .feature-icons .fi:first-of-type img {
  width: 68px;
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:first-of-type img {
    width: 53px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:nth-of-type(2) {
    border-bottom: 1px solid #d9d9d9;
    padding-left: 15px;
  }
}

#home-intro .feature-icons .fi:nth-of-type(2) img {
  width: 38px;
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:nth-of-type(2) img {
    width: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:nth-of-type(3) {
    border-right: 1px solid #d9d9d9;
  }
}

#home-intro .feature-icons .fi:nth-of-type(3) img {
  width: 38px;
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:nth-of-type(3) img {
    width: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:nth-of-type(4) {
    padding-left: 15px;
  }
}

#home-intro .feature-icons .fi:nth-of-type(4) img {
  width: 46px;
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi:nth-of-type(4) img {
    width: 37px;
  }
}

#home-intro .feature-icons .fi h3 {
  font-family: "Futura Medium";
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 19px;
  text-align: center;
  color: #2c2c2c;
  max-width: 90px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #home-intro .feature-icons .fi h3 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi h3 {
    max-width: 100%;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.05em;
  }
}

#home-intro .feature-icons .fi img {
  margin-right: 14px;
}

@media only screen and (max-width: 767px) {
  #home-intro .feature-icons .fi img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.divider {
  height: 25px;
}

.slider-area {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area {
    margin: 70px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area {
    margin: 60px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .col-sm-6 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.slider-area h3 {
  font-family: "Futura Medium";
  font-size: 38px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .slider-area h3 {
    font-size: 29px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area h3 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area h3 {
    font-size: 21px;
    text-align: left;
    letter-spacing: 1px;
  }
}

.slider-area .categorise-list {
  margin-top: 35px;
}

.slider-area a.viewall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 281px;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  position: relative;
  margin-top: 60px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .slider-area a.viewall {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area a.viewall {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area a.viewall {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area a.viewall {
    margin-top: 20px;
    max-width: 174px;
    font-size: 9px;
    height: 38px;
    line-height: 38px;
  }
}

.slider-area a.viewall:after {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .slider-area a.viewall:after {
    font-size: 12px;
    right: 20px;
  }
}

.slider-area a.viewall:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

.slider-area a.viewall:hover:after {
  right: 25px;
}

@media only screen and (max-width: 767px) {
  .slider-area a.viewall:hover:after {
    right: 15px;
  }
}

.slider-area .slick-slide {
  margin: 0 12px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1600px) {
  .slider-area .slick-slide {
    margin: 0 6px;
    padding-bottom: 0;
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .slick-slide {
    margin: 0 6px;
    padding-bottom: 0;
  }
}

.slider-area .slick-list {
  margin: 0 -12px;
}

@media only screen and (max-width: 767px) {
  .slider-area .slick-list {
    margin: 0 -26px;
  }
}

.slider-area .slick-arrow {
  margin-top: -67px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slider-area .default-slider {
  margin-top: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .default-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area .default-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .default-slider {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
  }
}

.slider-area .featured-box {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

.slider-area .featured-box:hover {
  cursor: pointer;
}

.slider-area .featured-box:hover .image {
  border-color: #ccc;
}

.slider-area .featured-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-area .featured-box:hover .image .save {
  opacity: 1;
  visibility: visible;
}

.slider-area .featured-box:hover .title {
  color: rgba(34, 34, 34, 0.7);
}

.slider-area .featured-box .price-wrapper {
  position: relative;
  height: 30px;
}

.slider-area .featured-box:hover .price-wrapper .price {
  opacity: 0;
  visibility: visible;
}

.slider-area .featured-box:hover .price-wrapper .add-to-bag {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .slider-area .featured-box:hover .price-wrapper .add-to-bag {
    visibility: visible;
  }
}

.slider-area .featured-box .featured-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.slider-area .featured-box .badge {
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  display: block;
  text-align: center;
  background-color: #CC112B;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
  top: 23px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .slider-area .featured-box .badge {
    font-size: 10px;
    top: 15px;
    height: auto;
  }
}

.slider-area .featured-box .badge i {
  font-style: normal;
  width: 100%;
}

.slider-area .featured-box .badge.sale_badge {
  width: 81px;
  height: 33px;
}

@media only screen and (max-width: 767px) {
  .slider-area .featured-box .badge.sale_badge {
    max-width: 60px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.slider-area .featured-box .badge.out_badge {
  font-size: 11px;
  letter-spacing: 0.01em;
  line-height: 12px;
}

.slider-area .image {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #d4d4d4;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slider-area .image img {
  margin-left: auto;
  margin-right: auto;
}

.slider-area .image .save {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: block;
  width: 106px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #CC112B;
  color: #fff;
  text-transform: uppercase;
  font-family: "Futura Medium";
  font-size: 14px;
  letter-spacing: 0.15em;
  padding-left: 10px;
  border-top-left-radius: 4px;
  opacity: 0;
  visiblility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-area .image .save {
    font-size: 10px;
  }
}

.slider-area .image .save:hover {
  background-color: #CC112B;
}

.slider-area .image .save i {
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.slider-area .title {
  min-height: 40px;
  margin: 20px auto 13px;
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slider-area .title a {
  color: inherit;
  text-transform: uppercase !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .slider-area .title {
    font-size: 18px;
    line-height: 27px;
    min-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .title {
    font-size: 18px;
    line-height: 26px;
    min-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area .title {
    font-size: 17px;
    line-height: 25px;
    min-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .title {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    min-height: 20px;
  }
}

.slider-area .title a {
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slider-area .description {
  font-family: "Futura Book";
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: center;
  color: #a7a7a7;
  margin-top: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .slider-area .description {
    font-size: 22px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .description {
    font-size: 21px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area .description {
    font-size: 19px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .description {
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.slider-area .price-wrapper .price {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-top: 0px !important;
  font-weight: 400;
  margin-right: 0px;
}

.slider-area .price-wrapper .price .price-new {
  font-family: "Futura Book";
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #2c2c2c;
  display: inline-block;
  margin: 0px 5px;
}


.slider-area .price-wrapper .price .price-new.slection {
  color: #CF122C !important;

}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .slider-area .price-wrapper .price .price-new {
    font-size: 20px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .price-wrapper .price .price-new {
    font-size: 18px;
    line-height: 26px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area .price-wrapper .price .price-new {
    font-size: 16px;
    line-height: 26px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .price-wrapper .price .price-new {
    font-size: 12px;
    line-height: 28px;
    margin-right: 5px;
  }
}

.slider-area .price-wrapper .price .price-old {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #a7a7a7;
  text-decoration: line-through;
  display: inline-block;
  margin: 0px 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .slider-area .price-wrapper .price .price-old {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .price-wrapper .price .price-old {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slider-area .price-wrapper .price .price-old {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area .price-wrapper .price .price-old {
    font-size: 12px;
    line-height: 28px;
  }
}

.slider-area .price-wrapper .add-to-bag {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  display: block;
  width: 212px;
  height: 49px;
  line-height: 49px;
  background: #CC112B;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .slider-area .price-wrapper .add-to-bag {
    width: 100%;
  }
}

@media only screen and (max-width: 492px) {
  .slider-area .price-wrapper .add-to-bag {}
}

.slider-area .price-wrapper .add-to-bag:disabled,
.slider-area .price-wrapper .add-to-bag[disabled] {
  background-color: #dedcdc !important;
}

.slider-area .price-wrapper .add-to-bag:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

.category-block {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .category-block {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .category-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 512px;
  }
}

@media (min-width: 768px) {
  .category-block:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .category-block:nth-of-type(odd) .category-content {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .category-block:nth-of-type(odd) .category-content .ccin {
    margin-right: 65px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .category-block:nth-of-type(odd) .category-content .ccin {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .category-block:nth-of-type(odd) .category-image {
    margin-right: 0;
    margin-left: 10px;
  }
}

.category-block .category-image {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .category-block .category-image {
    margin-right: 10px;
    width: 50%;
  }
}

.category-block .category-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category-block .category-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .category-block .category-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 512px;
  }
}

.category-block .category-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.category-block .category-content {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .category-block .category-content {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .category-block .category-content {
    padding-left: 10px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .category-block .category-content .ccin {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-block .category-content .ccin {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .category-block .category-content .ccin {
    margin-right: 35px !important;
    margin-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .category-block .category-content .ccin {
    max-width: 620px;
    margin-right: auto;
    margin-left: 65px;
  }
}

.category-block .category-content .ccin h2 {
  font-family: "Futura Book";
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 65px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .category-block .category-content .ccin h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .category-block .category-content .ccin h2 {
    font-size: 21px;
  }
}

.category-block .category-content .ccin p {
  font-family: "Futura Book";
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 26px;
  text-align: center;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  .category-block .category-content .ccin p {
    font-size: 14px;
  }
}

.category-block .category-content .ccin a.explore {
  display: inline-block;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 29px;
  text-align: center;
  color: #2c2c2c;
  margin-top: 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .category-block .category-content .ccin a.explore {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
}

.category-block .category-content .ccin a.explore:after {
  font-family: "Font Awesome 5 Pro";
  color: #2c2c2c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  content: "\f105";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

.category-block .category-content .ccin a.explore:hover {
  color: rgba(34, 34, 34, 0.7);
}

.category-block .category-content .ccin a.explore:hover:after {
  right: -25px;
  color: rgba(34, 34, 34, 0.7);
}

.category-block .category-content .spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.category-block .category-content .more-images-wrap {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .category-block .category-content .more-images-wrap {
    margin-top: 30px;
  }
}

.category-block .category-content .more-images-wrap .more-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-right: -3px;
  margin-left: -3px;
}

.category-block .category-content .more-images-wrap .more-images img {
  width: 33.3333%;
  padding-left: 3px;
  padding-right: 3px;
}

.view-all-categories a.viewall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 281px;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .view-all-categories a.viewall {
    max-width: 174px;
    font-size: 9px;
    height: 38px;
    line-height: 38px;
  }
}

.view-all-categories a.viewall:after {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 65px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

.view-all-categories a.viewall:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

.view-all-categories a.viewall:hover:after {
  right: 60px;
}

#brands {
  margin-top: 140px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  #brands {
    margin-top: 75px;
    margin-bottom: 45px;
  }
}

#brands h3 {
  font-family: "Futura Medium";
  font-size: 38px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  #brands h3 {
    font-size: 28px;
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  #brands #brands-slider {
    overflow: hidden;
  }
}

#brands #brands-slider .slick-slide {
  margin: 0 20px;
}

#brands #brands-slider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

#brands #brands-slider .slick-list {
  margin: 0 -20px;
}

#brands #brands-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#brands #brands-slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#detailed-inner {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  #detailed-inner {
    margin-bottom: 70px;
  }
}

#detailed-inner #alert-inner,
#detailed-inner .alert-inner {
  margin-left: 15px;
  margin-right: 15px;
}

#detailed-inner #product-area {
  margin-top: 50px;
  margin-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area {
    margin-bottom: 70px;
  }
}

#detailed-inner #product-area .product-image-slider {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  #detailed-inner #product-area .product-image-slider {
    max-width: 620px;
  }
}

#detailed-inner #product-area .product-image-slider:hover .zoom {
  display: block;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

#detailed-inner #product-area .product-image-slider .zoom {
  position: absolute;
  right: 35px;
  bottom: 35px;
  background: none;
  border: none;
  padding: 0px;
  color: #868686;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: none;
}

#detailed-inner #product-area .product-image-slider .zoom.deactive {
  display: none;
}

#detailed-inner #product-area .product-image-slider .zoom i {
  font-size: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#detailed-inner #product-area .product-image-slider .zoom:hover {
  cursor: pointer;
  color: rgba(34, 34, 34, 0.7);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#detailed-inner #product-area .product-image-slider .slider-for {
  margin-bottom: 30px;
  border: 1px solid #dedcdc;
}

#detailed-inner #product-area .product-image-slider .slider-for:hover {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

#detailed-inner #product-area .product-image-slider .slider-for img {
  width: 100%;
}

#detailed-inner #product-area .product-image-slider .slider-for #slide-video video {
  width: 100%;
}

#detailed-inner #product-area .product-image-slider .slider-nav {
  max-width: 485px;
}

#detailed-inner #product-area .product-image-slider .slider-nav img {
  border: 1px solid #dedcdc;
}

#detailed-inner #product-area .product-image-slider .slider-nav img:hover {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

#detailed-inner #product-area .product-image-slider .slider-nav .slick-slide {
  margin: 0 10px;
}

#detailed-inner #product-area .product-image-slider .slider-nav .slick-slide.slick-current img {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

#detailed-inner #product-area .product-image-slider .slider-nav .slick-list {
  margin: 0 -10px;
}

@media only screen and (min-width: 1200px) {
  #detailed-inner #product-area #product-rhs {
    padding-left: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs {
    padding-left: 25px;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs {
    padding-left: 0px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs {
    padding-left: 0px;
    padding-top: 40px;
  }
}

#detailed-inner #product-area #product-rhs .additional-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  margin-top: 40px;
}


@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .additional-options {
    flex-direction: column;
    align-items: start;
  }
}

#detailed-inner #product-area #product-rhs .additional-options label.control-label {
  font-family: "Futura Medium";
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  margin-right: 20px;
  text-transform: uppercase;
}

#detailed-inner #product-area #product-rhs .additional-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto !important;
}

#detailed-inner #product-area #product-rhs .additional-options .bootstrap-select {
  margin-left: auto;
  margin-right: 125px;
}

@media only screen and (max-width: 767px) {

  #detailed-inner #product-area #product-rhs .additional-options .bootstrap-select {
    margin-left: 0;
    margin-right: 125px;
  }


}

#detailed-inner #product-area #product-rhs .additional-options .bootstrap-select .btn {
  font-family: "Futura Medium";
  font-size: 19px;
  letter-spacing: 0.01em;
  text-align: right;
  color: #2c2c2c;
  text-transform: uppercase;
  border: 0;
  background-color: #fff;
}


@media only screen and (max-width: 767px) {

  #detailed-inner #product-area #product-rhs .additional-options .bootstrap-select .btn {
    padding-left: 0;
  }


}

#detailed-inner #product-area #product-rhs .additional-options .bootstrap-select .btn .dropdown-menu {
  border-radius: 0;
}

#detailed-inner #product-area #product-rhs .additional-options .bootstrap-select .btn.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#detailed-inner #product-area #product-rhs .additional-options .bootstrap-select .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#detailed-inner #product-area #product-rhs .additional-options .bootstrap-select .btn.bs-placeholder {
  font-family: "Futura Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #d4d4d4;
}

#detailed-inner #product-area #product-rhs .product-name {
  font-family: "Futura Book Regular";
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 51px;
  text-align: left;
  color: #2c2c2c;
  max-width: 630px;
  font-weight: bold;
  min-height: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #detailed-inner #product-area #product-rhs .product-name {
    font-size: 30px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs .product-name {
    font-size: 28px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs .product-name {
    font-size: 26px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-name {
    font-size: 20px;
    line-height: 25px;
  }
}

#detailed-inner #product-area #product-rhs .product-code {
  font-family: "Futura Medium";
  font-size: 20px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  margin-bottom: 15px;
  color: #2c2c2c;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-code {
    font-size: 15px;
  }
}

#detailed-inner #product-area #product-rhs .product-code a {
  color: inherit;
}

#detailed-inner #product-area #product-rhs .product-code a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#detailed-inner #product-area #product-rhs .price {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #detailed-inner #product-area #product-rhs .price {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs .price {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs .price {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .price {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
}

#detailed-inner #product-area #product-rhs .price .price-new {
  font-family: "Futura Book";

  font-size: 24px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #detailed-inner #product-area #product-rhs .price .price-new {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs .price .price-new {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs .price .price-new {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .price .price-new {
    font-size: 16px;
  }
}

#detailed-inner #product-area #product-rhs .price .price-old {
  font-family: "Futura Book";
  font-size: 24px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #CC112B;
  margin-left: 45px;
  text-decoration: line-through;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #detailed-inner #product-area #product-rhs .price .price-old {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs .price .price-old {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs .price .price-old {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .price .price-old {
    font-size: 16px;
    margin-left: 20px;
  }
}

#detailed-inner #product-area #product-rhs button.wishlist {
  background: transparent;
  border-radius: 50%;
  padding: 0 !important;
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs button.wishlist {
    margin-left: 15px;
  }
}

#detailed-inner #product-area #product-rhs button.wishlist:focus {
  outline: none;
}

#detailed-inner #product-area #product-rhs button.wishlist:hover {
  color: rgba(34, 34, 34, 0.7);
  background-color: #CC112B;
}

#detailed-inner #product-area #product-rhs button.wishlist:hover i {
  color: rgba(34, 34, 34, 0.7);
}

#detailed-inner #product-area #product-rhs button.wishlist i {
  color: #d4d4d4;
  font-size: 58px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#detailed-inner #product-area #product-rhs .share {
  display: block;
  text-transform: uppercase;
  font-family: "Futura Medium";
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .share {
    font-size: 14px;
    text-align: center;
  }
}

#detailed-inner #product-area #product-rhs .share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

#detailed-inner #product-area #product-rhs .share li:last-child {
  margin-right: 0;
}

#detailed-inner #product-area #product-rhs .share li a:hover i {
  color: rgba(34, 34, 34, 0.7);
}

#detailed-inner #product-area #product-rhs .share li a i {
  font-size: 24px;
  color: #2c2c2c;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .share li a i {
    font-size: 18px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 55px;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-decription {
    padding-bottom: 20px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs {
  border: 0 !important;
  padding: 0;
  margin-bottom: 15px;
  padding-top: 20px;
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li {
  border: 0 !important;
  margin-left: 0px;
  margin-right: 40px;
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li:last-child {
  margin-right: 0px;
  padding-left: 0px !important;
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #detailed-inner #product-area #product-rhs .product-decription .nav-tabs li {
    margin-right: 20px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li:focus,
#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li:hover {
  background-color: transparent !important;
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li:focus a,
#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li:hover a {
  background-color: transparent !important;
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li a {
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #a7a7a7;
  text-transform: uppercase;
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-decription .nav-tabs li a {
    font-size: 16px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li a:focus,
#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li a:hover {
  background-color: transparent !important;
  color: #2c2c2c;
}

#detailed-inner #product-area #product-rhs .product-decription .nav-tabs li.active a {
  color: #2c2c2c;
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-decription .nav-tabs li.active a {
    font-size: 16px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription table {
  width: auto;
}

#detailed-inner #product-area #product-rhs .product-decription table tr {
  border: 0;
}

#detailed-inner #product-area #product-rhs .product-decription table td {
  font-family: "Futura Book Regular";
  font-size: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #343538;
  border: 0;
  padding: 0;
  padding-bottom: 4px;
  padding-left: 0;
  padding-top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs .product-decription table td {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs .product-decription table td {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-decription table td {
    font-size: 16px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription table td:first-of-type {
  font-family: "Futura Book Regular";
  color: #7e7e7e;
  padding-right: 100px;
}

#detailed-inner #product-area #product-rhs .product-decription p {
  font-family: "Futura Book Regular";
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 30px;
  text-align: left;
  color: #343538;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs .product-decription p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs .product-decription p {
    font-size: 17px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-decription p {
    font-size: 16px;
    line-height: 28px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription p:last-child {
  margin-bottom: 0;
}

#detailed-inner #product-area #product-rhs .product-decription ul li {
  font-family: "Futura Medium";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #2c2c2c;
  list-style: disc;
  margin-left: 20px;
  padding-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs .product-decription ul li {
    font-size: 17px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .product-decription ul li {
    font-size: 16px;
    line-height: 28px;
  }
}

#detailed-inner #product-area #product-rhs .product-decription ul li:last-child {
  margin-bottom: 0;
}

#detailed-inner #product-area #product-rhs #count-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 650px;
}

@media only screen and (max-width: 992px) {
  #detailed-inner #product-area #product-rhs #count-add {
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add {
    max-width: 450px;
  }
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap {
  width: 100%;
  -ms-flex-preferred-size: 171px;
  flex-basis: 171px;
  max-width: 161px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs #count-add .count-inp-wrap {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add .count-inp-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 90px !important;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 350px) {
  #detailed-inner #product-area #product-rhs #count-add .count-inp-wrap {
    max-width: 100% !important;
    margin: 5px auto 15px;
  }
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.11em;
  color: #999999;
  margin-right: 28px;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input input {
  width: 80px;
  height: 55px;
  border: 0;
  background: none;
  text-align: center;
  font-family: "Futura Medium";
  font-size: 25px;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input input {
    margin-left: 0px;
    font-size: 18px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
  }
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input input:focus {
  outline: none;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input .incr-btn {
  display: block;
  position: absolute;
  width: 20px;
  height: 55px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 55px;
  top: 0;
  text-decoration: none;
  color: #a8aaab;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input .incr-btn {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
  }
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input .incr-btn:first-child {
  right: auto;
  left: 0;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input .incr-btn:hover {
  color: rgba(34, 34, 34, 0.7);
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input .incr-btn.decrease {
  left: 0;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input .incr-btn.increase {
  right: 0;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input.count-input-sm {
  max-width: 125px;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input.count-input-sm input {
  height: 36px;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input.count-input-lg {
  max-width: 200px;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input.count-input-lg input {
  height: 70px;
  border-radius: 3px;
}

#detailed-inner #product-area #product-rhs #count-add button[type="submit"] {
  font-family: "Futura Book";
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #2c2c2c;
  -ms-flex-preferred-size: 357px;
  flex-basis: 357px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 55px;
  line-height: 44px;
  background: #222222;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  margin-left: 10px;
  margin-right: 10px;

  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#detailed-inner #product-area #product-rhs #count-add button[type="submit"]:disabled,
#detailed-inner #product-area #product-rhs #count-add button[type="submit"][disabled] {
  background-color: #dedcdc !important;
}

@media only screen and (min-width: 1200px) {
  #detailed-inner #product-area #product-rhs #count-add button[type="submit"] {
    font-size: 20px;
    max-width: 340px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #product-area #product-rhs #count-add button[type="submit"] {
    margin-left: 10px;
    font-size: 18px;
    max-width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add button[type="submit"] {
    margin-left: 0px;
    font-size: 18px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add button[type="submit"] {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 355px) {
  #detailed-inner #product-area #product-rhs #count-add button[type="submit"] {
    margin-left: 0px !important;
  }
}

#detailed-inner #product-area #product-rhs #count-add button[type="submit"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#detailed-inner #product-area #product-rhs #count-add #notify-available {
  margin-left: auto;
  margin-top: 18px;
  margin-right: 150px;
  position: absolute;
  bottom: -30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add #notify-available {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

#detailed-inner #product-area #product-rhs #count-add #notify-available a {
  font-family: "Futura Book";
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: right;
  color: #2c2c2c;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add #notify-available a {
    font-size: 13px;
  }
}

#detailed-inner #product-area #product-rhs #count-add #notify-available a:before {
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "\f0e0";
  color: #2c2c2c;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs #count-add #notify-available a:before {
    font-size: 13px;
  }
}

#detailed-inner #product-area #product-rhs #count-add #notify-available a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#detailed-inner #product-area #product-rhs #count-add #notify-available a:hover:before {
  color: rgba(34, 34, 34, 0.7);
}

#detailed-inner #featured {
  margin-bottom: 0;
}

#detailed-inner #featured h3 {
  text-align: left;
  text-transform: capitalize;
  font-family: "Futura Book";
  font-size: 38px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #detailed-inner #featured h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #detailed-inner #featured h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #detailed-inner #featured h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #featured h3 {
    font-size: 20px;
    text-align: left;
  }
}

#product-modal .close {
  position: absolute;
  top: 24px;
  right: 36px;
  z-index: 1;
  width: 51px;
  height: 51px;
  color: #fff;
  border-radius: 50%;
  background-color: #2c2c2c;
  font-size: 50px;
  font-weight: 300;
  opacity: 1;
  font-family: serif;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}


@media only screen and (max-width: 767px) {
  #product-modal .close {
    font-size: 31px;
    width: 31px;
    height: 31px;
  }
}

#product-modal .close:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#product-modal .modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  max-width: 779px;
  width: 100%;
}

@media (max-width: 768px) {
  #product-modal .modal-dialog {
    min-height: calc(100vh - 20px);
    margin: auto;
    max-width: 95%;

  }
}

#product-modal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 45px 50px 35px 50px;
}


@media (max-width: 768px) {
  #product-modal .modal-dialog .modal-content {
    padding: 25px;
    max-height: 400px;

  }

}

#product-modal .modal-dialog .modal-content h3 {
  font-family: "Futura Medium";
  font-size: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 30px;
}

#product-modal .modal-dialog .modal-content p {
  font-family: "Futura Book";
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: left;
  color: #343538;
  margin-bottom: 20px;
}

#product-modal .modal-dialog .modal-content .success-sent {
  display: none;
}

#product-modal .modal-dialog .modal-content .success-sent i {
  color: #2c2c2c;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

#product-modal .modal-dialog .modal-content label {
  font-family: "Futura Book";
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 28px;
  text-align: left;
  color: #dfdfdf;
  text-transform: uppercase;
}

#product-modal .modal-dialog .modal-content input[type="email"] {
  width: 100%;
  display: block;
  height: 75px;
  padding: 0 20px;
  font-family: "Futura Book";
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  border: 1px solid #dedcdc;
}

#product-modal .modal-dialog .modal-content input[type="email"].placeholder {
  color: #dfdfdf;
}

#product-modal .modal-dialog .modal-content input[type="email"]:-moz-placeholder {
  color: #dfdfdf;
}

#product-modal .modal-dialog .modal-content input[type="email"]::-moz-placeholder {
  color: #dfdfdf;
}

#product-modal .modal-dialog .modal-content input[type="email"]:-ms-input-placeholder {
  color: #dfdfdf;
}

#product-modal .modal-dialog .modal-content input[type="email"]::-webkit-input-placeholder {
  color: #dfdfdf;
}

#product-modal .modal-dialog .modal-content button[type="submit"] {
  display: block;
  width: 100%;
  max-width: 291px;
  height: 61px;
  border: 0;
  background-color: #2c2c2c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.04em;
  border-radius: 0;
  color: #fff;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  #product-modal .modal-dialog .modal-content button[type="submit"] {
    max-width: 100%;
  }
}

#product-modal .modal-dialog .modal-content button[type="submit"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#listing-area {
  margin-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area {
    margin-bottom: 50px;
  }
}



#listing-area .listing-block {
  margin-top: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area .listing-block {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area .listing-block {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .listing-block {
    margin-top: 35px;
  }
}

#listing-area .listing-block #hideshow {
  font-family: "Futura Medium";
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.09em;
  text-align: left;
  color: #343538;
  border: 1px solid #d1d1d1;
  height: 59px;
  line-height: 59px;
  padding: 0;
  padding-left: 18px;
  display: block;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 768px) {
  #listing-area .listing-block #hideshow {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .listing-block #hideshow {
    font-size: 14px !important;
  }
}

#listing-area .intro {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area .intro {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area .intro {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro {
    margin-bottom: 50px;
  }
}

#listing-area .intro h2 {
  font-family: "Futura Medium";
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 65px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #listing-area .intro h2 {
    font-size: 38px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area .intro h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area .intro h2 {
    font-size: 33px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro h2 {
    margin-bottom: 25px;
  }
}

#listing-area .intro p {
  max-width: 930px;
  width: 100%;
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #listing-area .intro p {
    font-size: 19px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area .intro p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area .intro p {
    font-size: 17px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro p {
    font-size: 16px;
    line-height: 28px;
  }
}

#listing-area h2.filter-title {
  font-family: "Futura Medium";
  font-size: 24px;
  letter-spacing: 0.09em;
  line-height: 16.8px;
  text-align: left;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area h2.filter-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area h2.filter-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area h2.filter-title {
    display: none;
  }
}

#listing-area #listing-filters {
  margin-top: 10px;
  width: auto !important;
}

@media (min-width: 1200px) {
  #listing-area #listing-filters {
    padding-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area #listing-filters {
    border-bottom: 1px solid #ddd;
    margin: 20px 10px;
    display: none;
  }
}

#listing-area #listing-filters .filter-out {
  width: 100% !important;
}

#listing-area #listing-filters h3 {
  font-family: "Futura Book";
  font-size: 21px;
  letter-spacing: 0.09em;
  line-height: 16.8px;
  color: #2c2c2c;
  text-transform: uppercase;
  padding-top: 16px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area #listing-filters h3 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area #listing-filters h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area #listing-filters h3 {
    font-size: 16px;
  }
}

#listing-area #listing-filters h3:hover {
  color: rgba(34, 34, 34, 0.7);
  cursor: pointer;
}

#listing-area #listing-filters h3:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  position: absolute;
  right: 5px;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#listing-area #listing-filters h3.active:after {
  content: "\f068";
}

@media only screen and (max-width: 767px) {
  #listing-area #listing-filters h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area #listing-filters h3.ui-state-active:after {
    content: "\f068";
  }
}

#listing-area #listing-filters h3:focus {
  outline: none !important;
}

#listing-area #listing-filters .filter-box {
  margin-bottom: 50px;
  width: 100% !important;
}

#listing-area #listing-filters .filter-box .filter-in {
  padding-top: 10px;
}

#listing-area #listing-filters .filter-box .hideContent {
  overflow: hidden;
  height: 16em;
}

#listing-area #listing-filters .filter-box .showContent {
  height: auto;
}

#listing-area #listing-filters .filter-box .control input:checked~.control__indicator {
  border-color: #CC112B;
  background-color: #CC112B;
}

#listing-area #listing-filters .filter-box .control--checkbox {
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: "Futura Book";
  font-size: 17px;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area #listing-filters .filter-box .control--checkbox {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area #listing-filters .filter-box .control--checkbox {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area #listing-filters .filter-box .control--checkbox {
    font-size: 16px;
  }
}

#listing-area #listing-filters .filter-box .control--checkbox .control__indicator {
  width: 20px;
  height: 20px;
  border: 2px solid #d4d4d4;
}

#listing-area #listing-filters .filter-box .control--checkbox .control__indicator:focus {
  border-color: #CC112B;
}

#listing-area #listing-filters .filter-box .control--checkbox .control__indicator:after {
  left: 6px;
  top: 3px;
}

#listing-area #listing-filters .filter-box .control--checkbox:hover .control__indicator {
  background: #CC112B;
  border-color: #CC112B;
}

#listing-area #listing-filters .more a {
  font-family: "Futura Book";
  font-size: 17px;
  letter-spacing: 0.09em;
  line-height: 38px;
  text-align: left;
  color: #747474;
  text-transform: uppercase;
  margin-left: 40px;
  display: block;
  padding-top: 5px;
}

#listing-area #listing-filters .more a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#listing-area .intro-info {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #listing-area .intro-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info {
    text-align: center;
  }
}

#listing-area .intro-info .left-info {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area .intro-info .left-info {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area .intro-info .left-info {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info .left-info {
    display: none;
  }
}

@media (min-width: 768px) {
  #listing-area .intro-info .sort {
    position: relative;
    bottom: 6px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info .sort {
    text-align: center;
    margin-top: 15px;
  }
}

#listing-area .intro-info .sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  background: none;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #listing-area .intro-info .sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info .sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    width: 100%;
  }
}

#listing-area .intro-info .sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):focus {
  outline: 0;
}

#listing-area .intro-info .sort .btn {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
  border-radius: 0px;
  border: 0;
  padding-left: 10px;
  padding-right: 30px;
  background: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info .sort .btn:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0dc";
    display: inline-block;
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area .intro-info .sort .btn {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area .intro-info .sort .btn {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info .sort .btn {
    font-family: "Futura Medium";
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.09em;
    color: #343538;
    border: 1px solid #d1d1d1;
    height: 59px;
    padding: 0;
    padding-left: 18px;
    display: block;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
  }
}

#listing-area .intro-info .sort .btn:focus {
  outline: 0;
  background: #fff;
}

#listing-area .intro-info .sort .btn:hover {
  background: #fff;
  cursor: pointer;
}

#listing-area .intro-info .sort .btn .filter-option {
  background-color: #fff;
}

@media (min-width: 768px) {
  #listing-area .intro-info .sort .btn .filter-option {
    text-align: center;
    position: relative;
    left: 4px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info .sort .btn .filter-option {
    text-align: left;
  }
}

#listing-area .intro-info .sort button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#listing-area .intro-info .sort button:hover {
  background: none;
}

#listing-area .intro-info .sort div.open .caret:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: rgba(34, 34, 34, 0.7);
}

#listing-area .intro-info .sort .caret {
  border: none;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  bottom: 20px;
  position: relative;
  left: 10px;
}

#listing-area .intro-info .sort .caret:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  display: inline-block;
  font-size: 14px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #listing-area .intro-info .sort .caret:after {
    display: none;
  }
}

#listing-area .intro-info .sort .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff !important;
}

#listing-area .intro-info .sort .btn-default.active,
#listing-area .intro-info .sort .btn-default:active,
#listing-area .intro-info .sort .btn-default:focus,
#listing-area .intro-info .sort .btn-default:hover,
#listing-area .intro-info .sort .open>.btn-default.dropdown-toggle {
  background: none;
  background: #fff !important;
}

#listing-area .intro-info .sort .dropdown-menu {
  padding: 5px 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

#listing-area .intro-info .sort .dropdown-menu li a {
  font-family: "Futura Book";
  font-size: 15px;
  padding: 5px 10px;
  color: #2c2c2c;
}

#listing-area .intro-info .sort .dropdown-menu li a:hover {
  color: #fff;
  background-color: #CC112B;
}

#listing-area #product-list {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
}

#listing-area #product-list .featured-box {
  margin-bottom: 77px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area #product-list .featured-box {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area #product-list .featured-box {
    margin-bottom: 35px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area #product-list .featured-box .count-add button[type="submit"] {
    max-width: 115px;
    font-size: 14px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area #product-list .featured-box .count-add button[type="submit"] {
    max-width: 115px;
    font-size: 14px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area #product-list .featured-box .count-add .count-inp-wrap {
    max-width: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area #product-list .featured-box .price .price-new {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area #product-list .featured-box .price .price-old {
    margin-left: 10px;
    font-size: 15px;
  }
}

#listing-area .show-results {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #listing-area .show-results {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #listing-area .show-results {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #listing-area .show-results {
    font-size: 16px;
    text-align: center;
  }
}

#listing-area .show-results span {
  font-family: "Futura Book";
  color: #2c2c2c;
}

.pagination {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  position: relative;
  font-size: 0;
}

.pagination:before {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
  background-color: #eee;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #2C2C2C),
    color-stop(30%, #eee),
    color-stop(70%, #eee)
  );
  background: -webkit-linear-gradient(left, #2C2C2C 30%, #eee 30%, #eee 70%);
  background: -o-linear-gradient(left, #2C2C2C 30%, #eee 30%, #eee 70%);
  background: linear-gradient(to right, #2C2C2C 30%, #eee 30%, #eee 70%); */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .pagination {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 10px;
  }
}

.pagination li {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}

.pagination li:first-of-type a {
  border-left: 1px solid #dedede;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination li:last-of-type span {
  border-left: 0 !important;
}

.pagination li.active a,
.pagination li:hover a {
  background-color: rgba(221, 95, 172, 0.7);
  color: #fff;
}

.pagination li span {
  border: 1px solid #dedede;
}

.pagination li a,
.pagination li span {
  font-family: "Futura Book";
  font-size: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #2c2c2c;
  width: 61px;
  height: 65px;
  line-height: 65px;
  display: block;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 0;
  margin: 0;
}

.pagination li a:hover,
.pagination li span:hover {
  color: rgba(34, 34, 34, 0.7);
}

.pagination li a:hover i,
.pagination li span:hover i {
  color: rgba(34, 34, 34, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .pagination li a,
  .pagination li span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {

  .pagination li a,
  .pagination li span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
  }
}

.pagination li a i,
.pagination li span i {
  font-size: 26px;
  position: relative;
  color: #2c2c2c;
  position: relative;
  top: 3px;
}

.alert {
  font-family: "Futura Book" !important;
}

#support {
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #support {
    padding-bottom: 60px;
  }
}

#support h2 {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 47px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #343538;
  margin-top: 35px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #support h2 {
    font-size: 43px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #support h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

#support h3 {
  color: #343538;
  border: 0;
  border-bottom: 1px solid #eceaea;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 23px;
  line-height: 25.45px;
  padding: 35px 15px 35px 35px;
  position: relative;
  background: none;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #support h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 30px 15px 30px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support h3 {
    font-size: 19px;
    line-height: 26px;
    padding: 25px 15px 25px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support h3 {
    font-size: 19px;
    line-height: 24px;
    padding: 20px 15px 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
  #support h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 15px 20px 25px;
  }
}

#support h3:hover {
  color: rgba(34, 34, 34, 0.7);
  cursor: pointer;
}

#support h3:hover:before {
  color: rgba(34, 34, 34, 0.7);
}

#support h3:focus {
  outline: none;
}

#support h3:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: block;
  left: 0;
  font-size: 22px;
  color: rgba(34, 34, 34, 0.7);
  content: "\f067";
  top: 35px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #support h3:before {
    top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support h3:before {
    top: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support h3:before {
    font-size: 16px;
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #support h3:before {
    font-size: 16px;
    top: 20px;
  }
}

#support h3.ui-state-active {
  border-bottom: 0;
}

#support h3.ui-state-active:before {
  content: "\f068";
}

#support .ui-accordion-content {
  border: 0;
  border-bottom: 1px solid #eceaea;
  padding: 0;
  padding-bottom: 35px;
  background: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #support .ui-accordion-content {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support .ui-accordion-content {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support .ui-accordion-content {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #support .ui-accordion-content {
    padding-bottom: 20px;
  }
}

#support .ui-accordion-content p {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support .ui-accordion-content p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support .ui-accordion-content p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #support .ui-accordion-content p {
    font-size: 16px;
    line-height: 27px;
  }
}

#support .ui-accordion-content p:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #support .ui-accordion-content p {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support .ui-accordion-content p {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support .ui-accordion-content p {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #support .ui-accordion-content p {
    padding-left: 30px;
  }
}

#support .ui-accordion-content p a {
  color: rgba(34, 34, 34, 0.7);
}

#support .ui-accordion-content p a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#support .ui-accordion-content ul {
  padding-bottom: 20px;
}

#support .ui-accordion-content ul li {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #2c2c2c;
  text-align: left;
  padding-left: 35px;
  padding-right: 15px;
  margin-left: 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support .ui-accordion-content ul li {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support .ui-accordion-content ul li {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #support .ui-accordion-content ul li {
    font-size: 16px;
    line-height: 27px;
  }
}

#support .ui-accordion-content ul li:last-child {
  margin-bottom: 0px;
}

#support .ui-accordion-content ul li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 15px;
  top: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #support .ui-accordion-content ul li {
    padding-left: 30px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #support .ui-accordion-content ul li {
    padding-left: 30px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support .ui-accordion-content ul li {
    padding-left: 30px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #support .ui-accordion-content ul li {
    padding-left: 30px;
    margin-left: 20px;
  }
}

#support .ui-accordion-content ul li a {
  color: rgba(34, 34, 34, 0.7);
}

#support .ui-accordion-content ul li a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#support .ui-accordion-content table {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

#support .ui-accordion-content table tr td {
  border: 1px solid #eceaea;
  font-family: "Futura Book";
  font-size: 15px;
  line-height: 24px;
  color: #070707;
  padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #support .ui-accordion-content table tr td {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  #support .ui-accordion-content table tr td {
    font-size: 14px;
    line-height: 22px;
  }
}

#wishlist {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #wishlist {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #wishlist {
    padding-bottom: 60px;
  }
}

#wishlist h2 {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 47px;
  letter-spacing: 0.01em;
  color: #343538;
  margin-top: 65px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist h2 {
    font-size: 43px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #wishlist h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #wishlist h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

#wishlist table {
  width: 100%;
}

@media (max-width: 991px) {
  #wishlist table tr {
    position: relative;
  }
}

#wishlist table th {
  font-family: "Futura Medium";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 23px;
  text-align: left;
  color: #2c2c2c;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}

#wishlist table th.product-name {
  padding-left: 20px;
}

#wishlist table th.product-price,
#wishlist table th.stock-status,
#wishlist table th.total {
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table th.stock-status {
    width: 180px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table th.stock-status {
    width: 180px !important;
  }
}

#wishlist table th.product-price,
#wishlist table th.stock-status {
  width: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {

  #wishlist table th.product-price,
  #wishlist table th.stock-status {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #wishlist table th.product-price,
  #wishlist table th.stock-status {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

#wishlist table th.total {
  width: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table th.total {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table th.total {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

#wishlist table th.remove {
  width: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table th.remove {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table th.remove {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#wishlist table td {
  padding-top: 28px;
  padding-bottom: 28px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#wishlist table td .product-image {
  padding-left: 8px;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  #wishlist table td .product-image {
    display: block !important;
    padding-left: 0;
    width: auto !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table td .product-image {
    width: 140px;
  }
}

#wishlist table td .product-image a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#wishlist table td .product-image img {
  /* border: 1px solid #cccccc; */
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 114px;
}

@media only screen and (max-width: 767px) {
  #wishlist table td .product-image img {
    margin: 0px auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #wishlist table td .product-image img {
    margin: 0px auto;
    display: block;
  }
}

#wishlist table td .product-name {
  display: inline-block;
  vertical-align: middle;
  width: 315px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table td .product-name {
    width: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table td .product-name {
    width: 180px;
  }
}

@media only screen and (max-width: 991px) {
  #wishlist table td .product-name {
    display: block !important;
    padding-left: 0;
    width: auto !important;
    margin-top: 15px;
  }
}

#wishlist table td .product-name a {
  font-family: "Futura Medium";
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table td .product-name a {
    font-size: 17px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table td .product-name a {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #wishlist table td .product-name a {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #wishlist table td .product-name a {
    font-size: 16px;
    line-height: 25px;
  }
}

#wishlist table td .product-name a small {
  font-family: "Futura Book";
}

#wishlist table td .product-name a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#wishlist table td .product-name .product-code a {
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

#wishlist table td.product-price,
#wishlist table td.stock-status {
  font-family: "Futura Medium";
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #2c2c2c;
  text-transform: uppercase;
  text-align: center;
}

#wishlist table td.product-price s,
#wishlist table td.stock-status s {
  display: block;
  margin-top: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {

  #wishlist table td.product-price,
  #wishlist table td.stock-status {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #wishlist table td.product-price,
  #wishlist table td.stock-status {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #wishlist table td.product-price,
  #wishlist table td.stock-status {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {

  #wishlist table td.product-price,
  #wishlist table td.stock-status {
    font-size: 16px;
  }
}

#wishlist table td.add-to-cart {
  text-align: center;
  font-family: "Futura Medium";
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #2c2c2c;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table td.add-to-cart {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table td.add-to-cart {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #wishlist table td.add-to-cart {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #wishlist table td.add-to-cart {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #wishlist table td.add-to-cart {
    padding-bottom: 22px !important;
  }
}

#wishlist table td.add-to-cart button {
  width: 185px;
  height: 57px;
  line-height: 54px;
  background: #2c2c2c;
  padding: 0;
  background-color: #2c2c2c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.06em;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table td.add-to-cart button {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table td.add-to-cart button {
    width: 150px;
  }
}

#wishlist table td.add-to-cart button:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#wishlist table td.remove {
  width: 135px;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #wishlist table td.remove {
    width: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wishlist table td.remove {
    width: 100px;
  }
}

@media (max-width: 991px) {
  #wishlist table td.remove {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    border-bottom: 0;
  }
}

#wishlist table td.remove button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: 8px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#wishlist table td.remove button i {
  font-size: 28px;
  color: #2c2c2c;
}

@media (max-width: 991px) {
  #wishlist table td.remove button i {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  #wishlist table td.remove button {
    margin-right: 0;
  }
}

#wishlist table td.remove button:hover i {
  color: rgba(34, 34, 34, 0.7);
}

@media only screen and (max-width: 991px) {
  #wishlist table {}

  #wishlist table td,
  #wishlist table tr {
    display: block;
  }

  #wishlist table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: auto !important;
  }

  #wishlist table tr {
    border: 1px solid rgba(34, 34, 34, 0.7);
  }

  #wishlist table tr+tr {
    margin-top: 1.5em;
  }

  #wishlist table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    background-color: #fafafa;
    text-align: center;
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: auto !important;
  }

  #wishlist table td:before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  #about-content {
    padding-bottom: 60px;
  }
}

#about-content h3 {
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 15px;
}

#about-content .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 200px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #about-content .about-wrapper {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about-content .about-wrapper {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about-content .about-wrapper {
    margin-bottom: 70px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #about-content .about-wrapper {
    margin-bottom: 60px;
    display: block;
  }
}

#about-content .about-wrapper:first-child {
  margin-top: 0px;
}

#about-content .about-wrapper:nth-child(2n) .image-holder {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#about-content .about-wrapper .image-holder {
  width: 45%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about-content .about-wrapper .image-holder {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #about-content .about-wrapper .image-holder {
    width: 100%;
  }
}

#about-content .about-wrapper .image-holder img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about-content .about-wrapper .image-holder img {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about-content .about-wrapper .image-holder img {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  #about-content .about-wrapper .image-holder img {
    width: 400px;
  }
}

#about-content .about-wrapper .content-block {
  width: 45%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-right: 50px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #about-content .about-wrapper .content-block {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about-content .about-wrapper .content-block {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about-content .about-wrapper .content-block {
    padding-right: 0px;
    width: 100%;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #about-content .about-wrapper .content-block {
    padding-right: 0px;
    width: 100%;
    padding-top: 30px;
  }
}

#about-content .about-wrapper .content-block h2 {
  font-family: "Futura Medium";
  font-weight: normal;
  font-size: 2.938em;
  line-height: 1.3;
  color: #050005;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #about-content .about-wrapper .content-block h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about-content .about-wrapper .content-block h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about-content .about-wrapper .content-block h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #about-content .about-wrapper .content-block h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
  }
}

#about-content .about-wrapper .content-block p {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #2c2c2c;
}

#about-content .about-wrapper .content-block a {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #222222;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about-content .about-wrapper .content-block p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about-content .about-wrapper .content-block p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #about-content .about-wrapper .content-block p {
    font-size: 16px;
    line-height: 27px;
  }
}

#about-content .about-wrapper .content-block p:last-child {
  margin-bottom: 0px;
}

#news-listing {
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-listing {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing {
    font-size: 14px;
  }
}

#news-listing header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #news-listing header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-listing header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing header {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
}

#news-listing header .total-results {
  width: 25%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  #news-listing header .total-results {
    text-align: center;
    width: 100%;
  }
}

#news-listing header .total-results span {
  font-family: "Futura Book";
  display: block;
  color: #999999;
  font-size: 1.063em;
}

#news-listing header .title {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #news-listing header .title {
    width: 100%;
  }
}

#news-listing header .title h2 {
  font-family: "Futura Medium";
  font-size: 54px;
  letter-spacing: -0.04em;
  line-height: 1.42;
  color: #343538;
  font-size: 3.375em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-listing header .title h2 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing header .title h2 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing header .title h2 {
    font-size: 3em;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#news-listing header .filter {
  text-align: right;
  width: 25%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  #news-listing header .filter {
    text-align: center;
    width: 100%;
  }
}

#news-listing .news-block {
  margin-bottom: 100px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #news-listing .news-block {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-listing .news-block {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing .news-block {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing .news-block {
    margin-bottom: 60px;
  }
}

#news-listing .news-block .image-holder img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}

#news-listing .news-block .news-content {
  padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing .news-block .news-content {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing .news-block .news-content {
    padding-left: 0px;
    padding-top: 30px;
  }
}

#news-listing .news-block .news-content h3 {
  color: #050005;
  margin-bottom: 13px;
  font-size: 2.938em;
  font-family: "Futura Medium";
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-listing .news-block .news-content h3 {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing .news-block .news-content h3 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing .news-block .news-content h3 {
    font-size: 2.3em;
  }
}

#news-listing .news-block .news-content .metas {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-listing .news-block .news-content .metas {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing .news-block .news-content .metas {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing .news-block .news-content .metas {
    margin-bottom: 20px;
  }
}

#news-listing .news-block .news-content .metas span {
  color: #999999;
  font-size: 1.25em;
  font-family: "Futura Book";
  font-weight: 300;
}

#news-listing .news-block .news-content p {
  font-size: 1.125em;
  color: #999999;
  font-family: "Futura Book";
  line-height: 1.77;
}

#news-listing .news-block .news-content a.btn-more {
  margin-top: 40px;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-listing .news-block .news-content a.btn-more {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing .news-block .news-content a.btn-more {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing .news-block .news-content a.btn-more {
    height: 57px;
    line-height: 57px;
  }
}

#news-listing .news-block .news-content a.btn-more:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#news-listing .news-block .news-content a.btn-more:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#news-listing .news-block .news-content a.btn-more:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#news-listing .news-block .news-content a.btn-more:hover:after {
  left: 40px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-listing .news-block .news-content a.btn-more {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #news-listing .news-block .news-content a.btn-more {
    margin-top: 30px;
  }
}

#news-single {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 130px;
  font-size: 16px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #news-single {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-single {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single {
    padding-top: 40px;
    padding-bottom: 70px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #news-single {
    padding-top: 40px;
    padding-bottom: 60px;
    font-size: 15px;
  }
}

#news-single header {
  padding-bottom: 70px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #news-single header {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-single header {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single header {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #news-single header {
    padding-bottom: 30px;
  }
}

#news-single header h2 {
  font-family: "Futura Medium";
  font-size: 2.938em;
  letter-spacing: 0.01em;
  line-height: 1.1em;
  color: #343538;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single header h2 {
    font-size: 2.5em;
  }
}

#news-single .metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #news-single .metas {
    display: block;
  }
}

#news-single .metas .date {
  margin-left: 30px;
  margin-right: 30px;
  font-family: "Futura Book";
  font-size: 1.375em;
  letter-spacing: 0.01em;
  line-height: 1.3em;
  color: #999999;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #news-single .metas .date {
    width: 100%;
    text-align: center;
  }
}

#news-single .metas .date:after {
  display: block;
  width: 10px;
  height: 10px;
  background: #d2d2d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
}

@media only screen and (max-width: 767px) {
  #news-single .metas .date:after {
    display: none;
  }
}

#news-single .metas .categories {
  margin-left: 30px;
  margin-right: 30px;
  font-family: "Futura Book";
  font-size: 1.375em;
  letter-spacing: 0.01em;
  line-height: 1.3em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #news-single .metas .categories {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#news-single .metas .categories a {
  color: #999999;
}

#news-single .metas .categories a:hover {
  color: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#news-single .metas .categories:after {
  display: block;
  width: 10px;
  height: 10px;
  background: #d2d2d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
}

@media only screen and (max-width: 767px) {
  #news-single .metas .categories:after {
    display: none;
  }
}

#news-single .metas .socials {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#news-single .metas .socials li a {
  margin-left: 5px;
  margin-right: 5px;
}

#news-single .news-content p {
  padding-left: 100px;
  padding-right: 100px;
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-single .news-content p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single .news-content p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #news-single .news-content p {
    font-size: 16px;
    line-height: 27px;
  }
}

#news-single .news-content p:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-single .news-content p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single .news-content p {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #news-single .news-content p {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#news-single .news-content .gallery {
  margin-bottom: 50px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #news-single .news-content .gallery {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-single .news-content .gallery {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single .news-content .gallery {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #news-single .news-content .gallery {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #news-single .news-content .gallery .image-holder {
    margin-bottom: 30px;
  }
}

#news-single .news-content .gallery .image-holder img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single .news-content .gallery .image-holder img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#news-single #news-slider {
  margin-top: 100px;
  position: relative;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #news-single #news-slider {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-single #news-slider {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single #news-slider {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #news-single #news-slider {
    margin-top: 40px;
  }
}

#news-single #news-slider img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-single #news-slider img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  #news-single #news-slider img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#contact-page {
  padding-top: 100px;
  padding-bottom: 0px;
  font-size: 16px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #contact-page {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page {
    padding-top: 70px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page {
    padding-top: 60px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page {
    padding-top: 30px;
    font-size: 14px;
  }
}

#contact-page #voucher-form {
  padding-bottom: 85px;
}

#contact-page #voucher-form .contact-content {
  margin-bottom: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #contact-page #voucher-form .contact-content {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page #voucher-form .contact-content {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page #voucher-form .contact-content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page #voucher-form .contact-content {
    margin-bottom: 30px;
  }
}

#contact-page #voucher-form .contact-content p {
  color: #747474;
}

#contact-page #voucher-form .contact-content h4 {
  font-size: 35px;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  margin-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #contact-page #voucher-form .contact-content h4 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page #voucher-form .contact-content h4 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page #voucher-form .contact-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page #voucher-form .contact-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#contact-page #voucher-form .contact-form h6 {
  font-family: "Futura Book";
  font-size: 35px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  margin-bottom: 40px;
  margin-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #contact-page #voucher-form .contact-form h6 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page #voucher-form .contact-form h6 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page #voucher-form .contact-form h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page #voucher-form .contact-form h6 {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

#contact-page #voucher-form .contact-form h6:first-of-type {
  margin-top: 0;
}

#contact-page .contact-info .contact-content.contact-email {
  margin-top: 35px;
  margin-bottom: 5px;
}

#contact-page .contact-info .contact-content h3 {
  font-family: "Futura Book";
  font-size: 2.38em;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-info .contact-content h3 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-info .contact-content h3 {
    font-size: 1.8em;
  }
}

#contact-page .contact-info .contact-content p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  font-family: "Futura Book";
  color: #2c2c2c;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-info .contact-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-info .contact-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

#contact-page .contact-info .contact-content p a {
  color: #747474;
}

#contact-page .contact-info .contact-content p a:hover {
  color: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#contact-page .contact-info .contact-content h4 {
  font-size: 24px;
  font-family: "Futura Book";
  color: #2c2c2c;
  margin-top: 35px;
  margin-bottom: 5px;
}

#contact-page .contact-info .contact-content address {
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  font-family: "Futura Book";
  color: #747474;
}

#contact-page .contact-info .contact-socials {
  margin-top: 35px;
}

#contact-page .contact-info .contact-socials h4 {
  font-size: 1.313em;
  font-family: "Futura Book";
  color: #343538;
  margin-bottom: 10px;
}

#contact-page .contact-info .contact-socials .share {
  display: inline-block;
  vertical-align: middle;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 17px;
  color: #999999;
}

#contact-page .contact-info .contact-socials .share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#contact-page .contact-info .contact-socials .share li:last-child {
  margin-right: 0;
}

#contact-page .contact-info .contact-socials .share li a:hover i {
  color: rgba(34, 34, 34, 0.7);
}

#contact-page .contact-info .contact-socials .share li a i {
  font-size: 26px;
  color: #ababab;
}

#contact-page .contact-info .more-block h4 {
  font-family: "Futura Book";
  font-size: 2.38em;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 30px;
  margin-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-info .more-block h4 {
    margin-top: 70px;
    font-size: 2em;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-info .more-block h4 {
    margin-top: 50px;
    font-size: 1.8em;
  }
}

#contact-page .contact-info .more-block ul li a {
  display: block;
  text-transform: uppercase;
  font-family: "Futura Book";
  font-size: 21px;
  letter-spacing: 0.06em;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #747474;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-info .more-block ul li a {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-info .more-block ul li a {
    font-size: 18px;
  }
}

#contact-page .contact-info .more-block ul li a:hover {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.7);
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-form {
    margin-top: 40px;
  }
}

#contact-page .contact-form label {
  display: block;
  font-weight: normal;
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 11px;
  margin-top: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page .contact-form label {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-form label {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-form label {
    margin-top: 20px;
    font-size: 14px;
  }
}

#contact-page .contact-form label:first-child {
  margin-top: 0px;
}

#contact-page .contact-form input[type="email"],
#contact-page .contact-form input[type="tel"],
#contact-page .contact-form input[type="text"] {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}

@media (min-width: 1200px) {

  #contact-page .contact-form input[type="email"],
  #contact-page .contact-form input[type="tel"],
  #contact-page .contact-form input[type="text"] {
    height: 81px;
    line-height: 81px;
  }
}

#contact-page .contact-form input[type="email"].placeholder,
#contact-page .contact-form input[type="tel"].placeholder,
#contact-page .contact-form input[type="text"].placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form input[type="email"]:-moz-placeholder,
#contact-page .contact-form input[type="tel"]:-moz-placeholder,
#contact-page .contact-form input[type="text"]:-moz-placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form input[type="email"]::-moz-placeholder,
#contact-page .contact-form input[type="tel"]::-moz-placeholder,
#contact-page .contact-form input[type="text"]::-moz-placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form input[type="email"]:-ms-input-placeholder,
#contact-page .contact-form input[type="tel"]:-ms-input-placeholder,
#contact-page .contact-form input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form input[type="email"]::-webkit-input-placeholder,
#contact-page .contact-form input[type="tel"]::-webkit-input-placeholder,
#contact-page .contact-form input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #contact-page .contact-form input[type="email"],
  #contact-page .contact-form input[type="tel"],
  #contact-page .contact-form input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #contact-page .contact-form input[type="email"],
  #contact-page .contact-form input[type="tel"],
  #contact-page .contact-form input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {

  #contact-page .contact-form input[type="email"],
  #contact-page .contact-form input[type="tel"],
  #contact-page .contact-form input[type="text"] {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#contact-page .contact-form .bootstrap-select {
  width: 100%;
}

#contact-page .contact-form .bootstrap-select .btn {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  line-height: initial !important;
  border-radius: 0;
}

#contact-page .contact-form .bootstrap-select .btn.placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form .bootstrap-select .btn:-moz-placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form .bootstrap-select .btn::-moz-placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form .bootstrap-select .btn:-ms-input-placeholder {
  color: #a7a7a7;
}

#contact-page .contact-form .bootstrap-select .btn::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page .contact-form .bootstrap-select .btn {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-form .bootstrap-select .btn {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-form .bootstrap-select .btn {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  #contact-page .contact-form .bootstrap-select .btn {
    height: 81px;
    line-height: 81px;
  }
}

#contact-page .contact-form .bootstrap-select .btn:focus {
  outline: none !important;
}

#contact-page .contact-form .bootstrap-select .dropdown-menu {
  border-radius: 0;
}

#contact-page .contact-form .bootstrap-select .dropdown-menu li {
  margin-left: 20px;
  margin-right: 20px;
}

#contact-page .contact-form .bootstrap-select .dropdown-menu li:last-of-type a {
  border-bottom: 0;
}

#contact-page .contact-form .bootstrap-select .dropdown-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Futura Book";
  font-size: 16px;
  letter-spacing: 0.09em;
  text-align: left;
  color: #2c2c2c;
  border-bottom: 1px solid #dfdfdf;
}

#contact-page .contact-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 30px;
  height: 217px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page .contact-form textarea {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-form textarea {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-form textarea {
    font-size: 17px;
  }
}

#contact-page .contact-form textarea.placeholder {
  color: #a7a7a7 !important;
}

#contact-page .contact-form textarea:-moz-placeholder {
  color: #a7a7a7 !important;
}

#contact-page .contact-form textarea::-moz-placeholder {
  color: #a7a7a7 !important;
}

#contact-page .contact-form textarea:-ms-input-placeholder {
  color: #a7a7a7 !important;
}

#contact-page .contact-form textarea::-webkit-input-placeholder {
  color: #a7a7a7 !important;
}

#contact-page .contact-form button[type="submit"] {
  margin-top: 45px;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #contact-page .contact-form button[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #contact-page .contact-form button[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-form button[type="submit"] {
    height: 57px;
    line-height: 57px;
  }
}

#contact-page .contact-form button[type="submit"]:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#contact-page .contact-form button[type="submit"]:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#contact-page .contact-form button[type="submit"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#contact-page .contact-form button[type="submit"]:hover:after {
  left: 40px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #contact-page .contact-form button[type="submit"] {
    margin-top: 40px;
  }
}

.company-map {
  margin-top: 165px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .company-map {
    margin-top: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .company-map {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .company-map {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .company-map {
    margin-top: 60px;
  }
}

.company-map iframe {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .company-map iframe {
    height: 500px !important;
  }
}

@media only screen and (max-width: 767px) {
  .company-map iframe {
    height: 400px !important;
  }
}

#account-intro {
  padding-top: 60px;
  font-size: 16px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #account-intro {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #account-intro {
    padding-top: 40px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-intro {
    padding-top: 40px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #account-intro {
    padding-top: 30px;
  }
}

#account-intro h1 {
  font-family: "Futura Medium";
  font-size: 2.938em;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #343538;
}

@media only screen and (max-width: 767px) {
  #account-intro h1 {
    font-size: 2.5em;
  }
}

#account-login {
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 150px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #account-login {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #account-login {
    padding-top: 50px;
    padding-bottom: 70px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-login {
    padding-top: 40px;
    padding-bottom: 60px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }
}

#account-login h1 {
  font-family: "Futura Book";
  font-size: 41px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #account-login h1 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #account-login h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-login h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login h1 {
    font-size: 32px;
  }
}

#account-login .login-wrap {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  #account-login .login-wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login .login-block {
    margin-bottom: 30px;
  }
}

#account-login .login-block label {
  display: block;
  font-weight: normal;
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 11px;
  margin-top: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #account-login .login-block label {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-login .login-block label {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login .login-block label {
    margin-top: 20px;
    font-size: 14px;
  }
}

#account-login .login-block label:first-child {
  margin-top: 0px;
}

#account-login .login-block input[type="email"],
#account-login .login-block input[type="password"],
#account-login .login-block input[type="tel"],
#account-login .login-block input[type="text"] {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}

#account-login .login-block input[type="email"].placeholder,
#account-login .login-block input[type="password"].placeholder,
#account-login .login-block input[type="tel"].placeholder,
#account-login .login-block input[type="text"].placeholder {
  color: #a7a7a7;
}

#account-login .login-block input[type="email"]:-moz-placeholder,
#account-login .login-block input[type="password"]:-moz-placeholder,
#account-login .login-block input[type="tel"]:-moz-placeholder,
#account-login .login-block input[type="text"]:-moz-placeholder {
  color: #a7a7a7;
}

#account-login .login-block input[type="email"]::-moz-placeholder,
#account-login .login-block input[type="password"]::-moz-placeholder,
#account-login .login-block input[type="tel"]::-moz-placeholder,
#account-login .login-block input[type="text"]::-moz-placeholder {
  color: #a7a7a7;
}

#account-login .login-block input[type="email"]:-ms-input-placeholder,
#account-login .login-block input[type="password"]:-ms-input-placeholder,
#account-login .login-block input[type="tel"]:-ms-input-placeholder,
#account-login .login-block input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
}

#account-login .login-block input[type="email"]::-webkit-input-placeholder,
#account-login .login-block input[type="password"]::-webkit-input-placeholder,
#account-login .login-block input[type="tel"]::-webkit-input-placeholder,
#account-login .login-block input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #account-login .login-block input[type="email"],
  #account-login .login-block input[type="password"],
  #account-login .login-block input[type="tel"],
  #account-login .login-block input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #account-login .login-block input[type="email"],
  #account-login .login-block input[type="password"],
  #account-login .login-block input[type="tel"],
  #account-login .login-block input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {

  #account-login .login-block input[type="email"],
  #account-login .login-block input[type="password"],
  #account-login .login-block input[type="tel"],
  #account-login .login-block input[type="text"] {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#account-login .login-block footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-login .login-block footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login .login-block footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#account-login .login-block footer .btn-forget {
  display: block;
  text-align: right;
  font-family: "Futura Book";
  font-size: 1.188em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #999999;
}

#account-login .login-block footer .btn-forget:hover {
  color: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #account-login .login-block .form-wrapper {
    margin-bottom: 60px;
  }
}

#account-login .login-block input[type="submit"] {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #account-login .login-block input[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-login .login-block input[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login .login-block input[type="submit"] {
    height: 57px;
    line-height: 57px;
  }
}

#account-login .login-block input[type="submit"]:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#account-login .login-block input[type="submit"]:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#account-login .login-block input[type="submit"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#account-login .login-block input[type="submit"]:hover:after {
  left: 40px;
  color: #fff;
}

#account-login .login-block h4 {
  font-family: "Futura Book";
  font-size: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 55px;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #account-login .login-block h4 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-login .login-block h4 {
    margin-bottom: 35px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login .login-block h4 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

#account-login .login-block p {
  font-family: "Futura Book";
  font-size: 23px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  #account-login .login-block p {
    font-size: 20px;
    line-height: 29px;
  }
}

#account-login .login-block button {
  margin-top: 40px;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  border: none;
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #account-login .login-block button {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #account-login .login-block button {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #account-login .login-block button {
    height: 57px;
    line-height: 57px;
  }
}

#account-login .login-block button:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#account-login .login-block button:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#account-login .login-block button:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#account-login .login-block button:hover:after {
  left: 40px;
  color: #fff;
}

#account-login .login-block button:after {
  left: 20px;
}

#account-login .login-block button:hover:after {
  left: 25px;
}

#account-login .login-block.forgot-password p {
  margin-bottom: 35px;
}

#account-login .login-block.forgot-password h4 {
  margin-bottom: 25px;
}

#account-login .login-block.forgot-password input[type="email"] {
  border-color: rgba(0, 0, 0, 0.24);
  margin-bottom: 50px;
  text-transform: none;
}

#dashboard-intro {
  text-align: center;
  padding-top: 90px;
  font-size: 16px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-intro {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-intro {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-intro {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-intro {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

#dashboard-intro h1 {
  font-family: "Futura Book";
  font-size: 41px;
  margin-bottom: 15px;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  #dashboard-intro h1 {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #dashboard-intro h1 {
    font-size: 2.3em;
  }
}

#dashboard-page {
  font-size: 16px;
  padding-bottom: 200px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page {
    padding-bottom: 60px;
  }
}

#dashboard-page .taa {
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #dashboard-page .taa {
    font-size: 22px;
    line-height: 29px;
  }
}

#dashboard-page .taa a {
  color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .taa a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .alert-block {
  margin-bottom: 35px;
  border: 2px solid rgba(112, 112, 112, 0.1);
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .alert-block {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .alert-block {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .alert-block {
    margin-bottom: 20px;
  }
}

#dashboard-page .alert-block .alert-ico {
  width: 90px;
  position: absolute;
}

#dashboard-page .alert-block .alert-ico i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
  color: #73c74a;
  top: 30px;
}

#dashboard-page .alert-block i {
  position: absolute;
}

#dashboard-page .alert-block .alert-content {
  margin-left: 90px;
  border-left: 2px solid rgba(112, 112, 112, 0.1);
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

#dashboard-page .alert-block .alert-content p {
  font-family: "Futura Book";
  font-size: 1.25em;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #7e7e7e;
}

#dashboard-page .dash-sidebar {
  background: #f6f5fa;
  padding: 22px;
  margin-right: 50px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dash-sidebar {
    margin-right: 0px;
    padding: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dash-sidebar {
    margin-right: 0px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dash-sidebar {
    margin-right: 0px;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dash-sidebar {
    margin-right: 0px;
    padding: 15px;
    margin-top: 15px;
  }
}

#dashboard-page .dash-sidebar ul li a {
  font-family: "Futura Book";
  font-size: 23px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #343538;
  border: 3px solid transparent;
  padding-left: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dash-sidebar ul li a {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dash-sidebar ul li a {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dash-sidebar ul li a {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }
}

#dashboard-page .dash-sidebar ul li a:after {
  content: "\f105";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

#dashboard-page .dash-sidebar ul li a:hover {
  text-decoration: none;
  border-color: #343538;
}

#dashboard-page .dash-sidebar ul li.active a {
  border-color: #343538;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content {
    padding-left: 0px;
  }
}

#dashboard-page .dashboard-content .account-form {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form {
    padding-bottom: 50px;
  }
}

#dashboard-page .dashboard-content .account-form h6 {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 1.375em;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #343538;
  margin-bottom: 35px;
}

#dashboard-page .dashboard-content .account-form label {
  display: block;
  font-weight: normal;
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 11px;
  margin-top: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .account-form label {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .account-form label {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form label {
    margin-top: 20px;
    font-size: 14px;
  }
}

#dashboard-page .dashboard-content .account-form label:first-child {
  margin-top: 0px;
}

#dashboard-page .dashboard-content .account-form .radio-inline.control--radio {
  margin-top: 0 !important;
}

#dashboard-page .dashboard-content .account-form p {
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 30px;
  text-align: left;
  color: #343538;
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .account-form p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .account-form p {
    font-size: 17px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form p {
    font-size: 16px;
    line-height: 28px;
  }
}

#dashboard-page .dashboard-content .account-form .reg-agree {
  margin-top: 20px;
}

#dashboard-page .dashboard-content .account-form .reg-agree label {
  font-family: "Futura Book";
  font-size: 1em;
  letter-spacing: 0;
}

#dashboard-page .dashboard-content .account-form .reg-agree a {
  display: inline-block !important;
  text-decoration: underline;
  color: #2c2c2c;
}

#dashboard-page .dashboard-content .account-form .reg-agree a b {
  font-weight: 300;
}

#dashboard-page .dashboard-content .account-form .reg-agree button[type="submit"] {
  display: block !important;
  margin-top: 35px;
}

#dashboard-page .dashboard-content .account-form input[type="email"],
#dashboard-page .dashboard-content .account-form input[type="password"],
#dashboard-page .dashboard-content .account-form input[type="tel"],
#dashboard-page .dashboard-content .account-form input[type="text"] {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  margin-bottom: 40px;
}

#dashboard-page .dashboard-content .account-form input[type="email"].placeholder,
#dashboard-page .dashboard-content .account-form input[type="password"].placeholder,
#dashboard-page .dashboard-content .account-form input[type="tel"].placeholder,
#dashboard-page .dashboard-content .account-form input[type="text"].placeholder {
  color: #a7a7a7;
}

#dashboard-page .dashboard-content .account-form input[type="email"]:-moz-placeholder,
#dashboard-page .dashboard-content .account-form input[type="password"]:-moz-placeholder,
#dashboard-page .dashboard-content .account-form input[type="tel"]:-moz-placeholder,
#dashboard-page .dashboard-content .account-form input[type="text"]:-moz-placeholder {
  color: #a7a7a7;
}

#dashboard-page .dashboard-content .account-form input[type="email"]::-moz-placeholder,
#dashboard-page .dashboard-content .account-form input[type="password"]::-moz-placeholder,
#dashboard-page .dashboard-content .account-form input[type="tel"]::-moz-placeholder,
#dashboard-page .dashboard-content .account-form input[type="text"]::-moz-placeholder {
  color: #a7a7a7;
}

#dashboard-page .dashboard-content .account-form input[type="email"]:-ms-input-placeholder,
#dashboard-page .dashboard-content .account-form input[type="password"]:-ms-input-placeholder,
#dashboard-page .dashboard-content .account-form input[type="tel"]:-ms-input-placeholder,
#dashboard-page .dashboard-content .account-form input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
}

#dashboard-page .dashboard-content .account-form input[type="email"]::-webkit-input-placeholder,
#dashboard-page .dashboard-content .account-form input[type="password"]::-webkit-input-placeholder,
#dashboard-page .dashboard-content .account-form input[type="tel"]::-webkit-input-placeholder,
#dashboard-page .dashboard-content .account-form input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #dashboard-page .dashboard-content .account-form input[type="email"],
  #dashboard-page .dashboard-content .account-form input[type="password"],
  #dashboard-page .dashboard-content .account-form input[type="tel"],
  #dashboard-page .dashboard-content .account-form input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #dashboard-page .dashboard-content .account-form input[type="email"],
  #dashboard-page .dashboard-content .account-form input[type="password"],
  #dashboard-page .dashboard-content .account-form input[type="tel"],
  #dashboard-page .dashboard-content .account-form input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {

  #dashboard-page .dashboard-content .account-form input[type="email"],
  #dashboard-page .dashboard-content .account-form input[type="password"],
  #dashboard-page .dashboard-content .account-form input[type="tel"],
  #dashboard-page .dashboard-content .account-form input[type="text"] {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#dashboard-page .dashboard-content .account-form .def-addr .col-md-6,
#dashboard-page .dashboard-content .account-form .def-addr .col-sm-5 {
  width: 100% !important;
}

#dashboard-page .dashboard-content .account-form .def-addr .radio-inline {
  display: inline-block !important;
}

#dashboard-page .dashboard-content .account-form button[type="submit"] {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .account-form button[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .account-form button[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form button[type="submit"] {
    height: 57px;
    line-height: 57px;
  }
}

#dashboard-page .dashboard-content .account-form button[type="submit"]:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#dashboard-page .dashboard-content .account-form button[type="submit"]:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#dashboard-page .dashboard-content .account-form button[type="submit"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .account-form button[type="submit"]:hover:after {
  left: 40px;
  color: #fff;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .account-form .bootstrap-select {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form .bootstrap-select {
    margin-bottom: 20px;
  }
}

#dashboard-page .dashboard-content .account-form .bootstrap-select:focus {
  outline: 0;
  background: #fff;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select:hover {
  background: #fff;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .btn {
  width: 100%;
  height: 75px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  padding-left: 30px;
  font-family: "Futura Book";
  font-size: 1em;
  border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .account-form .bootstrap-select .btn {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form .bootstrap-select .btn {
    height: 56px;
    line-height: 56px;
  }
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .btn:focus {
  outline: none !important;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .btn:hover {
  background: #fff;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select.open .caret {
  background: #fff;
  color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .account-form .bootstrap-select.open .caret:after {
  color: rgba(34, 34, 34, 0.7);
  content: "\f106";
}

#dashboard-page .dashboard-content .account-form .bootstrap-select.open .btn {
  border-color: rgba(0, 0, 0, 0.24);
}

#dashboard-page .dashboard-content .account-form .bootstrap-select.btn-group {
  width: 100%;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select.btn-group .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    bottom: 6px;
    position: relative;
  }
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .caret {
  width: 55px;
  height: 73px;
  border: none;
  background: #fff;
  top: 2px;
  right: 0px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .account-form .bootstrap-select .caret {
    height: 58px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .account-form .bootstrap-select .caret {
    height: 54px;
  }
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .caret:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f107";
  left: 40%;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .dropdown-menu {
  padding: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .dropdown-menu li a {
  font-family: "Futura Book";
  font-size: 1em;
  padding: 5px;
}

#dashboard-page .dashboard-content .account-form .bootstrap-select .dropdown-menu li a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .nl-block label {
  display: block;
  font-family: "Futura Book";
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #7e7e7e;
}

#dashboard-page .dashboard-content .nl-block button {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .nl-block button {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .nl-block button {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .nl-block button {
    height: 57px;
    line-height: 57px;
  }
}

#dashboard-page .dashboard-content .nl-block button:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#dashboard-page .dashboard-content .nl-block button:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#dashboard-page .dashboard-content .nl-block button:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .nl-block button:hover:after {
  left: 40px;
  color: #fff;
}

#dashboard-page .dashboard-content .no-orders__alert {
  margin-bottom: 35px;
  border: 2px solid rgba(112, 112, 112, 0.1);
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .no-orders__alert {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .no-orders__alert {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .no-orders__alert {
    margin-bottom: 20px;
  }
}

#dashboard-page .dashboard-content .no-orders__alert .alert-ico {
  width: 90px;
  position: absolute;
}

#dashboard-page .dashboard-content .no-orders__alert .alert-ico i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
  color: #464442;
  opacity: 0.62;
  top: 25px;
}

#dashboard-page .dashboard-content .no-orders__alert .alert-content {
  margin-left: 90px;
  border-left: 2px solid rgba(112, 112, 112, 0.1);
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

#dashboard-page .dashboard-content .no-orders__alert .alert-content p {
  font-family: "Futura Book";
  font-size: 1.25em;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #7e7e7e;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content header {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content header {
    padding-top: 0px;
  }
}

#dashboard-page .dashboard-content header h5 {
  font-family: "Futura Medium";
  font-size: 1.8em;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #343538;
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
  padding-bottom: 10px;
}

#dashboard-page .dashboard-content .orders-table {
  margin-top: 40px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .orders-table {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .orders-table {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table h3 {
    text-align: center;
    margin-top: 40px;
  }
}

#dashboard-page .dashboard-content .orders-table #history-summary {
  border: 0;
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table #history-summary {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table #history-summary {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table #history-summary tr {
    display: block;
    border: 1px solid #e6e6e6;
    margin-bottom: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table #history-summary thead {
    display: none;
  }
}

#dashboard-page .dashboard-content .orders-table #history-summary thead td {
  font-size: 1.2em !important;
  letter-spacing: 1px;
  line-height: 14px;
  color: #1d1d1d;
  font-family: "Futura Book";
  text-align: center;
  padding: 28px 15px;
  border: 0;
  vertical-align: middle;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #dashboard-page .dashboard-content .orders-table #history-summary thead td {
    padding: 23px 15px;
    line-height: 24px;
  }
}

#dashboard-page .dashboard-content .orders-table #history-summary tbody {
  font-size: 1em;
  color: #7e7e7e;
  font-family: "Futura Book";
  text-align: center;
  padding: 30px 15px;
  border-top: 0;
  border-color: #e6e6e6 !important;
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table #history-summary tbody {
    padding: 0 !important;
  }
}

#dashboard-page .dashboard-content .orders-table #history-summary tbody:first-child {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #333333;
  font-family: "manlight";
  text-align: left;
  border-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table #history-summary tbody {
    display: block;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table #history-summary tbody td {
    display: block;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 27px;
    text-align: left !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #dashboard-page .dashboard-content .orders-table #history-summary tbody td span {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table #history-summary tbody td {
    display: block;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
}

#dashboard-page .dashboard-content .orders-table table {
  width: 100%;
  text-align: center;
}

#dashboard-page .dashboard-content .orders-table table th {
  text-align: center;
  background: #fcfaf8;
  vertical-align: middle;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 1.2em;
  color: #1d1d1d;
  height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table th {
    height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(2) {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(2) {
    width: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(3) {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(3) {
    width: 100px;
  }
}

#dashboard-page .dashboard-content .orders-table table th:nth-child(4) {
  width: 170px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(4) {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(4) {
    width: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(4) {
    width: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(5) {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(5) {
    width: 120px;
  }
}

#dashboard-page .dashboard-content .orders-table table th:nth-child(6) {
  width: 90px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(6) {
    width: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(6) {
    width: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(6) {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:nth-child(6) {
    width: 70px;
  }
}

#dashboard-page .dashboard-content .orders-table table th:first-child {
  width: 180px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:first-child {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .orders-table table th:first-child {
    width: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th:first-child {
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:first-child {
    width: 140px;
  }
}

#dashboard-page .dashboard-content .orders-table table th:last-child {
  width: 90px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:last-child {
    width: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .orders-table table th:last-child {
    width: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table th:last-child {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table th:last-child {
    width: 70px;
  }
}

@media (min-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table tbody {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
}

#dashboard-page .dashboard-content .orders-table table tbody tr td {
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Futura Book";
  font-size: 1.2em;
  line-height: 1.2em;
  color: #1d1d1d;
  border-right: 1px solid #e6e6e6;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table tbody tr td {
    padding-left: 15px !important;
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table tbody tr td {
    padding-left: 15px !important;
    font-size: 1em;
  }
}

#dashboard-page .dashboard-content .orders-table table tbody tr td .btn-action {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.35;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .orders-table table tbody tr td .btn-action {
    margin: 5px 0px 0px 0px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .orders-table table tbody tr td .btn-action {
    margin: 5px 0px 0px 0px;
    display: block;
  }
}

#dashboard-page .dashboard-content .orders-table table tbody tr td .btn-action:hover {
  opacity: 1;
}

#dashboard-page .dashboard-content .orders-table table tbody tr td .pdf-action {
  opacity: 0.22;
}

#dashboard-page .dashboard-content .orders-table table tbody tr td .pdf-action:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  #dashboard-page .dashboard-content .aa-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

#dashboard-page .dashboard-content .address-block {
  margin-bottom: 70px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .address-block {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .address-block {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  #dashboard-page .dashboard-content .address-block.additional-address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block .acc-nl-block {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .address-block .acc-nl-block {
    margin-top: 40px;
  }
}

#dashboard-page .dashboard-content .address-block header {
  position: relative;
}

#dashboard-page .dashboard-content .address-block header .btn-edit {
  position: absolute;
  right: 0px;
  top: 19px;
  font-family: "Futura Book";
  font-size: 1.375em;
  letter-spacing: 0.01em;
  color: #343538;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block header .btn-edit {
    top: 18px;
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .address-block header .btn-edit {
    position: relative;
    top: 0px;
    margin-bottom: 30px;
    display: block;
  }
}

#dashboard-page .dashboard-content .address-block header .btn-edit:hover {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .address-block h4 {
  font-family: "Futura Book";
  font-size: 29px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #2c2c2c;
  border-bottom: 1px solid rgba(212, 212, 212, 0.34);
  margin-bottom: 35px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .address-block h4 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .address-block h4 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block h4 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .address-block h4 {
    margin-bottom: 20px;
  }
}

#dashboard-page .dashboard-content .address-block h5 {
  font-family: "Futura Book";
  font-size: 23px;
  letter-spacing: 0.06em;
  line-height: 44px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #dashboard-page .dashboard-content .address-block h5 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .address-block h5 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .address-block h5 {
    margin-bottom: 10px;
  }
}

#dashboard-page .dashboard-content .address-block address {
  font-family: "Futura Book";
  font-size: 1.313em;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #999999;
  font-style: normal;
}

#dashboard-page .dashboard-content .address-block p {
  font-family: "Futura Book";
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 44px;
  text-align: left;
  color: #2c2c2c;
}

#dashboard-page .dashboard-content .address-block p a {
  color: inherit;
}

#dashboard-page .dashboard-content .address-block p a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .address-block .btn-change {
  font-family: "Futura Book";
  text-decoration: underline;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #2c2c2c;
  margin-top: 25px;
  display: inline-block;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block .btn-change {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .address-block .btn-change {
    margin-top: 10px;
  }
}

#dashboard-page .dashboard-content .address-block .btn-change:hover {
  text-decoration: none;
}

#dashboard-page .dashboard-content .address-block button[type="button"] {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .address-block button[type="button"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block button[type="button"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .address-block button[type="button"] {
    height: 57px;
    line-height: 57px;
  }
}

#dashboard-page .dashboard-content .address-block button[type="button"]:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#dashboard-page .dashboard-content .address-block button[type="button"]:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#dashboard-page .dashboard-content .address-block button[type="button"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .address-block button[type="button"]:hover:after {
  left: 40px;
  color: #fff;
}

#dashboard-page .dashboard-content .address-block button[type="submit"] {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #dashboard-page .dashboard-content .address-block button[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #dashboard-page .dashboard-content .address-block button[type="submit"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #dashboard-page .dashboard-content .address-block button[type="submit"] {
    height: 57px;
    line-height: 57px;
  }
}

#dashboard-page .dashboard-content .address-block button[type="submit"]:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#dashboard-page .dashboard-content .address-block button[type="submit"]:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#dashboard-page .dashboard-content .address-block button[type="submit"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#dashboard-page .dashboard-content .address-block button[type="submit"]:hover:after {
  left: 40px;
  color: #fff;
}

.no-orders__alert {
  margin-bottom: 35px;
  border: 2px solid rgba(112, 112, 112, 0.1);
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .no-orders__alert {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .no-orders__alert {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .no-orders__alert {
    margin-bottom: 20px;
  }
}

.no-orders__alert .alert-ico {
  width: 90px;
  position: absolute;
}

.no-orders__alert .alert-ico i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
  color: #464442;
  opacity: 0.62;
  top: 25px;
}

.no-orders__alert .alert-content {
  margin-left: 90px;
  border-left: 2px solid rgba(112, 112, 112, 0.1);
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.no-orders__alert .alert-content p {
  font-family: "Futura Book";
  font-size: 1.25em;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #7e7e7e;
}

#dashboard-page .alert {
  margin-left: 15px;
  margin-right: 15px;
}

.form-horizontal .dashboard-content {
  padding-left: 0 !important;
}

h4.additional-title {
  font-family: "Futura Medium";
  font-size: 1.8em;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #343538;
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
  margin-bottom: 40px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  h4.additional-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4.additional-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  h4.additional-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  h4.additional-title {
    margin-bottom: 20px;
  }
}

#history-order-address {
  border: 0;
}

@media only screen and (max-width: 767px) {
  #history-order-address {
    display: block;
    border: 0;
  }
}

@media only screen and (max-width: 767px) {
  #history-order-address tbody {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #history-order-address tr {
    display: block;
  }
}

#history-order-address thead {
  background-color: transparent;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #history-order-address thead {
    display: none;
  }
}

#history-order-address thead td {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 42px;
  color: #343538;
  font-family: "Futura Medium";
  text-transform: initial;
  border: 0;
  background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #history-order-address thead td {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #history-order-address thead td {
    font-size: 17px;
  }
}

#history-order-address tbody td {
  font-size: 18px;
  line-height: 29px;
  color: #484848;
  font-family: "Manrope3medregular";
  text-align: center;
  padding: 15px;
  border-color: #e6e6e6 !important;
}

@media only screen and (max-width: 767px) {
  #history-order-address tbody td {
    margin-bottom: 20px !important;
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  #history-order-address tbody td:last-of-type {
    margin-top: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  #history-order-address tbody td:before {
    content: attr(data-label);
    display: block;
    white-space: nowrap;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    color: #343538;
    font-family: "Futura Medium";
    text-transform: initial;
    position: relative;
    margin-bottom: -30px;
    bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #history-order-address tbody td {
    font-size: 17px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #history-order-address tbody td {
    font-size: 17px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #history-order-address tbody td {
    font-size: 16px;
    display: block !important;
    margin-bottom: 90px;
    width: 100% !important;
    position: relative;
    margin-top: 90px;
  }
}

#history-status {
  border: 0;
}

#history-status .center {
  text-align: center;
}

#history-status #button-history {
  width: 100%;
  margin-top: 5px;
  background: #c69a64;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

#history-status #button-history.disabled {
  background-color: rgba(198, 154, 100, 0.6);
}

@media only screen and (max-width: 767px) {
  #history-status #button-history {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  #history-status {
    display: block;
    border: 0;
  }
}

@media only screen and (max-width: 767px) {
  #history-status tbody {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #history-status tbody td {
    color: #747474;
  }
}

@media only screen and (max-width: 767px) {
  #history-status tr {
    display: block;
    border: 1px solid #e6e6e6;
    margin-bottom: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#history-status tfoot td {
  padding: 30px 15px;
  border-top: 0;
  border-color: #e6e6e6 !important;
}

@media only screen and (max-width: 767px) {
  #history-status tfoot td {
    display: block;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
  }
}

#history-status tfoot td:first-of-type {
  border-left: 0;
  text-align: center;
}

#history-status tfoot td:last-of-type {
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  #history-status thead {
    display: none;
  }
}

#history-status thead td {
  font-size: 1.2em !important;
  letter-spacing: 1px;
  line-height: 14px;
  color: #1d1d1d;
  font-family: "Futura Book";
  text-align: center;
  padding: 28px 15px;
  border: 0;
}

#history-status tbody {
  border: 0 !important;
}

#history-status tbody td {
  padding: 30px 15px !important;
  border-top: 0;
  border-color: #e6e6e6 !important;
}

@media only screen and (max-width: 767px) {
  #history-status tbody td {
    display: block;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
  }
}

#history-status tbody td span {
  display: inline-block;
  margin-right: 8px;
}

@media (min-width: 768px) {
  #history-status tbody td span {
    display: none !important;
  }
}

#history-status tbody td:first-of-type {
  border-left: 0 !important;
  text-align: center;
}

#history-status tbody td.h-date {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #333333;
  font-family: "Futura Book";
  text-align: center;
  border-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  #history-status tbody td.h-date {
    color: #747474;
    font-size: 15px;
    line-height: 27px;
    text-align: left !important;
  }
}

#history-status tbody td.h-status {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #7e7e7e;
  font-family: "Futura Book";
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #history-status tbody td.h-status {
    font-size: 15px;
    line-height: 27px;
    color: #747474;
    text-align: left !important;
  }
}

#history-status tbody td:last-child {
  border-right: 0 !important;
  text-align: left;
}

#history-status tbody td.h-comment {
  font-family: "Futura Book";
  color: #484848;
  font-size: 17px;
  line-height: 34px;
  width: 40%;
  border-left: 0;
}

@media only screen and (max-width: 767px) {
  #history-status tbody td.h-comment {
    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
    width: 100% !important;
  }
}

.table-bordered>tbody>tr>td {
  border-color: #e6e6e6;
}

@media (min-width: 768px) {

  .orders-table #history-order-address,
  .orders-table #history-totals {
    margin-bottom: 70px !important;
  }
}

#cart-inner {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner {
    padding-bottom: 60px;
  }
}

#cart-inner .intro {
  margin-top: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner .intro {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .intro {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .intro {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro {
    margin-top: 30px;
  }
}

#cart-inner .intro h2 {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 47px;
  letter-spacing: 0.01em;
  line-height: 46px;
  text-align: left;
  color: #343538;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner .intro h2 {
    font-size: 43px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .intro h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .intro h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro h2 {
    font-size: 30px;
  }
}

#cart-inner .intro p {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #999999;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner .intro p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .intro p {
    font-size: 19px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .intro p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro p {
    font-size: 17px;
    margin-bottom: 23px;
  }
}

#cart-inner .intro .action {
  text-align: right;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .intro .action {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro .action {
    text-align: left;
  }
}

#cart-inner .intro .action li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro .action li {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
}

#cart-inner .intro .action li a {
  display: block;
  text-align: center;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
  height: 69px;
  line-height: 66px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .intro .action li a {
    font-size: 15px;
    height: 60px;
    line-height: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .intro .action li a {
    font-size: 15px;
    height: 60px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro .action li a {
    font-size: 15px;
    height: 60px;
    line-height: 57px;
  }
}

#cart-inner .intro .action li a:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

#cart-inner .intro .action li.continue {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro .action li.continue {
    margin-bottom: 15px;
  }
}

#cart-inner .intro .action li.continue a {
  width: 274.46px;
  background: transparent;
  border: 2px solid #c7c7c7;
  color: #999999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .intro .action li.continue a {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .intro .action li.continue a {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro .action li.continue a {
    width: 100%;
  }
}

#cart-inner .intro .action li.checkout {
  margin-right: 0;
}

#cart-inner .intro .action li.checkout a {
  width: 255px;
  background: #2c2c2c;
  color: #fff;
  border: 2px solid #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .intro .action li.checkout a {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .intro .action li.checkout a {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .intro .action li.checkout a {
    width: 100%;
  }
}

#cart-inner table.cart {
  margin-top: 110px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.cart {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner table.cart {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  #cart-inner table.cart tr {
    position: relative;
  }
}

#cart-inner table.cart th {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 23px;
  text-align: left;
  color: #2c2c2c;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}

#cart-inner table.cart th.product-name {
  padding-left: 20px;
}

#cart-inner table.cart th.product-price,
#cart-inner table.cart th.quantity,
#cart-inner table.cart th.total {
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart th.quantity {
    width: 180px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart th.quantity {
    width: 180px !important;
  }
}

#cart-inner table.cart th.product-price,
#cart-inner table.cart th.quantity {
  width: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {

  #cart-inner table.cart th.product-price,
  #cart-inner table.cart th.quantity {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #cart-inner table.cart th.product-price,
  #cart-inner table.cart th.quantity {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

#cart-inner table.cart th.total {
  width: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart th.total {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart th.total {
    width: auto;
    font-size: 16px;
    letter-spacing: 0;
  }
}

#cart-inner table.cart th.remove {
  width: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart th.remove {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart th.remove {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#cart-inner table.cart td {
  padding-top: 28px;
  padding-bottom: 28px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#cart-inner table.cart td .product-image {
  padding-left: 8px;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  #cart-inner table.cart td .product-image {
    display: block !important;
    padding-left: 0;
    width: auto !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart td .product-image {
    width: 140px;
  }
}

#cart-inner table.cart td .product-image a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#cart-inner table.cart td .product-image img {
  /* border: 1px solid #cccccc; */
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 114px;
}

@media only screen and (max-width: 767px) {
  #cart-inner table.cart td .product-image img {
    margin: 0px auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.cart td .product-image img {
    margin: 0px auto;
    display: block;
  }
}

#cart-inner table.cart td .product-name {
  display: inline-block;
  vertical-align: middle;



  font-family: "Futura Book Regular";
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-align: left;
  color: #343538;


}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart td .product-name {
    width: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart td .product-name {
    width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  #cart-inner table.cart td .product-name {
    display: block !important;
    padding-left: 0;
    width: auto !important;
    margin-top: 15px;
  }
}

#cart-inner table.cart td .product-name a {
  font-family: "Futura Book";
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  text-transform: uppercase;


  margin: 5px auto 13px;


}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart td .product-name a {
    font-size: 17px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart td .product-name a {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.cart td .product-name a {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner table.cart td .product-name a {
    font-size: 16px;
    line-height: 25px;
  }
}

#cart-inner table.cart td .product-name a small {
  font-family: "Futura Book";
}

#cart-inner table.cart td .product-name a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#cart-inner table.cart td.product-price {
  font-family: "Futura Medium";
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #2c2c2c;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart td.product-price {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart td.product-price {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.cart td.product-price {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner table.cart td.product-price {
    font-size: 16px;
  }
}

#cart-inner table.cart td.quantity {
  text-align: center;
}

@media (max-width: 991px) {
  #cart-inner table.cart td.quantity {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  #cart-inner table.cart td.quantity .qty-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#cart-inner table.cart td.quantity input[type="text"] {
  font-family: "Futura Medium";
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  width: 77px;
  height: 30px;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 991px) {
  #cart-inner table.cart td.quantity input[type="text"] {
    width: 44px;
    height: 20px;
    font-size: 18px !important;
  }
}

#cart-inner table.cart td.quantity .input-group {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #cart-inner table.cart td.quantity .input-group {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.cart td.quantity .input-group {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  #cart-inner table.cart td.quantity .input-group {
    margin-left: auto;
  }
}

#cart-inner table.cart td.quantity .update {
  text-transform: uppercase;
  display: block;
  position: relative;
  top: 15px;
}

@media only screen and (max-width: 767px) {
  #cart-inner table.cart td.quantity .update {
    top: auto;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.cart td.quantity .update {
    top: auto;
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  #cart-inner table.cart td.quantity .update {
    margin-top: 10px;
  }
}

#cart-inner table.cart td.quantity .btn {
  border: 0;
  padding: 0;
  background-color: transparent;
}

#cart-inner table.cart td.quantity .btn i {
  color: #a7a7a7;
  font-size: 30px;
}

@media (max-width: 991px) {
  #cart-inner table.cart td.quantity .btn i {
    font-size: 20px;
  }
}

#cart-inner table.cart td.quantity .update {
  font-family: "Futura Medium";
  font-size: 15px;
  letter-spacing: 0.12em;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
}

@media (max-width: 991px) {
  #cart-inner table.cart td.quantity .update {
    font-size: 13px;
  }
}

#cart-inner table.cart td.quantity .update:hover {
  color: rgba(34, 34, 34, 0.7);
}

#cart-inner table.cart td.add-to-cart {
  text-align: center;
  font-family: "Futura Medium";
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #2c2c2c;
}

@media (max-width: 991px) {
  #cart-inner table.cart td.add-to-cart {
    padding-bottom: 22px !important;
  }
}

#cart-inner table.cart td.add-to-cart button {
  width: 185px;
  height: 57px;
  line-height: 54px;
  background: #2c2c2c;
  padding: 0;
  background-color: #2c2c2c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.06em;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart td.add-to-cart button {
    width: 150px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart td.add-to-cart button {
    width: 150px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.cart td.add-to-cart button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner table.cart td.add-to-cart button {
    font-size: 16px;
  }
}

#cart-inner table.cart td.add-to-cart button:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#cart-inner table.cart td.remove {
  width: 135px;
  text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.cart td.remove {
    width: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.cart td.remove {
    width: 100px;
  }
}

@media (max-width: 991px) {
  #cart-inner table.cart td.remove {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    border-bottom: 0;
  }
}

#cart-inner table.cart td.remove button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: 8px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#cart-inner table.cart td.remove button i {
  font-size: 28px;
  color: #2c2c2c;
}

@media (max-width: 991px) {
  #cart-inner table.cart td.remove button i {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  #cart-inner table.cart td.remove button {
    margin-right: 0;
  }
}

#cart-inner table.cart td.remove button:hover i {
  color: rgba(34, 34, 34, 0.7);
}

@media only screen and (max-width: 991px) {
  #cart-inner table.cart {}

  #cart-inner table.cart td,
  #cart-inner table.cart tr {
    display: block;
  }

  #cart-inner table.cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: auto !important;
  }

  #cart-inner table.cart tr {
    /* border: 1px solid rgba(34, 34, 34, 0.7); */
  }

  #cart-inner table.cart tr+tr {
    margin-top: 1.5em;
  }

  #cart-inner table.cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    background-color: #fafafa;
    text-align: center;
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: auto !important;
  }

  #cart-inner table.cart td:before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    white-space: nowrap;
  }
}

#cart-inner table.summary {
  margin-top: 35px;
  margin-left: auto;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #cart-inner table.summary tr {
    display: block;
  }
}

#cart-inner table.summary td {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner table.summary td {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner table.summary td {
    font-size: 17px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner table.summary td {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner table.summary td {
    font-size: 17px !important;
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
}

#cart-inner table.summary td:first-of-type {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  color: #2f3432;
  padding-right: 10px;


}

@media only screen and (max-width: 767px) {
  #cart-inner table.summary td:first-of-type {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #cart-inner table.summary tr:not(:first-of-type) td:first-of-type {
    width: 50%;

  }

  #cart-inner table.summary tr:not(:first-of-type) td:last-of-type {
    width: 50%;
    text-align: right;
  }
}

#cart-inner table.summary td:last-of-type {
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 20px;
  text-align: right;
  color: #2f3432;
  opacity: 0.74;
  text-transform: uppercase;
  padding-left: 10px;
  width: 70%;
  opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
  #cart-inner table.summary td:last-of-type {
    padding: 0px 0px 15px 0px;
  }
}

#cart-inner table.summary td.promo-code input[type="text"] {
  width: 215px;
  height: 43px;
  background: #fff;
  border: 1px solid #cccaca;
  display: inline-block;
  vertical-align: middle;
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #cart-inner table.summary td.promo-code input[type="text"] {
    width: calc(100% - 140px);
  }
}

#cart-inner table.summary td.promo-code input[type="text"]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

#cart-inner table.summary td.promo-code input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  width: 121px;
  height: 43px;
  background: #2c2c2c;
  border: 2px solid #2c2c2c;
  text-align: center;
  color: #fff;
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #cart-inner table.summary td.promo-code input[type="submit"] {
    width: 131px;
  }
}

#cart-inner table.summary td.promo-code input[type="submit"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
  color: #fff;
}

#cart-inner .cards {
  margin-top: 35px;
  text-align: center;
  max-width: 540px;
  margin-left: auto;
}

#cart-inner .cards li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
  zoom: 0.8;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cards li {
    zoom: 0.8;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #cart-inner .cards li {
    zoom: 0.7;
  }
}

@media (max-width: 350px) {
  #cart-inner .cards li {
    zoom: 0.65;
  }
}

#cart-inner .cards li i {
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/cards.svg) no-repeat;
  display: inline-block;
  background-size: 976px 774px;
  vertical-align: middle;
}

#cart-inner .cards li i.svg-flat-visa {
  background-position: 26.8% 42.225%;
  width: 65px;
  height: 41px;
}

#cart-inner .cards li i.svg-flat-mastercard {
  background-position: 26.838% 31.7%;
  width: 65px;
  height: 41px;
}

#cart-inner .cards li i.svg-flat-amex {
  background-position: 67% 10.6%;
  width: 65px;
  height: 41px;
}

#cart-inner .cards li i.svg-single-jcb {
  background-position: 82% 71.1%;
  width: 65px;
  height: 41px;
}

#cart-inner .cards li i.svg-flat-maestro {
  background-position: 0 31.7%;
  width: 65px;
  height: 41px;
}

#cart-inner .cards li i.svg-flat-jcb {
  background-position: 26.839% 10.7%;
  width: 65px;
  height: 41px;
}

#cart-inner .cards li i.svg-visa-debit {
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/visa-debit.svg) center center no-repeat;
  width: 60px;
  height: 41px;
  background-size: 60px 41px;
}

#cart-inner .cards li i.svg-flat-benefit {
  background: url(https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/benefit-logo.svg) center center no-repeat;
  width: 45px;
  height: 52px;
  background-color: #fff;
  border-radius: 5px;
}

#cart-inner .cart-action {
  margin-top: 40px;
  text-align: center;
  max-width: 540px;
  margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .cart-action {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-action {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-action {
    margin-top: 40px;
  }
}

#cart-inner .cart-action li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-action li {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
}

#cart-inner .cart-action li a {
  display: block;
  text-align: center;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 315.46px;
  height: 69px;
  line-height: 66px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .cart-action li a {
    width: 270px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-action li a {
    width: 270px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-action li a {
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

#cart-inner .cart-action li a:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

#cart-inner .cart-action li.continue {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-action li.continue {
    margin-bottom: 15px;
  }
}

#cart-inner .cart-action li.continue a {
  background: transparent;
  border: 2px solid #c7c7c7;
  color: #999999;
}

#cart-inner .cart-action li.checkout {
  margin-right: 0;
}

#cart-inner .cart-action li.checkout a {
  background: #2c2c2c;
  color: #fff;
  border: 2px solid #2c2c2c;
}

#cart-inner .cart-empty {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-empty {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-empty {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

#cart-inner .cart-empty h3 {
  font-family: "Futura Medium";
  font-weight: normal;
  font-size: 39px;
  letter-spacing: 0em;
  line-height: 42px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-empty h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

#cart-inner .cart-empty p {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 35px;
  color: #999999;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner .cart-empty p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .cart-empty p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-empty p {
    font-size: 18px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-empty p {
    font-size: 17px;
    margin-bottom: 26px;
  }
}

#cart-inner .cart-empty p a {
  color: #999999;
}

#cart-inner .cart-empty p a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#cart-inner .cart-empty a.continue {
  margin-top: 60px;
  display: block;
  width: 282px;
  height: 69px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 69px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-empty a.continue {
    margin-top: 30px;
  }
}

#cart-inner .cart-empty a.continue:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#cart-inner .cart-success {
  text-align: center;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success {
    margin-top: 50px;
  }
}

#cart-inner .cart-success img {
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success img {
    max-width: 100px;
  }
}

#cart-inner .cart-success i {
  font-size: 130px;
  color: #0d792d;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success i {
    font-size: 80px;
    margin-bottom: 20px;
  }
}

#cart-inner .cart-success h3 {
  font-family: "Futura Book";
  font-size: 44px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

#cart-inner .cart-success p {
  font-family: "Futura Book";
  font-size: 31px;
  letter-spacing: 0.02em;
  line-height: 42px;
  text-align: center;
  color: #2c2c2c;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner .cart-success p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .cart-success p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-success p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

#cart-inner .cart-success p a {
  color: rgba(34, 34, 34, 0.7);
}

#cart-inner .cart-success p a:hover {
  color: #2c2c2c;
}

#cart-inner .cart-success ul {
  list-style-type: disc;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-success ul {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success ul {
    margin-bottom: 20px;
  }
}

#cart-inner .cart-success ul li {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 35px;
  color: #999999;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #cart-inner .cart-success ul li {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .cart-success ul li {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-success ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success ul li {
    font-size: 17px;
    line-height: 26px;
  }
}

#cart-inner .cart-success ul li a {
  color: rgba(34, 34, 34, 0.7);
}

#cart-inner .cart-success ul li a:hover {
  color: #2c2c2c;
}

#cart-inner .cart-success a.continue {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  margin-top: 60px;
  display: block;
  width: 265px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: "Futura Book";
  letter-spacing: 0.15em;
  background-color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cart-inner .cart-success a.continue {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cart-inner .cart-success a.continue {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success a.continue {
    height: 57px;
    line-height: 57px;
  }
}

#cart-inner .cart-success a.continue:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#cart-inner .cart-success a.continue:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#cart-inner .cart-success a.continue:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#cart-inner .cart-success a.continue:hover:after {
  left: 40px;
  color: #fff;
}

#cart-inner .cart-success a.continue:after {
  left: 20px;
}

@media only screen and (max-width: 767px) {
  #cart-inner .cart-success a.continue {
    margin-top: 30px;
  }
}

#cart-inner .cart-success a.continue:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#cart-inner .cart-success a.continue:hover:after {
  left: 25px;
}

#error-new {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

#error-new img {
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #error-new img {
    max-width: 100px;
  }
}

#error-new h3 {
  font-family: "Futura Medium";
  font-weight: normal;
  font-size: 39px;
  letter-spacing: 0em;
  line-height: 42px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #error-new h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

#error-new p {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 35px;
  color: #999999;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #error-new p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #error-new p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #error-new p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #error-new p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

#error-new p a {
  color: #999999;
}

#error-new p a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#error-new a.try {
  margin-top: 20px;
  display: inline-block;
  width: 282px;
  height: 69px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 69px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #error-new a.try {
    margin-top: 30px;
  }
}

#error-new a.try:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#error-new small {
  font-family: "Futura Medium";
  font-weight: normal;
  color: #2c2c2c;
  font-size: 14px;
  display: block;
  margin-top: 30px;
}

#error-new small a {
  color: rgba(34, 34, 34, 0.7);
}

#error-new small a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#failure {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #failure {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#failure i {
  font-size: 130px;
  color: red;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #failure i {
    font-size: 80px;
    margin-bottom: 20px;
  }
}

#failure h3 {
  font-family: "Futura Medium";
  font-weight: normal;
  font-size: 39px;
  letter-spacing: 0em;
  line-height: 42px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #failure h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

#failure p {
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 35px;
  color: #999999;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #failure p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #failure p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #failure p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #failure p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

#failure p a {
  color: #999999;
}

#failure p a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#failure a.continue {
  margin-top: 60px;
  display: block;
  width: 282px;
  height: 69px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 69px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #failure a.continue {
    margin-top: 30px;
  }
}

#failure a.continue:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#not-found {
  text-align: center;
  margin-top: 130px;
  margin-bottom: 250px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #not-found {
    margin-top: 70px;
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #not-found {
    margin-top: 70px;
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #not-found {
    margin-top: 70px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #not-found {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

#not-found img {
  margin-left: auto;
  margin-right: auto;
  max-width: 194px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #not-found img {
    max-width: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #not-found img {
    max-width: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #not-found img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #not-found img {
    max-width: 100px;
  }
}

#not-found i {
  font-size: 130px;
  color: #0d792d;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #not-found i {
    font-size: 80px;
    margin-bottom: 20px;
  }
}

#not-found h3 {
  font-family: "Futura Medium";
  font-size: 38px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #not-found h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #not-found h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

#not-found p {
  font-family: "Futura Book";
  font-size: 35px;
  letter-spacing: 0.01em;
  line-height: 40px;
  text-align: center;
  color: #484848;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #not-found p {
    font-size: 32px;
    line-height: 37px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #not-found p {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #not-found p {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  #not-found p {
    font-size: 26px;
    line-height: 32px;
  }
}

#not-found p a {
  color: rgba(34, 34, 34, 0.7);
}

#not-found p a:hover {
  color: #2c2c2c;
}

#not-found a.continue {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  margin-top: 60px;
  display: block;
  width: 265px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: "Futura Book";
  letter-spacing: 0.15em;
  background-color: #2c2c2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #not-found a.continue {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #not-found a.continue {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #not-found a.continue {
    height: 57px;
    line-height: 57px;
  }
}

#not-found a.continue:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#not-found a.continue:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#not-found a.continue:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#not-found a.continue:hover:after {
  left: 40px;
  color: #fff;
}

#not-found a.continue:after {
  left: 20px;
}

@media only screen and (max-width: 767px) {
  #not-found a.continue {
    margin-top: 30px;
  }
}

#not-found a.continue:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#not-found a.continue:hover:after {
  left: 25px;
}

#location-wrapper {
  padding-bottom: 100px;
}

@media screen and (min-width: 1025px) and (max-height: 767px) {
  #location-wrapper {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #location-wrapper {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #location-wrapper {
    padding-bottom: 70px;
  }
}

#location-wrapper .location-results {
  width: 50%;
  float: left;
  background: #fafafa;
  padding: 45px;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 950px;
}

@media (min-width: 768px) {
  #location-wrapper .location-results {
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #location-wrapper .location-results {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper .location-results {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #location-wrapper .location-results {
    padding: 20px;
    width: 100%;
    height: auto;
  }
}

#location-wrapper .location-results header {
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #location-wrapper .location-results header {
    padding-bottom: 20px;
  }
}

#location-wrapper .location-results header h3 {
  font-family: "Futura Medium";
  font-size: 1.875em;
  line-height: 1.3;
  text-align: left;
  color: #1a1a1a;
}

#location-wrapper .location-results .filter-block {
  padding-bottom: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #location-wrapper .location-results .filter-block {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper .location-results .filter-block {
    padding-bottom: 15px;
  }
}

#location-wrapper .location-results .filter-block label {
  display: block;
  font-family: "Futura Book";
  font-size: 1.3em;
  letter-spacing: 0.01 0.3em;
  line-height: 1.4;
  color: #7e7e7e;
  margin-bottom: 7px;
}

#location-wrapper .location-results .filter-block button {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0px;
  height: 51px;
}

#location-wrapper .location-results .filter-block .btn-group {
  width: 100%;
  border-radius: 0px;
}

#location-wrapper .location-results .location-block {
  background: #fff;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 50px;
  padding-left: 140px;
  margin-bottom: 9px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper .location-results .location-block {
    padding-left: 100px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #location-wrapper .location-results .location-block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 40px;
  }
}

#location-wrapper .location-results .location-block:hover {
  border-color: rgba(34, 34, 34, 0.7);
}

#location-wrapper .location-results .location-block img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper .location-results .location-block img {
    left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #location-wrapper .location-results .location-block img {
    position: relative;
    margin: 0px auto;
    margin-bottom: 20px;
    left: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#location-wrapper .location-results .location-block h5 {
  font-family: "Futura Book";
  font-size: 1.3em;
  line-height: 1.5;
  color: #343538;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper .location-results .location-block h5 {
    font-size: 0.975em;
  }
}

#location-wrapper .location-results .location-block p {
  font-family: "Futura Book";
  font-size: 1.3em;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper .location-results .location-block p {
    font-size: 0.875em;
  }
}

#location-wrapper .location-results .location-block p a {
  color: #343538;
}

#location-wrapper .location-results .location-block p a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#location-wrapper .location-results .location-block h6 {
  font-family: "Futura Book";
  font-size: 1.3em;
  line-height: 2;
  color: #343538;
  margin-top: 12px;
}

#location-wrapper .location-results .location-block address {
  font-style: normal;
  font-family: "Futura Book";
  font-size: 1.3em;
  line-height: 1.5;
  color: #343538;
}

#location-wrapper .location-results .location-block .view-btn {
  display: block;
  font-family: "Futura Book";
  text-decoration: underline;
  font-size: 0.875;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #343538;
  margin-top: 13px;
}

#location-wrapper .location-results .location-block .view-btn:hover {
  color: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#location-wrapper .location-map {
  float: right;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #location-wrapper .location-map {
    width: 100%;
    float: none;
  }
}

#location-wrapper .location-map iframe {
  width: 100%;
  height: 950px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #location-wrapper .location-map iframe {
    height: 900px;
  }
}

@media only screen and (max-width: 767px) {
  #location-wrapper .location-map iframe {
    height: 400px;
  }
}

.location-intro h1 {
  margin-bottom: 0px !important;
}

#checkout-checkout {
  padding-bottom: 80px;
}

#checkout-checkout #intro {
  padding-top: 50px;
  padding-bottom: 50px;
}

#checkout-checkout #content .panel-heading {
  font-family: "Futura Medium";
  font-weight: 400;
  background: rgba(34, 34, 34, 0.7);
  font-size: 21px;
  color: #fff;
  padding: 0;
  border-radius: 0px;
  position: relative;
}

#checkout-checkout #content .panel-heading h4 {
  font-family: "Futura Medium";
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-heading h4 {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}

#checkout-checkout #content .panel-heading h4 a {
  color: #fff;
}

#checkout-checkout #content .panel-heading i {
  display: none;
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content div.buttons .pull-right {
    float: none !important;
  }
}

#checkout-checkout #content .panel-body {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  font-family: "Futura Book";
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-body .fieldset {
    margin-bottom: 30px;
  }
}

#checkout-checkout #content .panel-body .required label:after {
  content: "*";
  color: red;
  display: inline-block;
  margin-left: 3px;
}

#checkout-checkout #content .panel-body .control--checkbox span {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 600;
  margin-left: 10px;
}

#checkout-checkout #content .panel-body .control--checkbox a {
  color: #2c2c2c;
}

#checkout-checkout #content .panel-body .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

#checkout-checkout #content .panel-body .btn {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  line-height: initial !important;
  border-radius: 0 !important;
}

#checkout-checkout #content .panel-body .btn.placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body .btn:-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body .btn::-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body .btn:-ms-input-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body .btn::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #checkout-checkout #content .panel-body .btn {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #checkout-checkout #content .panel-body .btn {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-body .btn {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#checkout-checkout #content .panel-body .btn:focus {
  outline: 0 !important;
}

#checkout-checkout #content .panel-body button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#checkout-checkout #content .panel-body button:hover {
  background: none;
}

#checkout-checkout #content .panel-body div.open .caret:after {
  content: "\f106";
}

#checkout-checkout #content .panel-body .caret {
  border: none;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  bottom: 20px;
  position: relative;
  left: 10px;
}

#checkout-checkout #content .panel-body .caret:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  display: inline-block;
  font-size: 14px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  right: 20px;
  position: relative;
}

#checkout-checkout #content .panel-body .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#checkout-checkout #content .panel-body .btn-default.active,
#checkout-checkout #content .panel-body .btn-default:active,
#checkout-checkout #content .panel-body .btn-default:focus,
#checkout-checkout #content .panel-body .btn-default:hover {
  background: none;
}

#checkout-checkout #content .panel-body .open>.btn-default.dropdown-toggle {
  background: none;
}

#checkout-checkout #content .panel-body .dropdown-menu {
  padding: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#checkout-checkout #content .panel-body .dropdown-menu li a {
  font-size: 14px;
  color: #2c2c2c;
  padding: 5px;
}

#checkout-checkout #content .panel-body table thead tr td {
  font-family: "Futura Book";
  font-weight: normal;
}

#checkout-checkout #content .panel-body table tr td {
  padding-top: 28px;
  padding-bottom: 28px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px;
  color: #6a6a6a;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #checkout-checkout #content .panel-body table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #checkout-checkout #content .panel-body table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#checkout-checkout #content .panel-body table tr td a {
  color: rgba(34, 34, 34, 0.7);
  font-weight: 400;
  font-family: "Futura Medium";
}

#checkout-checkout #content .panel-body table .text-right {
  text-align: right;
}

#checkout-checkout #content .panel-body table .total-text {
  font-weight: 700;
  color: #7d5163;
}

#checkout-checkout #content .panel-body h2 {
  color: #2c2c2c;
  font-size: 25px;
  font-family: "Futura Medium";
  font-weight: 400;
  margin-bottom: 20px;
}

#checkout-checkout #content .panel-body p {
  font-size: 17px;
  color: #2c2c2c;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

#checkout-checkout #content .panel-body .radio {
  margin-bottom: 20px;
}

#checkout-checkout #content .panel-body .form-group label {
  display: block;
  margin-bottom: 10px;
}

#checkout-checkout #content .panel-body label {
  display: block;
  font-family: "Futura Book";
  font-weight: 400;
  font-size: 1.2em;
  color: #343538;
  line-height: 1.3;
}

#checkout-checkout #content .panel-body .buttons {
  border-top: 1px dotted #ddd;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#checkout-checkout #content .panel-body .buttons label {
  display: inline-block;
  margin-right: 15px;
}

#checkout-checkout #content .panel-body .buttons label a {
  color: rgba(34, 34, 34, 0.7);
}

#checkout-checkout #content .panel-body .buttons label a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#checkout-checkout #content .panel-body .buttons input[type="submit"] {
  font-family: "Futura PT Book";
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.08em;
  background: #2c2c2c;
  color: #fff;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  border: none;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 230px;
}

#checkout-checkout #content .panel-body .buttons input[type="submit"]:hover {
  cursor: pointer;
  background: rgba(34, 34, 34, 0.7);
}

#checkout-checkout #content .panel-body .buttons .right {
  text-align: right;
}

#checkout-checkout #content .panel-body .form-group {
  margin-bottom: 20px;
}

#checkout-checkout #content .panel-body .forgotten {
  font-size: 14px;
  color: #2c2c2c;
  opacity: 0.7;
  margin-top: 10px;
  display: block;
  text-align: right;
}

#checkout-checkout #content .panel-body .forgotten:hover {
  opacity: 1;
  color: rgba(34, 34, 34, 0.7);
}

#checkout-checkout #content .panel-body input[type="email"],
#checkout-checkout #content .panel-body input[type="password"],
#checkout-checkout #content .panel-body input[type="tel"],
#checkout-checkout #content .panel-body input[type="text"] {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  border-radius: 0;
}

#checkout-checkout #content .panel-body input[type="email"].placeholder,
#checkout-checkout #content .panel-body input[type="password"].placeholder,
#checkout-checkout #content .panel-body input[type="tel"].placeholder,
#checkout-checkout #content .panel-body input[type="text"].placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body input[type="email"]:-moz-placeholder,
#checkout-checkout #content .panel-body input[type="password"]:-moz-placeholder,
#checkout-checkout #content .panel-body input[type="tel"]:-moz-placeholder,
#checkout-checkout #content .panel-body input[type="text"]:-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body input[type="email"]::-moz-placeholder,
#checkout-checkout #content .panel-body input[type="password"]::-moz-placeholder,
#checkout-checkout #content .panel-body input[type="tel"]::-moz-placeholder,
#checkout-checkout #content .panel-body input[type="text"]::-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body input[type="email"]:-ms-input-placeholder,
#checkout-checkout #content .panel-body input[type="password"]:-ms-input-placeholder,
#checkout-checkout #content .panel-body input[type="tel"]:-ms-input-placeholder,
#checkout-checkout #content .panel-body input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body input[type="email"]::-webkit-input-placeholder,
#checkout-checkout #content .panel-body input[type="password"]::-webkit-input-placeholder,
#checkout-checkout #content .panel-body input[type="tel"]::-webkit-input-placeholder,
#checkout-checkout #content .panel-body input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #checkout-checkout #content .panel-body input[type="email"],
  #checkout-checkout #content .panel-body input[type="password"],
  #checkout-checkout #content .panel-body input[type="tel"],
  #checkout-checkout #content .panel-body input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #checkout-checkout #content .panel-body input[type="email"],
  #checkout-checkout #content .panel-body input[type="password"],
  #checkout-checkout #content .panel-body input[type="tel"],
  #checkout-checkout #content .panel-body input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {

  #checkout-checkout #content .panel-body input[type="email"],
  #checkout-checkout #content .panel-body input[type="password"],
  #checkout-checkout #content .panel-body input[type="tel"],
  #checkout-checkout #content .panel-body input[type="text"] {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#checkout-checkout #content .panel-body input:focus {
  outline: 0;
}

#checkout-checkout #content .panel-body textarea {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  height: 200px;
}

#checkout-checkout #content .panel-body textarea.placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body textarea:-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body textarea::-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #checkout-checkout #content .panel-body textarea {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #checkout-checkout #content .panel-body textarea {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-body textarea {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#checkout-checkout #content .panel-body textarea:focus {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
}

#checkout-checkout #content .panel-body select {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  line-height: initial !important;
  border-radius: 0;
}

#checkout-checkout #content .panel-body select.placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body select:-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body select::-moz-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body select:-ms-input-placeholder {
  color: #a7a7a7;
}

#checkout-checkout #content .panel-body select::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #checkout-checkout #content .panel-body select {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #checkout-checkout #content .panel-body select {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-body select {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#checkout-checkout #content .panel-body select:hover {
  cursor: pointer;
}

#checkout-checkout #content .panel-body input[type="button"] {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 25px;
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #checkout-checkout #content .panel-body input[type="button"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #checkout-checkout #content .panel-body input[type="button"] {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-body input[type="button"] {
    height: 57px;
    line-height: 57px;
  }
}

#checkout-checkout #content .panel-body input[type="button"]:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#checkout-checkout #content .panel-body input[type="button"]:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#checkout-checkout #content .panel-body input[type="button"]:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#checkout-checkout #content .panel-body input[type="button"]:hover:after {
  left: 40px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #content .panel-body input[type="button"] {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#checkout-checkout #content .panel-body .forgotten-btn {
  font-size: 14px;
  display: block;
  padding: 10px;
  color: #d0a4b7;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

#checkout-checkout #content .panel-body .forgotten-btn:hover {
  color: #2c2c2c;
}

#checkout-checkout #content .panel-body .text-danger {
  background: #ce5c58;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}

#checkout-checkout #content .panel-body legend {
  font-size: 25px;
  color: #2c2c2c;
  font-family: "Futura Medium";
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

#checkout-checkout #content .panel-body .radio {
  display: block;
}

#checkout-checkout #content .panel-body .checkbox {
  display: block;
  margin-bottom: 20px;
}

#checkout-checkout #content .bootstrap-select.has-error .text-danger {
  position: static;
  top: 0px;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  #checkout-checkout div.buttons .pull-right {
    position: relative;
  }

  #checkout-checkout div.buttons .pull-right:after {
    display: table;
    content: "";
    clear: both;
  }

  #checkout-checkout div.buttons:after {
    display: table;
    content: "";
    clear: both;
  }

  #checkout-checkout div.buttons .pull-right input[type="checkbox"] {
    position: absolute;
    left: -20px;
    top: 26px;
  }

  #checkout-checkout #button-payment-method,
  #checkout-checkout #button-register {
    margin-left: 15px;
    margin-top: 0 !important;
  }

  #checkout-checkout #button-guest {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {

  #checkout-checkout #button-payment-method,
  #checkout-checkout #button-register {
    display: block;
    margin-top: 35px !important;
  }

  #checkout-checkout div.buttons .pull-right {
    float: none !important;
  }

  #checkout-checkout div.buttons .pull-right input[type="checkbox"] {
    margin-top: 3px;
    margin-right: 10px;
    float: left;
  }
}

#checkout-checkout #collapse-payment-method .buttons {
  border-top: 0 !important;
}

#checkout-checkout #collapse-payment-method .radio .control__indicator {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -3px;
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #collapse-payment-method .radio .control__indicator {
    top: 12px;
  }
}

#checkout-checkout #collapse-payment-method .radio label img {
  margin-left: 15px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #collapse-payment-method .radio label img {
    display: block;
    margin-left: 0;
    max-width: 100%;
    height: auto;
    zoom: 0.8;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {

  #checkout-checkout #payment-new label,
  #checkout-checkout #shipping-new label {
    margin-bottom: 0;
  }

  #checkout-checkout #payment-new .form-group,
  #checkout-checkout #shipping-new .form-group {
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #checkout-checkout #payment-new input[type="text"],
  #checkout-checkout #shipping-new input[type="text"] {
    margin-bottom: 0 !important;
  }
}

#checkout-checkout #payment-existing,
#checkout-checkout #shipping-existing {
  margin-bottom: 20px;
}

#checkout-checkout #payment-new .form-group,
#checkout-checkout #shipping-new .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 767px) {
  #checkout-checkout #collapse-checkout-option .col-sm-6:last-child {
    margin-top: 40px;
  }
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #history-order-details {
    border: 0 !important;
  }
}

@media only screen and (max-width: 767px) {

  #history-order-details tbody,
  #history-order-details td,
  #history-order-details tr {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  #history-order-details td {
    width: 100% !important;
    margin-bottom: 30px;
  }
}

#history-summary tbody {
  border: 0 !important;
}

#history-summary td:first-child {
  text-align: left;
  border-left: 0;
}

#history-summary td:last-child {
  border-right: 0 !important;
}

@media only screen and (max-width: 767px) {
  #history-summary {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #history-summary tr {
    display: block;
    border: 1px solid #e6e6e6;
    margin-bottom: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #history-summary thead {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #history-summary tbody {
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #history-summary tbody td {
    display: block;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 27px;
    text-align: left !important;
  }
}

#history-summary tbody td span {
  display: inline-block;
  margin-right: 8px;
}

@media (min-width: 768px) {
  #history-summary tbody td span {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #history-summary tbody td {
    display: block;
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  #history-summary tbody td:not(:first-child) {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}

#history-summary tbody td:last-child {
  border-right: 0;
}

#history-totals {
  border: 0;
}

#history-totals tbody {
  border: 0 !important;
}

#history-totals td {
  border-width: 0 0 1px 0 !important;
  font-size: 1.2em;
  color: #848484;
  font-family: "Futura Book";
  font-weight: normal !important;
  padding: 25px 15px;
  border-color: #e6e6e6 !important;
  text-align: left;
}

#history-totals td:first-child {
  border-left: 0 !important;
}

#history-totals td:last-child {
  text-align: right;
  border-right: 0 !important;
}

#history-totals tr:last-child td {
  font-size: 21px !important;
  color: #333333 !important;
  font-family: "Futura Medium !important;

}

@media (min-width: 768px) {
  #collapse-checkout-option p {
    max-width: 85%;
  }
}

#card-form {}

@media only screen and (max-width: 767px) {
  #card-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#card-form .form-group {
  margin-bottom: 35px;
}

#card-form label {
  display: block;
  font-weight: normal;
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 11px;
  margin-top: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #card-form label {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #card-form label {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #card-form label {
    margin-top: 20px;
    font-size: 14px;
  }
}

#card-form label:first-child {
  margin-top: 0px;
}

#card-form input[type="text"] {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}

#card-form input[type="text"].placeholder {
  color: #a7a7a7;
}

#card-form input[type="text"]:-moz-placeholder {
  color: #a7a7a7;
}

#card-form input[type="text"]::-moz-placeholder {
  color: #a7a7a7;
}

#card-form input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
}

#card-form input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #card-form input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #card-form input[type="text"] {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #card-form input[type="text"] {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#card-form .save-card-details label {
  font-family: "Futura Book";
  font-size: 1.4em !important;
  line-height: 30px;
  color: #2c2c2c;
  letter-spacing: 0;
  margin-right: 0;
  text-transform: initial;
}

#card-form .save-card-details label .control__indicator {
  top: 0;
}

#card-form .save-card-details .more-security {
  margin-top: 5px;
  margin-left: 40px;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-family: "Futura Book";
  font-size: 1.28em;
  letter-spacing: 0.01em;
  text-align: left;
  color: #333;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #card-form .save-card-details .more-security {
    font-size: 1.22em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #card-form .save-card-details .more-security {
    font-size: 1.22em;
  }
}

@media only screen and (max-width: 767px) {
  #card-form .save-card-details .more-security {
    font-size: 1.22em;
    line-height: 1.5;
  }
}

#card-form .save-card-details .more-security:hover {
  color: rgba(34, 34, 34, 0.7);
}

#card-form .save-card-details .more-security i {
  margin-right: 10px;
  font-size: 20px;
}

#card-form .cvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#card-form .cvv img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 120px;
}

#card-form .bootstrap-select {
  width: 100%;
}

#card-form .bootstrap-select .btn {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding-left: 25px;
  font-family: "Futura Book";
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  line-height: initial !important;
}

#card-form .bootstrap-select .btn.placeholder {
  color: #a7a7a7;
}

#card-form .bootstrap-select .btn:-moz-placeholder {
  color: #a7a7a7;
}

#card-form .bootstrap-select .btn::-moz-placeholder {
  color: #a7a7a7;
}

#card-form .bootstrap-select .btn:-ms-input-placeholder {
  color: #a7a7a7;
}

#card-form .bootstrap-select .btn::-webkit-input-placeholder {
  color: #a7a7a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #card-form .bootstrap-select .btn {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #card-form .bootstrap-select .btn {
    height: 71px;
    line-height: 71px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #card-form .bootstrap-select .btn {
    height: 66px;
    line-height: 66px;
    font-size: 17px;
  }
}

#card-form .bootstrap-select .btn:focus {
  outline: none !important;
}

#card-form .bootstrap-select .dropdown-menu {
  border-radius: 0;
}

#card-form .bootstrap-select .dropdown-menu li {
  margin-left: 20px;
  margin-right: 20px;
}

#card-form .bootstrap-select .dropdown-menu li:last-of-type a {
  border-bottom: 0;
}

#card-form .bootstrap-select .dropdown-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Futura Book";
  font-size: 16px;
  letter-spacing: 0.09em;
  text-align: left;
  color: #2c2c2c;
  border-bottom: 1px solid #dfdfdf;
}

#card-form .back-to-saved {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 0px;
  border: none;
  min-width: 241px;
  border: 0;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #card-form .back-to-saved {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #card-form .back-to-saved {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #card-form .back-to-saved {
    height: 57px;
    line-height: 57px;
  }
}

#card-form .back-to-saved:hover {
  background: rgba(34, 34, 34, 0.7);
  text-decoration: none;
}

#card-form .back-to-saved:after {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  left: 35px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#card-form .back-to-saved:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#card-form .back-to-saved:hover:after {
  left: 40px;
  color: #fff;
}

@media only screen and (min-width: 240px) and (max-width: desktop-new) {
  #card-form .back-to-saved {
    font-size: 17px !important;
    height: 58px;
    line-height: 58px;
  }
}

.about-wrapper ul {
  list-style-type: square;
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 300;
  font-family: "Futura Book";
  margin-bottom: 40px;
  line-height: 1.77;
}

.site-section li {
  line-height: 35px;
  list-style-type: circle;
}

.popup-youtube .fa-play-circle {
  font-size: 70px;
  padding: 21px;
  border: 1px solid #e3e3e3;
}

.news-content img {
  width: 48%;
}

#about-content .container p {
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  color: #2c2c2c;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #about-content .container p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #about-content .container p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #about-content .container p {
    font-size: 16px;
    line-height: 27px;
  }
}

#about-content .container p:last-child {
  margin-bottom: 0px;
}

.price-old {
  text-decoration: line-through;
}

.alert {
  padding: 18px;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 4px;
}

#cart-inner .alert {
  margin-top: 20px;
}

.alert-danger {
  background: #8b0000;
}

.alert-success {
  background: #b89a52;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

#alert-inner .alert-block {
  margin-bottom: 15px;
  border: 2px solid rgba(112, 112, 112, 0.1);
  position: relative;
  margin-top: 15px;
}

#alert-inner .alert-block .alert-ico {
  width: 90px;
  position: absolute;
}

#alert-inner .alert-block .alert-content {
  margin-left: 90px;
  border-left: 2px solid rgba(112, 112, 112, 0.1);
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

#alert-inner .alert-block .alert-content p {
  font-family: "Futura Book";
  font-size: 1.25em;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #7e7e7e;
}

#alert-inner .alert-block .alert-content p a {
  color: rgba(34, 34, 34, 0.7);
}

#alert-inner .alert-block .alert-content p a:hover {
  color: #2c2c2c;
}

#alert-inner .alert-block .alert-ico i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 30px;
  color: #73c74a;
  top: 30px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

#ar-lang #alert-inner .alert-block .alert-content {
  margin-left: 0;
  margin-right: 90px;
  border-left: 0;
  border-right: 2px solid rgba(112, 112, 112, 0.1);
}

@media only screen and (max-width: 767px) {
  header#hero__bannerx {
    height: auto !important;
  }

  header#hero__bannerx #hero-sliderx img {
    min-height: 280px;
    height: auto !important;
  }

  #hero-sliderx .slick-dots {
    bottom: 25px !important;
  }
}

#mini-cart .close-mc-btn {
  position: absolute;
  right: 20px;
  top: 40px;
  display: block;
  color: #c7c7c7;
  font-size: 42px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border: 0;
  background: none;
  font-weight: 100;
  opacity: 1;
  z-index: 1;
}

#mini-cart .close-mc-btn:focus,
#mini-cart .close-mc-btn:hover {
  color: #a8852f;
  background: none;
  border: 0;
  outline: none;
}

@media only screen and (max-width: 991px) {
  #mini-cart .close-mc-btn {
    top: 0px !important;
    right: 15px !important;
  }

  #best-sellers #bs-slider .bsbox button.add-to-cart {
    z-index: 99;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  header#hero__bannerx,
  header#hero__bannerx #hero-sliderx img {
    height: 370px !important;
  }
}

@media (min-width: 1551px) {
  #fixed-header.sticky .hd-Banner_Nav ul li {
    margin-right: 30px !important;
  }

  #fixed-header.sticky .hd-Banner_Nav ul li a {
    font-size: 15px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  #fixed-header.sticky .hd-Banner_Nav ul li {
    margin-right: 20px !important;
  }

  #fixed-header.sticky .hd-Banner_Nav ul li a {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #fixed-header.sticky .hd-Banner_Nav ul li a {
    font-size: 11px !important;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  #cart-inner table.cart td.quantity .btn {
    line-height: 0px !important;
    padding-bottom: 7px !important;
  }

  #cart-inner table.cart td.quantity input[type="text"] {
    bottom: 0 !important;
    height: auto !important;
  }

  #cart-inner table.cart td.quantity span {
    height: auto;
  }
}

@media (min-width: 1200px) {
  #detailed-inner #product-area #product-rhs {
    padding-top: 0 !important;
  }
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap span {
  display: none !important;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input {
  text-align: center;
  width: 100%;
}

#detailed-inner #product-area #product-rhs #count-add .count-inp-wrap .count-input .incr-btn {
  font-size: 30px;
  font-family: auto;
}

.review-stars .stars {
  color: #bf8f54 !important;
  position: relative;
}

.review-stars small {
  font-size: 22px;
  letter-spacing: 0px;
  color: #747474 !important;
  font-family: "Futura Book";
  display: inline-block;
  padding-left: 10px;
}

#detailed-inner #product-area #product-rhs .product-price {
  font-size: 30px;
  letter-spacing: 0px;
  color: #24190b;
  font-family: "Futura Book";
  font-weight: 400;
  margin-top: 30px;
}

#detailed-inner #more-information .tab-content table,
#detailed-inner #more-information .tab-content table tr td {
  border: 0 !important;
}

#detailed-inner #more-information .tab-content table tr td {
  padding: 0 30px 10px 0 !important;
}

#detailed-inner #more-information .tab-content table tr td:first-child {
  padding-right: 30px !important;
}

.review-stars .stars:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.39em;
  letter-spacing: 8.8px;
  top: -3px;
}

.review-stars .stars i {
  margin-right: 5px;
  color: #d8d8d8;
  font-size: 1.375em;
}

.review-stars .stars.stars-1:before {
  content: "\f005";
}

.review-stars .stars.stars-2:before {
  content: "\f005\f005";
}

.review-stars .stars.stars-3:before {
  content: "\f005\f005\f005";
}

.review-stars .stars.stars-4:before {
  content: "\f005\f005\f005\f005";
}

.review-stars .stars.stars-5:before {
  content: "\f005\f005\f005\f005\f005";
}

.color-size label {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #2c2c2c;
  font-family: "Futura Book";
  font-weight: 400;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

#detailed-inner #product-area #product-rhs #wishlist-share {
  margin-top: 50px;
}

.color-size .bootstrap-select {
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
}

.color-size .bootstrap-select .btn {
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #a7a7a7;
  font-family: "Futura Book";
  height: 62px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.color-size .bootstrap-select .dropdown-menu li a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #a7a7a7;
  font-family: "Futura Book";
}

.color-size .box {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#reviews-page {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  #reviews-page #review {
    padding-right: 45px;
  }

  #count-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#reviews-page h4 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #1b1919;
  font-family: "Futura Medium;

}

#reviews-page .table {
  margin-bottom: 30px;
  width: 100%;
}

#reviews-page .table-cell {
  vertical-align: top;
  width: auto;
  display: table-cell;
  color: #7e7e7e;
  font-size: 18px;
  font-family: "Futura Book";
  margin-bottom: 40px;
  line-height: 1.77;
}

#reviews-page .table-cell .author b {
  font-family: "Futura Medium" !important;
}

#reviews-page .fa-user {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #eeeeee;
  font-size: 22px;
  color: #999999;
  display: block;
  margin: 4px 25px 10px 0;
}

#reviews-page .table-cell.right {
  width: 100%;
  line-height: 24px;
}

#reviews-page p.author {
  font-size: 1em;
  color: #050505;
}

#reviews-page p.author .rating {
  color: #bf8f54;
  float: right;
  display: block;
  margin-top: 2px;
}

#reviews-page .rating_stars:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

#reviews-page .rating_stars i {
  color: #d8d8d8;
}

#reviews-page .rating_stars i:before {
  color: #d8d8d8 !important;
}

#reviews-page .r1:before {
  content: "\f005";
}

#reviews-page .r2:before {
  content: "\f005\f005";
}

#reviews-page .r3:before {
  content: "\f005\f005\f005";
}

#reviews-page .r4:before {
  content: "\f005\f005\f005\f005";
}

#reviews-page .r5:before {
  content: "\f005\f005\f005\f005\f005";
}

.rating-stars input[type="radio"] {
  visibility: hidden;
}

#form-review label {
  font-family: "Futura Book";
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #343538;
  line-height: 1.3;
  margin-bottom: 11px;
  font-size: 1.1em;
}

#form-review .control-label {
  display: block;
  text-align: left !important;
}

#form-review input[type="text"],
#form-review textarea {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  width: 100%;
  display: block;
  padding: 0 20px;
}

#form-review textarea {
  padding: 20px;
}

#form-review input[type="text"] {
  height: 42px;
}

#form-review .form-group {
  margin-bottom: 15px;
}

#form-review #button-review {
  width: 163px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #c69a64;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura Book";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
  float: right;
  border-radius: 0;
  padding: 0;
}

#listing-area .review-stars .stars:before {
  top: 1px;
}

#listing-area .review-stars small {
  vertical-align: middle;
}

#listing-area .review-stars {
  margin-top: 20px;
}

#listing-area .review-stars i {
  font-size: 1.1em !important;
}

#listing-area .review-stars small {
  font-size: 18px !important;
}

#listing-area .review-stars .stars:before {
  font-size: 1.1em !important;
}

#form-review .rating-stars input[type="radio"]:checked+label i:before {
  font-weight: 700;
}

#bs-slider .review-stars .stars:before {
  top: 1px;
}

#bs-slider .review-stars small {
  vertical-align: middle;
}

#bs-slider .review-stars {
  margin-top: 20px;
}

#bs-slider .review-stars i {
  font-size: 1.1em !important;
}

#bs-slider .review-stars small {
  font-size: 18px !important;
}

#bs-slider .review-stars .stars:before {
  font-size: 1.1em !important;
}

.whatsapp-sticky {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 2;
  display: block;
}

.whatsapp-sticky a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  background-color: #25d366;
  border-radius: 50%;
}

.whatsapp-sticky a .fab {
  color: #fff;
  font-size: 36px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .whatsapp-sticky {
    right: 15px;
  }

  .whatsapp-sticky a {
    width: 54px;
    height: 54px;
  }

  .whatsapp-sticky a .fab {
    font-size: 30px;
    line-height: 54px;
  }
}

#newsletter .alert {
  padding: 10px 15px;
  border-radius: 0;
  color: red;
  border-color: red;
}

#newsletter .alert.alert-success {
  color: rgba(0, 0, 0, 0.7) !important;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.alert-success {
  color: rgba(0, 0, 0, 0.7) !important;
  border-color: rgba(0, 0, 0, 0.7) !important;
}

#brands-listing {
  margin-top: 40px;
  margin-bottom: 145px;
}

#brands-listing #filter-block {
  padding-left: 60px;
  background: #2c2c2c;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-listing #filter-block {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-listing #filter-block {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-listing #filter-block {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#brands-listing #filter-block small {
  font-family: "Futura Medium";
  font-size: 20.83px;
  letter-spacing: 0.09em;
  line-height: 45.83px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-listing #filter-block small {
    font-size: 19px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-listing #filter-block small {
    font-size: 18px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-listing #filter-block small {
    font-size: 17px;
    margin-right: 0px;
    display: block;
  }
}

#brands-listing #filter-block ul {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #brands-listing #filter-block ul {
    display: block;
    text-align: center;
  }
}

#brands-listing #filter-block ul li {
  display: inline-block;
}

#brands-listing #filter-block ul li a {
  font-family: "Futura Book";
  font-size: 19px;
  letter-spacing: 0.07em;
  line-height: 45.83px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 11px;
  padding-right: 11px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #brands-listing #filter-block ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-listing #filter-block ul li a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-listing #filter-block ul li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-listing #filter-block ul li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}

#brands-listing #filter-block ul li a:hover {
  opacity: 0.7;
}

#brands-listing #brands-block .brand {
  position: relative;
  overflow: hidden;
  display: block;
  height: 305px;
  margin-bottom: 37px;
  background-color: #f7f7f7;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #brands-listing #brands-block .brand {
    height: 257px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-listing #brands-block .brand {
    height: 208px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-listing #brands-block .brand {
    height: 183px;
  }
}

#brands-listing #brands-block .brand img {
  max-width: 80%;
  max-height: 80%;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

#brands-listing #brands-block .brand:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#brands-listing #brands-block .brand a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#brands-listing #brands-block .brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #brands-detailed .slider-area .col-sm-4 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#brands-detailed #brand-intro {
  margin-top: 45px;
  margin-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #brands-detailed #brand-intro {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-detailed #brand-intro {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-detailed #brand-intro {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-detailed #brand-intro {
    margin-top: 15px;
    margin-bottom: 50px;
  }
}

#brands-detailed #brand-intro .intro-content {
  padding-top: 15px;
}

@media (min-width: 1200px) {
  #brands-detailed #brand-intro .intro-content {
    padding-left: 35px;
  }
}

#brands-detailed #brand-intro .intro-content h2 {
  font-family: "Futura Medium";
  font-size: 43px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #050505;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #brands-detailed #brand-intro .intro-content h2 {
    font-size: 39px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-detailed #brand-intro .intro-content h2 {
    font-size: 37px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-detailed #brand-intro .intro-content h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-detailed #brand-intro .intro-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#brands-detailed #brand-intro .intro-content p {
  font-family: "Futura Book";
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 33px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 35px;
}

#brands-detailed #brand-intro .intro-content p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #brands-detailed #brand-intro .intro-content p {
    font-size: 21px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-detailed #brand-intro .intro-content p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-detailed #brand-intro .intro-content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-detailed #brand-intro .intro-content p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  #brands-detailed #brand-intro .intro-image {
    margin-top: 40px;
  }
}

#brands-detailed #product-list {
  margin-bottom: 60px !important;
}

#brands-detailed #product-list .brand-products-title {
  text-align: center;
  font-family: "Futura Medium";
  font-size: 41px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #brands-detailed #product-list .brand-products-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-detailed #product-list .brand-products-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-detailed #product-list .brand-products-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-detailed #product-list .brand-products-title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

#brands-detailed #product-list .featured-box {
  margin-bottom: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #brands-detailed #product-list .featured-box {
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #brands-detailed #product-list .featured-box {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #brands-detailed #product-list .featured-box {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  #brands-detailed #product-list .featured-box {
    margin-bottom: 25px;
  }
}

#brands-detailed a.viewall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 281px;
  height: 62px;
  line-height: 62px;
  background: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.15em;
  position: relative;
  margin-top: 0px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  #brands-detailed a.viewall {
    max-width: 174px;
    font-size: 9px;
    height: 38px;
    line-height: 38px;
  }
}

#brands-detailed a.viewall:after {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  content: "\f178";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #brands-detailed a.viewall:after {
    font-size: 12px;
    right: 20px;
  }
}

#brands-detailed a.viewall:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#brands-detailed a.viewall:hover:after {
  right: 25px;
}

@media only screen and (max-width: 767px) {
  #brands-detailed a.viewall:hover:after {
    right: 15px;
  }
}

#offers-listing {
  margin-top: 40px;
  margin-bottom: 100px;
}

#offers-listing .category-block {
  margin-bottom: 58px;
}

@media (min-width: 768px) {
  #offers-listing .category-block:nth-of-type(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#offers-listing .category-block:nth-of-type(2n) .more-images-wrap,
#offers-listing .category-block:nth-of-type(2n) .spacer {
  display: none;
}

@media (min-width: 768px) {
  #offers-listing .ccin {
    max-width: 550px;
  }
}

#offers-detailed {
  text-align: center;
  margin-bottom: 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #offers-detailed {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #offers-detailed {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #offers-detailed {
    margin-bottom: 60px;
  }
}

#offers-detailed .offers-intro {
  margin-top: 65px;
  margin-bottom: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #offers-detailed .offers-intro {
    margin-top: 55px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #offers-detailed .offers-intro {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}

#offers-detailed .offers-intro h2 {
  font-family: "Futura Medium";
  font-size: 38px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #offers-detailed .offers-intro h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #offers-detailed .offers-intro h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #offers-detailed .offers-intro h2 {
    font-size: 28px;
  }
}

#offers-detailed .offers-intro p {
  max-width: 907px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: "Futura Book";
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
}

#offers-detailed .offers-intro p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #offers-detailed .offers-intro p {
    font-size: 21px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #offers-detailed .offers-intro p {
    font-size: 20px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #offers-detailed .offers-intro p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #offers-detailed .offers-intro p {
    font-size: 18px;
    line-height: 29px;
  }
}

@media (min-width: 1550px) {
  #offers-detailed #offers-list .row {
    margin-left: -37px;
    margin-right: -37px;
  }
}

@media (min-width: 1550px) {
  #offers-detailed #offers-list .row .col-md-4 {
    padding-left: 37px;
    padding-right: 37px;
  }
}

#offers-detailed #offers-list .offer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 6px dashed #353230;
  padding: 25px;
  text-align: center;
  margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #offers-detailed #offers-list .offer-box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #offers-detailed #offers-list .offer-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offers-list .offer-box {
    margin-bottom: 30px;
  }
}

#offers-detailed #offers-list .offer-box span {
  display: block;
}

#offers-detailed #offers-list .offer-box .offer-get {
  font-family: "Futura Medium";
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  opacity: 0.99;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offers-list .offer-box .offer-get {
    font-size: 22px;
  }
}

#offers-detailed #offers-list .offer-box .offer-percent {
  font-family: "Futura Medium";
  font-size: 68px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  opacity: 0.99;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offers-list .offer-box .offer-percent {
    font-size: 48px;
  }
}

#offers-detailed #offers-list .offer-box .offer-descript {
  font-family: "Futura Book";
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #2c2c2c;
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offers-list .offer-box .offer-descript {
    font-size: 18px;
    line-height: 24px;
  }
}

#offers-detailed #offers-list .offer-box .offer-descript a {
  color: inherit;
  display: inline-block;
  border-bottom: 1px solid #2c2c2c;
}

#offers-detailed #offers-list .offer-box .offer-descript a:hover {
  color: rgba(34, 34, 34, 0.7);
}

#offers-detailed #offers-list .offer-box .ofer-code-wrapp {
  position: relative;
}

#offers-detailed #offers-list .offer-box .ofer-code-wrapp .hidden-input {
  height: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  color: transparent;
}

#offers-detailed #offers-list .offer-box .ofer-code-wrapp .offer-code {
  display: block;
  width: 182px;
  height: 49px;
  line-height: 49px;
  background-color: #2c2c2c;
  font-family: "Futura Book";
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  border: 0;
  padding: 0;
}

#offers-detailed #offers-list .offer-box .ofer-code-wrapp .offer-code:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offers-list .offer-box .ofer-code-wrapp .offer-code {
    font-size: 17px;
  }
}

#offers-detailed #offers-list .offer-box .offer-expire {
  font-family: "Futura Book";
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offers-list .offer-box .offer-expire {
    font-size: 18px;
    line-height: 25px;
  }
}

#offers-detailed #offer-content h3 {
  font-family: "Futura Medium";
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #2c2c2c;
  margin-top: 65px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #offers-detailed #offer-content h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #offers-detailed #offer-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offer-content h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 40px;
  }
}

#offers-detailed #offer-content p {
  font-family: "Futura Book";
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #offers-detailed #offer-content p {
    font-size: 21px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #offers-detailed #offer-content p {
    font-size: 20px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #offers-detailed #offer-content p {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #offers-detailed #offer-content p {
    font-size: 18px;
    line-height: 29px;
  }
}

#landing {
  margin-top: 175px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #landing {
    margin-top: 50px;
  }
}

#landing .landing-intro {
  margin-bottom: 150px;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing .landing-intro {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing .landing-intro {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing .landing-intro {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #landing .landing-intro {
    margin-bottom: 50px;
  }
}

#landing .landing-intro h2 {
  font-family: "Futura Book";
  font-size: 46px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
  opacity: 0.99;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing .landing-intro h2 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing .landing-intro h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing .landing-intro h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  #landing .landing-intro h2 {
    font-size: 30px;
  }
}

#landing .landing-intro p {
  font-family: "Futura Book";
  font-size: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing .landing-intro p {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing .landing-intro p {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing .landing-intro p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #landing .landing-intro p {
    font-size: 22px;
    line-height: 32px;
  }
}

#landing .landing-content {
  margin-bottom: 300px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing .landing-content {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing .landing-content {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing .landing-content {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  #landing .landing-content {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  #landing .landing-content:nth-of-type(odd) .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

#landing .landing-content:nth-of-type(odd) .shape {
  right: 0;
  left: auto;
}

#landing .landing-content:nth-of-type(odd) .text {
  margin-left: 0;
}

@media only screen and (min-width: 1551px) {
  #landing .landing-content:nth-of-type(odd) .text {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1551px) {
  #landing .landing-content:nth-of-type(odd) .image {
    margin-right: 58px;
  }
}

#landing .landing-content .shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 25.9vw;
  max-width: 497px;
}

@media (min-width: 768px) {
  #landing .landing-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #landing .landing-content .image {
    margin-bottom: 30px;
  }
}

#landing .landing-content .text {
  max-width: 540px;
}

@media only screen and (min-width: 1551px) {
  #landing .landing-content .text {
    margin-left: 50px;
  }
}

#landing .landing-content .text h3 {
  font-family: "Futura Book";
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 35px;
  max-width: 270px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing .landing-content .text h3 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing .landing-content .text h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing .landing-content .text h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #landing .landing-content .text h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}

#landing .landing-content .text p {
  font-family: "Futura Book";
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 38.43px;
  text-align: left;
  color: #2c2c2c;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing .landing-content .text p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing .landing-content .text p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing .landing-content .text p {
    font-size: 19px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #landing .landing-content .text p {
    font-size: 19px;
    line-height: 29px;
  }
}

#landing #dl-app {
  padding-top: 45px;
  border-top: 1px solid #d4d4d4;
  padding-bottom: 70px;
}

#landing #dl-app p {
  font-family: "Futura Book";
  font-size: 25px;
  letter-spacing: 0.01em;
  line-height: 35.43px;
  text-align: center;
  color: #2c2c2c;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing #dl-app p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing #dl-app p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing #dl-app p {
    font-size: 19px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #landing #dl-app p {
    font-size: 19px;
    line-height: 29px;
  }
}

#landing #dl-app h4 {
  font-family: "Futura Medium";
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #landing #dl-app h4 {
    font-size: 28px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing #dl-app h4 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing #dl-app h4 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #landing #dl-app h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 15px;
  }
}

#landing #dl-app .app-btns {
  margin-top: 30px;
  text-align: center;
}

#landing #dl-app .app-btns a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

#landing #dl-app .app-btns a:first-child {
  margin-left: 0;
}

#landing #dl-app .app-btns a:last-child {
  margin-right: 0;
}

#landing #dl-app .app-btns a img {
  -webkit-backface-visibility: hidden;
  width: 235px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #landing #dl-app .app-btns a img {
    width: 185px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 409px) {
  #landing #dl-app .app-btns a img {
    width: 130px;
  }
}

#landing #dl-app .app-btns a:hover img {
  opacity: 0.7;
}

#categories-inner {
  margin-top: 80px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #categories-inner {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #categories-inner {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #categories-inner {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

#categories-inner .intro {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 75px;
}

#categories-inner .intro h2 {
  font-family: "Futura Medium";
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 65px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #categories-inner .intro h2 {
    font-size: 38px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #categories-inner .intro h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #categories-inner .intro h2 {
    font-size: 33px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #categories-inner .intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#categories-inner .intro p {
  max-width: 838px;
  width: 100%;
  font-family: "Futura Book";
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #categories-inner .intro p {
    font-size: 19px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #categories-inner .intro p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #categories-inner .intro p {
    font-size: 17px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 767px) {
  #categories-inner .intro p {
    font-size: 16px;
    line-height: 28px;
  }
}

#categories-inner h2 {
  font-family: "Futura Medium";
  font-size: 38px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  #categories-inner h2 {
    font-size: 29px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #categories-inner h2 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #categories-inner h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  #categories-inner h2 {
    font-size: 21px;
    text-align: center;
  }
}

#categories-inner .cb {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  #categories-inner .cb {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#categories-inner .cb .img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#categories-inner .cb .img img {
  width: 100%;
}

#categories-inner .cb:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#categories-inner .cb:hover h3 {
  color: rgba(34, 34, 34, 0.7);
}

#categories-inner .cb:hover .view {
  color: rgba(34, 34, 34, 0.7);
}

#categories-inner .cb h3 {
  font-family: "Futura Medium";
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 240px) and (max-width: desktop-new) {
  #categories-inner .cb h3 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #categories-inner .cb h3 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #categories-inner .cb h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

#categories-inner .cb a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

#categories-inner .cb .view {
  text-align: center;
  display: inline-block;
  font-family: "Futura Book";
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 29px;
  text-align: center;
  color: #2c2c2c;
  text-transform: uppercase;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #categories-inner .cb .view {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
}

#categories-inner .cb .view:after {
  font-family: "Font Awesome 5 Pro";
  color: #2c2c2c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  content: "\f105";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 18px;
}

#categories-inner .cb .view:hover {
  color: rgba(34, 34, 34, 0.7);
}

#categories-inner .cb .view:hover:after {
  right: -25px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("https://www.rawlifebh.com/catalog/view/theme/new/assets/img/ico/ajax-loader.gif") center center no-repeat;
}

#hero-slider .slick-dots {
  position: absolute;
  bottom: 45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  width: 1140px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  #hero-slider .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #hero-slider .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #hero-slider .slick-dots {
    width: 100%;
    text-align: center;
  }
}

#hero-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #hero-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

#hero-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #hero-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

#hero-slider .slick-dots li button:focus,
#hero-slider .slick-dots li button:hover {
  outline: none;
}

#hero-slider .slick-dots li button:focus:before,
#hero-slider .slick-dots li button:hover:before {
  opacity: 1;
  background: #fff;
  border-color: #fff;
}

#hero-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0px;
  line-height: 16px;
  text-align: center;
  color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #fff;
  opacity: 0.5;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  #hero-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}

#hero-slider .slick-dots li.slick-active button:before {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}

#brands-slider .slick-dots {
  position: relative;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 45px;
}

#brands-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #brands-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

#brands-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #brands-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

#brands-slider .slick-dots li button:focus,
#brands-slider .slick-dots li button:hover {
  outline: none;
}

#brands-slider .slick-dots li button:focus:before,
#brands-slider .slick-dots li button:hover:before {
  opacity: 1;
}

#brands-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0px;
  line-height: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background: #d1d1d1;
}

@media only screen and (max-width: 767px) {
  #brands-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}

#brands-slider .slick-dots li.slick-active button:before {
  color: #2c2c2c;
  background: #2c2c2c;
  border-color: #2c2c2c;
}

#news-slider .slick-dots {
  position: relative;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-slider .slick-dots {
    bottom: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-slider .slick-dots {
    bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  #news-slider .slick-dots {
    bottom: -30px;
  }
}

#news-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#news-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #news-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

#news-slider .slick-dots li button:focus,
#news-slider .slick-dots li button:hover {
  outline: none;
}

#news-slider .slick-dots li button:focus:before,
#news-slider .slick-dots li button:hover:before {
  opacity: 1;
}

#news-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0px;
  line-height: 16px;
  text-align: center;
  color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #999999;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  #news-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}

#news-slider .slick-dots li.slick-active button:before {
  color: #fff;
  background: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
}

#new-slider .slick-next,
#new-slider .slick-prev {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 6px;
  padding: 0;
  outline: none;
  z-index: 999;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (max-width: 767px) {

  #new-slider .slick-next,
  #new-slider .slick-prev {
    display: none !important;
  }
}

#new-slider .slick-next:hover:before,
#new-slider .slick-prev:hover:before {
  color: rgba(34, 34, 34, 0.7);
}

#new-slider .slick-next:focus:before,
#new-slider .slick-prev:focus:before {
  color: rgba(34, 34, 34, 0.7);
}

#new-slider .slick-next:before,
#new-slider .slick-prev:before {
  font-family: "slick";
  line-height: 1;
  color: #cccccc;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "slick";
  font-size: 48px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#new-slider .slick-prev {
  left: -50px;
}

[dir="rtl"] #new-slider .slick-prev {
  left: auto;
  right: 0px;
}

#new-slider .slick-prev:before {
  content: "\f104";
}

[dir="rtl"] #new-slider .slick-prev:before {
  content: "→";
}

#new-slider .slick-next {
  right: -50px;
}

[dir="rtl"] #new-slider .slick-next {
  left: 0px;
  right: auto;
}

#new-slider .slick-next:before {
  content: "\f105";
}

[dir="rtl"] #new-slider .slick-next:before {
  content: "←";
}

#hero-sliderx .slick-dots {
  position: absolute;
  bottom: 45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  width: 1140px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  #hero-sliderx .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #hero-sliderx .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #hero-sliderx .slick-dots {
    width: 100%;
    text-align: center;
  }
}

#hero-sliderx .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #hero-sliderx .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

#hero-sliderx .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #hero-sliderx .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

#hero-sliderx .slick-dots li button:focus,
#hero-sliderx .slick-dots li button:hover {
  outline: none;
}

#hero-sliderx .slick-dots li button:focus:before,
#hero-sliderx .slick-dots li button:hover:before {
  opacity: 1;
  background: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
}

#hero-sliderx .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0px;
  line-height: 16px;
  text-align: center;
  color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #fff;
  opacity: 0.5;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  #hero-sliderx .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}

#hero-sliderx .slick-dots li.slick-active button:before {
  background: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
  opacity: 1;
}

#best-sellers .slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  width: 1140px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  #best-sellers .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #best-sellers .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #best-sellers .slick-dots {
    width: 100%;
    text-align: center;
  }
}

#best-sellers .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#best-sellers .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #best-sellers .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

#best-sellers .slick-dots li button:focus,
#best-sellers .slick-dots li button:hover {
  outline: none;
}

#best-sellers .slick-dots li button:focus:before,
#best-sellers .slick-dots li button:hover:before {
  opacity: 1;
}

#best-sellers .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0px;
  line-height: 16px;
  text-align: center;
  color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #999999;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  #best-sellers .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}

#best-sellers .slick-dots li.slick-active button:before {
  color: #fff;
  background: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
}

#cartslide .slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  #cartslide .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #cartslide .slick-dots {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cartslide .slick-dots {
    width: 100%;
    text-align: center;
  }
}

#cartslide .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#cartslide .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

#cartslide .slick-dots li button:focus,
#cartslide .slick-dots li button:hover {
  outline: none;
}

#cartslide .slick-dots li button:focus:before,
#cartslide .slick-dots li button:hover:before {
  opacity: 1;
  background: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
}

#cartslide .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 0px;
  line-height: 10px;
  text-align: center;
  color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid rgba(34, 34, 34, 0.7);
  opacity: 0.5;
  border-radius: 50%;
}

#cartslide .slick-dots li.slick-active button:before {
  background: rgba(34, 34, 34, 0.7);
  border-color: rgba(34, 34, 34, 0.7);
  opacity: 1;
}

#news-slider .slick-next,
#news-slider .slick-prev {
  position: absolute;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 50px;
  padding: 0;
  outline: none;
  z-index: 999;
  border: none;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: absolute;
  bottom: 0px;
  border: 1px solid #ddd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  #news-slider .slick-next,
  #news-slider .slick-prev {
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #news-slider .slick-next,
  #news-slider .slick-prev {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {

  #news-slider .slick-next,
  #news-slider .slick-prev {
    width: 60px;
    height: 60px;
  }
}

#news-slider .slick-next:hover,
#news-slider .slick-prev:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  background: #fff;
}

#news-slider .slick-next:hover:before,
#news-slider .slick-prev:hover:before {
  color: #2c2c2c;
}

#news-slider .slick-next:focus,
#news-slider .slick-prev:focus {
  outline: none;
}

#news-slider .slick-next:before,
#news-slider .slick-prev:before {
  font-family: "slick";
  font-size: 26px;
  line-height: 1;
  color: #2c2c2c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f9f9f9;
  font-family: "slick";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  #news-slider .slick-next:before,
  #news-slider .slick-prev:before {
    font-size: 22px;
  }
}

#news-slider .slick-prev {
  background: #fff;
  left: 0px;
  bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-slider .slick-prev {
    margin-left: 0px;
    left: 0px;
    bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-slider .slick-prev {
    margin-left: 0px;
    left: 0px;
    bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #news-slider .slick-prev {
    margin-left: 0%;
    left: 0px;
    bottom: 60px;
  }
}

#news-slider .slick-prev:before {
  color: #b1b1b1;
}

[dir="rtl"] #news-slider .slick-prev {
  left: auto;
  right: 0px;
}

#news-slider .slick-prev:before {
  content: "\f177";
  font-weight: 300;
}

#news-slider .slick-next {
  background: #fff;
  left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #news-slider .slick-next {
    left: 0px;
    margin-left: 0px;
    bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #news-slider .slick-next {
    left: 0px;
    margin-left: 0px;
    bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #news-slider .slick-next {
    left: 0px;
    bottom: 0px;
  }
}

#news-slider .slick-next:before {
  color: #b1b1b1;
}

[dir="rtl"] #news-slider .slick-next {
  left: 0px;
  right: auto;
}

#news-slider .slick-next:before {
  content: "\f178";
  font-weight: 300;
}

.default-slider .slick-prev {
  left: -50px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .default-slider .slick-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .default-slider .slick-prev {
    left: unset;
    right: 50px;
  }
}

.default-slider .slick-next {
  right: -50px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .default-slider .slick-next {
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .default-slider .slick-next {
    right: 5px;
  }
}

.default-slider .slick-next:before,
.default-slider .slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  color: #2c2c2c;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  font-size: 38px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.default-slider .slick-prev:before {
  content: "\f104";
}

.default-slider .slick-next:before {
  content: "\f105";
}

.default-slider .slick-next,
.default-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 48%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.default-slider .slick-next:hover:before,
.default-slider .slick-prev:hover:before {
  color: rgba(34, 34, 34, 0.7);
}

.default-slider .slick-dots {
  position: relative;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .default-slider .slick-dots {
    margin-top: 10px;
  }

  .default-slider .slick-next,
  .default-slider .slick-prev {
    top: 5%;

    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #e6e6e6;
    border-radius: 50%;
  }

  .default-slider .slick-next:hover:before,
  .default-slider .slick-prev:hover:before {
    color: rgba(34, 34, 34, 0.7);
  }

  .default-slider .slick-dots {
    position: relative;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: 45px;
  }
}

.default-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .default-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

.default-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .default-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.default-slider .slick-dots li button:focus,
.default-slider .slick-dots li button:hover {
  outline: none;
}

.default-slider .slick-dots li button:focus:before,
.default-slider .slick-dots li button:hover:before {
  opacity: 1;
}

.default-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0px;
  line-height: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background: #d1d1d1;
}

@media only screen and (max-width: 767px) {
  .default-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
  }
}

.default-slider .slick-dots li.slick-active button:before {
  color: #2c2c2c;
  background: #2c2c2c;
  border-color: #2c2c2c;
}

/*# sourceMappingURL=main.min.css.map */

.mmfixed-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mmfixed-menu {
    display: block;
  }
}




/*==================================
=   bottom nav-section       =
==================================*/
.bottom-navigation {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  background-color: #000000;
  padding: 10px 2px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.bottom-navigation .nav-item {
  flex-grow: 1;
  padding: 0px 15px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
}

@media only screen and (min-width: 240px) and (max-width: 300px) {
  .bottom-navigation .nav-item {
    padding: 0px 7px;
  }
}

.bottom-navigation .nav-item .nav-text {
  font-size: 9px;
  line-height: 11px;
  margin: auto;
  text-align: center;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
  display: block;
}

@media only screen and (min-width: 240px) and (max-width: 300px) {
  .bottom-navigation .nav-item .nav-text {
    font-size: 7px;
    line-height: 8px;
  }
}

.bottom-navigation .nav-item img {
  width: auto;
  height: 20px;
  margin: 0px auto 10px;
  display: block;
  filter: brightness(0) invert(1);
}

@media only screen and (min-width: 240px) and (max-width: 300px) {
  .bottom-navigation .nav-item img {
    height: 15px;
  }
}

/* */
.nav-item.active>.nav-text {
  display: inline-block;
}

@media (min-width: 993px) {
  .bottom-navigation {
    display: none;
  }
}





.bottom-navigation .nav-item .hd-Circle {
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 0px;
  font-size: 1.03rem;
  line-height: 1.6rem;
  text-align: center;
  background: #CC112B;
  border-radius: 50%;
  color: #fff;
  transform: translateX(5px);

}



.image-we-accept {
  display: block;
}

.bottom-footer .image-we-accept img {
  max-width: 100%;
  width: 500px;
  display: block;
  margin: 20px auto 20px;
}

.checkout-cards {
  display: block;

}


#cart-inner .image-we-accept a.checkout-cards img {
  max-width: 100%;
  width: 100%;
  margin: 20px auto 20px;

}