/* Begin Fontface */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Javacom';
  src: url('../fonts/Javacom.eot?#iefix') format('embedded-opentype'), url('../fonts/Javacom.otf') format('opentype'), url('../fonts/Javacom.woff') format('woff'), url('../fonts/Javacom.ttf') format('truetype'), url('../fonts/Javacom.svg#Javacom') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* End Fontface */
/* Begin Reset */
/* This Reset file's using FONT-SIZE for case DESKTOP FIRST */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
embed,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
output,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
main,
section,
article,
aside,
canvas,
details,
summary,
figure,
figcaption,
header,
footer,
hgroup,
menu,
nav,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #292526;
  line-height: 1;
  background-color: #fff;
  overflow-x: hidden;
}
@media (min-width: 769px) {
    body {
        background: url('../images/bgd-body-left.png?v1') repeat-y left -180px top, url('../images/bgd-body-right.png?v1') repeat-y right -180px top;
    }
}
@media (min-width: 1025px) {
    body {
        background: url('../images/bgd-body-left.png?v1') repeat-y left -140px top, url('../images/bgd-body-right.png?v1') repeat-y right -140px top;
    }
}
@media (min-width: 1441px) {
    body {
        background: url('../images/bgd-body-left.png?v1') repeat-y left top, url('../images/bgd-body-right.png?v1') repeat-y right top;
    }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
main,
section,
article,
aside,
details,
summary,
figure,
figcaption,
header,
footer,
hgroup,
menu,
nav,
iframe {
  display: block;
}
h1,
h2,
h3 {
  font-family: "Javacom", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #d85486;
}
h1 {
  font-size: 40px;
  font-size: 2.857rem;
}
h2 {
  font-size: 30px;
  font-size: 2.143rem;
}
h3 {
  font-size: 24px;
  font-size: 1.714rem;
}
h4 {
  font-size: 15px;
  font-size: 1.071rem;
}
h5 {
  font-size: 13px;
  font-size: 0.929rem;
}
h6 {
  font-size: 12px;
  font-size: 0.857rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 18px;
    font-size: 1.286rem;
  }
  /* h2 {
		.font-size(@h2-size-mobile);
	} */
  h3 {
    font-size: 16px;
    font-size: 1.143rem;
  }
  h4 {
    font-size: 14px;
    font-size: 1rem;
  }
  h5 {
    font-size: 12px;
    font-size: 0.857rem;
  }
  h6 {
    font-size: 10px;
    font-size: 0.714rem;
  }
}
p {
  line-height: 1.429;
  margin-bottom: 20px;
}
/*p:last-of-type {
  margin-bottom: 0;
}*/
ol,
ul {
  list-style: none;
}
li {
  line-height: 1.429;
}
.fieldset {
  padding-top: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
td,
th {
  display: table-cell;
  vertical-align: inherit;
}
caption {
  display: table-caption;
  text-align: -webkit-center;
}
b,
strong,
optgroup {
  font-weight: bold;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
mark {
  background-color: #ff0;
  color: #000;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 1rem;
}
hr {
  display: block;
  padding: 0;
  margin: 1em 0;
  height: 1px;
  background-color: #ccc;
  border: 0;
}
button,
input,
textarea,
select,
optgroup {
  color: inherit;
  font-family: inherit;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
select {
  vertical-align: middle;
}
select,
input[type="checkbox"] {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
  cursor: pointer;
}
.button,
button,
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border: none;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="week"],
input[type="month"],
input[type="date"] {
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  color: #292526;
  font-size: 14px;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
}
.input:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="date"]:-moz-placeholder {
  color: #ccc;
}
.input::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="date"]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.input:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder {
  color: #ccc !important;
}
.input::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder {
  color: #ccc;
}
.input[aria-invalid="false"],
input[type="text"][aria-invalid="false"],
input[type="password"][aria-invalid="false"],
input[type="email"][aria-invalid="false"],
input[type="number"][aria-invalid="false"],
input[type="search"][aria-invalid="false"],
input[type="tel"][aria-invalid="false"],
input[type="url"][aria-invalid="false"],
input[type="week"][aria-invalid="false"],
input[type="month"][aria-invalid="false"],
input[type="date"][aria-invalid="false"] {
  border-color: #19b486;
}
.input::-ms-clear,
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="date"]::-ms-clear {
  display: none;
  /* icon close within input on IE */
}
input[type="password"]::-ms-reveal {
  display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  /* Removing spin buttons for Number input */
}
input:-webkit-autofill {
  background: papayaWhip;
  color: hotPink;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* icon close within input Search */
}
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  overflow: auto;
  font-size: 14px;
  font-size: 1rem;
  vertical-align: top;
  resize: none;
  border: 1px solid #ccc;
}
textarea:-moz-placeholder {
  color: #ccc;
}
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #ccc !important;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type="range"] {
  display: block;
  width: 100%;
  margin: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #292526;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  -webkit-text-fill-color: #292526;
}
a {
  text-decoration: none;
  color: #292526;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #d85486;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: white;
  background: gray;
}
/* End Reset */
/* Begin Common */
.inputFocusing {
  overflow-x: hidden;
}
.inputFocusing body {
  overflow-x: hidden;
}
.relative {
  position: relative;
}
.bgd-silver {
  background-color: silver !important;
}
.bgd-light-grey {
  background-color: #f5f5f5 !important;
}
.bgd-dark-grey {
  background-color: #d85486 !important;
}
.red-text {
  color: red !important;
}
.link {
  position: relative;
  font-size: 20px;
  font-size: 1.429rem;
  text-decoration: underline;
  color: #e9dddf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.link:hover {
  color: #e9dddf;
}
.link:hover {
  text-decoration: none;
}
.link i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-38%);
  -moz-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  -o-transform: translateY(-38%);
  transform: translateY(-38%);
  font-size: .8em;
}
.hexa {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.hexa:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  background: url('../images/hexa-border.png') no-repeat center center / 100% auto;
}
.hexa .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.hexa .desc .brandname {
  display: block;
  font-size: 30px;
  font-size: 2.143rem;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.hexa .desc span {
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-size: 1.857rem;
}
.hexa .desc:hover {
  color: #d85486 !important;
}
@media (min-width: 992px) {
  .hexa {
    width: 420px;
    height: 364px;
  }
}
.pagination {
  display: inline-block;
}
.pagination li {
  float: left;
  margin: 0 2px;
  text-align: center;
}
.pagination li.number ul {
  margin: 0 -5px;
}
.pagination li.active a {
  color: #fff;
  background-color: #666;
}
.pagination li a, .pagination li span {
  display: block;
  min-width: 30px;
  height: 30px;
  font-size: 14px;
  font-size: 1rem;
  color: #D1BFC0;
  border: 1px solid #D1BFC0;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 10px;
}

.pagination li span.disabled {
    color: #FFF;
    background-color: #D1BFC0;
}

.pagination li a:hover {
  color: #fff;
  background-color: #D1BFC0;
}
.pagination li a i {
  line-height: 30px;
}
.pagination li.unavailable {
  pointer-events: none;
}
.pagination li.unavailable span {
  line-height: 24px;
}
.pagination .number a span {
  display: none;
}
@media (max-width: 767px) {
  .pagination {
    /*width: 100%;*/
  }
  .pagination .prev-page {
    float: left;
  }
  .pagination .next-page {
    float: right;
  }
  .pagination .number {
    display: block;
    float: none;
    overflow: hidden;
  }
  .pagination .number li {
    display: none;
  }
  .pagination .number li.active {
    display: inline-block;
    float: none;
  }
  .pagination .number a span {
    display: inline;
  }
}
.price {
  display: block;
  font-size: 16px;
  font-size: 1.143rem;
}
.price .new-price,
.price .old-price {
  display: inline-block;
}
.price .new-price {
  font-size: 16px;
  font-size: 1.143rem;
  color: #d85486;
}
.price .old-price {
  margin-left: 5px;
  font-size: 14px;
  font-size: 1rem;
  color: #999;
}
.breadcrumbs {
  margin-bottom: 16px;
}
.breadcrumbs li {
  display: inline-block;
  margin: 0 2px;
}
.breadcrumbs li.active {
  font-weight: normal;
}
.breadcrumbs li .icon-home {
  color: #292526;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.breadcrumbs a {
  color: #292526;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
}
.breadcrumbs a:hover {
  color: #d85486;
}
.breadcrumbs a:hover .icon-home {
  color: #d85486;
}
.breadcrumbs i {
  position: relative;
  top: 0;
  color: #999;
}
.divider {
  position: relative;
  text-align: center;
  overflow: hidden;
  clear: both;
}
.divider span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.divider span:before,
.divider span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  border-top: 1px solid #999;
}
.divider span:before {
  right: 100%;
}
.divider span:after {
  left: 100%;
}
.divider span.empty {
  font-size: 0;
  padding: 0;
}
blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before,
blockquote:after {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 4em;
  line-height: 0;
}
blockquote:before {
  content: open-quote;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
blockquote:after {
  content: close-quote;
  margin-left: 0.15em;
  vertical-align: -0.6em;
}
/* End Common */
/* Begin Keyframes */
/* End Keyframes */
/* Begin Util */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before,
.clearfix:after,
.pagination:before,
.pagination:after,
.price:before,
.price:after {
  display: table;
  content: "";
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-hide {
  font-size: 0;
  color: transparent;
  text-shadow: none;
  border: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidden {
  display: none !important;
}
@media (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
.visible-print-table {
  display: none !important;
}
@media print {
  .visible-print-table {
    display: table !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;
  }
}
/* End Util */
/* Begin Sprite */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-shipping:before {
    content: "\e800";
}

.icon-return:before {
    content: "\e801";
}

.icon-lock:before {
    content: "\e802";
}

.icon-next:before {
    content: "\e803";
}

.icon-youtube:before {
    content: "\e804";
}

.icon-wishlist:before {
    content: "\e805";
}

.icon-twitter:before {
    content: "\e806";
}

.icon-arrow-down:before {
    content: "\e808";
}

.icon-search:before {
    content: "\e809";
}

.icon-pin:before {
    content: "\e80a";
}

.icon-menu:before {
    content: "\e80c";
}

.icon-email:before {
    content: "\e80d";
}

.icon-mail-box:before {
    content: "\e80e";
}

.icon-instagram:before {
    content: "\e80f";
}

.icon-google:before {
    content: "\e812";
}

.icon-fb:before {
    content: "\e813";
}

.icon-warning:before {
    content: "\e814";
}

.icon-close:before {
    content: "\e815";
}

.icon-chart:before {
    content: "\e816";
}

.icon-cart:before {
    content: "\e817";
}

.icon-account:before {
    content: "\e818";
}

.icon-arrow-solid-down:before {
    content: "\e819";
}

.icon-star:before {
    content: "\e81a";
}

.icon-home:before {
    content: "\e81b";
}

.icon-check:before {
    content: "\e81c";
}

.icon-phone:before {
    content: "\e81d";
}

.icon-cancel-circle:before {
    content: "\e81e";
}

.icon-star-empty:before {
    content: "\e81f";
}

.icon-cancel:before {
    content: "\e820";
}

.icon-mail-empty:before {
    content: "\e821";
}

.icon-ok-circle:before {
    content: "\e822";
}

.icon-pregnancy:before {
    content: "\e823";
}

.icon-pregnancy-2:before {
    content: "\e824";
}

.icon-pregnancy-1:before {
    content: "\e825";
}

.icon-plus-circle:before {
    content: "\e827";
}

.icon-cart-plus:before {
    content: "\e900";
}

.icon-film:before {
    content: "\e901";
}

.icon-bubbles2:before {
    content: "\e96d";
}

.icon-earth:before {
    content: "\e9ca";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-edit:before {
    content: "\f044";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-exclamation-triangle:before {
    content: "\f071";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-mail-alt:before {
    content: "\f0e0";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-ok-square:before {
    content: "\f14a";
}

.icon-building:before {
    content: "\f1ad";
}

.icon-question-circle-o:before {
    content: "\f29c";
}

.icon-star-half:before {
    content: "\e9d8";
}

.icon-heart-o:before {
    content: "\f08a";
}

.icon-address-card2:before {
    content: "\e902";
}

.icon-address-card:before {
    content: "\e903";
}

.icon-vcard:before {
    content: "\e903";
}

.icon-file-text:before {
    content: "\e904";
}

/* End Sprite */
/* Begin Form */
label {
  display: block;
}
label.label {
  padding-bottom: 5px;
}
.custom-input {
  position: relative;
  border: 1px solid transparent;
}
.custom-input > i {
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.custom-input > i + span input {
  padding-left: 20px;
}
.custom-input button {
  float: right;
  height: 42px;
  min-width: 30px;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #fff;
}
.custom-input button i {
  font-size: 20px;
  color: #d85486;
}
.custom-input span {
  display: block;
  overflow: hidden;
}
.custom-input input {
  width: 100%;
  height: 42px;
}
.custom-number {
  position: relative;
}
.custom-number [data-increase] {
  position: absolute;
  top: 15px;
  right: 5px;
}
.custom-number [data-decrease] {
  position: absolute;
  top: 15px;
  left: 5px;
}
.custom-number i {
  font-size: 13px;
  font-size: 0.929rem;
}
@media (min-width: 992px) {
  .custom-number i {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.custom-date {
  position: relative;
  background-color: #fff;
}
.selected.custom-date {
  background-color: #fff !important;
}
.selected.custom-date span {
  color: #292526 !important;
  border-color: #19b486 !important;
}
.selected.custom-date i {
  color: #292526 !important;
}
.custom-date span {
  display: block;
  padding: 12px 20px 12px 10px;
  height: 40px;
  border: 1px solid #ccc;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-date input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.custom-date i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.286rem;
  color: #ccc;
}
.custom-select {
  position: relative;
  background-color: #fff;
}
.selected.custom-select {
  background-color: #fff;
}
.selected.custom-select span {
  font-size: 14px;
  font-size: 1rem;
  color: #292526;
  /*border-color: #19b486;*/
}
.selected.custom-select i {
  color: #292526;
}
.custom-select select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 20px;
  height: 40px;
  font-size: 14px;
  font-size: 1rem;
  color: #292526;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.custom-select span {
  display: block;
  padding: 13px 20px;
  height: 40px;
  color: #ccc;
  border: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-select i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}
.checkbox,
.radio {
  position: relative;
  display: table;
}
.checkbox input,
.radio input {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  opacity: 0;
}
.checkbox input:checked ~ label:before,
.radio input:checked ~ label:before,
.checkbox input:checked ~ a:before,
.radio input:checked ~ a:before {
  background-color: #d85486;
  border-color: silver;
}
.checkbox input:checked ~ i:before,
.radio input:checked ~ i:before {
  opacity: 1;
}
.checkbox label,
.radio label,
.checkbox a,
.radio a {
  position: relative;
  z-index: 3;
  display: table-cell;
  height: 26px;
  padding-left: 36px;
  font-size: 14px;
  font-size: 1rem;
  color: #292526;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox label .count,
.radio label .count,
.checkbox a .count,
.radio a .count {
  padding-left: 5px;
  color: #999;
}
.checkbox i,
.radio i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  font-size: 18px;
  font-size: 1.286rem;
  color: #fff;
  text-align: center;
}
.checkbox i:before,
.radio i:before {
  position: relative;
  top: 3px;
  color: #d85486;
  font-size: 14px;
  z-index: 1;
  opacity: 0;
}
.checkbox i:after,
.radio i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.circle.checkbox i:after,
.circle.radio i:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.checkbox.center-mode,
.radio.center-mode {
  margin: 0 auto;
}
.checkbox.expanded,
.radio.expanded {
  width: 100%;
}
.checkbox.right input,
.radio.right input {
  right: 0;
}
.checkbox.right label,
.radio.right label,
.checkbox.right a,
.radio.right a {
  padding-right: 36px;
  padding-left: 0;
}
.checkbox.right i,
.radio.right i {
  left: auto;
  right: 0;
}
.checkbox.above,
.radio.above,
.checkbox.below,
.radio.below {
  display: inline-block;
}
.checkbox.above label,
.radio.above label,
.checkbox.below label,
.radio.below label,
.checkbox.above a,
.radio.above a,
.checkbox.below a,
.radio.below a {
  padding: 0;
}
.checkbox.above a ~ i,
.radio.above a ~ i,
.checkbox.below a ~ i,
.radio.below a ~ i {
  z-index: 3;
}
.checkbox.above input,
.radio.above input,
.checkbox.below input,
.radio.below input,
.checkbox.above i,
.radio.above i,
.checkbox.below i,
.radio.below i {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.checkbox.above,
.radio.above {
  padding-top: 36px;
}
.checkbox.below,
.radio.below {
  padding-bottom: 36px;
}
.checkbox.below input,
.radio.below input,
.checkbox.below i,
.radio.below i {
  top: auto;
  bottom: 0;
}
@media (max-width: 543px) {
  .checkbox i,
  .radio i {
    top: 0;
    left: 0;
  }
}
.radio-list,
.checkbox-list {
  margin-top: -10px;
}
.radio-list li,
.checkbox-list li {
  padding-top: 10px;
}
.form-group:before,
.form-group:after {
  display: table;
  content: "";
  clear: both;
}
.form-group:before,
.form-group:after {
  display: table;
  content: "";
  clear: both;
}
.form-group .label01 {
  height: 40px;
  display: table;
}
.form-group .label01 span {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.button {
  position: relative;
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1;
  border: none;
  background: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-transform: uppercase;
  background-color: transparent;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.button i {
  margin-left: 10px;
  font-size: 14px;
}
.button i.icon-cart-plus {
  font-size: 21px;
}
.button.btn-primary {
  color: #fff;
  height: 50px;
  opacity: 0.9;
  font-size: 14px;
  font-size: 1rem;
  padding: 0 2px;
  border-top: 2px solid #d85486;
  border-bottom: 2px solid #d85486;
  margin: 0 17px;
}
a.button.btn-primary {
  display: inline-block;
}
.button.btn-primary *,
.button.btn-primary *:before,
.button.btn-primary *:after {
  transition: all .25s ease;
}
.button.btn-primary:before,
.button.btn-primary:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 29px;
  background-color: #d85486;
  left: 100%;
}
.button.btn-primary:before {
  -webkit-transform: rotate(58deg);
  -moz-transform: rotate(58deg);
  -ms-transform: rotate(58deg);
  -o-transform: rotate(58deg);
  transform: rotate(58deg);
  top: -2px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.button.btn-primary:after {
  bottom: -2px;
  -webkit-transform: rotate(-58deg);
  -moz-transform: rotate(-58deg);
  -ms-transform: rotate(-58deg);
  -o-transform: rotate(-58deg);
  transform: rotate(-58deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.button.btn-primary > span {
  position: relative;
  display: block;
  padding: 0;
  z-index: 2;
  margin: 1px 0;
}
.button.btn-primary > span:before,
.button.btn-primary > span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #d85486;
  right: 100%;
}
.button.btn-primary > span:before {
  -webkit-transform: rotate(-57deg);
  -moz-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  -o-transform: rotate(-57deg);
  transform: rotate(-57deg);
  top: -4px;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.button.btn-primary > span:after {
  bottom: -4px;
  -webkit-transform: rotate(57deg);
  -moz-transform: rotate(57deg);
  -ms-transform: rotate(57deg);
  -o-transform: rotate(57deg);
  transform: rotate(57deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.button.btn-primary > span span {
  position: relative;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  z-index: 3;
  background-color: #d85486;
}
.button.btn-primary > span span:before,
.button.btn-primary > span span:after {
  content: "";
  position: absolute;
  top: 0;
}
.button.btn-primary > span span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 14px solid #d85486;
  left: -14px;
}
.button.btn-primary > span span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 14px solid #d85486;
  right: -14px;
}
.button.btn-primary.small {
  height: 32px;
}
.button.btn-primary.small:before,
.button.btn-primary.small:after {
  width: 19px;
}
.button.btn-primary.small > span:before,
.button.btn-primary.small > span:after {
  width: 19px;
}
.button.btn-primary.small > span span {
  height: 26px;
  line-height: 26px;
}
.button.btn-primary.small > span span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 8px solid #d85486;
  left: -8px;
}
.button.btn-primary.small > span span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 8px solid #d85486;
  right: -8px;
}
.button.btn-primary.medium {
  height: 40px;
}
.button.btn-primary.medium:before,
.button.btn-primary.medium:after {
  width: 24px;
}
.button.btn-primary.medium > span:before,
.button.btn-primary.medium > span:after {
  width: 24px;
}
.button.btn-primary.medium > span span {
  height: 34px;
  line-height: 34px;
}
.button.btn-primary.medium > span span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 11px solid #d85486;
  left: -11px;
}
.button.btn-primary.medium > span span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 11px solid #d85486;
  right: -11px;
}
.button.btn-primary:hover {
  opacity: 1;
  border-color: #b84772;
}
.button.btn-primary:hover:before,
.button.btn-primary:hover:after {
  background-color: #b84772;
}
.button.btn-primary:hover > span:before,
.button.btn-primary:hover > span:after {
  background-color: #b84772;
}
.button.btn-primary:hover > span span {
  background-color: #b84772;
}
.button.btn-primary:hover > span span:before {
  border-right-color: #b84772;
}
.button.btn-primary:hover > span span:after {
  border-left-color: #b84772;
}
.button.btn-tertiary {
  color: #fff;
  height: 54px;
  opacity: 0.9;
  font-size: 18px;
  font-size: 1.286rem;
  padding: 0 2px;
  border-top: 2px solid #19b486;
  border-bottom: 2px solid #19b486;
  margin: 0 17px;
}
a.button.btn-tertiary {
  display: inline-block;
}
.button.btn-tertiary *,
.button.btn-tertiary *:before,
.button.btn-tertiary *:after {
  transition: all .25s ease;
}
.button.btn-tertiary:before,
.button.btn-tertiary:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 31px;
  background-color: #19b486;
  left: 100%;
}
.button.btn-tertiary:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  top: -2px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.button.btn-tertiary:after {
  bottom: -2px;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.button.btn-tertiary > span {
  position: relative;
  display: block;
  padding: 0;
  z-index: 2;
  margin: 1px 0;
}
.button.btn-tertiary > span:before,
.button.btn-tertiary > span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 31px;
  background-color: #19b486;
  right: 100%;
}
.button.btn-tertiary > span:before {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  top: -4px;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.button.btn-tertiary > span:after {
  bottom: -4px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.button.btn-tertiary > span span {
  position: relative;
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  z-index: 3;
  background-color: #19b486;
}
.button.btn-tertiary > span span:before,
.button.btn-tertiary > span span:after {
  content: "";
  position: absolute;
  top: 0;
}
.button.btn-tertiary > span span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 14px solid #19b486;
  left: -14px;
}
.button.btn-tertiary > span span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 14px solid #19b486;
  right: -14px;
}
.button.btn-tertiary.small {
  height: 50px;
}
.button.btn-tertiary.small:before,
.button.btn-tertiary.small:after {
  width: 29px;
}
.button.btn-tertiary.small:before {
  -webkit-transform: rotate(58deg);
  -moz-transform: rotate(58deg);
  -ms-transform: rotate(58deg);
  -o-transform: rotate(58deg);
  transform: rotate(58deg);
}
.button.btn-tertiary.small:after {
  -webkit-transform: rotate(-58deg);
  -moz-transform: rotate(-58deg);
  -ms-transform: rotate(-58deg);
  -o-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
.button.btn-tertiary.small > span:before,
.button.btn-tertiary.small > span:after {
  width: 30px;
}
.button.btn-tertiary.small > span:before {
  -webkit-transform: rotate(-58deg);
  -moz-transform: rotate(-58deg);
  -ms-transform: rotate(-58deg);
  -o-transform: rotate(-58deg);
  transform: rotate(-58deg);
}
.button.btn-tertiary.small > span:after {
  -webkit-transform: rotate(58deg);
  -moz-transform: rotate(58deg);
  -ms-transform: rotate(58deg);
  -o-transform: rotate(58deg);
  transform: rotate(58deg);
}
.button.btn-tertiary.small > span span {
  height: 44px;
  line-height: 42px;
}
.button.btn-tertiary.small > span span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 14px solid #19b486;
  left: -14px;
}
.button.btn-tertiary.small > span span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 14px solid #19b486;
  right: -14px;
}
.button.btn-tertiary:hover {
  opacity: 1;
  border-color: #159972;
}
.button.btn-tertiary:hover:before,
.button.btn-tertiary:hover:after {
  background-color: #159972;
}
.button.btn-tertiary:hover > span:before,
.button.btn-tertiary:hover > span:after {
  background-color: #159972;
}
.button.btn-tertiary:hover > span span {
  background-color: #159972;
}
.button.btn-tertiary:hover > span span:before {
  border-right-color: #159972;
}
.button.btn-tertiary:hover > span span:after {
  border-left-color: #159972;
}
.button.btn-secondary {
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.button.btn-secondary.small {
  font-size: 14px;
  font-size: 1rem;
}
.button.btn-secondary.larger {
  font-size: 16px;
  font-size: 1.143rem;
}
.button.btn-secondary:hover {
  border-color: #999;
  background-color: #999;
}
.button.expanded {
  width: calc(100% - 34px);
}
.button.expanded > span span {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .button.btn-primary {
    height: 40px;
  }
  .button.btn-primary:before,
  .button.btn-primary:after {
    width: 24px;
  }
  .button.btn-primary > span:before,
  .button.btn-primary > span:after {
    width: 24px;
  }
  .button.btn-primary > span span {
    height: 34px;
    line-height: 34px;
  }
  .button.btn-primary > span span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 11px solid #d85486;
    left: -11px;
  }
  .button.btn-primary > span span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 11px solid #d85486;
    right: -11px;
  }
  .button.btn-tertiary {
    height: 40px;
    font-size: 16px;
    font-size: 1.143rem;
  }
  .button.btn-tertiary:before {
    -webkit-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  .button.btn-tertiary:after {
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
  }
  .button.btn-tertiary:before,
  .button.btn-tertiary:after {
    width: 24px;
  }
  .button.btn-tertiary > span:before {
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
  }
  .button.btn-tertiary > span:after {
    -webkit-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  .button.btn-tertiary > span:before,
  .button.btn-tertiary > span:after {
    width: 24px;
  }
  .button.btn-tertiary > span span {
    height: 34px;
    line-height: 34px;
  }
  .button.btn-tertiary > span span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 11px solid #19b486;
    left: -11px;
  }
  .button.btn-tertiary > span span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 11px solid #19b486;
    right: -11px;
  }
}
@media (max-width: 360px) {
  .button.expanded > span span {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (min-width: 768px) {
  .button i.icon-cart-plus {
    font-size: 28px;
  }
}
.errors p.error {
  display: block;
  padding-top: 3px;
  color: #df1919;
  font-size: 12px;
  font-size: 0.857rem;
}
.errors input.error,
.errors textarea.error {
  border-color: #df1919;
}
.errors .custom-input {
  border-color: #df1919;
}
.errors .custom-select span,
.errors .custom-date span {
  border-color: #df1919;
}
.errors .custom-select p,
.errors .custom-date p,
.errors .custom-select i,
.errors .custom-date i {
  color: #df1919;
}
/* End Form */

/* Begin Grid */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1180px;
}
.container:before,
.container:after {
  display: table;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 544px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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: auto;
  }
  .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: auto;
  }
  .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%;
  }
}
/* End Grid */

@charset "UTF-8";
/* Animate */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  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 {
  from,
  20%,
  53%,
  80%,
  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;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from,
  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 {
  from,
  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 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;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -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 {
  from {
    -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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -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 {
  from {
    -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 {
  from,
  11.1%,
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  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 {
  from,
  20%,
  40%,
  60%,
  80%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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);
  }
  from {
    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 {
  from,
  60%,
  75%,
  90%,
  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);
  }
  from {
    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 {
  from,
  60%,
  75%,
  90%,
  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);
  }
  from {
    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 {
  from,
  60%,
  75%,
  90%,
  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);
  }
  from {
    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 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    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 {
  from {
    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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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;
}
/* Tabs */
[data-collapse] [data-content] {
  display: none;
}
/* Slider */
/* Slider */
.slider-wrap {
  position: relative;
}
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider .load {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/loading.svg") center center / 50px no-repeat;
}
.slider .item {
  float: left;
  height: 100%;
  min-height: 1px;
  width: 200px;
  text-align: center;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: relative;
  vertical-align: top;
}
.single-slider.slider .item {
  width: 100vw;
}
.carousel-slider.slider .item {
  padding: 0 3px;
}
.vertical-slider.slider .item {
  width: auto;
  display: block;
  height: auto;
}
.slider .item .img-view {
  display: block;
  margin: 0 auto;
}
.slider .item [data-youtube],
.slider .item [data-video] {
  padding: 0 4px;
}
.slider .item [data-youtube] .iframeYoutube,
.slider .item [data-video] .iframeYoutube,
.slider .item [data-youtube] video,
.slider .item [data-video] video {
  display: none;
}
.slider .item [data-youtube].playing .iframeYoutube,
.slider .item [data-video].playing .iframeYoutube,
.slider .item [data-youtube].playing video,
.slider .item [data-video].playing video {
  display: block;
}
[dir="rtl"] .slider .item {
  float: right;
}
.slider .item img {
  display: block;
}
.draggable .slider .item img {
  pointer-events: none;
}
.slider .item.slick-loading img {
  display: none;
}
.slick-loading .slider .item {
  visibility: hidden;
}
@media (min-width: 544px) {
  .carousel-slider.slider .item {
    padding: 0 5px;
  }
}
.slick {
  position: relative;
  display: block;
  width: 2000%;
  opacity: 0.3;
}
.vertical-slider .slick {
  width: 100%;
  overflow: hidden;
}
.slick.slick-initialized,
.slick.no-slide {
  height: auto;
  width: auto;
  opacity: 1;
}
.slick.slick-initialized + .load,
.slick.no-slide + .load {
  display: none;
}
.brand-slider .slick {
  padding: 0 50px;
}
.carousel-slider .slick {
  padding: 0 5px;
}
.three-box-slider .slick {
  padding: 0 30px;
}
@media (min-width: 544px) {
  .carousel-slider .slick {
    padding: 0 15px;
  }
  .three-box-slider .slick {
    padding: 0;
  }
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.slick-list.draggable {
  cursor: move;
}
.centermode-slider .slick-list {
  width: 80%;
  overflow: visible;
  /* &:before, &:after {
			content: "";
			.position(0 null 0);
			width: 500px;
			background-color: @color01;
			opacity: 0.5;
			z-index: 1;
		}
		&:before {
			right: 100%;
		}
		&:after {
			left: 100%;
		} */
}
.slick-track,
.slick-list {
  -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);
}
.no-slide {
  font-size: 0;
  letter-spacing: 0;
}
.no-slide .slick-track {
  width: 100% !important;
  /*text-align: center;*/
  transform: inherit !important;
}
.no-slide .item {
  float: none;
  display: inline-block;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  /* overflow: hidden; */
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: right;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #e9dddf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
}
@media (min-width: 768px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li + li button {
  margin-left: 8px;
}
.slick-dots .slick-active button {
  background-color: #d85486;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  text-shadow: none;
  border: none;
  width: 27px;
  height: 17px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: .8;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.slick-arrow:hover {
  opacity: 1;
}
.carousel-slider .slick-arrow {
  margin-top: 10px;
}
.single-slider .slick-arrow {
  width: 27px;
  height: 18px;
}
.vertical-slider .slick-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centermode-slider .slick-arrow {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  height: 100%;
  width: 10%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 544px) {
  .slick-arrow {
    width: 38px;
    height: 26px;
  }
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 45px;
    height: 32px;
  }
  .single-slider .slick-arrow {
    width: 57px;
    height: 40px;
  }
}
.slick-prev {
  left: 0;
  background-image: url(../images/prev-gray.png);
}
.thumb-slider .slick-prev,
.two-box-slider .slick-prev,
.single-slider .slick-prev {
  background-image: url(../images/prev-gray.png);
}
.thumb-slider .slick-prev {
  margin-left: 6px;
}
.thumb-slider .slick-next {
  margin-right: 6px;
}
.vertical-slider .slick-prev {
  top: 0 !important;
}
.centermode-slider .slick-prev {
  left: 0;
}
.hexa-slider .slick-prev {
  /*left: 25px;*/
}
.single-slider .slick-prev {
  left: 20px;
}
.slick-next {
  right: 0;
  background-image: url(../images/next-gray.png);
}
.thumb-slider .slick-next,
.two-box-slider .slick-next,
.single-slider .slick-next {
  background-image: url(../images/next-gray.png);
}
.vertical-slider .slick-next {
  top: auto !important;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centermode-slider .slick-next {
  right: 0;
}
.hexa-slider .slick-next {
/*  right: 25px;*/
}
.single-slider .slick-next {
  right: 20px;
}
.slick-disabled {
  opacity: 0.5;
}
/* Fancybox */
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); ;
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/* Selectric */
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.pinchZoomWrap {
  position: relative;
  z-index: 6;
}
.pinchZoomWrap img {
  display: block;
}
.pinchZoomWrap [data-closezoom] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  color: #333;
  font-size: 30px;
  font-size: 2.143rem;
}
.showZoomContainer.pinchZoomWrap [data-closezoom] {
  opacity: 1;
  visibility: visible;
}
.pinchZoomWrap .pinchZoomInner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.showZoomContainer.pinchZoomWrap .pinchZoomInner {
  opacity: 1;
  visibility: visible;
}
[data-cslider] .pinchZoomWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
[data-cslider] .pinchZoomWrap.showZoomContainer {
  opacity: 1;
  visibility: visible;
}
.zoomContainer {
  z-index: 2 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tmp-open-left-nav .zoomContainer {
  display: none;
}
.zoomWrapper {
  position: relative;
}
.zoomWrapper div {
  top: 0;
}
.gallery:before,
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
.gallery .thumb {
  float: left;
  width: 20%;
}
.gallery .thumb a {
  opacity: 0.5;
}
.gallery .thumb a.active {
  opacity: 1;
}

/* Begin Structure */
.header {
  height: 68px;
}
@media (min-width: 992px) {
  .header {
    height: 158px;
  }
}
.header-outer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.main-header {
  position: relative;
  height: 68px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}
.main-header .logo {
  margin: 0 auto;
  padding-top: 15px;
  width: 120px;
}
.main-header .left-block {
  padding-top: 24px;
}
.main-header .left-block .control-nav {
  float: left;
  position: relative;
}
.main-header .left-block .control-nav i {
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-header .left-block .control-nav i:hover {
  color: #d85486;
}
.main-header .left-block .control-nav .icon-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .left-block .control-nav .icon-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 5px;
}
.openMenu .main-header .left-block .control-nav .icon-close {
  opacity: 1;
  visibility: visible;
}
.openMenu .main-header .left-block .control-nav .icon-menu {
  opacity: 0;
  visibility: hidden;
}
.main-header .left-block .head-search {
  position: relative;
  float: left;
}
.openSearch .main-header .left-block .head-search .custom-input {
  opacity: 1;
  visibility: visible;
  width: 250px;
  z-index: 1;
}
.openSearch .main-header .left-block .head-search .icon-close {
  opacity: 1;
  visibility: visible;
}
.openSearch .main-header .left-block .head-search > .icon-search {
  opacity: 0;
  visibility: hidden;
}
.main-header .left-block .head-search > i {
  cursor: pointer;
}
.main-header .left-block .head-search > i:hover {
  color: #d85486;
}
.main-header .left-block .head-search .icon-search {
  font-size: 46px;
}
.main-header .left-block .head-search .icon-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 9px;
  left: 10px;
  font-size: 25px;
  z-index: 2;
}
.main-header .left-block .head-search .custom-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  z-index: -1;
}
.main-header .left-block .head-search .custom-input input {
  border-right: none;
  padding-left: 40px;
  font-size: 16px;
  font-size: 1.143rem;
}
.main-header .left-block .head-phone {
  font-size: 22px;
  font-size: 1.571rem;
}
.main-header .right-block {
  padding-top: 16px;
}
.main-header .right-block .group {
  float: left;
  padding-left: 6px;
}
.main-header .right-block .group > a {
  display: block;
  position: relative;
  text-align: center;
}
.main-header .right-block .group > a .total {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  font-size: 10px;
  font-size: 0.714rem;
}
.main-header .right-block .group .icon-cart {
  font-size: 29px;
}
.main-header .right-block .group .inner {
  opacity: 0;
  /*visibility: hidden;*/
  display: none;
  z-index: 1;
}
.main-header .currency-list {
  position: relative;
  float: left;
  padding: 9px 5px 5px;
}
.main-header .currency-list:hover .current {
  color: #d85486;
}
.main-header .currency-list:hover ul {
  opacity: 1;
  visibility: visible;
}
.main-header .currency-list .current {
  font-size: 12px;
  font-size: 0.857rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-header .currency-list .current i {
  padding-left: 3px;
}
.main-header .currency-list ul {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-header .currency-list li {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.main-header .currency-list li:hover {
  background-color: #e9dddf;
}
.main-header .currency-list li.active {
  background-color: #e9dddf;
}
@media (max-width: 991px) {
  .openSearch .main-header .left-block .head-search {
    position: static;
  }
  .openSearch .main-header .left-block .head-search .icon-close {
    top: 9px;
    left: 10px;
    padding: 13px;
  }
  .openSearch .main-header .left-block .head-search .custom-input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 8px 10px;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .openSearch .main-header .left-block .head-search .custom-input button {
    height: 52px;
    padding: 0 15px;
  }
  .openSearch .main-header .left-block .head-search .custom-input button .icon-next {
    font-size: 24px;
  }
  .openSearch .main-header .left-block .head-search .custom-input button .icon-next:before {
    content: "\e809";
  }
  .openSearch .main-header .left-block .head-search .custom-input input {
    height: 52px;
    padding-left: 50px;
    font-size: 13px;
    font-size: 0.929rem;
  }
  .main-header .left-block .head-search {
    top: -5px;
    padding-left: 15px;
  }
  .main-header .left-block .head-search .icon-search {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .main-header {
    padding: 0 30px;
    height: 111px;
  }
  .main-header .logo {
    width: 277px;
  }
  .main-header .left-block {
    padding-top: 39px;
  }
  .main-header .left-block .control-nav {
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .main-header .left-block .control-nav i {
    font-size: 35px;
  }
  .scrolled .main-header .left-block .control-nav {
    width: 85px;
    opacity: 1;
    visibility: visible;
  }
  .main-header .left-block .head-search {
    top: -5px;
  }
  .main-header .left-block .head-phone {
    margin-top: 9px;
    margin-left: 28px;
  }
  .main-header .right-block {
    padding-top: 25px;
  }
  .main-header .right-block .group {
    padding-left: 33px;
  }
    .main-header .right-block .group:hover .inner,
    .main-header .right-block .group.hover .inner {
        opacity: 1;
        /*visibility: hidden;*/
        display: block;
    }
  .main-header .right-block .group:hover > a,
  .main-header .right-block .group.hover > a {
    color: #d85486;
  }
  .main-header .right-block .group:hover > a:before,
  .main-header .right-block .group.hover > a:before {
    content: "";
    position: absolute;
    top: 90%;
    right: -25px;
    width: 140px;
    height: 50px;
    -webkit-border-radius: 80% 80% 0 0;
    border-radius: 80% 80% 0 0;
  }
  .main-header .right-block .group .icon-account {
    font-size: 51px;
    padding-top: 3px;
  }
  .main-header .right-block .group .icon-wishlist {
    font-size: 44px;
    padding-top: 7px;
  }
  .main-header .right-block .group .icon-cart {
    font-size: 54px;
  }
  .main-header .right-block .group > a .total {
    top: 24px;
    font-size: 18px;
    font-size: 1.286rem;
  }
    .main-header .right-block .group > a .wishlist-total {
        top: 20px;
    }
  .main-header .right-block .group .inner {
    position: absolute;
    top: 100%;
    right: 0;
  }
  .main-header .currency-list {
    padding-top: 22px;
    padding: 22px 12px 5px 12px;
  }
  .main-header .currency-list .current {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .main-header .currency-list li {
    padding: 10px 25px;
    font-size: 14px;
    font-size: 1rem;
  }
  .main-header .bag-content {
    width: 390px;
    background-color: #fff;
    padding-top: 20px;
    border: 1px solid #ddd;
  }
  .main-header .bag-content .fill-me-up {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0 20px 20px;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.429rem;
    margin-bottom: 20px;
  }
  .main-header .bag-content .mini-cart-totals {
    padding: 0 20px 20px;
  }
  .main-header .bag-content .mini-cart-totals .total-item {
    float: left;
  }
  .main-header .bag-content .mini-cart-totals .cart-subtotal {
    float: right;
    text-align: right;
  }
  .main-header .bag-content .mini-cart-totals .subtotal {
    display: block;
    font-size: 18px;
    font-size: 1.286rem;
  }
  .main-header .bag-content .btn-tertiary {
    margin-bottom: 20px;
  }
  .main-header .bag-content .mini-cart-outer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .main-header .bag-content .mini-cart-products {
    max-height: 263px;
    overflow: auto;
    padding: 0 15px;
  }
  .main-header .bag-content .mini-cart-products::-webkit-scrollbar {
    width: 0;
  }
  .main-header .bag-content .mini-cart-products::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .main-header .bag-content .mini-cart-products::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .main-header .bag-content .view-cart {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    font-weight: 600;
  }
}
.mini-item {
  border-top: 1px solid #ddd;
  padding: 16px 0;
}
.mini-item:first-child {
  border-top: none;
}
.mini-item .thumb {
  float: left;
  width: 70px;
  height: 70px;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 18px;
}
.mini-item .thumb img {
  max-height: 100%;
}
.mini-item .content {
  position: relative;
  overflow: hidden;
}
.mini-item .content .control-item {
  position: absolute;
  top: 0;
  right: 0;
}
.mini-item .content .control-item a {
  float: left;
  font-size: 15px;
}
.mini-item .content .control-item a + a {
  padding-left: 12px;
}
.mini-item .content .name {
  padding-right: 45px;
  margin-top: -5px;
  font-size: 14px;
  font-size: 1rem;
}
.mini-item .content .type {
  display: block;
  padding-top: 4px;
}
.mini-item .content .info {
  padding-top: 10px;
}
.mini-item .content .info .price {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
}
.mini-item .content .info .price .new-price {
  font-size: 14px;
  font-size: 1rem;
}
.mini-item .content .info .price .old-price {
  font-weight: normal;
}
.mini-item .content .info input {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 5px 5px 4px;
  text-align: center;
}
@media (max-width: 991px) {
  .navigation {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 68px);
    overflow: auto;
  }
  .openMenu .navigation {
    display: block;
  }
  .navigation .menu {
    margin: 0 -20px;
    position: relative;
  }
  .navigation .menu > li {
    padding: 0 20px;
    background-color: #d85486;
  }
  .navigation .menu > li.active .icon-angle-down:before {
    content: "\f106";
  }
  .navigation .menu > li.mb-link {
    background-color: #fff;
    color: #292526;
    padding-left: 30px;
  }
  .navigation .menu > li.mb-link + .mb-link a {
    border-top-color: #ccc;
  }
  .navigation .menu > li.mb-link a {
    color: inherit;
    padding-left: 30px;
  }
  .navigation .menu > li.mb-link i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
  }
  .navigation .menu > li.phone a {
    font-size: 22px;
    font-size: 1.571rem;
    text-align: center;
    font-weight: normal;
  }
  .navigation .menu > li:first-child > a {
    border-top: none;
  }
  .navigation .menu > li > a {
    position: relative;
    display: block;
    padding: 15px;
    font-weight: 600;
    font-size: 13px;
    font-size: 0.929rem;
    line-height: 1.385em;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navigation .menu > li .icon-angle-down {
    padding: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
  }
  .navigation .menu .sub-nav a {
    display: block;
    padding: 15px 0 15px 26px;
    color: #fff;
    font-size: 13px;
    font-size: 0.929rem;
  }
}
@media (max-width: 767px) {
  .navigation .menu {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .navigation {
    border-bottom: 1px solid #ddd;
    height: 47px;
    -webkit-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
    -ms-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
    transition: height 0.25s ease;
  }
  .scrolled .navigation {
    height: 0;
    overflow: hidden;
    border-bottom-width: 0;
  }
  .openMenu .navigation {
    height: 47px;
    overflow: visible;
    border-bottom-width: 1px;
  }
  .navigation .icon-angle-down {
    padding-left: 10px;
  }
  .navigation .icon-angle-down:before {
    content: "\f0d7";
  }
  .navigation .menu {
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .navigation .menu > li {
    position: relative;
    height: 47px;
    line-height: 47px;
  }
  .navigation .menu > li:hover > a,
  .navigation .menu > li.hover > a {
    background-color: #dc6592;
    color: #fff;
  }
  .navigation .menu > li:hover .menu-group,
  .navigation .menu > li.hover .menu-group {
    display: block;
  }
  .navigation .menu > li > a {
    display: block;
    height: 100%;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.071rem;
    color: #333;
  }
  .navigation .menu > li.sub-full {
    position: static;
  }
  .navigation .menu .menu-group {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: calc(100vh - 158px);
    border: 1px solid #ddd;
    border-top: 2px solid #dc6592;
    overflow: auto;
  }
  .navigation .menu .menu-group::-webkit-scrollbar {
    width: 0;
  }
  .navigation .menu .menu-group::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .navigation .menu .menu-group::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .navigation .menu .menu-group .inner {
    background-color: #fff;
    padding: 25px 0;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation .menu .sub-nav {
    width: calc(1138px / 5);
    border-left: 1px dotted #ddd;
  }
  .navigation .menu .sub-nav:first-child {
    border-left: none;
  }
  .navigation .menu .sub-nav a {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571em;
    padding: 10px 20px;
    color: #292526;
  }
  .navigation .menu .sub-nav a:hover {
    background-color: #e9dddf;
  }
  .navigation [data-content] {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .navigation .menu > li > a {
    font-size: 18px;
    font-size: 1.286rem;
    padding: 0 10px;
  }
}
main {
  margin: 10px 0 16px 0;
}
.mail-box {
  display: inline-block;
  background-color: #fff;
}
.mail-box input {
  padding: 0 10px 0 25px;
  border: none;
  font-size: 14px;
  font-size: 1rem;
}
.mail-box input:-moz-placeholder {
  color: #999;
}
.mail-box input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.mail-box input:-ms-input-placeholder {
  color: #999 !important;
}
.mail-box input::-webkit-input-placeholder {
  color: #999;
}
.mail-box button {
  padding: 0 12px;
  border: none;
}
@media (min-width: 1200px) {
  .mail-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer {
  position: relative;
  color: #231f20;
}
.footer:before,
.footer:after {
  display: table;
  content: "";
  clear: both;
}
.footer h4 {
  font-size: 13px;
  font-size: 0.929rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .celebrating-logo {
  text-align: center;
}
.footer .celebrating-logo a {
  display: inline-block;
  max-width: 144px;
}
.footer-top {
  position: relative;
  padding: 20px 10px;
  background-color: #e9dddf;
}
.footer-top:before,
.footer-top:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  height: 11px;
  background-repeat: repeat-x;
  display: block;
}
.footer-top:before {
  top: -10px;
  background-image: url("../images/bg-footer-top.png");
}
.footer-top:after {
  bottom: -10px;
  background-image: url("../images/bg-footer-bottom.png");
}
@media (min-width: 768px) {
  .footer-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .footer h4 {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1rem;
  }
  .footer .celebrating-logo a {
    max-width: 214px;
  }
  .contacts {
    text-align: left;
  }
  .contacts ul a:hover {
    text-decoration: underline;
  }
  .footer-top {
    padding: 35px 30px;
  }
}
.social-footer {
  margin: 0 0 20px -5px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.social-footer li {
  margin: 0 5px 10px;
}
.social-footer a {
  display: block;
}
.social-footer a:hover i {
  color: #d85486;
}
.social-footer a i {
  font-size: 40px;
  color: #231f20;
}
@media (min-width: 544px) {
  .social-footer {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .social-footer a i {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .social-footer {
    margin-left: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .social-footer li {
    margin-left: 0;
    margin-right: 0;
  }
  .social-footer a i {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .social-footer a i {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .social-footer a i {
    font-size: 42px;
  }
}
@media (min-width: 544px) {
  .row-ft {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.contacts {
  text-align: center;
}
.contacts ul li {
  margin-bottom: 20px;
}
.contacts ul a {
  color: #2f2a2b;
  white-space: nowrap;
}
.contacts ul a:hover {
  color: #d85486;
}
.contacts ul a i {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.menu-ft {
  text-align: center;
}
.menu-ft .col-ft {
  margin-bottom: 30px;
}
.menu-ft .col-ft .nav a {
  display: inline-block;
  padding: 3px 0;
  color: #2f2a2b;
  font-size: 13px;
  font-size: 0.929rem;
}
.menu-ft .col-ft .nav a:hover {
  color: #d85486;
}
.col-subscribe {
  text-align: center;
}
.col-subscribe p {
  font-size: 11px;
  font-size: 0.786rem;
}
.col-subscribe h4,
.col-subscribe p,
.col-subscribe .mail-box {
  margin-bottom: 20px;
}
.col-subscribe .fieldset {
  padding-top: 0;
}
@media (min-width: 544px) {
  .contacts {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    text-align: left;
    max-width: 40%;
  }
  .menu-ft {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    text-align: left;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #999;
  }
  .menu-ft .col-ft {
    padding: 0 10px;
    width: calc(100% / 3);
  }
  .col-subscribe {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 60%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .contacts {
    width: 20%;
    text-align: left;
  }
  .menu-ft {
    width: 60%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .col-subscribe {
    width: 20%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .menu-ft .col-ft .nav a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-ft .col-ft .nav a:hover {
    text-decoration: underline;
  }
  .col-subscribe {
    text-align: left;
  }
  .col-subscribe p {
    font-size: 13px;
    font-size: 0.929rem;
  }
  .col-subscribe p span {
    display: block;
  }
}
.logo-queenbee-footer {
  display: inline-block;
  max-width: 120px;
  margin-bottom: 15px;
}
.copyRight {
  text-align: center;
}
.copyRight p {
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.6;
}
.copyRight span {
  display: block;
}
.footer-bottom nav {
  margin-top: 4px;
  text-align: center;
  font-size: 0;
}
.footer-bottom nav a {
  display: inline-block;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  font-size: 0.929rem;
  color: #231f20;
}
.footer-bottom nav a:hover {
  color: #d85486;
}
.footer-bottom nav a + a {
  border-left: 1px solid #231f20;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 57px;
    height: 45px;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .back-to-top {
        bottom: 70px;
    }
}

@media (min-width: 1200px) {
  .logo-queenbee-footer {
    max-width: 188px;
    margin-top: 15px;
  }
  .copyRight span {
    display: inline-block;
  }
  .footer-bottom nav a:hover {
    text-decoration: underline;
  }
}
.footer-bottom {
  padding: 35px 10px;
  background-color: #fff;
}
.footer-bottom .list-payment {
  margin-bottom: 20px;
  text-align: center;
  font-size: 0;
}
.footer-bottom .list-payment li {
  display: inline-block;
  margin: 0 5px;
}
.footer-bottom .list-payment a {
  display: table;
  width: 100%;
}
.footer-bottom .list-payment a span {
  height: 35px;
  display: table-cell;
  vertical-align: middle;
}
.footer-bottom .list-payment a img {
  max-height: 35px;
}
.inner-afterpay {
  margin-bottom: 35px;
  text-align: center;
}
.inner-afterpay .logo-afterpay {
  position: relative;
  display: inline-block;
}
.inner-afterpay .afterpay-flogo {
  display: block;
  max-width: 200px;
}
.inner-afterpay p {
  font-size: 11px;
  font-size: 0.786rem;
  text-transform: uppercase;
}
.flower-small {
  position: absolute;
  top: 0;
  left: -40px;
  width: 32px;
}
@media (min-width: 992px) {
  .flower-small {
    top: -120px;
    left: -90px;
    width: 61px;
  }
}
@media (min-width: 1200px) {
  .inner-afterpay {
    margin-bottom: 20px;
  }
  .inner-afterpay a {
    max-width: 256px;
  }
  .inner-afterpay .flower-small {
    top: -120px;
    left: -90px;
    width: 61px;
  }
  .inner-afterpay p {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
/* End Structure */
/* Block */

.promo-top-mobile {
    display: block;
}
.promo-top-desktop {
    display: none;
}

.promo-top {
  position: relative;
  padding: 8px 10px;
  margin: 10px 0px 10px 0px;
  /*background-color: #e9dddf;*/
  text-align: center;
  /*text-transform: uppercase;*/
}
.promo-top p,
.promo-top * {
  position: relative;
  /*font-size: 9px;*/
  /*font-size: 0.9rem;*/
  z-index: 1;
  margin-bottom: 0;
}
/*.promo-top:before,
.promo-top:after {
  position: absolute;
  top: 0;
  content: "";
  width: 106px;
  height: 100%;
  background-repeat: repeat-y;
  display: block;
}
.promo-top:before {
  left: 0;
  background-image: url("../images/promo-left.png");
}
.promo-top:after {
  right: 0;
  background-image: url("../images/promo-right.png");
}*/

@media (min-width: 992px) {
    .promo-top-mobile {
        display: none;
    }

    .promo-top-desktop {
        display: block;
    }

  .promo-top {
    margin: 10px 0px 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .promo-top p,
  .promo-top * {
    /*font-size: 20px;
    font-size: 1.429rem;*/
  }
}
.hexa-slider {
  text-align: center;
  margin-bottom: 15px;
}
.hexa-slider .flower {
  display: none;
}
.hexa-slider .slick .black-state .desc {
  color: #231f20;
}
@media (min-width: 992px) {
  .hexa-slider {
    position: relative;
    overflow: visible;
    height: 1200px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: -4%;
    margin-bottom: -30%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
  }
  .hexa-slider .flower {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .hexa-slider .flower:nth-child(1) {
    top: 3%;
    left: -17%;
  }
  .hexa-slider .flower:nth-child(2) {
    left: -11%;
    bottom: 15%;
  }
  .hexa-slider .flower:nth-child(3) {
    bottom: 1%;
    right: -16%;
  }
  .hexa-slider .flower:nth-child(4) {
    top: 20%;
    right: -9%;
  }
  .hexa-slider .slick {
    width: 1140px;
    height: 1200px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    position: absolute;
    right: -9999px;
  }
  .hexa-slider .slick .item {
    position: absolute;
    width: 420px;
    height: 364px;
  }
  .hexa-slider .slick .item:nth-child(1) {
    top: 0;
    left: 50%;
    margin-left: -210px;
  }
  .hexa-slider .slick .item:nth-child(2) {
    top: 212px;
    left: 0;
  }
  .hexa-slider .slick .item:nth-child(3) {
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -182px;
  }
  .hexa-slider .slick .item:nth-child(4) {
    top: 212px;
    right: 0;
  }
  .hexa-slider .slick .item:nth-child(5) {
    top: 625px;
    left: 0;
  }
  .hexa-slider .slick .item:nth-child(6) {
    left: 50%;
    margin-left: -210px;
    bottom: 0;
  }
  .hexa-slider .slick .item:nth-child(7) {
    top: 625px;
    right: 0;
  }


    .hexa-slider-all-categories {
        height: 2000px;
        margin-top: 20px;
        /*margin-bottom: 0;*/
    }

    .hexa-slider-all-categories .slick {
        height: 2000px;
    }

        .hexa-slider-all-categories .slick .item:nth-child(1) {
            top: 0;
            left: 50%;
            margin-left: -210px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(2) {
            top: 212px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(3) {
            top: 612px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(4) {
            top: 212px;
            right: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(5) {
            top: 625px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(6) {
            top: 1012px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
            bottom:initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(7) {
            top: 625px;
            right: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(8) {
            top: 1025px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(9) {
            top: 1412px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(10) {
            top: 1025px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(11) {
            top: 1425px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(12) {
            top: 1812px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(13) {
            top: 1425px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(14) {
            top: 1825px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(15) {
            top: 2212px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(16) {
            top: 1825px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(17) {
            top: 2225px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(18) {
            top: 2612px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .slick .item:nth-child(19) {
            top: 2225px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(20) {
            top: 2625px;
            right: 0;
            left: initial;
        }

        .hexa-slider-all-categories .slick .item:nth-child(21) {
            top: 2625px;
            left: 0;
        }

        .hexa-slider-all-categories .slick .item:nth-child(22) {
            top: 3012px;
            left: 50%;
            margin-left: -210px;
            margin-top: -182px;
        }

        .hexa-slider-all-categories .flower:nth-child(1) {
            top: 0;
            left: -20%;
        }

        .hexa-slider-all-categories .flower:nth-child(2) {
            left: -11%;
            bottom: 15%;
        }

        .hexa-slider-all-categories .flower:nth-child(3) {
            bottom: -25%;
            right: -16%;
        }

        .hexa-slider-all-categories .flower:nth-child(4) {
            top: 25%;
            right: -9%;
        }
}

@media (min-width: 1200px) {
  .hexa-slider {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: 50px 0;
  }
  .hexa-slider .flower {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .hexa-slider .flower:nth-child(1) {
    top: 3%;
    left: -8%;
  }
  .hexa-slider .flower:nth-child(2) {
    left: -3%;
    bottom: 18%;
  }
  .hexa-slider .flower:nth-child(3) {
    bottom: 4%;
    right: -7%;
  }
  .hexa-slider .flower:nth-child(4) {
    top: 20%;
    right: -2%;
  }

    .hexa-slider-all-categories {
        height: 2400px;
    }

        .hexa-slider-all-categories .slick {
            height: 2400px;
        }

    .hexa-slider-all-categories .flower:nth-child(1) {
        top: 0;
        left: -8%;
    }

    .hexa-slider-all-categories .flower:nth-child(2) {
        left: 0;
        bottom: 22%;
    }

    .hexa-slider-all-categories .flower:nth-child(3) {
        bottom: 9%;
        right: -10%;
    }

    .hexa-slider-all-categories .flower:nth-child(4) {
        top: 20%;
        right: 0;
    }

}

.module-block {
  padding: 20px 0;
  text-align: center;
}
.module-block .heading {
  margin-bottom: 10px;
}
.module-block .heading h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.286rem;
}
.module-block .heading p {
  font-size: 14px;
  font-size: 1rem;
}
.module-block .shop-all > span span {
  padding: 0 10px;
}
.brand-slider {
  margin-bottom: 20px;
}
.brand-slider .item {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .brand-block a.button.btn-primary {
    height: 32px;
  }
  .brand-block a.button.btn-primary:before,
  .brand-block a.button.btn-primary:after {
    width: 19px;
  }
  .brand-block a.button.btn-primary > span:before,
  .brand-block a.button.btn-primary > span:after {
    width: 19px;
  }
  .brand-block a.button.btn-primary > span span {
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    font-size: 12px;
    font-size: 0.857rem;
  }
  .brand-block a.button.btn-primary > span span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 8px solid #d85486;
    left: -8px;
  }
  .brand-block a.button.btn-primary > span span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #d85486;
    right: -8px;
  }
}
@media (min-width: 992px) {
  .module-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-block .heading {
    margin-bottom: 30px;
  }
  .module-block .heading h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 2.143rem;
  }
  .brand-slider {
    margin-bottom: 30px;
  }
  .brand-block {
    padding-bottom: 58px;
  }
}
.store-block {
  padding: 30px 0;
}
.store-block h1 {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-size: 1.286rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
.store-block h1 .flower-small-01 {
  position: absolute;
  top: 0;
  left: 0;
}
.store-block h1 .flower-small-01 img {
  max-width: 28px;
}
.store-block p {
  margin-bottom: 10px;
}
.store-block .desc {
  margin-bottom: 30px;
}
.store-block .list {
  margin: 0 auto 30px;
  max-width: 280px;
  font-size: 0;
}
.store-block .list a {
  display: table;
  width: 100%;
  color: #292526;
}
.store-block .list a:hover {
  color: #d85486;
}
.store-block .list a .cell {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}
.store-block .list a .cell + .cell {
  width: auto;
  text-align: left;
}
.store-block .list a .text {
  display: inline-block;
  padding-left: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-size: 1.143rem;
}
.store-block .list a .text > span {
  display: block;
  font-size: 11px;
  font-size: 0.786rem;
  text-transform: none;
}
.store-block .list a i {
  font-size: 43px;
  font-size: 3.071rem;
}
@media (min-width: 768px) {
  .store-block .desc {
    text-align: center;
  }
  .store-block h1 {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list {
    max-width: 100%;
  }
  .store-block .list li {
    display: inline-block;
    width: 33.33%;
  }
  .store-block .list li:nth-child(2) {
    padding-left: 3%;
  }
}
@media (min-width: 992px) {
  .store-block h1 {
    padding-left: 130px;
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 2.857rem;
    line-height: 1;
  }
  .store-block h1 .flower-small-01 {
    top: -31px;
    left: 66px;
  }
  .store-block h1 .flower-small-01 img {
    max-width: 52px;
  }
  .store-block .desc {
    text-align: center;
  }
  .store-block p {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.8;
  }
  .store-block .list a {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text > span {
    font-size: 14px;
    font-size: 1rem;
  }
  .store-block .list a i {
    font-size: 70px;
    font-size: 5rem;
  }
  .store-block .list a .icon-shipping {
    font-size: 60px;
    font-size: 4.286rem;
  }
}
@media (min-width: 1000px) {
  .store-block {
    padding-bottom: 60px;
  }
  .store-block .list a {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text {
    font-size: 22px;
    font-size: 1.571rem;
  }
  .store-block .list a .text > span {
    font-size: 14px;
    font-size: 1rem;
  }
  .store-block .list a i {
    font-size: 70px;
    font-size: 5rem;
  }
  .store-block .list a .icon-shipping {
    font-size: 60px;
    font-size: 4.286rem;
  }
}
.instagram-block {
  position: relative;
}
.instagram-block .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.instagram-block .wrap {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.instagram-block .wrap .vertical {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.instagram-block .wrap h2,
.instagram-block .wrap a {
  color: #fff;
  background-color: #231f20;
}
.instagram-block .wrap h2 {
  padding: 20px 5px 15px;
  margin-bottom: 5px;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.286rem;
}
.instagram-block .wrap a {
  padding: 3px 4px;
  font-size: 13px;
  font-size: 0.929rem;
}
.instagram-block .wrap a:hover {
  color: #d85486;
}
.instagram-block .content {
  max-width: 440px;
  margin: 0 auto;
}
.list-instagram {
  margin-left: -1px;
  margin-right: -1px;
  font-size: 0;
}
.list-instagram:before,
.list-instagram:after {
  display: table;
  content: "";
  clear: both;
}
.list-instagram li {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  padding: 1px;
}
.list-instagram li .item img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .list-instagram li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .instagram-block {
    margin-bottom: 30px;
  }
  .instagram-block .wrap h2 {
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 30px;
    font-size: 2.143rem;
  }
  .instagram-block .wrap p {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .list-instagram li {
    width: 16.66%;
  }
  .list-instagram li:nth-child(6n+7) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .list-instagram li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .list-instagram li {
    width: 50%;
  }
}
.join-our {
  position: relative;
  padding: 25px 18px 18px;
  margin: 30px 0;
  width: 100%;
  max-height: 144px;
  background-color: #e9dddf;
  text-align: center;
}
.join-our:before,
.join-our:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 30px;
  background-repeat: repeat-y;
  display: block;
}
.join-our:before {
  left: 0;
  background-image: url("../images/bg-join-left-mb.jpg");
}
.join-our:after {
  right: 0;
  background-image: url("../images/bg-join-right-mb.jpg");
}
.join-our .head {
  position: relative;
}
.join-our .title {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.286rem;
  color: #292526;
}
.join-our p {
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 0.786rem;
  color: #292526;
}
.join-our .flower-small {
  position: absolute;
  top: -46px;
  left: -40px;
  width: 42px;
}
.join-our .fieldset {
  padding-top: 0;
}
.join-our .mail-box {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .join-our .fieldset {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .join-our {
    display: table;
    padding: 0 80px 0 60px;
    width: 100%;
    margin: 50px auto;
    max-width: 980px;
    height: 110px;
  }
  .join-our:before,
  .join-our:after {
    width: 90px;
  }
  .join-our:before {
    background-image: url("../images/bg-join-left.jpg");
  }
  .join-our:after {
    background-image: url("../images/bg-join-right.jpg");
  }
  .join-our .queenbee,
  .join-our .head,
  .join-our .subscribe {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 110px;
    z-index: 1;
  }
  .join-our .head {
    padding-top: 18px;
  }
  .join-our .queenbee {
    width: 72px;
  }
  .join-our .queenbee img {
    display: block;
  }
  .join-our .title {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .join-our p {
    font-size: 14px;
    font-size: 1rem;
  }
  .join-our .flower-small {
    width: 52px;
    top: -56px;
  }
  .join-our .mail-box {
    max-width: 340px;
  }
}
.shopby-product-list .heading {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.shopby-product-list .heading .flower-small {
  left: 0;
  top: 0;
}
.shopby-product-list .heading h1 {
  margin-bottom: 15px;
}
.shopby-product-list .heading p {
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
}
.shopby-product-list.filter-active .filter > span span .icon-filter {
  display: none;
}
.shopby-product-list.filter-active .filter > span span .icon-cancel {
  display: inline-block;
}
.shopby-product-list.filter-active .block-filter {
  display: block;
}
.category-alt {
  margin-bottom: 30px;
}
.category-alt:before,
.category-alt:after {
  display: table;
  content: "";
  clear: both;
}
.category-alt .inner {
  margin-bottom: 20px;
}
.category-alt .inner:before,
.category-alt .inner:after {
  display: table;
  content: "";
  clear: both;
}
.category-alt .selected.custom-select span {
  border-color: #ccc;
}
.category-alt .filter {
  margin-left: 10px;
  height: 32px;
}
.category-alt .filter > span span {
  padding-left: 12px;
  padding-right: 12px;
}
.category-alt .filter > span span i {
  margin-right: 5px;
  margin-left: 0;
}
.category-alt .filter > span span .icon-cancel {
  display: none;
}
.category-alt .filter-products {
  float: right;
  line-height: 30px;
}
.category-alt .sorting {
  margin-bottom: 20px;
}
.block-filter {
  display: none;
  margin-bottom: 20px;
}
.block-filter .filter-by-text {
  position: relative;
  margin-bottom: 20px;
}
.block-filter .filter-by-text .icon-close {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
}
.block-filter.active {
  display: block;
}
.filter-choices {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 13px;
  font-size: 0.929rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #292526;
  cursor: pointer;
}
.filter-choices i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
.filter-choices .icon-caret-up {
  display: none;
}
.filter-list {
  padding: 10px 0;
}
.filter-list li {
  margin-bottom: 8px;
}
.filter-list li:before,
.filter-list li:after {
  display: table;
  content: "";
  clear: both;
}
.filter-choices.active .icon-caret-up {
  display: block;
}
.filter-choices.active .icon-caret-down {
  display: none;
}
.product-item {
  display: block;
  /*min-height: 380px;
  overflow:hidden;*/
}

/*@media (min-width: 544px) {
    .product-item {
        min-height: 480px;
    }

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .product-item {
        min-height: 430px;
    }
}
@media (min-width: 1200px) {

}*/

@media (max-width: 991px) {
    .listing-products .item:nth-child(2n+1) {
        clear:left;
    }
}

.product-item .img-tmb {
  position: relative;
  margin-bottom: 12px;
}
.product-item .img-tmb:hover .shop-now {
  display: block;
}
.product-item .img-tmb .product-image {
  position: relative;
  display: block;
  padding: 10px;
  background: url('../images/bg-item-product.png?v1') no-repeat;
  background-size: contain;
  background-position: center;
}
.product-item .img-tmb .product-image:hover .img-cate {
  opacity: 0;
}
.product-item .img-tmb .product-image:hover .img-cate-hover {
  opacity: 1;
}
.product-item .img-tmb img {
  display: block;
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.product-item .img-tmb .img-cate-hover {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product-item .shop-now,
.product-item .sale,
.product-item .productBags, 
.product-wrapper .thumb-slider .productBags, .product-wrapper .thumb-slider .sale  {
  position: absolute;
  z-index: 1;
}

.product-wrapper .thumb-slider .slick-slide {
    position: relative;
}

.product-item .shop-now {
  display: none;
  width: 51px;
  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%);
}
.product-item .sale, .product-wrapper .thumb-slider .sale {
  padding: 0 5px;
  height: 26px;
  bottom: 25px;
  right: 0;
  background-color: #de8aaa;
  font-size: 11px;
  font-size: 0.786rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 26px;
}
.product-item .sale:before, .product-wrapper .thumb-slider .sale:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 13px 0;
  border-color: transparent #de8aaa transparent transparent;
}
.product-item .productBags, .product-wrapper .thumb-slider .productBags {
  display: table;
  top: 15px;
  left: 12px;
  width: 45px;
  height: 45px;
  background-color: #e9dddf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  font-size: 0.714rem;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}
.product-item .productBags span, .product-wrapper .thumb-slider .productBags span {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

    .product-item .productBags.arrivingSoon, .product-wrapper .thumb-slider .productBags.arrivingSoon {
        top: auto;
        right: auto;
        bottom: 10px;
        left: 10px;
        background-color: #999;
        color: #fff;
    }

    .product-item .productBags.newArrival, .product-wrapper .thumb-slider .productBags.newArrival {
        top: 10px;
        right: 10px;
        bottom: auto;
        left: auto;
    }

    .product-item .productBags.bestSeller, .product-wrapper .thumb-slider .productBags.bestSeller {
        top: 10px;
        right: auto;
        bottom: auto;
        left: 10px;
    }

.product-item h2 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.product-item h2 a {
  display: block;
  margin-bottom: 10px;
  color: #292526;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.product-item h2 a:hover {
  color: #d85486;
}
.product-item p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1rem;
  color: #999;
}
.product-item .price {
  margin-bottom: 10px;
}
.reviews {
  font-size: 13px;
  font-size: 0.929rem;
  min-height: 18px;
}
.reviews .stars:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 14px;
  color: #d85486;
}

    /*
    Empty Star: e81f
    Half Star: e9d8
    Full Star: e81a
*/

    .reviews .stars.stars-0:before {
        content: " ";
    }

    .reviews .stars.stars-05:before {
        content: "\e9d8";
    }

    .reviews .stars.stars-1:before {
        content: "\e81a";
    }

    .reviews .stars.stars-15:before {
        content: "\e81a\e9d8";
    }

    .reviews .stars.stars-2:before {
        content: "\e81a\e81a";
    }

    .reviews .stars.stars-25:before {
        content: "\e81a\e81a\e9d8";
    }

    .reviews .stars.stars-3:before {
        content: "\e81a\e81a\e81a";
    }

    .reviews .stars.stars-35:before {
        content: "\e81a\e81a\e81a\e9d8";
    }

    .reviews .stars.stars-4:before {
        content: "\e81a\e81a\e81a\e81a";
    }

    .reviews .stars.stars-45:before {
        content: "\e81a\e81a\e81a\e81a\e9d8";
    }

    .reviews .stars.stars-5:before {
        content: "\e81a\e81a\e81a\e81a\e81a";
    }

@media (min-width: 768px) and (max-width: 992px) {
  .product-item .img-tmb .product-image {
    padding: 15px;
  }
  .product-item .img-tmb .product-image .img-cate-hover {
    top: 15px;
    left: 15px;
    right: 15px;
  }
}
.listing-products .inner {
  margin-left: -5px;
  margin-right: -5px;
}
.listing-products .item {
  float: left;
  padding: 0 5px;
  margin-bottom: 20px;
  width: 50%;
}
@media (min-width: 992px) {
  .shopby-product-list .wrap-inner:before,
  .shopby-product-list .wrap-inner:after {
    display: table;
    content: "";
    clear: both;
  }
  .shopby-product-list .heading {
    float: left;
    padding-left: 60px;
    padding-top: 40px;
  }
  .shopby-product-list.filter-active .block-filter + .listing-products .item {
      clear: inherit;
    width: 25%;
  }
  .shopby-product-list.filter-active .block-filter + .listing-products .item:nth-child(4n+5) {
    clear: left;
  }
  /*.shopby-product-list.filter-active .block-filter + .listing-products .item:nth-child(5n+6) {
    clear: inherit;
  }*/
  .category-alt {
    float: right;
    margin: 0;
    width: 210px;
  }
  .block-filter {
    float: left;
    width: 220px;
    margin: 10px 20px 0 0;
  }
  .listing-products {
    position: relative;
    overflow: hidden;
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
  }
  .listing-products .inner {
    margin-left: -7px;
    margin-right: -7px;
  }
  .listing-products .item {
    width: 20%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 35px;
  }
  .listing-products .item:nth-child(5n+6) {
    clear: left;
  }
}
.faq-block {
    padding-bottom: 20px;
    line-height: 1.571em;
}
.faq-block .head {
  margin-bottom: 20px;
}
.faq-block .head h2, .faq-block h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 2.143rem;
}
.faq-block h3 {
  margin-bottom: 5px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.faq-block p,
.faq-block h4 {
  line-height: 1.571em;
}
.faqs li {
  padding: 12px 0;
}
.faqs li:first-child {
  padding-top: 0;
}
.faqs li + li {
  border-top: 1px dashed #ccc;
}
.faqs li h4,
.faqs li p {
  position: relative;
}
.faqs li h4:before,
.faqs li p:before {
  float: left;
  margin-right: 10px;
  color: #d85486;
  font-size: 14px;
  font-size: 1rem;
}
.faqs li h4:before {
  content: "Q";
}
.faqs li p:before {
  content: "A";
}
@media (min-width: 992px) {
  .faq-block {
    padding-bottom: 30px;
  }
  .faq-block .head {
    margin-bottom: 30px;
  }
  .faq-block .head h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.two-box-slider {
  margin-bottom: 15px;
}
.two-box-slider .item {
  position: relative;
/*  width: 100vw;*/
}
.two-box-slider .item:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url('../images/box-border.png') no-repeat center center / contain;
}
.two-box-slider .content {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  text-align: center;
}
.two-box-slider .white-state .title {
  color: #fff;
}
.two-box-slider .title {
  font-size: 24px;
  font-size: 1.714rem;
}
@media (max-width: 767px) {
  .two-box-slider a.button.btn-primary {
    height: 32px;
  }
  .two-box-slider a.button.btn-primary:before,
  .two-box-slider a.button.btn-primary:after {
    width: 19px;
  }
  .two-box-slider a.button.btn-primary > span:before,
  .two-box-slider a.button.btn-primary > span:after {
    width: 19px;
  }
  .two-box-slider a.button.btn-primary > span span {
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    font-size: 12px;
    font-size: 0.857rem;
  }
  .two-box-slider a.button.btn-primary > span span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 8px solid #d85486;
    left: -8px;
  }
  .two-box-slider a.button.btn-primary > span span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #d85486;
    right: -8px;
  }
}
@media (min-width: 544px) {
  .two-box-slider {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .two-box-slider .item {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .two-box-slider {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .two-box-slider .item {
    padding: 0 20px;
  }
  .two-box-slider .title {
    font-size: 40px;
    font-size: 2.857rem;
  }
}
@media (min-width: 992px) {
  .two-box-slider {
    margin-bottom: 80px;
  }
  .two-box-slider .item {
    padding: 0 20px;
  }
  .two-box-slider .item:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
.three-box-slider {
  margin-bottom: 15px;
  width: auto;
}
.three-box-slider .imageitem {
  position: relative;
}
.three-box-slider .imageitem:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url(../images/three-box-border.png) no-repeat center center / contain;
}
.three-box-slider .content {
  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%);
  text-align: center;
  color: #fff;
}
.three-box-slider .content:hover {
  color: #d85486;
}
.three-box-slider .content .title {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.714rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.three-box-slider .content .sub-title {
  font-size: 18px;
  font-size: 1.286rem;
}

    .three-box-slider .content-bottom {
        margin-top: 10px;
        font-size: initial;
    }

@media (min-width: 544px) {
  .three-box-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  .three-box-slider .item {
    width: calc(100% / 3);
/*    padding: 0 10px;*/
  }
    .three-box-slider .imageitem {
        padding: 0 10px;
    }
}
@media (min-width: 992px) {
  .three-box-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .three-box-slider .item {
    /*padding: 0 15px;*/
  }
    .three-box-slider .imageitem {
        padding: 0 15px;
    }
  .three-box-slider .imageitem:before {
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
  }
  .three-box-slider .content {
    padding: 0 40px;
  }
  .three-box-slider .content .title {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .three-box-slider .content .sub-title {
    font-size: 26px;
    font-size: 1.857rem;
  }
}
.single-slider .item {
  position: relative;
}
.single-slider .item a {
  display: block;
}
.single-slider .item a:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url(../images/banner-border.png) no-repeat center center / 100% 100%;
}
.single-slider .wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.single-slider .content {
  padding-left: 45%;
  color: #292526;
  text-align: center;
}
.single-slider .content .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.143rem;
  letter-spacing: 0.1em;
}
.single-slider .content .button {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  margin-bottom: -60%;
}
@media (min-width: 768px) {
  .single-slider .content .title {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .single-slider .content .button {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .single-slider {
    margin-bottom: 65px;
  }
  .single-slider .item:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .single-slider .content .title {
    font-size: 40px;
    font-size: 2.857rem;
  }
}
@media (min-width: 768px) {
  .slider-wrap .flower {
    position: absolute;
  }
  .slider-wrap .flower.flower-1 {
    top: 22%;
    left: -3%;
    z-index: 1;
  }
  .slider-wrap .flower.flower-2 {
    bottom: -12%;
    right: -2%;
  }
}
@media (min-width: 992px) {
  .slider-wrap .flower {
    position: absolute;
  }
  .slider-wrap .flower.flower-1 {
    left: -8%;
    z-index: 1;
  }
  .slider-wrap .flower.flower-2 {
    right: -3%;
  }
}
.heading-description {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.heading-description .flower,
.heading-description .inner {
  display: table-cell;
  vertical-align: middle;
}
.heading-description .flower {
  width: 35px;
  vertical-align: top;
}
.heading-description .inner {
  padding-left: 10px;
}
.heading-description h1 {
  padding-top: 5px;
}
.heading-description p {
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .heading-description {
    margin-bottom: 20px;
  }
  .heading-description .flower {
    width: 66px;
    vertical-align: middle;
  }
  .heading-description p {
    margin-top: 15px;
  }
}
@media (min-width: 991px) {
  .heading-description {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.module-01 {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.module-01.no-border {
  border-bottom: none;
}
.module-01 .heading {
  margin-bottom: 30px;
}
.module-01 .heading h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.286rem;
}
.module-01 .heading p {
  color: #999;
}
@media (min-width: 768px) {

    .module-01 {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .carousel-cat div.module-01:first-child {
        padding-top: 15px;
    }

  .module-01 .heading {
    margin-bottom: 30px;
  }
  .module-01 .heading h2 {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.gift-wrap .breadcrumbs {
  margin-bottom: 25px;
}
.gift-wrap .thumb {
  padding: 0 20px 30px;
}
.gift-wrap .left-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gift-wrap {
    padding-bottom: 30px;
  }
}
.right-block h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.714rem;
  font-weight: 300;
}
.right-block > a {
  color: #d85486;
}
.right-block > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .right-block .editor p,
  .right-block .editor * {
    line-height: 1.8em;
  }
}
.voucher-box {
  position: relative;
  padding: 20px 20px 2px 55px;
  margin-bottom: 20px;
  background: #fff url('../images/voucher-box.png') no-repeat 0 0 / 100% 100%;
}
.voucher-box > i {
  position: absolute;
  top: 18px;
  left: 15px;
  font-size: 27px;
  color: #d85486;
}
.voucher-box > i.icon-email {
  font-size: 20px;
}
.voucher-box .editor ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.voucher-box .editor ul li:before {
  float: left;
  margin: 8px 5px 0 0;
  position: static;
  display: block;
  background-color: #d85486;
}
.warning-box {
  background-color: #eee;
  position: relative;
  padding: 12px 20px 12px 60px;
}
.warning-box .icon-warning {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 27px;
  color: #999;
}
.warning-box em {
  line-height: 1.571em;
}
.gift-form {
  padding-top: 30px;
}
.gift-form .note-text {
  padding-bottom: 10px;
  text-align: center;
}
.gift-form .note-text h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.4;
}
.gift-form .note-text span {
  display: block;
  color: #999;
  font-size: 10px;
  font-size: 0.714rem;
}
.gift-form .note-text .icon-arrow-down {
  display: none;
  position: absolute;
  top: 11px;
  left: -25px;
  font-size: 20px;
  color: #d85486;
}
.gift-form textarea {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 110px;
}
.gift-form .selected.custom-select span {
  border-color: #ccc;
}
@media (min-width: 544px) {
  .gift-form .note-text .icon-arrow-down {
    display: block;
  }
}
@media (min-width: 768px) {
  .gift-form {
    padding-bottom: 10px;
  }
  .gift-form .note-text h3 {
    font-size: 20px;
    font-size: 1.429rem;
  }
  .gift-form .note-text span {
    font-size: 14px;
    font-size: 1rem;
  }
  .gift-form .note-text .icon-arrow-down {
    top: 25px;
    font-size: 25px;
  }
}
.pink-module {
  padding: 10px 15px 15px;
  background-color: #e9dddf;
}
.pink-module label {
  margin-bottom: 8px;
  font-weight: 700;
}
.pink-module label span {
  color: #d85486;
}
@media (min-width: 768px) {
  .pink-module {
    padding: 10px 30px 40px;
  }
}
.alpha-list {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.alpha-list a {
  display: inline-block;
  padding: 5px 10px;
  color: #ccc;
  font-size: 19px;
  font-size: 1.357rem;
}
.alpha-list a.jsHasEvent {
  color: #292526;
}
@media (min-width: 768px) {
  .alpha-list li:first-child a {
    padding-left: 0;
  }
  .alpha-list li:last-child a {
    padding-right: 0;
  }
  .alpha-list a {
    font-size: 30px;
    font-size: 2.143rem;
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .alpha-list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.brands-section {
  padding: 25px 0;
}
.brands-section + .brands-section {
  border-top: 1px dashed #ddd;
}
.brands-section .charactor {
  width: calc(100% / 7);
  float: left;
  font-size: 24px;
  font-size: 1.714rem;
  padding-top: 24px;
  color: #ccc;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
}
.brands-section .brand-items {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-top: -10px;
}
.brands-section .brand-items li {
  width: 50%;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
}
.brands-section .brand-items a {
  display: block;
}
.brands-section .brand-items img {
  display: block;
}
@media (min-width: 544px) {
  .brands-section .charactor {
    padding-top: 31px;
  }
  .brands-section .brand-items li {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .brands-section {
    padding: 21px 0;
    min-height: 124px;
  }
  .brands-section .charactor {
    padding-top: 31px;
    font-size: 24px;
    font-size: 1.714rem;
  }
  .brands-section .brand-items li {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .brands-section .brand-items li {
    width: 20%;
  }
}
.flag {
  height: 30px;
  line-height: 30px;
  background: url("../images/bgd-flag.png") no-repeat 0 0 / auto 100%;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: -5px;
  z-index: 1;
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .flag {
    padding: 0 20px;
    font-size: 20px;
    font-size: 1.429rem;
    height: 38px;
    line-height: 38px;
  }
}
.product-wrapper {
  margin-bottom: 70px;
}
.product-wrapper .sharing-toolbox {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  margin-bottom: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .product-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-wrapper .sharing-toolbox {
    padding-left: 90px;
    top: 100%;
    bottom: auto;
    margin-top: 17px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .product-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sharing-toolbox .box {
  display: inline-block;
  vertical-align: middle;
}
.gallery-block {
  position: relative;
  margin: 40px 0 30px;
}
.thumb-slider img {
  width: 100%;
}
@media (max-width: 767px) and (orientation: landscape) {
  .thumb-slider {
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .slider-nav {
    height: 0 !important;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .gallery-block {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .vertical-slider {
    float: left;
    width: 80px;
    margin-top: -5px;
  }
  .vertical-slider .item {
    padding: 5px 0;
  }
  .vertical-slider .item img {
    border: 2px solid #999;
  }
  .vertical-slider .item.slick-current img {
    border-color: #333;
  }
  .thumb-slider {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gallery-block {
    padding: 0 20px;
  }
  .thumb-slider {
    float: right;
    width: calc(100% - 90px);
  }
  .thumb-slider .slick-arrow {
    display: none !important;
  }
}
.items-inline {
  font-size: 0;
  text-align: left;
}
.items-inline li {
  display: inline-block;
  margin-right: 10px;
}
.items-inline li + li {
  margin-left: 10px;
}
.items-inline li .icon-pregnancy,
.items-inline li .icon-pregnancy-1,
.items-inline li .icon-pregnancy-2 {
  font-size: 54px;
}
.items-inline li .icon-pregnancy-2 {
  font-size: 60px;
}
@media (min-width: 768px) {
  .items-inline li + li {
    margin-left: 35px;
  }
  .items-inline li .icon-pregnancy,
  .items-inline li .icon-pregnancy-1,
  .items-inline li .icon-pregnancy-2 {
    font-size: 65px;
  }
  .items-inline li .icon-pregnancy-2 {
    font-size: 70px;
  }
}
.main-info {
  padding-bottom: 10px;
  position: relative;
}
.main-info .brand-name {
  margin-bottom: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.429rem;
  color: #636363;
}
.main-info .product-name {
  margin-bottom: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 1.571rem;
}
.main-info .text-flag {
  display: block;
  margin-top:  12px;
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
  position: absolute;
  top: 0;
  right: 20px;
}
.item-alt {
  padding: 10px 0;
}
.item-alt .items-inline {
  float: left;
}
.item-alt .review-box {
  float: right;
  padding-top: 25px;
  text-align: right;
}
.item-alt .review-box .read-review {
  font-size: 14px;
  font-size: 1rem;
  text-decoration: underline;
}
  .item-alt .review-box .rating {
    display: block;
    padding-bottom: 10px;
  }

@media (min-width: 768px) {
  .main-info {
    float: right;
    width: 50%;
    padding: 0 10px;
  }
  .main-info .brand-name {
    font-size: 28px;
    font-size: 2rem;
  }
  .main-info .product-name {
    font-size: 26px;
    font-size: 1.857rem;
  }
  .main-info .text-flag {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 0.929rem;
  }
  .item-alt .review-box {
    padding-top: 14px;
  }

  .item-alt .review-box .read-review {
    text-decoration: underline;
  }
  .item-alt .review-box .read-review:hover {
    text-decoration: none;
  }
  .main-info .clearfix {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .main-info {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .details {
    float: right;
    clear: right;
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .details {
    padding: 0 20px;
  }
}
.price-area .price {
  margin-bottom: 20px;
}
.price-area .price .new-price {
  font-size: 24px;
  font-size: 1.714rem;
}
.price-area .price .old-price {
  margin-left: 35px;
}
@media (min-width: 768px) {
  .price-area .price {
    margin-bottom: 8px;
  }
}
.afterpay {
  margin-bottom: 10px;
}
.afterpay span,
.afterpay img {
  display: inline-block;
  vertical-align: middle;
}
.afterpay img {
  margin: 0 5px;
}
.afterpay .more-info {
  display: inline-block;
  margin: 10px 0;
}
.afterpay .more-info i {
  margin-left: 5px;
  color: #d85486;
  vertical-align: middle;
}
@media (min-width: 544px) {
  .afterpay .more-info {
    display: inline-block;
    vertical-align: middle;
  }
  .afterpay img {
    margin: 0 5px;
  }
}
.add-to-bag-area {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .add-to-bag-area {
    margin-bottom: 25px;
  }
}
.pink-box {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #e9dddf;
}
.pink-box .form-group {
  float: left;
  position: relative;
  width: 50%;
  padding-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
}

.pink-box .form-group-option {
  width: 65%;
}

.pink-box .form-group label {
  position: absolute;
  left: 0;
  top: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.pink-box .right-wrap {
  float: right;
}
.pink-box .note-text {
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
}
.pink-box .note-text i {
  position: relative;
  bottom: -20px;
  font-size: 24px;
  color: #d85486;
}
.pink-box .note-text span {
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.857rem;
}
.pink-box .size-chart {
  /*width: 95px;*/
  display: block;
  opacity: 0.7;

  font-size: 16px;
  /*color: rgb(206, 15, 108);*/
  color: #000;
  margin-top: 12px;
  text-decoration: underline;
}
.pink-box .size-chart:hover {
  opacity: 1;
}
.pink-box .size-chart img {
  display: block;
}
.pink-box .product-code {
  line-height: 1.2;
}
.pink-box .product-code span {
  white-space: nowrap;
  color: #777;
}
.pink-box .notice {
  display: block;
  line-height: 1.2;
}
.pink-box .notice.in-stock {
  color: #19b486;
}
.pink-box .notice.out-stock {
  color: red;
}
.pink-box .notice.more-soon {
  color: green;
}
.pink-box .custom-number {
  width: 90px;
}
.pink-box .custom-number input {
  text-align: center;
}
.pink-box .add-wishlist {
  padding-top: 13px;
  /*text-align: center;*/
}
.pink-box .add-wishlist a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .pink-box {
    margin-bottom: 25px;
  }
  .pink-box .note-text {
    text-align: right;
    padding-left: 0;
  }
  .pink-box .note-text span {
    font-size: 16px;
    font-size: 1.143rem;
  }
}
@media (min-width: 992px) {
  .pink-box .form-group {
    padding-left: 86px;
    width: 315px;
    margin-right: 60px;
  }

    .pink-box .right-wrap {
        float: left;
    }
}
@media (min-width: 1200px) {
  .pink-box .note-text {
    padding-right: 20px;
  }
}
.product-intro .tab-container {
  border-bottom: 1px solid #ccc;
}
.product-intro .tab-control {
  position: relative;
  display: block;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.929rem;
  color: #999;
}
.product-intro .tab-control:hover {
  color: #292526;
}
.product-intro .tab-control:before {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 68px;
  height: 3px;
  content: "";
  background: url("../images/line.svg") no-repeat 0 0;
}
.product-intro .tab-control i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 0.4;
  color: #999;
}
.product-intro .tab-control.active {
  color: #292526;
}
.product-intro .tab-control.active:before {
  display: block;
}
.product-intro .tab-control.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #292526;
}
@media (max-width: 767px) {
  .product-intro .tab-control {
    padding: 18px 0 16px;
    border-top: 1px solid #ccc;
  }
  .product-intro .tab-control.active {
    border-bottom: none;
  }
}
.product-intro .editor h4 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 16px;
  text-transform: uppercase;
}
.product-intro .editor h4:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d85486;
}
@media (min-width: 768px) {
  .product-intro .tablist {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .product-intro .tablist li a {
    position: relative;
  }
  .product-intro .tablist li a:before {
    bottom: 2px;
  }
  .product-intro .tablist li.active a {
    color: #292526;
  }
  .product-intro .tablist li.active a:before {
    display: block;
  }
  .product-intro .tab-container {
    padding-top: 15px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .product-intro .tablist li a {
    font-size: 20px;
    font-size: 1.429rem;
  }
  .product-intro .tablist li a:before {
    bottom: 4px;
    width: 99px;
  }
}
.rating .stars:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 14px;
  color: #d85486;
}

/*
    Empty Star: e81f
    Half Star: e9d8
    Full Star: e81a
*/

.rating .stars.stars-05:before {
    content: "\e9d8\e81f\e81f\e81f\e81f";
}

.rating .stars.stars-1:before {
    content: "\e81a\e81f\e81f\e81f\e81f";
}

.rating .stars.stars-15:before {
    content: "\e81a\e9d8\e81f\e81f\e81f";
}

.rating .stars.stars-2:before {
    content: "\e81a\e81a\e81f\e81f\e81f";
}

.rating .stars.stars-25:before {
    content: "\e81a\e81a\e9d8\e81f\e81f";
}

.rating .stars.stars-3:before {
    content: "\e81a\e81a\e81a\e81f\e81f";
}

.rating .stars.stars-35:before {
    content: "\e81a\e81a\e81a\e9d8\e81f";
}

.rating .stars.stars-4:before {
    content: "\e81a\e81a\e81a\e81a\e81f";
}

.rating .stars.stars-45:before {
    content: "\e81a\e81a\e81a\e81a\e9d8";
}

.rating .stars.stars-5:before {
    content: "\e81a\e81a\e81a\e81a\e81a";
}

.module-02 .heading {
  position: relative;
  padding: 12px 20px 5px;
  margin-bottom: 20px;
  background-color: #e9dddf;
}
.module-02 .heading:before,
.module-02 .heading:after {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 100%;
  background-repeat: repeat-y;
  display: block;
}
.module-02 .heading:before {
  left: 0;
  background-image: url("../images/bg-left.jpg");
}
.module-02 .heading:after {
  right: 0;
  background-image: url("../images/bg-right.jpg");
}
.module-02 h2 {
  position: relative;
  font-size: 20px;
  font-size: 1.429rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .module-02 .heading {
    padding: 19px 40px 10px;
  }
  .module-02 h2 {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.related-produtcs-block {
  margin-bottom: 50px;
}
.reviews-block {
  margin-bottom: 20px;
}
.reviews-block .heading {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .reviews-block {
    margin-bottom: 40px;
  }
}
.total-reviews {
  margin-bottom: 30px;
  font-weight: 700;
}
.total-reviews .rating {
  margin: 0 15px 0 10px;
}
.total-reviews .rating .stars {
  margin: 0 1px;
}
.total-reviews .rating .stars:before {
  font-size: 18px;
}
.list-reviews {
  border-top: 1px solid #ccc;
}
.list-reviews li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .list-reviews {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.group-reviews {
  margin-bottom: 10px;
}
.group-reviews span {
  position: relative;
  color: #999;
}
.group-reviews span + span {
  margin-left: 18px;
}
.fancybox-slide > * {
  margin: 20px 0;
}
.popup {
  overflow: visible;
  padding: 10px;
}
@media (min-width: 544px) {
  .popup {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .popup {
    max-width: 950px;
  }
}
.fancybox-close-small {
  top: -22px;
  right: -22px;
  font-size: 0;
  color: transparent;
  text-shadow: none;
  border: none;
  background: url('../images/close.svg') no-repeat 0 0 / 100% 100%;
}
.fancybox-close-small:after {
  color: #fff;
  background-color: transparent;
  top: 7px;
  right: 6px;
}
.fancybox-close-small:hover:after {
  color: #fff;
  background-color: transparent;
}
.fancybox-show-nav .fancybox-arrow:hover {
  opacity: 1;
}
.fancybox-arrow--left {
  left: 30px;
}
.fancybox-arrow--right {
  right: 30px;
}
.fancybox-arrow {
  background: url('../images/next-gray.png') no-repeat 0 0 / 100% auto;
  font-size: 0;
  color: transparent;
  text-shadow: none;
  border: none;
  width: 45px;
  height: 32px;
  margin: 0;
}
.fancybox-arrow:after {
  content: none;
}
@media (max-width: 991px) {
  .fancybox-close-small {
    top: 0;
    right: 0;
  }
  .fancybox-arrow--left {
    left: 10px;
  }
  .fancybox-arrow--right {
    right: 10px;
  }
}
.category-list {
  padding: 20px 0;
}
.category-list h4 {
  margin-bottom: 20px;
}
.category-list h4 a:hover {
  text-decoration: underline;
}
.list-01 {
  text-align: center;
}
.list-01 .thumb {
  display: block;
  padding: 15px;
  background: #fff url('../images/box-media.png') no-repeat 0 0 / 100% 100%;
}
.list-01 img {
  width: 100%;
}
.list-01 .view-full-size {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.929rem;
}
.list-01 .view-full-size i {
  margin-left: 10px;
  font-size: 15px;
}
@media (min-width: 544px) {
  .list-01 {
    margin-left: -10px;
    margin-right: -10px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-01 li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .list-01 li {
    width: calc(100% / 3);
  }
}
.celebrities-list {
  padding: 20px 0;
}
.celebrities-list .list-01 .thumb {
  padding: 25px;
  background-image: url('../images/celebrating-box.png');
}
.about-wrap .heading-description {
  margin-bottom: 20px;
}
.about-info .thumb {
  margin-bottom: 20px;
}
.about-info .thumb img {
  width: 100%;
}
.about-info .editor h2 {
  margin-bottom: 5px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.about-info .editor h2 a {
  color: #292526;
}
.about-info .editor h2 a:hover {
  color: #d85486;
  text-decoration: none;
}
@media (min-width: 544px) {
  .about-info {
    padding-bottom: 30px;
  }
  .about-info .thumb {
    float: left;
    width: 200px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .about-info .thumb {
    width: 250px;
  }
  .about-info .content {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .about-info .thumb {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .about-list-block .heading {
    margin-bottom: 0;
  }
  .about-list-block h2 {
    font-size: 21px;
    font-size: 1.5rem;
  }
}
.about-list li {
  margin-bottom: 40px;
}
.about-list li:before,
.about-list li:after {
  display: table;
  content: "";
  clear: both;
}
.about-list h3,
.about-list p {
  margin-bottom: 5px;
}
.about-list .thumb {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.about-list .thumb img {
  display: block;
}
.about-list .thumb:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  background: url('../images/hexa-border-about.png') no-repeat center center / 100% auto;
}
.about-list .read-now {
  font-size: 13px;
  font-size: 0.929rem;
}
.about-list .read-now i {
  margin-left: 10px;
  vertical-align: middle;
}
@media (min-width: 544px) {
  .about-list li {
    float: left;
    margin: 25px 0;
    width: 50%;
  }
  .about-list li:nth-child(2n+3) {
    clear: left;
  }
  .about-list li:nth-child(2n-1) {
    padding-right: 15px;
  }
  .about-list li:nth-child(2n+2) {
    padding-left: 15px;
  }
  .about-list .read-now {
    display: inline-block;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .about-list .item {
    display: table;
    width: 100%;
  }
  .about-list .thumb,
  .about-list .content {
    display: table-cell;
    vertical-align: middle;
  }
  .about-list .thumb {
    width: 200px;
    margin-bottom: 0;
  }
  .about-list .content {
    padding-left: 20px;
  }
  .about-list h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-list li {
    text-align: center;
  }
  .about-list .content {
    font-size: 13px;
    font-size: 0.929rem;
    text-align: left;
  }
}
.testimonials-wrap .heading-description {
  margin-bottom: 20px;
}
.testimonials-list:before,
.testimonials-list:after {
  display: table;
  content: "";
  clear: both;
}
.testimonials-list li {
  margin-bottom: 30px;
}
.testimonials-list li:before,
.testimonials-list li:after {
  display: table;
  content: "";
  clear: both;
}
.testimonials-list h2 {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.testimonials-list .thumb {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff url('../images/hexa-border-testimonials.png') no-repeat 0 0 / 100% 100%;
}
.testimonials-list .thumb img {
  display: block;
  width: 100%;
}
.testimonials-list .content > a {
  font-weight: 700;
}
.testimonials-list .group-reviews {
  margin-bottom: 10px;
}
.testimonials-list .group-reviews span + span {
  margin-left: 0;
  margin-right: 18px;
}
.testimonials-list .group-reviews .rating {
  display: block;
  margin-bottom: 10px;
}
.testimonials-list p {
  margin-bottom: 10px;
}
.testimonials-list p a {
  margin-left: 4px;
  color: #d85486;
}
.testimonials-list p a:hover {
  text-decoration: underline;
}
@media (min-width: 544px) {
  .testimonials-list li {
    float: left;
    margin: 20px 0;
    width: 48%;
  }
  .testimonials-list li:nth-child(2n+2) {
    float: right;
  }
  .testimonials-list li:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .testimonials-list .thumb {
    float: left;
    margin: 0 15px 0 0;
    width: 175px;
  }
  .testimonials-list .content {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .testimonials-list {
    text-align: center;
  }
  .testimonials-list .content {
    text-align: left;
  }
}
.read-now i {
  margin-left: 10px;
  font-size: 15px;
  color: #9d9d9d;
  vertical-align: middle;
}
.read-now:hover i {
  color: #d85486;
}
@media (min-width: 992px) {
  .read-now i {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .blog-wrap .primary {
    float: left;
    width: calc(100% - 260px);
  }
  .blog-wrap .sidebar {
    float: right;
    width: 220px;
  }
}
.blog-item {
  padding: 25px 0;
  border-top: 1px solid #ccc;
}
.blog-item:first-child {
  padding-top: 0;
  border-top: none;
}
.blog-item .thumb {
  text-align: center;
}
.blog-item .content {
  padding-top: 12px;
}
.blog-item h2 {
  padding-bottom: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571em;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-item .meta-item-blog {
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 0.857rem;
  color: #999;
  line-height: 1.833em;
}
.blog-item .meta-item-blog a,
.blog-item .meta-item-blog span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.blog-item .meta-item-blog a:hover {
  color: #d85486;
}
.blog-item .desc {
  padding-bottom: 15px;
  font-size: 13px;
  font-size: 0.929rem;
  color: #333;
  line-height: 1.538em;
}
.blog-item .read-now-wrap {
  padding-bottom: 15px;
}
.blog-item .read-now-wrap .read-now {
  font-size: 13px;
  font-size: 0.929rem;
}
@media (min-width: 544px) {
  .blog-item .thumb {
    float: left;
    width: 240px;
  }
  .blog-item .content {
    overflow: hidden;
    padding-top: 0;
    padding-left: 23px;
  }
}
.blog-detail .heading {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.167em;
}
.blog-detail .meta-blog {
  color: #999;
  font-size: 12px;
  font-size: 0.857rem;
  margin-bottom: 15px;
  line-height: 1.833em;
}
.blog-detail .meta-blog a {
  color: inherit;
}
.blog-detail .meta-blog a:hover {
  color: #d85486;
}
.blog-detail .sharing-toolbox {
  margin-bottom: 15px;
}
.blog-detail .editor {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .blog-detail .heading {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
.sidebar .group {
  padding-bottom: 20px;
}
.sidebar h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571em;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar .editor li:before {
  background-color: #d85486;
}
.sidebar .editor li a {
  color: inherit;
}
.sidebar .editor li a:hover {
  color: #d85486;
  text-decoration: none;
}
.slide-blog {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.slide-blog .thumb {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.slide-blog .thumb img {
  width: 100%;
}
.slide-blog .content {
  text-align: left;
}
.slide-blog h2 {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.slide-blog .desc {
  margin-bottom: 15px;
}
.slide-blog p {
  margin-bottom: 10px;
}
@media (min-width: 544px) {
  .slide-blog .thumb {
    float: left;
    margin-right: 20px;
    width: 180px;
  }
}
@media (min-width: 768px) {
  .slide-blog .thumb {
    margin-bottom: 0;
    width: 250px;
  }
  .slide-blog .content {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .slide-blog {
    padding-bottom: 35px;
  }
  .slide-blog .thumb {
    width: 330px;
  }
  .slide-blog * {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .slide-blog * {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.blog-list:before,
.blog-list:after {
  display: table;
  content: "";
  clear: both;
}
.blog-list li {
  margin-bottom: 20px;
}
.blog-list .item {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff url('../images/box-border-blog.png') no-repeat 0 0 / 100% 100%;
}
.blog-list .thumb {
  display: block;
  margin-bottom: 10px;
}
.blog-list .thumb img {
  width: 100%;
}
.blog-list h2 {
  font-size: 20px;
  font-size: 1.429rem;
}
.blog-list h2 a {
  font-size: inherit;
}
.blog-list h3 {
  margin-bottom: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.blog-list p {
  margin-bottom: 15px;
}
.blog-list .read-now {
  float: right;
}
@media (min-width: 544px) {
  .blog-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .blog-list li {
    float: left;
    padding: 0 5px;
    width: 50%;
  }
  .blog-list li:nth-child(2n+3) {
    clear: left;
  }
  .blog-list .item {
    padding-bottom: 30px;
  }
  .blog-list .read-now {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .blog-list {
    margin: 0 -10px 0;
  }
  .blog-list li {
    width: 33.33%;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-list li:nth-child(2n+3) {
    clear: inherit;
  }
  .blog-list li:nth-child(3n+4) {
    clear: left;
  }
  .blog-list .item {
    padding-bottom: 40px;
  }
  .blog-list h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.714rem;
  }
  .blog-list * {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .blog-list h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.286rem;
  }
  .blog-list * {
    font-size: 12px;
    font-size: 0.857rem;
  }
}
.inner-content {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .inner-content {
    padding-bottom: 30px;
  }
  .inner-content .img {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .inner-content p,
  .inner-content * {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.section-content {
  padding-bottom: 20px;
}
.section-content .inner:before,
.section-content .inner:after {
  display: table;
  content: "";
  clear: both;
}
.section-content .col-left {
  margin-bottom: 20px;
}
.section-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.8em;
}
.section-content ul li:before {
  content: "\e81c";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  font-family: "icomoon";
  font-size: 11px;
  color: #d85486;
}
@media (min-width: 768px) {
  .section-content .col {
    width: 50%;
    float: left;
  }
  .section-content .col-right {
    padding: 30px 0 0 20px;
  }
}
@media (min-width: 992px) {
  .section-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 1.714rem;
  }
}
@media (max-width: 991px) {
  .section-content h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.4;
  }
  .section-content ul li {
    font-size: 13px;
    font-size: 0.929rem;
  }
}
.join-out-box {
  max-width: 380px;
  padding: 15px 10px;
  background-color: #e9dddf;
  border: 1px solid #ccc;
  text-align: center;
}
.join-out-box h4 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 991px) {
  .join-out-box h4 {
    font-size: 12px;
    font-size: 0.857rem;
  }
}
@media (max-width: 767px) {
  .join-out-box {
    margin: 0 auto;
  }
}
.affiliate-list .col-left {
  margin-bottom: 10px;
}
.affiliate-list img {
  display: block;
  width: 100%;
}
.affiliate-list .item {
  margin-bottom: 10px;
}
@media (min-width: 544px) {
  .affiliate-list .col-left {
    float: left;
    width: 21.7%;
    margin-bottom: 0;
  }
  .affiliate-list .col-right {
    float: left;
    width: 78.3%;
    padding-left: 5px;
    margin-right: -5px;
  }
  .affiliate-list .col-right:before,
  .affiliate-list .col-right:after {
    display: table;
    content: "";
    clear: both;
  }
  .affiliate-list .col-right .item {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .affiliate-list {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .affiliate-list .col-left {
    width: 21.5%;
  }
  .affiliate-list .col-right {
    margin-right: -10px;
    padding-left: 10px;
    width: 78.5%;
  }
  .affiliate-list .col-right .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .affiliate-list .col-right .item:nth-child(2n+3) {
    clear: left;
  }
}
/* End Block */
/* Begin Text Editor */
.editor {
  line-height: 1.5em;
  color: #292526;
}
.editor * {
  line-height: inherit;
  color: inherit;
}
.editor h2,
.editor h3 {
  margin: 1em 0;
  font-family: "Javacom", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.editor h2 {
  font-size: 20px;
  font-size: 1.429rem;
}
.editor h3 {
  font-size: 18px;
  font-size: 1.286rem;
}
.editor p,
.editor address {
  line-height: 1.5em;
  margin-bottom: 1em;
}
.editor a {
  color: #d85486;
}
.editor a:hover {
  text-decoration: underline;
}
.editor img {
  margin-bottom: 5px;
}
.editor ul,
.editor ol {
  margin-bottom: 0.5em;
}
.editor ul:before,
.editor ol:before,
.editor ul:after,
.editor ol:after {
  display: table;
  content: "";
  clear: both;
}
.editor ul li,
.editor ol li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.editor ul li {
  position: relative;
  text-indent: 16px;
}
.editor ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #292526;
}
.editor ol {
  padding: 0 1em;
}
.editor ol li {
  list-style-type: decimal;
}
.editor table {
  table-layout: fixed;
  margin: 1.5em 0;
}
.editor table tr:nth-child(odd) td {
  background-color: #eee;
}
.editor table tr:first-child td {
  font-weight: 700;
  background-color: #ddd;
}
.blog-wrap .editor table tr:nth-child(odd) td {
    background-color: initial;
}

.blog-wrap .editor table tr:first-child td {
    font-weight: initial;
    background-color: initial;
}
.editor table td {
  padding: 6px 10px;
}
.editor table td[data-prev],
.editor table td[data-next],
.editor table td.empty {
  display: none;
}
@media (max-width: 767px) {
  .editor table[data-table] td {
    display: none;
    text-align: center;
  }
  .editor table[data-table] td.active {
    display: table-cell;
  }
  .editor table[data-table] td.head-title {
    display: table-cell;
    text-align: left;
  }
  .editor table[data-table] td.empty {
    display: table-cell;
  }
  .editor table[data-table] [data-prev],
  .editor table[data-table] [data-next] {
    display: table-cell;
    cursor: pointer;
  }
  .editor table[data-table] [data-prev].disabled a,
  .editor table[data-table] [data-next].disabled a {
    color: #c6bcbe;
  }
  .editor table[data-table] [data-prev] a,
  .editor table[data-table] [data-next] a {
    color: #d85486;
    font-size: 20px;
    text-decoration: none;
  }
}
@media (min-width: 544px) {
  .editor table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .editor h2 {
    font-size: 30px;
    font-size: 2.143rem;
  }
  .editor h3 {
    font-size: 24px;
    font-size: 1.714rem;
  }
}
/* End Text Editor */


/** STYLING BY TU **/
@-webkit-keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
@-moz-keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
@-o-keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes fadein {
 0%   { opacity: 0; }
 100% { opacity: 1; }
}
.cart .shopping-cart-block {
   padding-top: 10px;
   padding-bottom: 25px;
}
.cart .shopping-cart-block .cart-info .fieldset {
   padding: 0px 0px 5px 0px;
}
.cart .shopping-cart-block table {
   table-layout: fixed;
   border-collapse: initial;
   background-color: #ffffff;
}
.cart .shopping-cart-block .cart-info tbody tr td {
   padding: 10px 0px;
   vertical-align: top;
   border-bottom: 1px solid #dddddd;
}
.cart .shopping-cart-block .cart-info tbody tr:first-child {
   border-bottom: none;
}
.cart .shopping-cart-block .cart-info tbody tr:first-child td {
   padding: 10px 8px;
   background-color: #e9dddf;
   font-weight: 600;
   border-bottom: none;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-image {
   float: left;
   max-width: 58px;
   border: 1px solid #dddddd;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info {
   overflow: hidden;
   padding-left: 10px;
   padding-right: 10px;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info .btn-delete i {
 color: #c52525;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info .actions {
 color: #999;
 padding: 2px 0;
}
.cart .shopping-cart-block .cart-info .col-item .item .product-info .actions .text {
 padding-left: 4px;
 text-transform: uppercase;
}
.cart .shopping-cart-block .cart-info td.col-qty {
   width: 60px;
}
.cart .shopping-cart-block .cart-info td.col-qty {
 text-align: center;
}
.cart .shopping-cart-block .cart-info td.col-qty .fieldset .linkButton {
   display: inline-block;
   vertical-align: middle;
   width: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 18px;
   background-color: #999999;
   color: #ffffff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   border-radius: 1px;
}
.cart .shopping-cart-block .cart-info td.col-qty .fieldset input {
   width: 30px;
   line-height: 28px;
   height: auto;
   margin: 5px 0px;
   padding: 0px 5px;
   text-align: center;
   border-radius: 3px;
}
.cart .shopping-cart-block .cart-info td.col-qty .actions {
 margin: 5px 0;
 display: none;
}
@media screen and (min-width: 768px) {
 .cart .shopping-cart-block .cart-info td.col-qty .actions {
  display: block;
}
}
.cart .shopping-cart-block .cart-info td.col-qty .actions .btn-delete {
   font-size: 14px;
   color: #c52525;
}
.cart .shopping-cart-block .cart-info td.col-qty .actions .linkButton .text {
 padding-left: 4px;
 text-transform: uppercase;
 color: #999;
 font-size: 13px;
}

.cart .shopping-cart-block .cart-info td.col-qty .custom-select {
    width: 100%;
}

.cart .shopping-cart-block .cart-info .mobile-info .actions .linkButton .text {
    padding-left: 4px;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}

.cart .shopping-cart-block .cart-info .mobile-info .actions {
    padding-bottom: 5px !important;
}

.cart .shopping-cart-block .cart-info .col-item .item .product-info .product-name, .cart .shopping-cart-block .cart-info .col-item .item .product-info > div {
    line-height: 1.25em;
}
.cart .shopping-cart-block .cart-info td .price {
   margin-top: 10px;
   font-size: 14px;
}
.cart .shopping-cart-block .cart-info td .new-price {
   font-size: 16px;
}
.cart .shopping-cart-block .cart-info td .old-price {
   font-size: 14px;
   margin-left: 0px;
   display: block;
   margin-top: 5px;
}
.cart .shopping-cart-block .subtotal-info .afterpay .more-info {
   margin: 0px;
   margin-top: 5px;
}
.cart .shopping-cart-block .cart-info td.col-price, .cart .shopping-cart-block table td.col-sub {
   display: none;
}
.cart .shopping-cart-block table tbody td.col-sub {
   text-align: right!important;
   padding-right: 20px!important;
}
.cart .shopping-cart-block .subtotal-info {
   margin: 10px 0px;
}
.cart .shopping-cart-block .subtotal-info tr td {
   text-align: right;
   padding: 10px 0px;
}
.cart .shopping-cart-block .subtotal-info tr:first-child td {
   font-weight: 600;
}
.cart .shopping-cart-block .subtotal-info tr:first-child td:first-child {
   width: 70%;
}
.cart .shopping-cart-block .actions-bar {

}
.cart .shopping-cart-block .actions-bar .action-left .btn-primary,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary {
   width: calc(100% - 34px);
}
.cart .shopping-cart-block .actions-bar .action-right {
   text-align: right;
  
}

    .cart .shopping-cart-block .actions-bar .action-left {
        margin-top: 15px;
    }

.cart .shopping-cart-block .actions-bar .action-right .btn-primary {
   border-color: #19b486;
}
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span:after,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span:before,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary:after, 
.cart .shopping-cart-block .actions-bar .action-right .btn-primary:before,
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span span {
   background-color: #19b486;
}
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span span:after {
   border-left-color: #19b486;
}
.cart .shopping-cart-block .actions-bar .action-right .btn-primary > span span:before {
   border-right-color: #19b486;
}
.cart .shopping-cart-block .payment-trust {
   margin-top: 15px;
}
.cart .shopping-cart-block .payment-trust ul {
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
}
.cart .shopping-cart-block .payment-trust ul li {
   display: inline-block;
   vertical-align: middle;
   width: 33.33%;
   text-align: center;
   margin-bottom: 10px;
}
/* CHECKOUT PAGE */
.pt-checkout .step-process {

}
.pt-checkout .step-process ul li {
   position: relative;
   float: left;
   width: 33.33%;
}
.pt-checkout .step-process ul li a, .pt-checkout .step-process ul li span.step {
   font-size: 26px;
   font-family: 'Javacom';
   line-height: 1.42em; 
   margin-bottom: 10px;
   display: none;
   text-align: center;
}
.pt-checkout .step-process .hexagon {
   position: relative;
   width: 29px; 
   height: 16.74px;
   background-color: #eeeeee;
   margin: 8.37px 0;
   margin: 0px auto;
   z-index: 5;
}
.pt-checkout .step-process .hexagon .text {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   text-align: center;
   color: #292526;
   line-height: 16px;
}
.pt-checkout .step-process ul li.active .hexagon .text {
   color: #ffffff;
}
.pt-checkout .step-process ul li.active .hexagon {
   background-color: #d85486;
}
.pt-checkout .step-process ul li.active-old a, .pt-checkout .step-process ul li.active-old span.step {
  color: #aaa;
}
.pt-checkout .step-process .hexagon:before,
.pt-checkout .step-process .hexagon:after {
   content: "";
   position: absolute;
   width: 0;
   border-left: 14.5px solid transparent;
   border-right: 14.5px solid transparent;
}
.pt-checkout .step-process .hexagon:before {
   bottom: 100%;
   border-bottom: 8.37px solid #eeeeee;
}

.pt-checkout .step-process .hexagon:after {
   top: 100%;
   width: 0;
   border-top: 8.37px solid #eeeeee;
}
.pt-checkout .step-process ul li.active .hexagon:before {
   border-bottom-color: #d85486;
}
.pt-checkout .step-process ul li.active .hexagon:after {
   border-top-color: #d85486;
}
.pt-checkout .step-process .processing-bar {
   z-index: 2;
   position: absolute;
   top: 50%;
   height: 2px;
   width: 100%;
   left: -50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: #eeeeee;
}
.pt-checkout .step-process ul li.active .processing-bar {
   background-color: #d85486;
}
.pt-checkout .main-header .right-block {
   padding-top: 14px;
}
.pt-checkout .have-question {
   font-size: 12px;
   color: #292526;
   line-height: 1.35em;
   text-align: center;
}
.pt-checkout .have-question:hover {
  color: #d85486;
}
.pt-checkout .have-question .phone-number {
  display: block;
  font-size: 18px;
  margin-top: 7px;
}
.pt-checkout .checkout-container {
   padding-bottom: 30px;
}
.pt-checkout .checkout-container .column-03 {
   margin-top: 25px;
}
.pt-checkout .checkout-container .column .top-title {
   padding: 15px 10px 10px 10px;
   line-height: 1.45em;
   font-size: 18px;
   position: relative;
}
.pt-checkout .checkout-container .column .top-title .number {
   font-family: 'Lato';
   font-size: 14px;
   line-height: 1em;
   padding: 5px 8px;
   border-radius: 100%;
   display: inline-block;
   vertical-align: middle;
   background-color: #d85486;
   color: #ffffff;
   margin-right: 10px;
}
.pt-checkout .checkout-container .wrap-column {
  height: 100%;
}
.pt-checkout .checkout-container .gray-color .wrap-column {
   background-color: #eeeeee;
}
.pt-checkout .checkout-container .pink-color .wrap-column {
   background-color: #e9dddf;
}
.pt-checkout .checkout-container .column .element-content {
   padding: 10px 10px 20px;
}
.pt-checkout .checkout-container .column .element-content p {
   margin-bottom: 5px;
}
.pt-checkout .checkout-container .fieldset label, .login-page form .fieldset label {
   font-weight: 600;
}
.pt-checkout .checkout-container .fieldset label i, .login-page form .fieldset label i {
   color: #d85486;
}
.pt-checkout .checkout-container .element-content.order-review {
   padding: 0px!important;
}
.pt-checkout .checkout-container .order-review  table {
   border-collapse: initial;
   background-color: #ffffff;
}
.pt-checkout .checkout-container .order-review  table tr td {
   padding: 10px;
}
.pt-checkout .checkout-container .order-review  table tbody tr td {
   border-bottom: 1px solid #dddddd;
   font-size: 14px;
   vertical-align: top;
}
.pt-checkout .checkout-container .order-review  table tbody tr td.col-item {
   padding-left: 0px!important;
}
.pt-checkout .checkout-container .order-review  table tbody tr:first-child td {
   font-size: 14px;
}
.pt-checkout .checkout-container .order-review  table tbody tr:first-child td,
.pt-checkout .checkout-container .order-review  table tfoot tr td {
   padding-top: 15px;
   padding-bottom: 15px;
}
.pt-checkout .checkout-container .order-review  table .font-bold {
   font-weight: 600;
}
.pt-checkout .checkout-container .order-review  table .col-item .product-image {
   float: left;
   max-width: 58px;
   border: 1px solid #dddddd;
}
.pt-checkout .checkout-container .order-review  table .col-item .product-info {
   overflow: hidden;
   padding-left: 10px;
}
    .pt-checkout .checkout-container .order-review table .col-item .product-info a, .pt-checkout .checkout-container .order-review table .col-item .product-info > div {
        line-height: 1.35em;
        font-size: 12px;
    }
.pt-checkout .checkout-container .payment-trust {
   margin-top: 25px;
}
.pt-checkout .checkout-container .payment-trust ul {
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
   text-align: center;
}
.pt-checkout .checkout-container .payment-trust ul li {
   display: inline-block;
   vertical-align: middle;
   width: 33.33%;
   text-align: center;
   margin-bottom: 10px;
}
.pt-checkout .checkout-container .custom-select .icon-caret-down {
   color: #5d5d5d;
   font-size: 16px;
}
.pt-checkout .checkout-container .use-shipping-address {
   padding: 10px 5px;
   background-color: #eeeeee; 
   margin-top: 15px;
}
.pt-checkout .checkout-container input + input {
   margin-top: 5px;
}
.pt-checkout .checkout-container .checkbox input,
.pt-checkout .checkout-container .checkbox i,
.pt-checkout .checkout-container .radio input,
.pt-checkout .checkout-container .radio i {
   width: 18px;
   height: 18px;
}
.pt-checkout .checkout-container .radio i,
.pt-checkout .checkout-container .checkbox i {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}
.pt-checkout .checkout-container .checkbox label,
.pt-checkout .checkout-container .radio label {
   padding-left: 30px;
}
.pt-checkout .checkout-container .checkbox i:before,
.pt-checkout .checkout-container .radio i:before {
   font-size: 10px;
   top: -2px;
}
.pt-checkout .checkout-container .checkbox.circle i:before,
.pt-checkout .checkout-container .radio.circle i:before {
   width: 8px;
   height: 8px;
   background-color: #d85486;
   border-radius: 100%;
   content: '';
   display: block;
   top: 5px;
   left: 5px;
}
.pt-checkout .checkout-container .checkbox i:after {
   font-size: 14px;
}
.pt-checkout .checkout-container .shipping-method .fieldset {
   padding-top: 10px;
}
.pt-checkout .checkout-container .payment .element-content {
   margin-top: 10px;
}
.pt-checkout .checkout-container .payment .fieldset {
   padding-top: 2px;
}
.pt-checkout .checkout-container .payment .content-panel {
   display: none;
}
.pt-checkout .checkout-container .payment .expand-content-panel {
   margin-top: 20px;
}
.pt-checkout .checkout-container .payment .paypal-content p img {
   width: 44px;
   float: left;
}
.pt-checkout .checkout-container .payment .expand-content-panel a {
   color: #d85486;
}
.pt-checkout .checkout-container .payment .expand-content-panel p {
   margin-bottom: 20px;
   color: #292526;
}
.pt-checkout .checkout-container .payment .expand-content-panel .afterpay-icon img {
   max-width: 114px;
}
.pt-checkout .checkout-container .payment .afterpay-content img {
   margin-bottom: 5px;
}
.pt-checkout .checkout-container .payment .paypal-content p span {
   line-height: 1.42em;
   overflow: hidden;
   padding-left: 10px;
   display: block;
}
.pt-checkout.checkout-page .checkout-container .element-content {
   padding-bottom: 0px!important;
   padding-top: 0px!important;
   margin-bottom: 15px;
}
.pt-checkout.checkout-page .checkout-container table tfoot tr:last-child td {
   border-top: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
}
.pt-checkout .checkout-container .actions-bar {
   margin-top: 20px;
}
.pt-checkout .checkout-container .actions-bar .term-condition {
   margin-top: 20px;
}
.pt-checkout .checkout-container .actions-bar .term-condition a {
   color: #d85486;
}
.pt-checkout .checkout-container .promotion-code {
   margin-bottom: 20px;
}
.pt-checkout .checkout-container .promo-box {
   display: none;
}
.pt-checkout .checkout-container .promo-box.active {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s;
}
.pt-checkout .checkout-container .promo-box .wrap-box {
   padding: 10px 0px;
}
.pt-checkout .checkout-container .promo-box input {
   margin-bottom: 15px;
}
.pt-checkout .checkout-container .shipping-detail {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s;
}
.pt-checkout .checkout-container .shipping-detail.active {
   display: none;
}
/* STATIC PAGE */
.static-page {
   padding-bottom: 30px;
}
.static-page .sidebar {
   background-color: #eeeeee;
   // padding: 20px 0px 15px;
}
.static-page .sidebar h3 {
   font-size: 20px;
   font-family: "Javacom";
   color: #292526;
   line-height: 1.15em;
   text-transform: none;
   padding: 20px 15px 15px;
   border: none;
   font-weight: 300;
   margin-bottom: 0px;
   position: relative;
}
.static-page .sidebar h3 i {
   position: absolute;
   right: 15px;
   font-size: 25px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}
.static-page .sidebar h3 .icon-plus {
   display: none;
}
.static-page .sidebar.close h3 .icon-minus {
   display: none;
}
.static-page .sidebar.close h3 .icon-plus {
   display: block;
}
.static-page .sidebar ul {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s
}
.static-page .sidebar.close ul {
   display: none;
}
.static-page .sidebar ul {
   padding-bottom: 20px;
}
.static-page .sidebar ul li {
   padding: 7px 15px;
}
.static-page .sidebar ul li.active {
   background-color: #e9dddf;
}
.static-page .sidebar ul li:last-of-type {
   margin-bottom: 0px;
}
.static-page .sidebar ul li a {
   color: #292526;
}
.static-page .sidebar + .primary {
   margin-top: 30px;
}
.static-page h4 {
   font-size: 16px;
   font-weight: 700;
   padding-bottom: 15px;
   color: #111111;
   text-transform: uppercase;
   line-height: 1.35em;
}
.static-page h5 {
   font-weight: 700;
   padding-bottom: 15px;
   line-height: 1.35em;
   color: #111111;
   text-transform: uppercase;
}
.static-page h5.pink-color {
   color: #d85486;
}
.static-page .border {
   width: 100%;
   height: 1px;
   background-color: #dddddd;
   display: block;
   margin: 5px 0px;
}
.static-page .border + h5 {
   padding-top: 15px;
}
.static-page p {
   padding-bottom: 10px;
   margin-bottom: 0px;
}
.static-page p:last-of-type {
   margin-bottom: 0px;
   /*padding-bottom: 0px;*/
}
.static-page p b {
   font-weight: 600;
}
.static-page p a {
   color: #d85486;
}
.static-page p i {
   color: #999999;
   font-size: 12px;
}
/*.static-page p img {
   float: left;
   margin-right: 10px;
   margin-top: -5px;
   max-width: 80px;
}*/
/*.static-page table {
   margin: 30px 0px;
}
.static-page table tr {

}
.static-page table tr:first-child td {
   background-color: #cccccc;
   width: 100%;
   font-weight: 700;
}
.static-page table tr:nth-child(odd) {
   background-color: #eeeeee;
}
.static-page table tr td {
   width: 25%;
   font-size: 12px;
   line-height: 1.35em;
   vertical-align: middle;
   padding: 10px;
}*/
.static-page .list-social {
   margin: 0px -5px;
}
.static-page .list-social li {
   float: left;
}
.static-page .list-social a {
   margin: 0px 5px 5px;
   display: block;
}
.static-page .list-social a i {
   font-size: 40px;
}
.list-contacts {
   margin-top: 25px;
}
.list-contacts > ul > li {
   margin-bottom: 15px;
}
.list-contacts > ul > li:last-of-type {
   margin-bottom: 0px;
}
.list-contacts > ul > li label {
   font-weight: bold;
   text-transform: uppercase;
}
.list-contacts > ul > li label i {
   margin-right: 10px;
}
.list-contacts > ul > li .content {
   padding-left: 24px;
   display: block;
}
.list-contacts > ul > li:last-of-type .content {
   padding-left: 0px;
}
.contact-page .note-text {
   margin-top: 25px;
   position: relative;
   text-align: center;
}
.contact-page .note-text h3 {
   line-height: 1.35em;
}
.contact-page .note-text h3 span {
   font-size: 14px;
   display: block;
   font-family: 'Lato';
   color: #999999;
}
.contact-page .note-text .icon-arrow-down {
 display: none;
 position: absolute;
 top: 25px;
 left: -40px;
 font-size: 25px;
 color: #d85486;
}
.contact-page .form-contact .action-bar {
   margin-top: 15px;
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
}
.contact-page .form-contact .action-bar .btn-submit {
   margin-top: 20px;
}
.contact-page .form-contact form {
   margin-top: 5px;
   background-color: #e9dddf;
   padding: 15px;
}
.contact-page .form-contact form label.label {
   padding-bottom: 10px;
   font-weight: 600;
}
.contact-page .form-contact form label.label .require-field {
   color: #d85486;
}
.contact-page .form-contact .fieldset:first-child {
   padding-top: 0px;
}
.contact-page .form-contact form textarea {
   height: 80px;
}
.list-questions {
   margin-top: 25px;
}
.list-questions ul > li {
   margin-bottom: 5px;
}
.list-questions ul > li:last-of-type {
   margin-bottom: 0px;
}
.list-questions ul > li .question-title, .list-questions ul > li .wrap-content {
   display: block;
   padding: 10px 15px;
   color: #111111;
}
/*.list-questions ul > li .question-content {
   display: none;
}*/
.list-questions ul > li.active .question-content {
   display: block;
   -webkit-animation: fadein 0.35s; 
   -moz-animation: fadein 0.35s;
   -o-animation: fadein 0.35s; 
   animation: fadein 0.35s
}
.list-questions ul > li p {
   color: #111111;
}
.list-questions ul > li .question-title {
   background-color: #eeeeee;
}
.list-questions ul > li.active .question-title  {
   background-color: #e9dddf;
}
.looking-for {
   margin-top: 30px;
}
.looking-for h4 {
   font-size: 14px;
}
.looking-for .button.btn-primary {
   display: block;
   margin: 0px 12px;
   cursor: pointer;
}
.looking-for .button.btn-primary.btn-gray {
   margin-bottom: 10px;
   border-top-color: #eeeeee;
   border-bottom-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray > span span:before {
   border-right-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray:hover > span span:before {
   border-right-color: #d3d3d3;
}
.looking-for .button.btn-primary.btn-gray > span span:after {
   border-left-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray:hover > span span:after {
   border-left-color: #d3d3d3;
}
.looking-for .button.btn-primary.btn-gray:before,
.looking-for .button.btn-primary.btn-gray:after,
.looking-for .button.btn-primary.btn-gray > span:after,
.looking-for .button.btn-primary.btn-gray > span:before,
.looking-for .button.btn-primary.btn-gray > span span {
   background-color: #eeeeee;
}
.looking-for .button.btn-primary.btn-gray:hover > span span {
   background-color: #d3d3d3;
}
.looking-for .button.btn-primary.btn-gray > span span {
   color: #292526;
   padding: 0px 5px;
}
.looking-for .button.btn-primary > span span i {
   margin-right: 5px;
}
.looking-for .list-social {
   margin-top: 15px;
}
.delivery-page .trading-hours h5 {
   padding-bottom: 0px;
}
.notice-event {
   padding: 15px 30px;
   background-color: #e9dddf;
   margin-bottom: 20px;
}
.notice-event .event-title {
   font-family: 'Lato';
   font-weight: 700;
   font-size: 20px;
   line-height: 1.25em;
   margin-bottom: 25px;
}
.guide-boxes {
   padding-top: 20px;
}
.guide-boxes ul {
   margin: 0px -10px;
}
.guide-boxes ul li {
   margin-bottom: 20px;
}
.guide-boxes ul li .box-item {
   text-align: center;
   margin: 0px 10px;
   background: url(../images/guide-box.png) no-repeat 0 0 / 100% 100%;
}
.guide-boxes ul li .wrap-item {

}
.guide-boxes li a {
   display: block;
   padding: 30px 15px;
   font-size: 16px;
   font-weight: 700;
}
.guide-boxes li a i {
   display: block;
   margin-bottom: 3px;
   font-size: 24px;
}
.static-page .list-questions h4 {
   font-size: 16px;
}

/** LOGIN **/
.login-content {
   padding-bottom: 40px;
}
.login-content .wrap-column {
   padding: 15px;
   background-color: #eeeeee;
}
.login-content .wrap-column h3 {
   margin-bottom: 5px;
   line-height: 1.35em;
}
.login-content form .fieldset {
   padding-top: 12px;
}
.login-content .right-content {
   margin-top: 30px;
}
.login-content .right-content .col-xl-6 + .col-xl-6 {
   margin-top: 12px;
}
.login-content .action-bar {
   padding-top: 18px;
}
.login-content .action-bar .btn-primary {
   width: calc(100% - 34px);
}
.login-content .action-bar .forgot-password {
   display: block;
   margin-top: 10px;
}
.login-content .payment-trust {
   margin-top: 25px;
}
.login-content .payment-trust ul {
   font-size: 0px;
   letter-spacing: 0px;
   word-spacing: 0px;
}
.login-content .payment-trust ul li {
   display: inline-block;
   width: 25%;
   text-align: center;
   margin-bottom: 10px;
   vertical-align: middle;
}
.login-content .right-content p {
   margin: 0px;
   padding: 5px 0px;
}
.login-content .right-content form .btn-primary {
   margin-top: 20px;
   margin-bottom: 20px;
}
/** WISH LIST **/
.wishlist-page {

}
.wishlist-page .shopby-product-list .heading {
   margin-bottom: 30px;
   padding-top: 20px;
}
.wishlist-page .category-alt a {
   width: calc(100% - 34px);
}
.wishlist-page .category-alt a + a {
   margin-top: 15px;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary > span span,
.wishlist-page .category-alt .btn-brown.button.btn-primary:before,
.wishlist-page .category-alt .btn-brown.button.btn-primary:after,
.wishlist-page .category-alt .btn-brown.button.btn-primary > span:before,
.wishlist-page .category-alt .btn-brown.button.btn-primary > span:after
 {
   background-color: #cccccc;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary {
   border-bottom-color: #cccccc;
   border-top-color: #cccccc;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary > span span:before {
   border-right-color: #cccccc;
}
.wishlist-page .category-alt .btn-brown.button.btn-primary > span span:after {
   border-left-color: #cccccc;
}
.services-default-content .heading-description p {
   padding: 0px;
   margin: 0px;
   margin-top: 10px;
}
.services-default-content .heading-description .flower {
   width: 52px;
}
.services-default-content .services-action {
   text-align: center;
   margin-top: 20px;
}
.services-default-content .services-action h2 {
   font-size: 22px;
   line-height: 1.35em;
}
.services-default-content .services-action h5 {
   font-weight: 700;
   font-size: 12px;
   text-transform: uppercase;
   line-height: 1.35em;
   padding: 0px;
   margin-top: 8px;
}
.services-default-content .services-action .wrap-col {
   padding: 10px;
   background-color: #f1eeec;
}
.services-default-content .services-action .wrap-background {
   background: url(../images/border-box-services.png) no-repeat 0 0 / 100% 100%;
   padding: 15px;
}
.services-default-content .services-action .button {
   margin-top: 30px;
}
.services-default-content .services-action img {
   margin-top: 35px;
   margin-bottom: 15px;
}
.services-default-content .services-action p {
   text-align: left;
}
.services-default-content .services-action .col-right {
   margin-top: 30px;
}
.services-action .col-right .reviews {
   letter-spacing: 3px;
}
.services-action .col-right .reviews span:before {
   font-size: 25px;
}
.services-action .col-right .list-review ul {
   margin-bottom: 15px;
   margin-top: 25px;
}
.services-action .col-right .list-review ul li {
   margin-bottom: 6px;
   font-size: 0px;
   word-spacing: 0px;
   letter-spacing: 0px;
}
.services-action .col-right .list-review ul li p {
   position: relative;
   padding-left: 5px;
   text-align: left;
   line-height: 1.15em;
   display: inline-block;
   width: calc(100% - 30px);
   font-size: 14px;
   vertical-align: middle;
}
.services-action .col-right .list-review .wrap-hexagon {
   display: inline-block;
   width: 30px;
   vertical-align: middle;
}
.services-action .col-right .list-review .hexagon {
   position: relative;
   width: 29px; 
   height: 16.74px;
   background-color: transparent;
   margin: 8.37px 0;
   z-index: 5;
   margin-right: 10px;
   border-left: solid 2px #bcb8b7;
   border-right: solid 2px #bcb8b7;
   display: block;
}
.services-action .col-right .list-review .hexagon .text {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   text-align: center;
   color: #292526;
   line-height: 18px;
   font-size: 14px;
   font-weight: 700;
}
.services-action .col-right .list-review .hexagon:before,
.services-action .col-right .list-review .hexagon:after {
   content: "";
   position: absolute;
   z-index: 1;
  width: 20.51px;
  height: 20.51px;
   -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2.2470px;
}
.services-action .col-right .list-review .hexagon:before {
   top: -10.2530px;
  border-top: solid 2.8284px #bcb8b7;
  border-right: solid 2.8284px #bcb8b7;
}

.services-action .col-right .list-review .hexagon:after {
   bottom: -10.2530px;
  border-bottom: solid 2.8284px #bcb8b7;
  border-left: solid 2.8284px #bcb8b7;
}
.services-action .col-right .note-text {
   font-size: 12px;
   color: #777777;
   line-height: 1.35em;
}
@media (max-width: 991px) {
   .pt-checkout .checkout-container .summary-order .top-title .icon {
      position: absolute;
      right: 10px;
      font-size: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #d85486;
   }
   .pt-checkout .checkout-container .summary-order .top-title .icon.icon-plus {
      display: none;
   }
   .pt-checkout .checkout-container .summary-order .element-content table {
      -webkit-animation: fadein 0.35s; 
      -moz-animation: fadein 0.35s;
      -o-animation: fadein 0.35s; 
      animation: fadein 0.35s
   }
   .pt-checkout .checkout-container .summary-order.active-collapse .element-content table {
      display: none;
   }
   .pt-checkout .checkout-container .summary-order.active-collapse .top-title .icon {
      display: none;
   }
   .pt-checkout .checkout-container .summary-order.active-collapse .top-title .icon.icon-plus {
      display: block;
   }
}
@media (max-width: 543px) {
   .contact-page .form-contact .col-sm-6 + .col-sm-6 {
      padding-top: 20px;
   }
   .pt-checkout .checkout-container .row .col-sm-6 + .col-sm-6 {
      margin-top: 20px;
   }
   .contact-page .heading-description h1 {
      font-size: 22px;
   }
}
@media (min-width: 768px) {
   .cart .shopping-cart-block {
      padding-bottom: 50px;
   }
   .cart .shopping-cart-block .cart-info tbody tr:first-child td {
      padding: 17px 15px;
   }
   .cart .shopping-cart-block .cart-info td.col-price, .cart .shopping-cart-block table td.col-sub {
      display: table-cell;
   }
   .cart .shopping-cart-block .cart-info tbody tr td {
      padding: 13px 0px;
   }
   .cart .shopping-cart-block .cart-info td.col-item {
      width: 50%;
   }
   .cart .shopping-cart-block .cart-info .col-item .item .product-image {
      max-width: 128px;
   }
   .cart .shopping-cart-block .cart-info td .price {
      margin-top: 5px;
   }
   .cart .shopping-cart-block .cart-info td.col-qty {
      width: auto;
   }

    .cart .shopping-cart-block .cart-info td.col-qty .custom-select {
        width: 80px;
    }

   .cart .shopping-cart-block .cart-info td.col-qty .fieldset input {
      margin: 0px 2px;
      width: 45px;
   }
   .cart .shopping-cart-block .subtotal-info tr td {
      padding-right: 20px;
   }
   .cart .shopping-cart-block .subtotal-info tr:first-child td:first-child {
      width: 85%;
   }
   .cart .shopping-cart-block .subtotal-info {
      margin-bottom: 20px;
   }
    .cart .shopping-cart-block .actions-bar .action-left {
        float: left;
        margin-top: 0px;
    }
   .cart .shopping-cart-block .actions-bar .action-right {
      float: right;
      
   } 
   .cart .shopping-cart-block .actions-bar .action-right .btn-primary {
      margin-left: 40px;
   }
   .cart .shopping-cart-block .actions-bar .action-left .btn-primary,
   .cart .shopping-cart-block .actions-bar .action-right .btn-primary {
      width: 212px;
   }
   .cart .shopping-cart-block .payment-trust {
      margin-top: 40px;
      width: 410px;
      float: right;
   }
   /* CHECKOUT PAGE */
   .pt-checkout .checkout-container .column .top-title {
      padding: 20px 20px 15px 20px;
      font-size: 22px;
   }
   .pt-checkout .checkout-container .column .element-content {
      padding: 10px 20px 25px;
   }
   .pt-checkout .checkout-container .order-review  table tr td {
      padding: 15px;
   }
   .pt-checkout .checkout-container .order-review  table tbody tr:first-child td {
      padding-top: 20px;
      padding-bottom: 20px;
   }
   .pt-checkout .checkout-container .order-review  table tbody tr:first-child td.col-item {
      padding-left: 25px!important;
   }
   .pt-checkout .checkout-container .order-review  table .col-item .product-info a {
      font-size: 14px;
   }
   /* STATICPAGE*/
   .list-contacts > ul > li label {
      float: left;
      width: 140px;
   }
   .list-contacts > ul > li .content, .list-contacts > ul > li:last-of-type .content  {
      overflow: hidden;
      padding-left: 25px;
   }
   .list-contacts > ul > li:last-of-type label {
      height: 1px;
   }
   .contact-page .note-text {
      text-align: left;
      margin-left: 100px;
   }
   .contact-page .note-text .icon-arrow-down {
      display: block;
   }
   .contact-page .note-text h3 {
      font-size: 20px;
   }
   .contact-page .list-contacts {
      background: #fff url(../images/voucher-box.png) no-repeat 0 0 / 100% 100%;
      padding: 22px;
   }
   .contact-page .form-contact .action-bar .google-capcha, .contact-page .form-contact .action-bar .btn-submit {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
   }
   .contact-page .form-contact .action-bar .btn-submit {
      text-align: right;
      margin-top: 0px;
   }
   .contact-page .form-contact form {
      padding: 30px;
   }
   .contact-page .form-contact form .row {
      margin: 0px -10px;
   }
   .contact-page .form-contact form .col-sm-6 {
      padding: 0px 10px;
   }
   .contact-page .form-contact form textarea {
      height: 110px;
   }
   .static-page h4 {
      font-size: 20px;
   }
   .static-page table tr td {
      font-size: 14px;
   }
    .static-page p img {
        /*max-width: 100px;*/
        max-width: 100%;
    }
   .looking-for .button.btn-primary {
      display: inline-block;
   }
   .looking-for .button.btn-primary.btn-gray {
      margin-right: 40px;
   }
   .guide-boxes ul li {
      float: left;
      width: 50%;
   }
   .notice-event {
      font-size: 0px;
      word-spacing: 0px;
      letter-spacing: 0px;
   }
   .notice-event .event-title {
      display: inline-block;
      width: 240px;
      vertical-align: middle;
      margin-bottom: 0px;
   }
   .notice-event .event-desc {
      padding-left: 20px;
      display: inline-block;
      width: calc(100% - 240px);
      vertical-align: middle;
   }
   .notice-event .event-desc p {
      font-size: 14px;
   }
   /** LOGIN PAGE **/
   .login-page .login-content .wrap-content {
      margin: 0px -10px;
   }
   .login-page .login-content .column-content {
      float: left;
      width: 50%;
   }
   .login-page .login-content .column-content .wrap-column {
      margin: 0px 10px;
   }
   .login-page .login-content .column-content {
      margin-top: 0px;
   }
   .login-content .payment-trust ul {
      padding: 0px 40px;
   }
   .login-content .payment-trust ul li {
      margin-bottom: 0px;
   }
   /** WISHLIST **/
   .wishlist-page .category-alt a {
      width: auto;
   }
   .wishlist-page .category-alt a + a {
      margin-top: 0px;
      margin-left: 30px;
   }
   .services-default-content .services-action p {
      text-align: center;
   }
   .services-default-content .services-action h2 {
      font-size: 30px;
   }
   .services-default-content .services-action h5 {
      font-size: 16px;
   }
   .services-default-content .services-action .col-right {
      margin-top: 0px;
   }
   .services-default-content .services-action .wrap-col {
      padding: 20px;
   }
   .services-default-content .services-action .wrap-background {
      padding: 25px 25px 20px 25px;
   }
}
.pt-checkout .header .header-outer {
  position: absolute;
}
.pt-checkout .store-block {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .pt-checkout .header {
   height: 111px;
}
.pt-checkout .main-header .right-block {
   padding-top: 32px;
}
.pt-checkout .have-question {
 font-size: 14px;
}
.pt-checkout .have-question .phone-number {
   display: block;
   font-size: 22px;
}
.pt-checkout .checkout-container .summary-order .top-title .icon {
   display: none;
}
.pt-checkout .step-process ul li a, .pt-checkout .step-process ul li span.step {
   display: block;
}
.pt-checkout .step-process .hexagon .text {
   display: none;
}
.pt-checkout .step-process ul li .processing-bar {
   top: 100%;
   margin-top: -8px;
}
/* STATICPAGE*/
.static-page .sidebar {
   float: right;
   width: 270px;
   // padding-top: 30px;
   // padding-bottom: 20px;
}
.static-page .sidebar h4 {
   font-size: 24px;
}
.static-page .primary {
   margin-top: 0px;
}
.static-page .sidebar + .primary {
   float: left;
   width: calc(100% - 270px);
   padding-right: 25px;
   margin-top: 0px;
}
.looking-for {
   margin-top: 55px;
}
.looking-for h4 {
   font-size: 20px;
}
.guide-boxes ul li {
   width: 25%;
}
.custom-services-page .notice-event .event-desc {
   padding-left: 40px;
}
.static-page .sidebar h3 i {
   display: none!important;
}
}
@media (min-width: 1024px) {
   .cart .store-block {
       padding-top: 0;
       padding-bottom: 30px;
    }
    .pt-checkout .store-block {
      padding-bottom: 20px;
   }
   .pt-checkout .checkout-container .wrap-checkout {
           display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
      display: flex;
      flex-wrap: nowrap;
      margin: 0px -15px;
   }
   .pt-checkout .checkout-container .column .top-title {
      font-size: 18px;
   }
   .pt-checkout .checkout-container .column-03 {
      width: 33.33%;
      margin-top: 20px;
   }
   .pt-checkout .checkout-container .wrap-column {
    margin: 0px 15px;
   }
   .pt-checkout.checkout-landing .checkout-container .payment-trust {
      width: 30%;
      float: right;
      margin-top: 20px;
   }
   .pt-checkout .checkout-container .row {
      margin: 0px -5px;
   }
   .pt-checkout .checkout-container .row .col-sm-6 {
      padding: 0px 5px;
   }
   .pt-checkout .checkout-container .row .col-sm-6 + .col-sm-6 {
      margin-top: 0px;
   }
   .login-page .login-content .column-content .wrap-column {
      margin: 0px -20px;
   }
   .login-page .login-content .column-content .wrap-column {
      margin: 0px 20px;
      padding: 25px;
   }
   .login-content .payment-trust ul {
      padding: 0px 80px;
   }
   .login-content .action-bar {
      font-size: 0px;
      word-spacing: 0px;
      letter-spacing: 0px;
   }
   .login-content .action-bar .btn-primary {
      width: calc(60% - 34px);
   }
   .login-content .action-bar .forgot-password {
      display: inline-block;
      width: 40%;
      text-align: right;
      font-size: 14px;
   }
   .wishlist-page .shopby-product-list .heading {
      padding-top: 30px;
   }
   .wishlist-page .category-alt {
      margin-top: 25px;
      width: auto;
   }
   .shopby-product-list .heading .flower-small {
      max-width: 52px;
   }
   .services-action .wrap-action {
      margin: 0px -20px;
   }
   .services-action .column-content {
      float: left;
      width: 50%;
   }
   .services-action .column-content .wrap-col {
      margin: 0px 20px;
   }
}
@media (min-width: 1140px) {
   .login-content .right-content .col-xl-6 + .col-xl-6 {
      margin-top: 0px;
   }
   .login-content .right-content form fieldset + fieldset {
      margin-top: 30px;
   }
   .pt-checkout .checkout-container .column .top-title {
      font-size: 22px;
   }
   .contact-page .list-contacts {
      padding-left: 110px;
      padding-right: 110px;
   }
}

.listing-products .buttons {
  text-align: center;
  margin: 20px 0;
  /*display: none;*/
}
.listing-products .loader {
  background-image: url('../images/loading.svg');
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
  margin: 10px auto;
  display: none;
}
.vertical-slider .slick-arrow + .slick-list {
  margin: 50px 0 !important;
}
.vertical-slider .slick-arrow {
  width: 23px;
  height: 16px;
  transform: rotate(90deg);
  margin-left: -10px;
}
.vertical-slider .slick-prev {
  margin-top: 16px;
}
.vertical-slider .slick-next {
  margin-bottom: 16px;
}
#checkoutConfirmation {
  padding-top: 20px;
}
#checkoutConfirmation h3 {
  font-family: Helvetica, Arial, sans-serif;
  padding: 6px;
  background: #e9dddf;
  margin-bottom: 1em;

  text-transform:uppercase;
  font-size: 1rem

}

#checkoutConfirmation .row,
#checkoutConfirmation .row.buttons > div {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #checkoutConfirmation {
    padding-top: 40px;
  }
    #checkoutConfirmation h3 {
        padding: 12px;
        font-size: 1.2rem
    }
  #checkoutConfirmation .row,
  #checkoutConfirmation .row.buttons > div {
    margin-bottom: 20px;
  }
}
.table-data td,
.table-data th {
  padding: 6px 0;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.table-data .col-img {
  width: 45px;
}
.table-data .col-info {
  padding-left: 6px;
}
.table-data .col-price,
.table-data .col-subtotal {
  width: 60px;
}
.table-data .col-qty {
  width: 40px;
}
.table-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.vertical-slider .overlay {
  top: 7px;
  bottom: 7px;
  left: 2px;
  right: 2px;
  background: rgba(0,0,0,0.25);
  color: #fff;
  padding: 0 5px;
}
.thumb-slider .item .overlay {
  background: rgba(0,0,0,0.25);
  color: #fff;
  padding: 0 5px;
}
.vertical-slider .overlay i,
.thumb-slider .overlay i {
  color: #444;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 14px;
}
.thumb-slider .overlay i {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 2em;
}
.vertical-slider .overlay .text,
.thumb-slider .overlay .text {
  display: block;
  text-align: center;
  margin-top: 4px;
}
.thumb-slider .overlay .text {
  font-size: 3em;
}
.btn-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.thumb-slider video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.product-intro .descEditor h2 {
    color: rgb(184, 71, 114);
    font-size: 18px;
    margin: 5px 0 0 0;
}

    .product-intro .descEditor h3 {
        color: rgb(184, 71, 114);
        font-size: 18px;
        margin: 0px;
        display: inline-block;
    }


#sizeChart .icon-angle-left, #sizeChart .icon-angle-right {
    padding: 10px 10px;
}

.otherColours {
    margin-bottom: 10px;
}

.otherColours i {
    margin-left: 5px;
    color: #d85486;
    vertical-align: middle;
}
.checkboxFilter input[type=checkbox], .checkboxStyle input[type=checkbox], .checkboxSmallStyle input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .checkboxFilter input[type=checkbox] + label, .checkboxStyle input[type=checkbox] + label {
        padding-left: 35px;
        height: 26px;
        display: inline-block;
        line-height: 26px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1rem;
        vertical-align: middle;
        cursor: pointer;
    }

    .checkboxFilter input[type=checkbox]:checked + label, .checkboxStyle input[type=checkbox]:checked + label {
        background-position: 0 -26px;
    }

.checkboxFilter label, .checkboxStyle label {
    background-image: url(../images/checkbox-bg.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxSmallStyle input[type=checkbox] + label {
    padding-left: 30px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer;
}

.checkboxSmallStyle input[type=checkbox]:checked + label {
    background-position: 0 -18px;
}

.checkboxSmallStyle label {
    background-image: url(../images/checkbox-small-bg.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioSmallStyle {
    display: block;
}

.radioSmallStyle input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .radioSmallStyle input[type=radio] + label {
        padding-left: 30px;
        /*height: 18px;*/
        display: inline-block;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1rem;
        vertical-align: middle;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .radioSmallStyle input[type=radio]:checked + label {
        background-image: url(../images/radio-small-bg3.png);
        /*background-position: 0 -18px;*/
    }

.radioSmallStyle label {
    background-image: url(../images/radio-small-bg2.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-style {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    color: #292526;
    border: 1px solid #ccc;
    /*-webkit-appearance: menulist-button !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;*/

    line-height: 20px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1NiAyNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NiAyNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwb2x5Z29uIHBvaW50cz0iMjI1LjgxMyw0OC45MDcgMTI4LDE0Ni43MiAzMC4xODcsNDguOTA3IDAsNzkuMDkzIDEyOCwyMDcuMDkzIDI1Niw3OS4wOTMgICAiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.page-select {
    display: inline-block;
    padding: 4px 25px 4px 15px;
    font-size: 1rem;
    color: #292526;
    border: 1px solid #ccc;
    /*-webkit-appearance: menulist-button !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;*/

    line-height: 20px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1NiAyNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1NiAyNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwb2x5Z29uIHBvaW50cz0iMjI1LjgxMyw0OC45MDcgMTI4LDE0Ni43MiAzMC4xODcsNDguOTA3IDAsNzkuMDkzIDEyOCwyMDcuMDkzIDI1Niw3OS4wOTMgICAiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.fieldset input + input {
    margin-top: 5px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;  
}

.table thead th {
    vertical-align: bottom;
}

.table-lines td {
    border-top: 1px solid #dee2e6;
}

.table-lines thead th {
    border-bottom: 2px solid #dee2e6;
}

.align-top {
    vertical-align: top !important;
}

.order-details .subHeading {
    margin-bottom: 10px;
    line-height:normal;
}

#card-payment .fieldset {
    margin-top: 10px;
}

.paymentMethodMsg {
    margin: 20px 0px;
}

.hiddenBox {
    display: none;
    padding-top: 5px;
}
.promotion-code .fieldset {
    margin-bottom: 5px;
}

.pt-checkout .afterpay-payments div.afterpay-col {
    display: inline-block;
    width: 60px;
}

.pt-checkout .afterpay-payments {
    /*font-size: 10px;*/
    /*width: 45px;*/
    margin-bottom: 10px;
}

.pt-checkout .afterpay-payments div.afterpay-col:not(:last-child) .instalment-icon:after {
    content: "";
    height: 2px;
    width: 65px;
    display: block;
    background: #9BA4A6;
    position: absolute;
    /*top: 8px;*/
    top: 6px;
    z-index: -1;
}

.pt-checkout .afterpay-payments .instalment-icon {
    width: 18px;
    height: 18px;
    margin: 9px 0;
    display: inline-block;
    border-radius: 18px !important;
    /*background-color: #99d2f2;*/
    background-color: #000;
    /*border: 2px solid #1c91d4;*/
    border: 2px solid #000;
    position: relative;
}

.pt-checkout .afterpay-payments .instalment-text {
    color: #555;
}

    .pt-checkout .afterpay-payments .instalment-icon.quarter-circle {
        background-image: linear-gradient(180deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
    }

    .pt-checkout .afterpay-payments .instalment-icon.half-circle {
        background-image: linear-gradient(90deg, white 50%, transparent 50%);
    }

    .pt-checkout .afterpay-payments .instalment-icon.threequarter-circle {
        /*background-image: linear-gradient(180deg, transparent 50%, #99d2f2 50%), linear-gradient(90deg, white 50%, transparent 50%);*/
        background-image: linear-gradient(180deg, transparent 50%, #000 50%), linear-gradient(90deg, white 50%, transparent 50%);
    }

.sliderLink {
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9;
}

#sizeChart .editor table {
    max-width: 100% !important;
}

.rrtItem a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#sharing-table > tbody > tr > td {
    padding-right: 10px;
}

.two-box-slider-mobile .item:first-child {
    margin-bottom:10px;
}

#sizeChart table tr.highlightRow td {
    background-color: #ddd;
}

@media print {
    #livechat-full, #livechat-compact-container, #livechat-eye-catcher {
        display: none !important;
    }
}

.ViewOlderPosts {
    font-weight: bold;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #000;
    padding: 15px 15px;
    border: 1px solid #CCCCCC;
    display: block;
    text-align: center;
}

.promo-top p:last-of-type {
    margin-bottom:0px;
}

.fancybox-slide--iframe .fancybox-content {
    width: 95% !important;
    max-width: 95% !important;
    height: 95% !important;
    max-height: 95% !important;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: -21px;
    right: -5px;
}

    .fancybox-slide--iframe .fancybox-close-small:after {
        background: transparent;
        font-size: 35px;
        color: #FFF;
    }

    .fancybox-slide--iframe .fancybox-close-small:hover:after {
        color: #fff;
    }

@media screen and (min-width: 992px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 880px !important;
        height: 600px !important;
    }

    .fancybox-slide--iframe .fancybox-close-small {
        top: -21px;
        right: -21px;
    }

}

.four-box-slider .item:before {
    content: "";
    position: absolute;
    top: 15px;

    bottom: 15px;

    left: 20px;
    right: 20px;
    background: url(../images/four-box-border.png) no-repeat center center / contain;
}

@media screen and (min-width: 544px) {
    .occassion-boxes .item {
        margin-bottom: 45px;
    }

    .four-box-slider .item {
        width: calc(100% / 4);
        padding: 0 10px;
    }

}

.brand-name a {
    font-family: "Javacom", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 1.429rem;
    color: #999;
}

.promotion-code div.text-danger {
    color:red;
    margin-bottom:10px;
}

.checkout-page .placeOrderBtn {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 600;
    background-color: #19b486;
    width: 100%;
    color: #FFF;
    font-size: 1.286rem;
    text-transform: uppercase;
    border-color: #19b486;
    width: 100%;
    padding: 15px 0px;
    border-radius: 0px;
    opacity: 0.9;
}

.text-danger {
    color: red;
}

.valSummary {
    margin-top:10px;
}

.filter-list-category, .filter-list-subcategory {
    padding: 10px 0px;
}

@media screen and (min-width: 992px) {
    .filter-list-category, .filter-list-subcategory {
        padding: 6px 0px;
    }
}

.category-promo {
    color: #d85486;
    font-size: .929rem;
    min-height: 18px;
    margin-bottom: 5px;
}

.category-promo-product {
    color: #d85486;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.carousel-cat .module-01 .shop-all {
    /*margin-top: -20px;*/
    margin-top: 15px;
}

.carousel-cat .module-01 .shop-all a {
    color: #999;
    text-transform: uppercase;
}

    @media (min-width: 992px) {
        .carousel-cat .module-01 .heading {
            /*float: left;*/
        }

        .carousel-cat .module-01 .shop-all {
            float: right;
            margin-top: -10px;
            width: 100px;
        }
    }

@media (max-width: 543px) {
    .hexa-slider .item img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .hexa:before {
        background: url('../images/hexa-border.png') no-repeat center center / 80% auto;
    }
}

.subscribeAreYou label {
    display: inline-block;
    padding-left: 5px;
    padding-top: 10px;
}

.subscribeAreYou input {
    margin-top: -3px;
}

.editor-content h2, .editor-content h3 {
    margin: 0 0 0.5em 0;
}

    .editor-content ul,
    .editor-content ol {
        list-style-type: none !important;
    }

.pickup-info a {
    color: #DC588B;
}

.custom-services a {
    text-decoration: none;
    color: #292526;
    transition: all .25s ease;
}

    .custom-services a:hover {
        text-decoration: none;
        color: #d85486;
    }

.custom-services ul li:before {
    content: unset;
}

.custom-services ul li {
    text-indent: initial;
}

.promo-code-apply {
    text-decoration: underline;
    /*color: #AAA;*/
    color: #d85486;
    font-weight: normal;
}

.promo-code-input {
    border-color: #d85486 !important;
}

    .promo-code-input::-webkit-input-placeholder {
        color: #d85486 !important;
    }

    .promo-code-input:-moz-placeholder {
        /* FF 4-18 */
        color: #d85486 !important;
        opacity: 1;
    }

    .promo-code-input::-moz-placeholder {
        /* FF 19+ */
        color: #d85486 !important;
        opacity: 1;
    }

    .promo-code-input:-ms-input-placeholder {
        /* IE 10+ */
        color: #d85486 !important;
    }

    .promo-code-input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #d85486 !important;
    }

    .promo-code-input::placeholder {
        /* modern browser */
        color: #d85486 !important;
    }

* {
    scroll-margin-top: 80px;
}

@media (min-width: 992px) {
    * {
        scroll-margin-top: 130px;
    }
}

.ruFakeInput {
    width: auto !important;
}

.RadUpload {
    width: auto;
}

.ruInputs .ruError {
    padding: 5px 0px;
    margin: 10px 0px;
    border: 1px solid #ef0000;
    background: #f9e8e8;
}

.ruError .ruFileWrap {
    height: auto;
    overflow: visible !important;
    display: block;
}

.ruError .ruUploadProgress {
    display: block;
}

.ruError .ruUploadFailure {
    background-position: 2px 80%;
}

.ruError .ruErrorMessage {
    display: block;
    margin-left: 5px;
    color: #ef0000;
}

.ruUploadOnHold {
    background: none !important;
    padding-left: 0px !important;
}

.product-item .img-tmb .review-image {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff url('../images/hexa-border-testimonials.png') no-repeat 0 0 / 100% 100%;
    width: 175px;
}