/*Based on normalize*/
*, *::before, *::after {
  box-sizing: border-box; }

body, input, textarea, button, select {
  -webkit-text-size-adjust: 100%; }
  body:focus, input:focus, textarea:focus, button:focus, select:focus {
    outline: none; }

body {
  margin: 0; }
  body svg:not(:root) {
    overflow: hidden; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

select {
  padding-top: 0;
  padding-bottom: 0; }
  select:focus {
    outline: none !important; }

a {
  background-color: transparent; }

b, strong {
  font-weight: bold; }

em {
  font-style: normal; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

form {
  margin: 0; }

button {
  cursor: pointer; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="submit"] {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0; }

a {
  text-decoration: none; }

a, button, [role="button"], input, label, select, textarea {
  touch-action: manipulation; }

blockquote {
  font-size: em(18px);
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: normal; }
    blockquote cite::before {
      content: '\2014 \0020'; }

code, pre {
  font-size: 1em; }

pre {
  overflow: auto; }

input:focus {
  outline: none; }

ul, ol {
  padding: 0;
  margin-left: 20px; }

ol {
  list-style: decimal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0; }

textarea {
  min-height: 90px; }

optgroup {
  font-weight: bold; }

select::-ms-expand {
  display: none; }

/*End Based on normalize*/
/*------------------------------------
General colors
------------------------------------*/
/*Backgrounds*/
/*Navigation*/
/*variable product */
/*Product detail*/
/*Link buttons and secondary cta*/
/*Pagination*/
/*Header*/
/*Cart*/
/*footer*/
/*------------------------------------
end General colors
------------------------------------*/
/*mixin*/
/*Flexbox prefix mixins from Bourbon*/
/*flex-wrap: nowrap|wrap|wrap-reverse|initial|inherit;*/
/*flex-direction: row|row-reverse|column|column-reverse|initial|inherit;*/
/*align-items: stretch|center|flex-start|flex-end|baseline|initial|inherit;*/
/*flex: flex-grow flex-shrink flex-basis|auto|initial|inherit;*/
/*flex-basis: number|auto|initial|inherit;*/
/*align-self: auto|stretch|center|flex-start|flex-end|baseline|initial|inherit;*/
/*justify-content: flex-start|flex-end|center|space-between|space-around|initial|inherit*/
/*Typography*/
/*font weight*/
/* font*/
@font-face {
  font-family: "Fractul-regular";
  src: url("https://cdn.shopify.com/s/files/1/0537/7677/7391/files/Fractul-Regular_32ebc73f-269f-4ee8-8bbd-b5beefdb0f5b.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Fractul-medium";
  src: url("https://cdn.shopify.com/s/files/1/0537/7677/7391/files/Fractul-Medium_ae6bfe1c-19c1-4048-a317-ea8a08349e73.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Fractul";
  src: url("https://cdn.shopify.com/s/files/1/0537/7677/7391/files/Fractul-Black.otf?v=1616559324") format("truetype");
  font-weight: normal;
  font-style: normal; }

.__pf .custom-font {
  font-family: "Fractul-medium";
  font-weight: 100; }

/*
@font-face {
  font-family: "streamster";
  src: url("//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/streamster.ttf?v=137013783830871241341636746588") format('truetype');
    @include font_face_style();
    }
*/
h1 {
  font-size: 70px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.hero {
  font-size: 130px; }

/*font size footer*/
/* end font size */
/*MISC AVARIBLE*/
/* Z-Index */
/*END MISC AVARIBLE*/
/* media */
/*BUTTON*/
/*Button primary*/
/*Button 1*/
/*Button 2*/
/*Button 3*/
/*Button 4*/
/*Button 5*/
/*Button 6*/
._btn {
  border-style: solid;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: normal;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-smooth: always;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: none;
  width: auto;
  border-radius: 5px;
  font-family: Lexend;
  color: white;
  border-color: #767476;
  background-color: black; }
  ._btn[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    color: white;
    border-color: #767476;
    background-color: black; }
    ._btn[disabled] * {
      color: currentcolor; }
  ._btn.active, ._btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  ._btn:focus {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  ._btn .lnr, ._btn .fa, ._btn span {
    color: currentColor; }
  ._btn svg {
    fill: currentColor; }
  ._btn * {
    color: currentcolor; }
  ._btn:hover {
    color: white;
    border-color: #27272f;
    background-color: #27272f; }
    ._btn:hover * {
      color: currentcolor; }

.btn_small {
  font-size: 12px;
  border-width: 1px;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  font-weight: 500; }

.btn_medium {
  font-size: 14px;
  border-width: 1px;
  height: 40px;
  line-height: 38px;
  padding: 0 16px;
  font-weight: 500; }

.btn_large {
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  border-width: 1px;
  height: 50px;
  line-height: 48px; }

.btn_icon {
  position: relative; }
  .btn_icon .cs-icon {
    margin-right: 5px; }
  .btn_icon.btn_large {
    padding-left: 56px; }
    .btn_icon.btn_large .cs-icon {
      margin-right: 0px;
      position: absolute;
      top: 50%;
      font-size: 30px;
      left: 16px;
      margin-top: -15px; }
  .btn_icon.btn_medium {
    padding-left: 46px; }
    .btn_icon.btn_medium .cs-icon {
      margin-right: 0px;
      position: absolute;
      top: 50%;
      font-size: 20px;
      left: 16px;
      margin-top: -10px; }
    .btn_icon.btn_medium .icon-menu {
      font-size: 15px;
      margin-top: -7.5px; }
  .btn_icon.btn_small {
    padding-left: 36px; }
    .btn_icon.btn_small .cs-icon {
      margin-right: 0px;
      position: absolute;
      top: 50%;
      font-size: 15px;
      left: 16px;
      margin-top: -7.5px; }
    .btn_icon.btn_small .icon-menu {
      font-size: 11px;
      margin-top: -5.5px; }

/*Button product + quickview + wishlist*/
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
  border-width: 0;
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 40px;
  text-align: center;
  border-style: solid;
  background-image: none !important;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 1px;
  height: 40px;
  line-height: 38px;
  color: #27272f;
  border-color: white;
  background-color: white;
  -moz-box-shadow: 0 7px 14px rgba(39, 39, 47, 0.1);
  -webkit-box-shadow: 0 7px 14px rgba(39, 39, 47, 0.1);
  box-shadow: 0 7px 14px rgba(39, 39, 47, 0.1); }
  .owl-controls .owl-buttons .owl-prev *,
  .owl-controls .owl-buttons .owl-next * {
    color: currentcolor; }
  @media (min-width: 1200px) {
    .owl-controls .owl-buttons .owl-prev,
    .owl-controls .owl-buttons .owl-next {
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; } }
  .owl-controls .owl-buttons .owl-prev:before,
  .owl-controls .owl-buttons .owl-next:before {
    font-family: 'cs-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    border-width: 1px;
    height: 40px;
    line-height: 38px; }
  .owl-controls .owl-buttons .owl-prev:focus, .owl-controls .owl-buttons .owl-prev:hover,
  .owl-controls .owl-buttons .owl-next:focus,
  .owl-controls .owl-buttons .owl-next:hover {
    color: white;
    border-color: #27272f;
    background-color: #27272f;
    border-color: #27272f; }
    .owl-controls .owl-buttons .owl-prev:focus *, .owl-controls .owl-buttons .owl-prev:hover *,
    .owl-controls .owl-buttons .owl-next:focus *,
    .owl-controls .owl-buttons .owl-next:hover * {
      color: currentcolor; }
.owl-controls .owl-buttons .owl-next {
  right: 15px; }
  .owl-controls .owl-buttons .owl-next:before {
    content: "\e915"; }
.owl-controls .owl-buttons .owl-prev {
  left: 15px; }
  .owl-controls .owl-buttons .owl-prev:before {
    content: "\e914"; }

/* group label */
.product-label {
  position: absolute;
  top: 10px;
  right: 15px; }
  .product-label .label-element {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 0px;
    width: auto;
    height: 20px;
    border-radius: 10px;
    font-family: Lexend;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); }
    .product-label .label-element:before {
      content: '';
      left: auto;
      top: 0;
      position: absolute; }
    .product-label .label-element:hover {
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); }
    .product-label .label-element > span {
      font-family: Lexend;
      display: block;
      font-size: 11px;
      border-width: 0px;
      height: 20px;
      line-height: 20px; }
    .product-label .label-element.deal-label {
      color: white;
      border-color: #6e96fa;
      background-color: #6e96fa; }
      .product-label .label-element.deal-label * {
        color: currentcolor; }
    .product-label .label-element.new-label {
      color: white;
      border-color: #ef7f94;
      background-color: #ef7f94; }
      .product-label .label-element.new-label * {
        color: currentcolor; }
    .product-label .label-element.hotting-label {
      color: white;
      border-color: #e3b375;
      background-color: #e3b375; }
      .product-label .label-element.hotting-label * {
        color: currentcolor; }
    .product-label .label-element.best-label {
      color: white;
      border-color: #f2525c;
      background-color: #f2525c; }
      .product-label .label-element.best-label * {
        color: currentcolor; }
  @media only screen and (max-width: 425px) {
    .product-label {
      display: none;
      top: 3px; } }

/* End group label */
/*GLOBAL*/
/*Helper colors for form error states*/
body *, html * {
  font-smooth: always;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  background-color: white; }

body {
  font-family: Lexend;
  color: #1f1f20;
  font-size: 14px; }
  body input, body textarea, body select, body buttuon {
    font-size: 14px;
    color: #1f1f20;
    border: 1px solid #e7e9f3;
    background-color: white;
    line-height: 1.5;
    max-width: 100%;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    body input:focus, body textarea:focus, body select:focus, body buttuon:focus {
      border-color: #c5cae2; }
      body input:focus::-webkit-input-placeholder, body textarea:focus::-webkit-input-placeholder, body select:focus::-webkit-input-placeholder, body buttuon:focus::-webkit-input-placeholder {
        color: transparent; }
      body input:focus::-moz-placeholder, body textarea:focus::-moz-placeholder, body select:focus::-moz-placeholder, body buttuon:focus::-moz-placeholder {
        color: transparent; }
      body input:focus:-ms-input-placeholder, body textarea:focus:-ms-input-placeholder, body select:focus:-ms-input-placeholder, body buttuon:focus:-ms-input-placeholder {
        color: transparent; }
      body input:focus::-ms-input-placeholder, body textarea:focus::-ms-input-placeholder, body select:focus::-ms-input-placeholder, body buttuon:focus::-ms-input-placeholder {
        color: transparent; }
    body input[disabled], body textarea[disabled], body select[disabled], body buttuon[disabled] {
      cursor: default;
      background-color: #f4f4f4;
      border-color: #f4f4f4; }
  body textarea {
    overflow: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  body p {
    margin: 0 0 19.44444px; }
  body input[type="search"], body input[type="number"], body input[type="email"], body input[type="password"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  body ::-webkit-input-placeholder {
    color: #1f1f20; }
  body ::-moz-placeholder {
    color: #1f1f20; }
  body :-ms-input-placeholder {
    color: #1f1f20; }
  body ::-ms-input-placeholder {
    color: #1f1f20; }
  body a {
    color: #1f1f20; }
  body a:focus, body a:hover {
    color: #1f1f20;
    text-decoration: none;
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 17.5px;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.dropdown-menu {
  font-size: 14px;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0; }

input,
textarea {
  padding: 5px 15px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

@media only screen and (max-width: 767px) {
  select {
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/ico-select.svg?v=17433327424025068621636746618);
    background-repeat: no-repeat;
    background-position: 98% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; } }

/*END GLOBAL*/
/*============================CUSTOMIZE============================================*/
@media (max-width: 1200px) {
  .row {
    margin-left: 0;
    margin-right: 0; } }
/*LOADING*/
#tags-load,
#wishlist_remove-load,
.wishlist-loading,
#loader-div {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  background-color: #ffffff;
  opacity: 0.7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*sass-lint:disable no-misspelled-properties*/
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  #tags-load i,
  #wishlist_remove-load i,
  .wishlist-loading i,
  #loader-div i {
    color: #50a7b3;
    margin-top: 50vh; }

#tags-load,
.loading,
.ajax-cart-loading {
  text-align: center;
  height: 100%; }
  #tags-load .fa,
  .loading .fa,
  .ajax-cart-loading .fa {
    margin-top: 30%;
    color: #50a7b3; }

/*END LOADING*/
/*STYLE*/
/*EFFECT*/
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }

  15% {
    opacity: 1;
    top: 50%; }

  50% {
    opacity: 0;
    top: 50%; }

  100% {
    opacity: 0;
    top: 29%; } }

@-moz-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }

  15% {
    opacity: 1;
    top: 50%; }

  50% {
    opacity: 0;
    top: 50%; }

  100% {
    opacity: 0;
    top: 29%; } }

@-ms-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }

  15% {
    opacity: 1;
    top: 50%; }

  50% {
    opacity: 0;
    top: 50%; }

  100% {
    opacity: 0;
    top: 29%; } }

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }

  15% {
    opacity: 1;
    top: 50%; }

  50% {
    opacity: 0;
    top: 50%; }

  100% {
    opacity: 0;
    top: 29%; } }

@-webkit-keyframes moverAround {
  0%, 100% {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  50% {
    -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    transform: matrix(0.1, 1, -1, 0.1, 0, 0); } }

@-moz-keyframes moverAround {
  0%, 100% {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  50% {
    -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    transform: matrix(0.1, 1, -1, 0.1, 0, 0); } }

@-ms-keyframes moverAround {
  0%, 100% {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  50% {
    -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    transform: matrix(0.1, 1, -1, 0.1, 0, 0); } }

@keyframes moverAround {
  0%, 100% {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  50% {
    -ms-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    -webkit-transform: matrix(0.1, 1, -1, 0.1, 0, 0);
    transform: matrix(0.1, 1, -1, 0.1, 0, 0); } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@-moz-keyframes shine {
  100% {
    left: 125%; } }

@-ms-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes round2 {
  0%,100%,25% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  75% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@-moz-keyframes round2 {
  0%,100%,25% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  75% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@-ms-keyframes round2 {
  0%,100%,25% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  75% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@keyframes round2 {
  0%,100%,25% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  75% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@-webkit-keyframes round3 {
  0%,75% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  25% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@-moz-keyframes round3 {
  0%,75% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  25% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@-ms-keyframes round3 {
  0%,75% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  25% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@keyframes round3 {
  0%,75% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  25% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@-webkit-keyframes menumove {
  from {
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

  fo {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; } }

@-moz-keyframes menumove {
  from {
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

  fo {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; } }

@-ms-keyframes menumove {
  from {
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

  fo {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; } }

@keyframes menumove {
  from {
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

  fo {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; } }

/*End EFFECT*/
.col-5 {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.sub-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 35px; }

/*category style*/
.navigation-links-left {
  background-color: white;
  width: 100%;
  margin: 0;
  padding: 8px 5px 0 8px; }
  .navigation-links-left > li {
    list-style: none;
    padding: 4.3px 0; }
    .navigation-links-left > li > a {
      padding-left: 22px;
      position: relative; }
      .navigation-links-left > li > a img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 22px; }
      .navigation-links-left > li > a span {
        color: #27272f;
        font-size: 15px;
        margin-left: 10px; }
      .navigation-links-left > li > a:hover span {
        text-decoration: underline; }
      .navigation-links-left > li > a:hover * {
        color: #612466; }
  @media only screen and (max-width: 991px) {
    .navigation-links-left {
      padding-left: 0; } }
  .navigation-links-left .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 10px 15px;
    margin-left: 5px;
    background-color: white;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .navigation-links-left .dropdown-menu > li {
      padding: 5px 0; }
      .navigation-links-left .dropdown-menu > li > a {
        padding: 0;
        background-color: transparent !important;
        color: #27272f; }
        .navigation-links-left .dropdown-menu > li > a:hover {
          color: #612466; }
  .navigation-links-left .dropdown-menu > .active > a,
  .navigation-links-left .dropdown-menu > .active > a:focus,
  .navigation-links-left .dropdown-menu > .active > a:hover {
    color: #612466; }
  .navigation-links-left .leftmenu-container.dropdown-menu {
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 540px !important; }
    .navigation-links-left .leftmenu-container.dropdown-menu ul {
      margin: 0; }
      .navigation-links-left .leftmenu-container.dropdown-menu ul li {
        list-style: none; }
  .navigation-links-left .sub-leftmenu-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-bottom: 50%; }
    .navigation-links-left .sub-leftmenu-menu > li {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
      .navigation-links-left .sub-leftmenu-menu > li .leftmenu-links {
        margin-top: 15px;
        margin-bottom: 15px; }
    .navigation-links-left .sub-leftmenu-menu ul > li {
      padding: 5px 0; }
    .navigation-links-left .sub-leftmenu-menu .list-title {
      color: #27272f;
      border-bottom: 1px solid #dddddd;
      font-weight: 700;
      padding: 0 0 10px 0;
      margin-bottom: 5px; }
    .navigation-links-left .sub-leftmenu-menu a {
      color: #27272f; }
      .navigation-links-left .sub-leftmenu-menu a:hover {
        color: #612466; }
  .navigation-links-left .sub-dropdown {
    display: block;
    height: 30px;
    position: absolute;
    left: 100%;
    width: 15px;
    top: 0; }
  .navigation-links-left .dropdown-menu {
    display: block !important;
    visibility: hidden; }
  .navigation-links-left > li:not(:hover):not(:focus) {
    overflow: hidden; }
  .navigation-links-left > li:hover > .dropdown-menu, .navigation-links-left > li:focus > .dropdown-menu {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    -moz-animation: menumove 0.3s linear 1;
    -o-animation: menumove 0.3s linear 1;
    -webkit-animation: menumove 0.3s linear 1;
    animation: menumove 0.3s linear 1; }
  .navigation-links-left > li > a {
    display: block; }
    .navigation-links-left > li > a .cs-icon {
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/*End category style*/
/* search style */
.search-results {
  border-width: 0;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 0 !important;
  border-top-width: 0 !important;
  display: none; }
  .search-results .search-title {
    display: block;
    padding: 30px 0 0 10px;
    text-align: left;
    font-size: 14px; }
  .search-results .title {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #1f1f20;
    padding: 0;
    margin-top: 20px;
    width: auto !important;
    white-space: normal !important;
    text-align: center !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
  .search-results .thumbnail {
    position: relative;
    display: block;
    width: 100% !important;
    height: auto !important;
    border-width: 0;
    margin: 0 !important;
    border-radius: 0; }
    .search-results .thumbnail:before {
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0); }
  .search-results ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 500;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    max-width: 210px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .search-results .search-slider {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
    padding-bottom: 30px; }
    .search-results .search-slider .owl-prev {
      left: -40px; }
    .search-results .search-slider .owl-next {
      right: -40px; }
    .search-results .search-slider .slider-item {
      *zoom: 1;
      padding-left: 10px;
      padding-right: 10px; }
      .search-results .search-slider .slider-item::after {
        content: '';
        display: table;
        clear: both; }
      .search-results .search-slider .slider-item > a {
        display: block; }
      .search-results .search-slider .slider-item:hover .thumbnail:before {
        background-color: rgba(0, 0, 0, 0.5); }
      .search-results .search-slider .slider-item:hover .title {
        color: #282828;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
  @media only screen and (max-width: 425px) {
    .search-results ._btn {
      font-size: 14px;
      border-width: 1px;
      height: 40px;
      line-height: 38px;
      padding: 0 16px;
      font-weight: 500;
      margin-top: 15px; }
    .search-results .search-title,
    .search-results .title {
      font-size: 12px; }
    .search-results .search-title {
      padding: 20px 0; }
    .search-results .title {
      margin-top: 18px; }
    .search-results .search-slider {
      margin-top: 20px;
      padding-bottom: 20px; } }

/* end search style*/
/*map*/
.m_map {
  width: 100%;
  min-height: 520px;
  float: left;
  overflow: hidden; }
  .m_map > div {
    left: 0px !important;
    right: 0px;
    top: 0px !important;
    bottom: 0px;
    width: auto !important;
    height: auto !important;
    overflow: hidden; }
  @media (max-width: 1199px) {
    .m_map {
      min-height: 350px; } }
  @media (max-width: 767px) {
    .m_map {
      min-height: 180px; } }

/*End map*/
/* search dropdown*/
.m_search .cs-icon {
  color: #27272f;
  font-weight: 500;
  font-size: 30px; }
.m_search > .search-dropdown {
  font-size: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative; }
.m_search .m_dropdown-search {
  left: 0;
  right: 0;
  border-width: 0;
  padding: 25px 40px; }
  .m_search .m_dropdown-search form.search {
    position: relative;
    height: 50px;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid #e7e9f3;
    background-color: white; }
    .m_search .m_dropdown-search form.search .search_box {
      padding: 0 20px;
      width: 100%;
      height: 100%;
      color: #1f1f20;
      border-width: 0;
      line-height: 48px;
      background-color: transparent;
      font-size: 14px; }
    .m_search .m_dropdown-search form.search .search-submit {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      padding: 0;
      margin-top: -1px;
      margin-bottom: -1px;
      width: 50px;
      background-color: white;
      border-color: white;
      border-radius: 0 3px 3px 0;
      border-width: 0; }
      .m_search .m_dropdown-search form.search .search-submit:focus {
        outline: none; }
      .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 15px;
        color: white;
        line-height: 48px;
        font-weight: 700; }
      .m_search .m_dropdown-search form.search .search-submit .cs-icon.icon-search:before {
        color: white; }
    .m_search .m_dropdown-search form.search .search-clear {
      font-size: 14px;
      position: absolute;
      top: 50%;
      right: 75px;
      margin-top: -7px;
      color: #1f1f20;
      font-weight: 700; }
  .m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  .m_search .m_dropdown-search ::-moz-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  .m_search .m_dropdown-search :-ms-input-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  .m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  .m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #1a1a1a; }
  .m_search .m_dropdown-search ::-moz-placeholder {
    color: #1a1a1a; }
  .m_search .m_dropdown-search :-ms-input-placeholder {
    color: #1a1a1a; }
  .m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #1a1a1a; }
  @media only screen and (max-height: 425px) {
    .m_search .m_dropdown-search {
      max-height: 80vh;
      overflow-y: auto;
      overflow-x: hidden; } }
  @media only screen and (max-width: 540px) {
    .m_search .m_dropdown-search {
      padding: 15px !important; } }
.m_search .search-results {
  width: 100%; }
@media only screen and (max-width: 991px) {
  .m_search {
    position: static !important; }
    .m_search .m_dropdown-search {
      left: 0;
      margin-top: 0;
      padding-left: 20px;
      padding-right: 20px;
      border: 1px solid #e7e9f3; }
      .m_search .m_dropdown-search form.search {
        position: relative;
        height: 50px;
        padding-right: 60px;
        border-radius: 3px;
        border: 1px solid #e7e9f3;
        background-color: white; }
        .m_search .m_dropdown-search form.search .search_box {
          padding: 0 20px;
          width: 100%;
          height: 100%;
          color: #1f1f20;
          border-width: 0;
          line-height: 48px;
          background-color: transparent;
          font-size: 14px; }
        .m_search .m_dropdown-search form.search .search-submit {
          position: absolute;
          top: 1px;
          right: 1px;
          bottom: 1px;
          padding: 0;
          margin-top: -1px;
          margin-bottom: -1px;
          width: 50px;
          background-color: white;
          border-color: white;
          border-radius: 0 3px 3px 0;
          border-width: 0; }
          .m_search .m_dropdown-search form.search .search-submit:focus {
            outline: none; }
          .m_search .m_dropdown-search form.search .search-submit * {
            font-size: 15px;
            color: white;
            line-height: 48px;
            font-weight: 700; }
          .m_search .m_dropdown-search form.search .search-submit .cs-icon.icon-search:before {
            color: white; }
        .m_search .m_dropdown-search form.search .search-clear {
          font-size: 14px;
          position: absolute;
          top: 50%;
          right: 75px;
          margin-top: -7px;
          color: #1f1f20;
          font-weight: 700; }
      .m_search .m_dropdown-search ::-webkit-input-placeholder {
        color: #1f1f20;
        font-size: 14px;
        font-weight: 500; }
      .m_search .m_dropdown-search ::-moz-placeholder {
        color: #1f1f20;
        font-size: 14px;
        font-weight: 500; }
      .m_search .m_dropdown-search :-ms-input-placeholder {
        color: #1f1f20;
        font-size: 14px;
        font-weight: 500; }
      .m_search .m_dropdown-search ::-ms-input-placeholder {
        color: #1f1f20;
        font-size: 14px;
        font-weight: 500; }
      .m_search .m_dropdown-search form.search .search-submit .cs-icon.icon-search:before {
        color: #1f1f20; }
    .m_search .search-results {
      display: none !important; } }
@media only screen and (min-width: 426px) {
  .m_search:hover .cs-icon {
    color: #50a7b3; } }

/* End search dropdown*/
/* lightbox */
#lightbox-search {
  padding-right: 0 !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*sass-lint:disable no-misspelled-properties*/
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-height: 100vh; }
  #lightbox-search:not(.in) {
    z-index: -1; }
  #lightbox-search .modal-dialog {
    margin: auto;
    width: 100%;
    max-width: 980px; }
    #lightbox-search .modal-dialog .modal-content {
      margin: 0 auto;
      border-width: 0;
      border-radius: 0;
      background-color: transparent;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-align: center;
      height: 100vh; }
      #lightbox-search .modal-dialog .modal-content > div {
        width: 100%;
        margin: 0 auto; }
      #lightbox-search .modal-dialog .modal-content .modal-header {
        margin-bottom: 13px;
        border-width: 0; }
        #lightbox-search .modal-dialog .modal-content .modal-header .modal-title {
          display: none; }
        #lightbox-search .modal-dialog .modal-content .modal-header .close {
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
          -moz-text-shadow: none;
          -webkit-text-shadow: none;
          text-shadow: none;
          float: none; }
          #lightbox-search .modal-dialog .modal-content .modal-header .close .cs-icon {
            font-size: 35px;
            color: #fff;
            font-weight: 400;
            padding: 0;
            border-radius: 50%;
            border: 3px solid white;
            width: 72px;
            height: 72px;
            line-height: 66px;
            display: inline-block;
            *display: inline;
            zoom: 1; }
          #lightbox-search .modal-dialog .modal-content .modal-header .close:focus {
            outline: none; }
      #lightbox-search .modal-dialog .modal-content .modal-body {
        background-color: white;
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        padding: 30px;
        max-height: calc(100vh - 100px);
        overflow-y: auto; }
  @media only screen and (max-width: 767px) {
    #lightbox-search .modal-header {
      padding: 0;
      margin-top: 13px; }
    #lightbox-search .modal-content .modal-header .close .cs-icon {
      font-size: 12px !important;
      border-width: 2px !important;
      width: 32px !important;
      height: 32px !important;
      line-height: 28px !important; } }
  #lightbox-search form.search {
    position: relative;
    height: 50px;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid #e7e9f3;
    background-color: white; }
    #lightbox-search form.search .search_box {
      padding: 0 20px;
      width: 100%;
      height: 100%;
      color: #1f1f20;
      border-width: 0;
      line-height: 48px;
      background-color: transparent;
      font-size: 14px; }
    #lightbox-search form.search .search-submit {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      padding: 0;
      margin-top: -1px;
      margin-bottom: -1px;
      width: 50px;
      background-color: white;
      border-color: white;
      border-radius: 0 3px 3px 0;
      border-width: 0; }
      #lightbox-search form.search .search-submit:focus {
        outline: none; }
      #lightbox-search form.search .search-submit * {
        font-size: 15px;
        color: white;
        line-height: 48px;
        font-weight: 700; }
      #lightbox-search form.search .search-submit .cs-icon.icon-search:before {
        color: white; }
    #lightbox-search form.search .search-clear {
      font-size: 14px;
      position: absolute;
      top: 50%;
      right: 75px;
      margin-top: -7px;
      color: #1f1f20;
      font-weight: 700; }
  #lightbox-search ::-webkit-input-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  #lightbox-search ::-moz-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  #lightbox-search :-ms-input-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  #lightbox-search ::-ms-input-placeholder {
    color: #1f1f20;
    font-size: 14px;
    font-weight: 500; }
  #lightbox-search .search-results {
    width: 100%;
    position: relative !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    padding: 0 !important; }
    #lightbox-search .search-results .search-slider {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: auto;
      margin-left: -10px;
      margin-right: -10px; }
      #lightbox-search .search-results .search-slider .slider-item {
        width: 33.33333%;
        position: relative; }
        #lightbox-search .search-results .search-slider .slider-item a {
          display: block; }
    #lightbox-search .search-results .thumbnail {
      display: block; }
    #lightbox-search .search-results .title {
      padding-left: 0 !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 0;
      color: #fff; }

#lightbox .modal-dialog {
  margin: 150px auto; }
#lightbox .modal-body {
  padding: 10px; }
#lightbox .modal-content {
  display: inline-block;
  text-align: center; }
#lightbox .close {
  opacity: 1;
  padding: 2.5px 8px;
  border-radius: 0px;
  color: white;
  background-color: #191919;
  border: 2px solid white;
  position: absolute;
  top: -13px;
  right: -38px;
  z-index: 1032; }
  #lightbox .close:focus {
    outline: none; }
  #lightbox .close:hover {
    color: #191919;
    background-color: white; }

/* End lightbox */
/*Nav tab*/
.nav-tabs {
  border-bottom: none;
  margin: 0;
  margin-bottom: 40px; }
  .nav-tabs li {
    list-style: none; }
  .nav-tabs > li {
    margin-right: 50px; }
    .nav-tabs > li:last-child {
      margin-right: 0px; }
  .nav-tabs > li > a {
    font-size: 14px;
    color: #1f1f20;
    text-transform: uppercase;
    border-width: 0;
    font-weight: 800;
    padding: 0;
    margin: 0; }
  .nav-tabs > li > a:focus,
  .nav-tabs > li > a:hover,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: #282828;
    background-color: transparent;
    border-width: 0; }

/*End nav tab*/
/*RATTING*/
.spr-starrating .spr-icon,
.spr-starratings .spr-icon,
.spr-badge-starrating .spr-icon {
  color: #fbce1d;
  font-size: 11px !important;
  margin: 0 1px; }
  .spr-starrating .spr-icon.spr-icon-star-empty,
  .spr-starratings .spr-icon.spr-icon-star-empty,
  .spr-badge-starrating .spr-icon.spr-icon-star-empty {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

/*END RATTING*/
/*PRODUCT*/
.product {
  margin-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 233, 243, 0.5);
  text-align: center;
  background-color: rgba(231, 233, 243, 0.5);
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .product ul {
    margin: 0; }
    .product ul li {
      list-style: none; }
  .product .rating-star {
    margin-bottom: 10px; }
    .product .rating-star .spr-badge-starrating {
      margin: 0; }
    .product .rating-star .spr-badge-caption {
      display: none !important; }
  .product .product-price {
    background-color: transparent; }
    .product .product-price .price,
    .product .product-price .price_sale,
    .product .product-price .price_compare {
      font-family: Lexend; }
    .product .product-price .price,
    .product .product-price .price_sale {
      color: #056668;
      font-size: 16px;
      font-weight: 500; }
    .product .product-price .price_compare {
      color: #8b8b99;
      margin-left: 5px;
      font-size: 15px;
      font-weight: 500;
      vertical-align: top; }
  .product .product-title {
    margin-bottom: 10px;
    margin-top: 0px; }
    .product .product-title a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      line-height: 1.5em;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 14px;
      color: #27272f;
      font-family: Lexend; }
      .product .product-title a:hover, .product .product-title a:focus {
        color: #612466; }
  .product .hover-mask {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    text-align: center;
    background-color: white;
    border-radius: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid rgba(231, 233, 243, 0.5);
    -moz-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    .product .hover-mask .tooltip {
      white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .product .hover-mask {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; } }
  .product .row-right {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
  .product .row-left {
    overflow: hidden;
    font-size: 0;
    position: relative;
    text-align: center; }
    .product .row-left > a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 0;
      text-align: center;
      position: relative; }
      .product .row-left > a img.rotation {
        position: absolute;
        top: 0;
        left: 0; }
  .product .quickview-wishlist-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto; }
    .product .quickview-wishlist-wrapper li {
      position: relative; }
      .product .quickview-wishlist-wrapper li:before {
        content: '';
        width: 2px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(231, 233, 243, 0.4); }
  .product .wishlist a,
  .product .effect-ajax-cart button,
  .product .quickview a {
    padding: 0;
    background-color: transparent;
    border-width: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    color: #9e9ea9;
    cursor: pointer; }
    .product .wishlist a .cs-icon,
    .product .effect-ajax-cart button .cs-icon,
    .product .quickview a .cs-icon {
      display: block;
      height: 30px;
      line-height: 30px; }
      .product .wishlist a .cs-icon:before,
      .product .effect-ajax-cart button .cs-icon:before,
      .product .quickview a .cs-icon:before {
        font-size: 19px;
        font-weight: 500; }
      .product .wishlist a .cs-icon.icon-search:before,
      .product .effect-ajax-cart button .cs-icon.icon-search:before,
      .product .quickview a .cs-icon.icon-search:before {
        font-size: 15px; }
      .product .wishlist a .cs-icon.icon-heart:before,
      .product .effect-ajax-cart button .cs-icon.icon-heart:before,
      .product .quickview a .cs-icon.icon-heart:before {
        font-size: 14px; }
      .product .wishlist a .cs-icon.icon-cs-cart:before,
      .product .effect-ajax-cart button .cs-icon.icon-cs-cart:before,
      .product .quickview a .cs-icon.icon-cs-cart:before {
        font-size: 15px; }
  .product .wishlist a,
  .product .effect-ajax-cart button,
  .product .quickview a {
    padding-left: 10px;
    padding-right: 10px; }
    .product .wishlist a:hover,
    .product .effect-ajax-cart button:hover,
    .product .quickview a:hover {
      color: #50a7b3; }
    @media only screen and (min-width: 1200px) {
      .product .wishlist a:focus,
      .product .effect-ajax-cart button:focus,
      .product .quickview a:focus {
        color: #50a7b3; } }
  .product .wishlist a:hover, .product .wishlist a.wishlist-added, .product .wishlist a.wishlist-added:hover {
    color: #50a7b3; }
  @media only screen and (min-width: 768px) {
    .product .wishlist a:focus, .product .wishlist a.wishlist-added:focus {
      color: #50a7b3; } }
  @media only screen and (min-width: 768px) {
    .product .row-left > a img.rotation,
    .product .quickview,
    .product .effect-ajax-cart,
    .product .wishlist,
    .product .compare {
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .product .effect-ajax-cart {
      -ms-transform: translateY(5px);
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
    .product .quickview {
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    .product .wishlist {
      -ms-transform: translateY(10px);
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }
    .product .compare {
      -ms-transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }
    .product .product-wishlist {
      -ms-transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .product:hover, .product:focus {
      -moz-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12); }
      .product:hover .row-left > a img.rotation, .product:focus .row-left > a img.rotation {
        -ms-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
      .product:hover .effect-ajax-cart,
      .product:hover .quickview,
      .product:hover .wishlist,
      .product:hover .compare, .product:focus .effect-ajax-cart,
      .product:focus .quickview,
      .product:focus .wishlist,
      .product:focus .compare {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
      .product:hover .product-wishlist, .product:focus .product-wishlist {
        -ms-transform: translate(-5px, 5px);
        -webkit-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px); }
      .product:hover .hover-mask, .product:focus .hover-mask {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; } }
  @media only screen and (max-width: 767px) {
    .product .quickview {
      display: none !important; }
    .product .row-left > a img:nth-child(2) {
      display: none; } }
  @media only screen and (max-width: 540px) {
    .product {
      margin-bottom: 30px; } }

/* end PRODUCT */
/* alert box */
/*success*/
/*cross*/
/*fail*/
/*color alert add to cart*/
.errors ul {
  margin: 0; }
  .errors ul li {
    list-style: none; }

._alert, body .address-layout .address-content .address-tables .address-items .errors, body .address-layout .address-content .address-new .errors, body .popup-pro-wrapper .ajax-cart-note, body .wishlist-model .modal-body .modal-note, body .compare-model .modal-body .modal-note {
  width: 100%;
  margin-bottom: 30px;
  max-width: 570px;
  font-size: 14px;
  background-size: auto;
  background-position: 12px center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  position: relative;
  line-height: 1em;
  padding: 16px 33px 16px 126px; }
  ._alert ul, body .address-layout .address-content .address-tables .address-items .errors ul, body .address-layout .address-content .address-new .errors ul, body .popup-pro-wrapper .ajax-cart-note ul, body .wishlist-model .modal-body .modal-note ul, body .compare-model .modal-body .modal-note ul {
    margin: 0; }
    ._alert ul li, body .address-layout .address-content .address-tables .address-items .errors ul li, body .address-layout .address-content .address-new .errors ul li, body .popup-pro-wrapper .ajax-cart-note ul li, body .wishlist-model .modal-body .modal-note ul li, body .compare-model .modal-body .modal-note ul li {
      list-style: none; }
  ._alert .close, body .address-layout .address-content .address-tables .address-items .errors .close, body .address-layout .address-content .address-new .errors .close, body .popup-pro-wrapper .ajax-cart-note .close, body .wishlist-model .modal-body .modal-note .close, body .compare-model .modal-body .modal-note .close {
    position: absolute;
    top: 50%;
    right: 17px;
    font-size: 16px;
    margin-top: -8px;
    font-weight: 700;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
    ._alert .close:hover, body .address-layout .address-content .address-tables .address-items .errors .close:hover, body .address-layout .address-content .address-new .errors .close:hover, body .popup-pro-wrapper .ajax-cart-note .close:hover, body .wishlist-model .modal-body .modal-note .close:hover, body .compare-model .modal-body .modal-note .close:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
  ._alert.alert_success, body .address-layout .address-content .address-tables .address-items .alert_success.errors, body .address-layout .address-content .address-new .alert_success.errors, body .popup-pro-wrapper .alert_success.ajax-cart-note, body .wishlist-model .modal-body .alert_success.modal-note, body .compare-model .modal-body .alert_success.modal-note {
    color: #42859a;
    border-color: #59bad9;
    background-color: #8ed7ee;
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/bg_alert_success_icon.png?v=18233566973979339321636746499); }
    ._alert.alert_success *, body .address-layout .address-content .address-tables .address-items .alert_success.errors *, body .address-layout .address-content .address-new .alert_success.errors *, body .popup-pro-wrapper .alert_success.ajax-cart-note *, body .wishlist-model .modal-body .alert_success.modal-note *, body .compare-model .modal-body .alert_success.modal-note * {
      color: currentcolor; }
  ._alert.alert_cross, body .address-layout .address-content .address-tables .address-items .alert_cross.errors, body .address-layout .address-content .address-new .alert_cross.errors, body .popup-pro-wrapper .alert_cross.ajax-cart-note, body .wishlist-model .modal-body .alert_cross.modal-note, body .compare-model .modal-body .alert_cross.modal-note {
    color: #cd953d;
    border-color: #e8a945;
    background-color: #faf0b5;
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/bg_alert_notice_icon.png?v=107036935839930668051636746499); }
    ._alert.alert_cross *, body .address-layout .address-content .address-tables .address-items .alert_cross.errors *, body .address-layout .address-content .address-new .alert_cross.errors *, body .popup-pro-wrapper .alert_cross.ajax-cart-note *, body .wishlist-model .modal-body .alert_cross.modal-note *, body .compare-model .modal-body .alert_cross.modal-note * {
      color: currentcolor; }
  ._alert.alert_fail, body .address-layout .address-content .address-tables .address-items .errors, body .address-layout .address-content .address-new .errors, body .popup-pro-wrapper .alert_fail.ajax-cart-note, body .wishlist-model .modal-body .alert_fail.modal-note, body .compare-model .modal-body .alert_fail.modal-note {
    color: #bf5001;
    border-color: #d95d05;
    background-color: #ffa06a;
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/bg_alert_failure_icon.png?v=78985220334104472211636746498); }
    ._alert.alert_fail *, body .address-layout .address-content .address-tables .address-items .errors *, body .address-layout .address-content .address-new .errors *, body .popup-pro-wrapper .alert_fail.ajax-cart-note *, body .wishlist-model .modal-body .alert_fail.modal-note *, body .compare-model .modal-body .alert_fail.modal-note * {
      color: currentcolor; }
  ._alert.aler_addtocart, body .address-layout .address-content .address-tables .address-items .aler_addtocart.errors, body .address-layout .address-content .address-tables .address-items .popup-pro-wrapper .errors.ajax-cart-note, body .popup-pro-wrapper .address-layout .address-content .address-tables .address-items .errors.ajax-cart-note, body .address-layout .address-content .address-tables .address-items .wishlist-model .modal-body .errors.modal-note, body .wishlist-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note, body .address-layout .address-content .address-tables .address-items .compare-model .modal-body .errors.modal-note, body .compare-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note, body .address-layout .address-content .address-new .aler_addtocart.errors, body .address-layout .address-content .address-new .popup-pro-wrapper .errors.ajax-cart-note, body .popup-pro-wrapper .address-layout .address-content .address-new .errors.ajax-cart-note, body .address-layout .address-content .address-new .wishlist-model .modal-body .errors.modal-note, body .wishlist-model .modal-body .address-layout .address-content .address-new .errors.modal-note, body .address-layout .address-content .address-new .compare-model .modal-body .errors.modal-note, body .compare-model .modal-body .address-layout .address-content .address-new .errors.modal-note, body .popup-pro-wrapper .ajax-cart-note, body .wishlist-model .modal-body .modal-note, body .compare-model .modal-body .modal-note {
    color: white;
    border-color: #46c6f5;
    background-color: #46c6f5;
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/bg_addtocart_icon.png?v=21583148987232097091636746498);
    text-transform: uppercase;
    border-width: 0; }
    ._alert.aler_addtocart *, body .address-layout .address-content .address-tables .address-items .aler_addtocart.errors *, body .address-layout .address-content .address-tables .address-items .popup-pro-wrapper .errors.ajax-cart-note *, body .popup-pro-wrapper .address-layout .address-content .address-tables .address-items .errors.ajax-cart-note *, body .address-layout .address-content .address-tables .address-items .wishlist-model .modal-body .errors.modal-note *, body .wishlist-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note *, body .address-layout .address-content .address-tables .address-items .compare-model .modal-body .errors.modal-note *, body .compare-model .modal-body .address-layout .address-content .address-tables .address-items .errors.modal-note *, body .address-layout .address-content .address-new .aler_addtocart.errors *, body .address-layout .address-content .address-new .popup-pro-wrapper .errors.ajax-cart-note *, body .popup-pro-wrapper .address-layout .address-content .address-new .errors.ajax-cart-note *, body .address-layout .address-content .address-new .wishlist-model .modal-body .errors.modal-note *, body .wishlist-model .modal-body .address-layout .address-content .address-new .errors.modal-note *, body .address-layout .address-content .address-new .compare-model .modal-body .errors.modal-note *, body .compare-model .modal-body .address-layout .address-content .address-new .errors.modal-note *, body .popup-pro-wrapper .ajax-cart-note *, body .wishlist-model .modal-body .modal-note *, body .compare-model .modal-body .modal-note * {
      color: currentcolor; }
  @media only screen and (max-width: 767px) {
    ._alert, body .address-layout .address-content .address-tables .address-items .errors, body .address-layout .address-content .address-new .errors, body .popup-pro-wrapper .ajax-cart-note, body .wishlist-model .modal-body .modal-note, body .compare-model .modal-body .modal-note {
      background-position: 5px center;
      font-size: 12px;
      background-size: 60px;
      padding-left: 70px;
      padding-top: 10px;
      padding-bottom: 10px; } }

/* end alert box */
/* pagination_group */
.pagination_group {
  padding-left: 0px;
  padding-right: 0px;
  margin: 90px auto 45px;
  width: 100%; }
  .pagination_group .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-radius: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px; }
    .pagination_group .pagination li {
      display: block;
      margin-left: 3px;
      margin-right: 3px; }
      .pagination_group .pagination li:last-child {
        margin-right: 0; }
      .pagination_group .pagination li:first-child {
        margin-left: 0 !important; }
      .pagination_group .pagination li a {
        border-style: solid;
        border-width: 1px;
        border-color: #f5f6fb;
        background-color: #f5f6fb;
        color: #8b8b99;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 0 12px 0 12px; }
      .pagination_group .pagination li.prev, .pagination_group .pagination li.next {
        position: relative; }
        .pagination_group .pagination li.prev a, .pagination_group .pagination li.next a {
          border-radius: 0 !important;
          padding-left: 8px;
          padding-right: 8px; }
          .pagination_group .pagination li.prev a .cs-icon, .pagination_group .pagination li.next a .cs-icon {
            z-index: 1;
            color: #8b8b99; }
          .pagination_group .pagination li.prev a.disabled, .pagination_group .pagination li.next a.disabled {
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
            cursor: default; }
        .pagination_group .pagination li.prev:hover a, .pagination_group .pagination li.prev:focus a, .pagination_group .pagination li.next:hover a, .pagination_group .pagination li.next:focus a {
          border-color: #612466;
          background-color: #e6d4e8;
          color: white; }
          .pagination_group .pagination li.prev:hover a .cs-icon, .pagination_group .pagination li.prev:focus a .cs-icon, .pagination_group .pagination li.next:hover a .cs-icon, .pagination_group .pagination li.next:focus a .cs-icon {
            color: white; }
      .pagination_group .pagination li:not(.prev):not(.next):hover a, .pagination_group .pagination li:not(.prev):not(.next):focus a {
        background-color: #e6d4e8;
        color: white;
        border-color: #612466; }
      .pagination_group .pagination li.active a {
        background-color: #e6d4e8;
        color: white;
        border-color: #612466; }
        .pagination_group .pagination li.active a .cs-icon {
          color: white; }
  .pagination_group .pagination > .active > a,
  .pagination_group .pagination > .active > a:focus,
  .pagination_group .pagination > .active > a:hover,
  .pagination_group .pagination > .active > span, .pagination_group .pagination > .active > span:focus,
  .pagination_group .pagination > .active > span:hover {
    border-color: #f5f6fb; }

/* End pagination_group  */
/* END STYLE*/
/*HEADER*/
@-webkit-keyframes fadeInUp-affix {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.submenu-label,
.menu-label {
  position: absolute !important;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  top: auto;
  bottom: 100%;
  margin-bottom: 10px;
  right: 0;
  display: block;
  line-height: 16px;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
  .submenu-label:after,
  .menu-label:after {
    position: absolute;
    content: '';
    display: block;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 0 solid transparent;
    border-right: 6px solid transparent; }
  @media only screen and (max-width: 767px) {
    .submenu-label,
    .menu-label {
      margin-bottom: 0px; } }
  .submenu-label.label-sale,
  .menu-label.label-sale {
    color: white !important;
    background-color: #ef7f94 !important; }
    .submenu-label.label-sale:after,
    .menu-label.label-sale:after {
      border-top: 6px solid #ef7f94; }
  .submenu-label.label-hot,
  .menu-label.label-hot {
    color: white !important;
    background-color: #f2525c !important; }
    .submenu-label.label-hot:after,
    .menu-label.label-hot:after {
      border-top: 6px solid #f2525c; }

body {
  /*HEADING*/
  /*Breadcrumb */
  /*END HEADING*/
  /* old model doesn't work well on mobile.
  .navigation_links_mobile{
    $__width_arrowsub: 34px; 
    .mega-banner {
      .banner-left{
        padding-top: 30px;
        @include flex-wrap(wrap);  
        @include display-flexbox(); 
        @include align-items(center); 
        > a{
          width: 50%;
          @include inline-block();
        }
      }
      &.mega1-collumn4{
        @include flex-wrap(wrap);  
        @include display-flexbox(); 
        margin-top: 30px;
        > a{
          width: 50%;
        }
      }
    }
    .col-image.mobile-goto-link{
      display: block;
      margin-top: 30px;
    }
    .arrow_sub{            
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      width: $__width_arrowsub;
      height: $__width_arrowsub;            
      line-height: $__width_arrowsub;
      text-align: right;
      padding: 0;
      display: block;            
      .cs-icon{                    
        &:before{
          color: $color_heading;
          font-size: $_h4 !important;
          @include inline-block();
          height: $__width_arrowsub;
          line-height: $__width_arrowsub;            
        }
      }
    }  
    .item-title{
      > a{
        text-transform: uppercase;
        color: $color_primary;
      }          
    }
    li{
      position: relative;            
      a{
        font-size: $_h7;
        color: $color_body;            
      }
      a:hover, a:focus,
      &.active > a,
      &.active > a:hover, 
      &.active > a:focus{
        color: $color_primary;
      }          
    }
    > li{         
      margin-bottom: 25px;          
      > a{
        text-transform: capitalize;
        display: block;            
        font-size: $_h5;
        padding-right: $__width_arrowsub + 5px;
      }                    
      .menu-mobile-container{            
        padding: 10px 0;
        .arrow_sub_mobile{
          margin-top: 4px;
        }
        .sub-menu-mobile-container{
          padding-top: 15px;
          padding-left: 10px;
        }
        @mixin style_megalink{
          li{
            padding: 10px 0px;                
            &:not(:last-child){
              border-bottom: 1px solid $color_line;
            }
            &.list-title{
              font-weight: $font_weight_bold1;
              font-size: $_h6;
              text-transform: uppercase;
            }     
            a{
              color: $color_subnavigation_text;
              &:hover{
                color: $color_subnavigation_text_hover;
              }
            }
          }
        }
        &.sub-mega-menu {
          .mega-links{
            > ul:not(:last-child){
              margin-bottom: 15px;
            }            
            &:not(:last-child){
              margin-bottom: 15px;
            }
            @include style_megalink;
          }
        }
        &:not(.sub-mega-menu) {
          @include style_megalink;
        }            
      }
    }
  }
  .navMobile-navigation{   
    display: none;    
    color: $color_subnavigation_text;
    .list-title{
      color: $color_heading;
    }
    .group_navbtn_small,
    .group_navbtn{                          
      @include inline-block();
      > a{
        color: $color_primary;              
        position: relative;
        display: block;
        padding-right: 40px;        
        @include display-flexbox();
        @include align-items(center);
        width: auto;
        .sub-dropdown {                              
          height: 40px;
        }        
      }
      .cs-icon{   
        text-align: left;              
        &:before{
          @include fonticomoon();                    
          @include transition();          
        }
        &.icon-menu{          
          &:before{
            content: '\e920';            
            color: $color_primary;   
            font-size: 25px;
          }
        } 
        &:hover, &:focus{
          &:before{
            color: $color_primary;   
          }
        } 
        &.icon-close{
          &:before{            
            content: '\e902';
            font-size: 14px;
            color: $color_primary; 
          }            
        }          
      }    
    } 
    .group_navbtn_small{
      display: none;
    }
    @include respond-to($media_max_tabletsmall){    
        //position: relative;              
        position: fixed; //dans update
      @include display-flexbox();
      @include flex-wrap(wrap);
      @include align-items(center);
      @include justify-content(space-between);
      @include flex-direction(row);             
      .navMobile-logo, 
      .navMobile-menu,
      .nav-icon{
        width: $width_full / 3;
        @include transition();
      } 
      .navMobile-logo{
        text-align: center;
        position: relative;        
        > a{
          @include inline-block();
          img{
            max-width: 117px;
            width: 100%;
          }
        }                 
      } 
      .navMobile-menu{
        padding-right: 20px;
        font-size: 0;
      }
      .nav-icon{
        padding-left: 30px;
        text-align: right;
        > div{
          padding-top: 20px;
          padding-bottom: 20px;
        }
      }      
      .m_cart-group .num-items-in-cart .cart_text{
        display: none !important;
      }      
    }        
  } 
  .navigation_dropdown_scroll{
    $_width_mobile: 425px;    
    $_padding_menu: 60px;  
    padding: 0;
    position: fixed;    
    display: block !important;
    left: 0;      
    top: 0;  
    margin: 0;      
    border: 0;                             
    height: 100vh;       
    width: 100%;  
    overflow: hidden;   
    background-color: transparent;
    @include transition();
    @include box-shadow(none); 
    visibility: hidden;  
    margin-left: -100%;     
    z-index: 1001;
    .navigation_dropdown_scroll_close{
      @include style_overlay();      
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; 
      @include opacity(0, 0);
      @include transition();
    }       
    &.hover-dropdown,
    &.active-dropdown{                                        
      visibility: visible;  
      margin-left: 0;      
      .navigation_dropdown_scroll_close{
        @include opacity(1, 100);
      }
    }
    .navigation_dropdown_group{
      background-color: $color_content_bg;
      background-color: hsla(hue($color_content_bg), saturation($color_content_bg), lightness($color_content_bg), 1); 
      width: $_width_mobile;                
      max-width: 100%;
      height: 100%;      
      position: relative;
      z-index: $z_index_slideshow + 1; 
    }
    .navigation_links_top{
      padding: ($_padding_menu / 2) $_padding_menu;
      @include display-flexbox();                    
      @include flex-wrap(nowrap); 
      @include justify-content(space-between);                                    
      background-color: $color_header_bg;
      .close-navigation-dropdown{
        $_height: 30px;                              
        width: $_height;
        height: $_height;
        text-align: right;
        > span{
          @include inline-block();          
          &:before{
            line-height: $_height;
          }
        }
      }
    } 
    .navigation_dropdown_scroll_group{  
      position: relative;      
      padding: ($_padding_menu / 2) $_padding_menu $_padding_menu;
      padding-bottom: 160px !important;
      max-width: 100%;                        
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;   
      z-index: $z_index_slideshow;
      -webkit-overflow-scrolling: touch;      
      @include disable_scrollbar();
      .mega-banner{
        a{
          display: block;
        }
      }                 
      .menu-mobile-container{
        .mega4-collumn3{
          margin-top: 30px;
        }
        .mega5-collumn1{
          .list-title{
            color: $color_subnavigation_text;
            text-transform: uppercase;
            font-size: $_h6;
            font-weight: $font_weight_bold;
            margin-bottom: 10px;
            letter-spacing: 0.05em;
          }
          ul li {
            line-height: 2em;
            a{
              font-size: $_h7;
              font-weight: $font_weight_normal;
            }
          }
        }
      }      
    }
    @include respond-to($media_max_mobilemedium){
      .navigation_links_top, .navigation_dropdown_scroll_group{
        padding: $_padding_menu / 2;   
      }      
    }
  }     
  @include respond-to($media_max_tabletsmall){    
    .navMobile-navigation{
      display: none !important; //edited by dan. for product launch
      .sub-dropdown{
        display: none !important;
      }
      .group_navbtn_small{
        @include inline-block();
        > a{
          padding-right: 0px;
        }
      }
      .navMobile-logo{
        display: none !important
      }
      .navMobile-logo-small{
        max-width: 160px;
        text-align: center;
        > a{
          @include inline-block();
          img{
            max-width: 103px;//by dan
            left: 0;
            position: fixed;
            top: 0;//by dan
          }
        }
      }
      .nav-icon .cs-icon:before{//by dan
        position: absolute;
        right: 20px;
        top: 20px;
      }
      .nav-icon{
        width: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
        > a{
          display: block;
          max-width: 30%;
          margin: 0 auto;
        }
        .nav-icon-left{
          @include display-flexbox(); 
          @include align-items(center); 
          @include justify-content(flex-start);
          width: auto;
        }
        .nav-icon-left, .nav-icon-right{
          position: static;
          > div{
            @include inline-block();
          }
          .m_search {
            margin-left: 22px;
          }
          .m_cart-group{
            margin-right: 22px;            
            .num-items-in-cart{
              margin-right: 0;
            }
          }
        }
      }
      .nav-icon{  
        padding: 0;        
        @include display-flexbox();
        @include align-items(center);
        @include justify-content(space-between);
        > div{
          padding-top: 0px !important;
          padding-bottom: 10px;
          font-size: 0;
        }
        .group_navbtn_small .cs-icon,        
        .cs-icon{
          font-size: 0;
          &:before{
            font-size: 20px;
          }         
          &.icon-navicon{
            &:before{
              font-size: 30px;
            }
          }
        }
      }
    }   
    .page-wrapper .container{ //edited by dan
    	margin-top: 100px;
    }
    
    .main-header-inner{ //edited by dan
    	position: fixed;
        padding-left: 15px;
        padding-right: 15px;
      	width: 100%;
        
      .icon-nav .nav-icon{
      }
      .icon-more{
        padding-left: 15px;
      }
    }
    
    .main-header-inner,
    .navMobile-menu,
    .m_cart-group .cart_text .number{
      //display: none !important;
    }
    .icon_cart{
      position: static !important;
      .cart-info{
        right: 0;
      }
    }
  }
  @include respond-to($media_max_mobilemedium){
    .navMobile-navigation{
      .navMobile-logo-small{
        max-width: 150px;
        width: 40%;
      }      
      .nav-icon{ 
        .nav-icon-left .m_search{
          margin-left: 10px;
        }      
        .nav-icon-right .m_cart-group{
          margin-right: 10px;
        }
        .group_navbtn_small .cs-icon,
        .cs-icon{          
          &:before{
            font-size: 18px;
          }          
        }
      }
    }
  }    
  */
  /*End affix*/ }
  body .sub-dropdown {
    height: 32px; }
  body header {
    color: #27272f;
    background-color: white;
    position: relative;
    z-index: 23;
    width: 100%;
    *zoom: 1; }
    body header::after {
      content: '';
      display: table;
      clear: both; }
    body header ul {
      margin: 0; }
      body header ul li {
        list-style: none; }
    body header .container {
      margin: 0 auto;
      position: relative; }
      @media only screen and (min-width: 1920px) {
        body header .container {
          width: 1770px; } }
      @media only screen and (min-width: 1600px) and (max-width: 1919px) {
        body header .container {
          width: 1540px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        body header .container {
          width: 1170px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body header .container {
          width: 970px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body header .container {
          width: 100%; } }
    @media only screen and (min-width: 992px) {
      body header.header-index {
        position: fixed;
        width: 100%;
        background-color: transparent; } }
  body .heading-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 45px;
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/1920x400.png?15442);
    background-size: cover; }
    body .heading-content .breadcrumb {
      margin-bottom: 0;
      padding: 0;
      background-color: transparent;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      font-size: 24px;
      font-family: Fractul; }
      body .heading-content .breadcrumb * {
        color: #50a7b3; }
      body .heading-content .breadcrumb .arrow-space {
        width: 30px;
        padding: 0;
        position: relative; }
        body .heading-content .breadcrumb .arrow-space:before {
          position: absolute;
          top: 0%;
          left: 0;
          content: "/";
          width: 100%;
          text-align: center;
          color: #50a7b3; }
      body .heading-content .breadcrumb > span {
        font-weight: 500;
        text-transform: capitalize; }
      body .heading-content .breadcrumb > span:focus *,
      body .heading-content .breadcrumb > span:hover * {
        color: #282828 !important; }
      body .heading-content .breadcrumb strong {
        text-transform: capitalize;
        font-weight: 500; }
    body .heading-content .page-title {
      text-align: center;
      color: #282828;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 10px; }
      body .heading-content .page-title * {
        color: #282828; }
    body .heading-content.blog-heading {
      background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/1920x400.png?15442); }
    body .heading-content.collection-heading {
      background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/1920x400.png?15442); }
    @media only screen and (max-width: 1199px) {
      body .heading-content {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (max-width: 991px) {
      body .heading-content {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      body .heading-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
  body .currency_group {
    position: relative; }
    body .currency_group .dropdown-toggle {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    body .currency_group .currency {
      padding: 17px 0; }
    body .currency_group ul.currencies {
      min-width: 90px;
      text-align: center;
      font-size: 13px;
      border-radius: 0;
      margin-top: 5px;
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); }
      body .currency_group ul.currencies > li {
        display: block;
        margin: 0 !important; }
        body .currency_group ul.currencies > li a {
          font-size: 14px;
          color: #1f1f20;
          font-weight: 500;
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
        body .currency_group ul.currencies > li:hover a, body .currency_group ul.currencies > li:focus a, body .currency_group ul.currencies > li.active a {
          color: #50a7b3;
          background-color: transparent; }
    @media only screen and (max-width: 767px) {
      body .currency_group .currency_code.visible-xs {
        display: inline-block !important;
        *display: inline !important;
        zoom: 1; } }
  body .navDesktop-header {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: auto;
    min-height: 100vh;
    visibility: hidden;
    z-index: 1001;
    overflow: hidden;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    body .navDesktop-header ul {
      margin: 0; }
      body .navDesktop-header ul li {
        list-style: none; }
    body .navDesktop-header .navDesktop-header-wrapper {
      position: relative;
      padding: 60px 30px 60px;
      z-index: 22;
      background-color: white;
      height: auto;
      min-height: 100vh;
      width: 320px;
      max-width: 100%;
      float: left;
      -webkit-overflow-scrolling: touch;
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      body .navDesktop-header .navDesktop-header-wrapper .navDesktop-header-content .navDesktop-header-content-inner {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%; }
      @media only screen and (max-width: 540px) {
        body .navDesktop-header .navDesktop-header-wrapper {
          padding: 60px 30px; } }
    body .navDesktop-header .navDesktop-header-groupclose {
      background-color: white;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
      body .navDesktop-header .navDesktop-header-groupclose .close-navDesktop {
        display: block;
        text-align: center;
        height: 30px;
        width: 30px;
        line-height: 30px; }
        body .navDesktop-header .navDesktop-header-groupclose .close-navDesktop .cs-icon {
          font-size: 20px;
          display: block;
          line-height: 30px;
          color: #27272f; }
        body .navDesktop-header .navDesktop-header-groupclose .close-navDesktop:hover .cs-icon, body .navDesktop-header .navDesktop-header-groupclose .close-navDesktop:focus .cs-icon {
          color: #50a7b3; }
      @media only screen and (max-width: 540px) {
        body .navDesktop-header .navDesktop-header-groupclose {
          padding-left: 30px;
          padding-right: 30px; } }
    body .navDesktop-header .navigation-links .dropdown-menu > .active > a,
    body .navDesktop-header .navigation-links .dropdown-menu > .active > a:focus,
    body .navDesktop-header .navigation-links .dropdown-menu > .active > a:hover {
      background-color: transparent;
      color: #e6d4e8; }
    body .navDesktop-header .navigation-links .sub-dropdown {
      top: 0;
      left: 100%;
      width: 30px;
      height: 100%; }
    body .navDesktop-header .navigation-links > li > a {
      text-transform: uppercase;
      color: #27272f;
      display: block;
      position: relative;
      padding-right: 30px;
      padding-top: 15px;
      padding-bottom: 15px; }
      body .navDesktop-header .navigation-links > li > a p {
        margin-bottom: 0; }
      body .navDesktop-header .navigation-links > li > a .cs-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: right;
        top: 50%;
        right: 0;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    body .navDesktop-header .navigation-links > li:not(:last-child) {
      border-bottom: 1px solid rgba(221, 221, 221, 0.1); }
    body .navDesktop-header .navigation-links > .dropdown .dropdown-menu {
      position: absolute;
      left: 100%;
      right: auto;
      top: 0;
      display: block !important;
      visibility: hidden;
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -ms-transform: translateX(10px);
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
      margin-left: 10px;
      border: 1px solid #e7e9f3; }
      body .navDesktop-header .navigation-links > .dropdown .dropdown-menu:after, body .navDesktop-header .navigation-links > .dropdown .dropdown-menu:before {
        content: '';
        position: absolute;
        right: 100%;
        left: auto;
        top: 14px;
        bottom: auto; }
      body .navDesktop-header .navigation-links > .dropdown .dropdown-menu:after {
        border-style: solid;
        border-width: 10px;
        border-color: transparent;
        border-right-color: white; }
      body .navDesktop-header .navigation-links > .dropdown .dropdown-menu:before {
        border-style: solid;
        border-width: 10px;
        border-color: transparent;
        border-right-color: #27272f; }
    body .navDesktop-header .navigation-links > .dropdown:hover > .dropdown-menu {
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
      visibility: visible; }
      body .navDesktop-header .navigation-links > .dropdown:hover > .dropdown-menu > li.dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
    body .navDesktop-header .navigation-links > .dropdown:not(.mega-menu) .dropdown-menu > li:hover > a,
    body .navDesktop-header .navigation-links > .dropdown:not(.mega-menu) .dropdown-menu > li > a:focus,
    body .navDesktop-header .navigation-links > .dropdown:not(.mega-menu) .dropdown-menu > li > a:hover {
      background-color: transparent;
      color: #e6d4e8; }
    body .navDesktop-header .navigation-links > .dropdown:not(.mega-menu) .dropdown-menu {
      padding: 0;
      min-width: 220px; }
      body .navDesktop-header .navigation-links > .dropdown:not(.mega-menu) .dropdown-menu > li:not(:last-child) {
        border-bottom: 1px solid #e7e9f3; }
      body .navDesktop-header .navigation-links > .dropdown:not(.mega-menu) .dropdown-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 30px;
        position: relative; }
        body .navDesktop-header .navigation-links > .dropdown:not(.mega-menu) .dropdown-menu > li > a .cs-icon {
          width: 30px;
          height: 30px;
          line-height: 30px;
          position: absolute;
          right: 0;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    body .navDesktop-header .navigation-links > .dropdown.mega-menu .sub-dropdown {
      width: 105px; }
    body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container {
      padding: 60px 40px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: right bottom;
      min-width: 850px;
      z-index: 0; }
      body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links .list-title {
        text-transform: uppercase;
        font-weight: 700;
        color: #50a7b3;
        margin-bottom: 20px;
        font-size: 18px; }
      body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul > li:not(.list-title) {
        margin-bottom: 10px; }
        body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul > li:not(.list-title) > a {
          color: #27272f; }
          body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links ul > li:not(.list-title) > a:hover {
            color: #e6d4e8; }
      body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu > li {
          padding-left: 15px;
          padding-right: 15px;
          width: 33.33333%; }
      body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu > li {
          padding-left: 15px;
          padding-right: 15px;
          width: 33.33333%; }
      @media only screen and (max-width: 1599px) {
        body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container {
          min-width: 600px;
          padding: 40px 30px; }
          body .navDesktop-header .navigation-links > .dropdown.mega-menu .megamenu-container .sub-mega-menu .mega-links .list-title {
            font-size: 16px; } }
    body .navDesktop-header .navigation-links > .dropdown.mega-menu:hover .megamenu-container {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      z-index: 1; }
    body .navDesktop-header.active {
      visibility: visible; }
      body .navDesktop-header.active .navDesktop-header-wrapper {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      body .navDesktop-header.active .navDesktop-header-close {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); }
    body .navDesktop-header.nav-first-fixed {
      position: fixed; }
    body .navDesktop-header.nav-fixed {
      position: fixed;
      top: auto;
      bottom: 0; }
  body .info-header {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 1001; }
    body .info-header .nav-tabs {
      color: #282828;
      margin-bottom: 30px; }
      body .info-header .nav-tabs > li > a {
        border-bottom: 1px solid transparent; }
      body .info-header .nav-tabs > li:hover, body .info-header .nav-tabs > li.active {
        color: #282828; }
        body .info-header .nav-tabs > li:hover > a, body .info-header .nav-tabs > li.active > a {
          border-bottom: 1px solid #282828; }
    body .info-header .account-item-content .form-item {
      padding: 8px 0; }
      body .info-header .account-item-content .form-item * {
        color: #1f1f20; }
      body .info-header .account-item-content .form-item input.form-control {
        height: 50px;
        padding: 0 15px;
        font-size: 14px;
        color: #1f1f20;
        border: 1px solid rgba(231, 233, 243, 0.5); }
        body .info-header .account-item-content .form-item input.form-control::-webkit-input-placeholder {
          font-size: 14px;
          color: #1f1f20; }
        body .info-header .account-item-content .form-item input.form-control::-moz-placeholder {
          font-size: 14px;
          color: #1f1f20; }
        body .info-header .account-item-content .form-item input.form-control:-ms-input-placeholder {
          font-size: 14px;
          color: #1f1f20; }
        body .info-header .account-item-content .form-item input.form-control::-ms-input-placeholder {
          font-size: 14px;
          color: #1f1f20; }
        body .info-header .account-item-content .form-item input.form-control:focus {
          outline: none !important;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-color: #50a7b3; }
      body .info-header .account-item-content .form-item.form-password {
        position: relative; }
        body .info-header .account-item-content .form-item.form-password input.form-control {
          padding-right: 30px; }
        body .info-header .account-item-content .form-item.form-password .cs-icon {
          position: absolute;
          top: 50%;
          right: 15px;
          font-size: 18px;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    body .info-header .account-item-content .action_bottom {
      text-align: left;
      padding: 8px 0; }
      body .info-header .account-item-content .action_bottom ._btn {
        color: white;
        border-color: #767476;
        background-color: black;
        font-size: 14px;
        padding: 0 16px;
        font-weight: 500;
        border-width: 1px;
        height: 50px;
        line-height: 48px;
        border-width: 1px;
        height: 50px;
        line-height: 48px;
        width: 100%;
        margin-top: 16px; }
        body .info-header .account-item-content .action_bottom ._btn * {
          color: currentcolor; }
    body .info-header .info-header-wrapper {
      position: relative;
      padding: 60px 100px 60px;
      z-index: 22;
      background-color: white;
      height: 100vh;
      width: 600px;
      max-width: 100%;
      float: right;
      -webkit-overflow-scrolling: touch;
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
      body .info-header .info-header-wrapper .info-header-content {
        overflow-y: auto;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        body .info-header .info-header-wrapper .info-header-content::-webkit-scrollbar {
          display: none; }
        body .info-header .info-header-wrapper .info-header-content .info-header-content-inner {
          padding-top: 30px;
          padding-bottom: 30px;
          width: 100%;
          margin-bottom: auto;
          margin-top: auto; }
        body .info-header .info-header-wrapper .info-header-content .info-header-item {
          display: none; }
          body .info-header .info-header-wrapper .info-header-content .info-header-item.active-show {
            display: block !important; }
          body .info-header .info-header-wrapper .info-header-content .info-header-item .login-register-content .nav-tabs {
            text-align: center; }
            body .info-header .info-header-wrapper .info-header-content .info-header-item .login-register-content .nav-tabs > li {
              margin-right: 20px;
              margin-left: 20px;
              float: none;
              display: inline-block;
              *display: inline;
              zoom: 1; }
              body .info-header .info-header-wrapper .info-header-content .info-header-item .login-register-content .nav-tabs > li > a {
                font-size: 18px;
                text-transform: none;
                font-weight: 500; }
          body .info-header .info-header-wrapper .info-header-content .info-header-item .wish-compare-content {
            margin-top: 45px; }
            body .info-header .info-header-wrapper .info-header-content .info-header-item .wish-compare-content .link-item {
              width: 100%;
              padding: 8px 0; }
              body .info-header .info-header-wrapper .info-header-content .info-header-item .wish-compare-content .link-item:not(:last-child) {
                border-bottom: 1px solid #e7e9f3; }
              body .info-header .info-header-wrapper .info-header-content .info-header-item .wish-compare-content .link-item a {
                font-weight: 600;
                font-size: 18px;
                color: #282828; }
                body .info-header .info-header-wrapper .info-header-content .info-header-item .wish-compare-content .link-item a:hover {
                  text-decoration: underline; }
        body .info-header .info-header-wrapper .info-header-content .info-header-cart .empty {
          margin-top: 40px;
          color: #1f1f20; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .empty ._btn {
            margin-top: 40px; }
        body .info-header .info-header-wrapper .info-header-content .info-header-cart > .cart-title {
          padding-bottom: 45px;
          *zoom: 1;
          border-bottom: 1px solid #e7e9f3; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart > .cart-title::after {
            content: '';
            display: table;
            clear: both; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart > .cart-title span {
            font-size: 36px;
            font-weight: 600;
            color: #282828; }
        body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border-bottom: 1px solid #e7e9f3;
          padding-top: 25px;
          padding-bottom: 25px; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-left {
            width: 80px; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            padding-left: 20px;
            width: calc(100% - 80px); }
            body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right .cart-description {
              width: calc(100% - 100px);
              padding-right: 20px; }
              body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right .cart-description .cart-title {
                font-weight: 600;
                color: #282828;
                margin-bottom: 5px; }
                body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right .cart-description .cart-title * {
                  color: #282828; }
            body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right .cart-price-close {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -webkit-justify-content: flex-end;
              -ms-justify-content: flex-end;
              justify-content: flex-end;
              /*sass-lint:disable no-misspelled-properties*/
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              width: 100px; }
              body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right .cart-price-close .cart-price {
                color: #056668;
                font-size: 16px;
                font-weight: 600; }
              body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right .cart-price-close .cart-close {
                padding-left: 20px; }
            @media only screen and (max-width: 540px) {
              body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right > div {
                width: 100% !important; }
                body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-right > div.cart-price-close {
                  margin-top: 15px;
                  -webkit-justify-content: flex-start;
                  -ms-justify-content: flex-start;
                  justify-content: flex-start; } }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item .cart-close:hover {
            color: #50a7b3; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .group_cart_item > div {
            width: 50%; }
        body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info ._btn {
          width: 100%;
          color: white;
          border-color: #767476;
          background-color: black;
          font-size: 14px;
          padding: 0 16px;
          font-weight: 500;
          border-width: 1px;
          height: 50px;
          line-height: 48px; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info ._btn * {
            color: currentcolor; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info ._btn:hover {
            color: white;
            border-color: #27272f;
            background-color: #27272f; }
            body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info ._btn:hover * {
              color: currentcolor; }
        body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .subtotal-action .subtotal {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          padding-top: 45px;
          padding-bottom: 45px;
          border-bottom: 1px solid #e7e9f3;
          margin-bottom: 45px; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .subtotal-action .subtotal .title {
            text-transform: uppercase;
            font-size: 16px;
            color: #1f1f20; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .subtotal-action .subtotal .cart-total-right {
            color: #056668;
            font-size: 18px;
            font-weight: 600; }
        body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .subtotal-action .action {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          body .info-header .info-header-wrapper .info-header-content .info-header-cart .cart-info .subtotal-action .action ._btn {
            width: 48%; }
        @media only screen and (max-width: 425px) {
          body .info-header .info-header-wrapper .info-header-content .currencies-switcher .currencies-title {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            margin-top: 20px;
            margin-bottom: 10px;
            text-align: center; } }
      @media only screen and (max-width: 540px) {
        body .info-header .info-header-wrapper {
          padding: 60px 30px; } }
    body .info-header .currencies-switcher {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      padding: 8px 0;
      margin: 45px 0; }
      body .info-header .currencies-switcher .currencies-title {
        font-size: 18px;
        color: #282828;
        font-weight: 600;
        margin-right: 40px; }
      body .info-header .currencies-switcher ul.currencies {
        text-align: left;
        font-size: 13px;
        border-radius: 0; }
        body .info-header .currencies-switcher ul.currencies > li {
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin: 0 15px; }
          body .info-header .currencies-switcher ul.currencies > li a {
            font-size: 14px;
            color: #1f1f20;
            font-weight: 500;
            -ms-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease; }
          body .info-header .currencies-switcher ul.currencies > li:hover a, body .info-header .currencies-switcher ul.currencies > li:focus a, body .info-header .currencies-switcher ul.currencies > li.active a {
            color: #282828; }
    body .info-header .info-social {
      text-align: center; }
      body .info-header .info-social .social-title {
        font-size: 24px;
        color: #282828;
        font-weight: 600; }
      body .info-header .info-social .social-caption {
        font-size: 14px;
        color: #1f1f20;
        line-height: 1.8em; }
      body .info-header .info-social .social-content {
        padding-top: 10px; }
        body .info-header .info-social .social-content > a {
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-right: 35px;
          margin-bottom: 10px; }
          body .info-header .info-social .social-content > a i {
            color: #1f1f20;
            font-size: 18px; }
          body .info-header .info-social .social-content > a:hover i, body .info-header .info-social .social-content > a:focus i {
            color: #282828; }
      @media only screen and (max-width: 991px) {
        body .info-header .info-social {
          padding: 45px 0 22.5px; }
          body .info-header .info-social .social-content > a {
            margin-right: 15px; }
            body .info-header .info-social .social-content > a:last-child {
              margin-right: 0px; } }
    body .info-header .header-title {
      font-size: 18px;
      font-weight: 900;
      text-transform: capitalize;
      color: #282828;
      margin-bottom: 15px; }
    body .info-header ul.account-content {
      margin-bottom: 45px; }
      body .info-header ul.account-content > li {
        width: 100%;
        padding: 8px 0; }
        body .info-header ul.account-content > li a {
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
          font-size: 18px;
          font-weight: 600;
          color: #282828; }
          body .info-header ul.account-content > li a:hover {
            padding-left: 10px;
            text-decoration: underline; }
    body .info-header .info-contact {
      margin-bottom: 65px; }
      body .info-header .info-contact address {
        margin-bottom: 0; }
      body .info-header .info-contact .contact-content * {
        color: #1a1a1a; }
      body .info-header .info-contact .contact-content .item {
        margin-bottom: 10px; }
        body .info-header .info-contact .contact-content .item span {
          float: left;
          margin-right: 5px; }
    body .info-header .info-header-groupclose {
      height: 60px;
      padding-left: 100px;
      padding-right: 100px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
      body .info-header .info-header-groupclose .close-info {
        display: block;
        text-align: center;
        height: 30px;
        width: 30px;
        line-height: 30px; }
        body .info-header .info-header-groupclose .close-info .cs-icon {
          font-size: 20px;
          display: block;
          line-height: 30px; }
        body .info-header .info-header-groupclose .close-info:hover .cs-icon, body .info-header .info-header-groupclose .close-info:focus .cs-icon {
          color: #50a7b3; }
      @media only screen and (max-width: 540px) {
        body .info-header .info-header-groupclose {
          padding-left: 30px;
          padding-right: 30px; } }
    body .info-header.active {
      visibility: visible; }
      body .info-header.active .info-header-wrapper {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      body .info-header.active .info-header-close {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 991px) {
      body .info-header .phone-layout {
        position: static;
        overflow: hidden;
        margin-top: 50px; }
        body .info-header .phone-layout *:focus {
          outline: none; }
        body .info-header .phone-layout .phone-layout-group {
          width: 100%; }
          body .info-header .phone-layout .phone-layout-group .phone-content {
            padding: 30px 15px; }
            body .info-header .phone-layout .phone-layout-group .phone-content .phone-item {
              width: 100%; }
              body .info-header .phone-layout .phone-layout-group .phone-content .phone-item:not(:last-child) {
                margin-bottom: 30px;
                padding-bottom: 30px;
                border-bottom: 1px solid #e7e9f3; }
              body .info-header .phone-layout .phone-layout-group .phone-content .phone-item .cs-icon {
                font-size: 20px; } }
  body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu {
    margin-top: 31px !important; }
  body .nav-desktop-menu ul.navigation-links {
    width: 100%;
    text-align: center;
    font-family: Lexend;
    /*MEGA MENU*/ }
    body .nav-desktop-menu ul.navigation-links .sub-dropdown {
      height: 32px; }
    body .nav-desktop-menu ul.navigation-links p {
      margin-bottom: 0 !important; }
    body .nav-desktop-menu ul.navigation-links > .dropdown > a > p {
      position: relative;
      margin-bottom: 0 !important; }
    body .nav-desktop-menu ul.navigation-links > li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-left: 15px;
      margin-right: 15px;
      line-height: 35px; }
      body .nav-desktop-menu ul.navigation-links > li:last-child {
        margin-right: 0; }
      body .nav-desktop-menu ul.navigation-links > li:first-child {
        margin-left: 0; }
      body .nav-desktop-menu ul.navigation-links > li > a {
        display: block;
        text-transform: uppercase;
        color: #27272f;
        font-size: 14px;
        font-weight: 600;
        position: relative; }
        body .nav-desktop-menu ul.navigation-links > li > a > p {
          letter-spacing: 0.075em;
          display: inline-block;
          *display: inline;
          zoom: 1; }
        body .nav-desktop-menu ul.navigation-links > li > a > span {
          letter-spacing: 0.075em; }
      body .nav-desktop-menu ul.navigation-links > li.active > a, body .nav-desktop-menu ul.navigation-links > li:hover > a, body .nav-desktop-menu ul.navigation-links > li:focus > a {
        color: #612466; }
      body .nav-desktop-menu ul.navigation-links > li .dropdown-menu {
        border-top: 2px solid white !important; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body .nav-desktop-menu ul.navigation-links > li {
          margin-left: 10px;
          margin-right: 10px; } }
    body .nav-desktop-menu ul.navigation-links > li.dropdown:not(.mega-menu):hover:before {
      width: 250px; }
    body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > .active > a,
    body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > .active > a:focus,
    body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > .active > a:hover,
    body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li > a:focus,
    body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li > a:hover {
      background-color: transparent;
      color: #e6d4e8; }
    body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) > .dropdown-menu {
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu {
      margin: 0px;
      margin-top: 32px;
      min-width: 210px;
      padding: 0px;
      min-width: 170px;
      -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05); }
      body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu .sub-dropdown {
        right: 100%;
        left: auto;
        top: 0;
        bottom: auto;
        height: 100%;
        width: 10px; }
      body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px; }
      body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li {
        padding-bottom: 0;
        padding-top: 0; }
        body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li > a {
          color: #27272f;
          border-bottom: 1px solid #dddddd;
          padding: 15px;
          font-weight: 500;
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
        body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li:last-child > a {
          border-bottom: 0; }
        body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li:hover a, body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li:focus a, body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li.active a {
          color: #e6d4e8; }
      body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li {
        position: relative; }
        body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li .dropdown-menu {
          position: absolute;
          top: 0;
          right: 100%;
          left: auto;
          margin-top: 0; }
        @media only screen and (min-width: 1200px) {
          body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li .dropdown-menu {
            display: block;
            opacity: 0;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
            margin-right: 10px;
            -ms-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease; }
          body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li:hover > .dropdown-menu, body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li:focus > .dropdown-menu {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
            margin-right: 0px; }
          body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li > li:hover > .dropdown-menu, body .nav-desktop-menu ul.navigation-links > li:not(.mega-menu) .dropdown-menu > li > li:focus > .dropdown-menu {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
            margin-right: 0px; } }
    body .nav-desktop-menu ul.navigation-links > li.mega-menu {
      position: static; }
      body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto 100%;
        left: 50%;
        border-width: 0px;
        border-top-width: 0;
        background-color: white;
        color: #27272f;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
        width: 1170px;
        z-index: 23; }
        body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container a {
          color: #27272f; }
          body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container a:hover {
            color: #e6d4e8; }
        body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container .sub-mega-menu {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-bottom: 60px;
          padding-top: 30px;
          padding-left: 100px;
          padding-right: 100px;
          color: #27272f; }
          body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container .sub-mega-menu .mega-links .list-title {
            font-size: 16px;
            color: #282828;
            font-weight: 500;
            margin-bottom: 10px; }
          body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container .sub-mega-menu .mega-links > ul {
            margin-bottom: 30px; }
            body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container .sub-mega-menu .mega-links > ul > li {
              line-height: 1.5em;
              margin-bottom: 5px; }
        body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container.megamenu-container-1, body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container.megamenu-container-2 {
          padding-right: 14.28571%; }
          body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu, body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu {
            padding-right: 0; }
            body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container.megamenu-container-1 .sub-mega-menu > li, body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container.megamenu-container-2 .sub-mega-menu > li {
              width: 33.33333%; }
        body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container.megamenu-container-3 .sub-mega-menu > li {
          width: 25%; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          body .nav-desktop-menu ul.navigation-links > li.mega-menu .megamenu-container {
            width: 970px; } }
  @media only screen and (max-width: 991px) {
    body .nav-desktop-menu {
      display: none !important; } }
  @media only screen and (min-width: 992px) {
    body .navMobile-navigation {
      display: none !important; } }
  body .main-header {
    position: relative; }
    body .main-header .main-header-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
    body .main-header .m_search .search-layout .search-layout-group {
      margin: 0 auto;
      position: relative; }
      @media only screen and (min-width: 1920px) {
        body .main-header .m_search .search-layout .search-layout-group {
          width: 1770px; } }
      @media only screen and (min-width: 1600px) and (max-width: 1919px) {
        body .main-header .m_search .search-layout .search-layout-group {
          width: 1540px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        body .main-header .m_search .search-layout .search-layout-group {
          width: 1170px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body .main-header .m_search .search-layout .search-layout-group {
          width: 970px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body .main-header .m_search .search-layout .search-layout-group {
          width: 100%; } }
    body .main-header .m_search .search-layout .search-content {
      text-align: center;
      padding: 30px; }
      body .main-header .m_search .search-layout .search-content .search-content-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        body .main-header .m_search .search-layout .search-content .search-content-group .title {
          font-size: 13px;
          text-transform: uppercase;
          color: #282828;
          font-weight: 500;
          margin-right: 50px;
          font-family: Lexend;
          letter-spacing: 0.05em; }
        body .main-header .m_search .search-layout .search-content .search-content-group .search {
          border-bottom: 1px solid #f5f6fb;
          width: 400px;
          max-width: 50%; }
          body .main-header .m_search .search-layout .search-content .search-content-group .search input.search_box {
            padding: 0;
            padding: 10px 0;
            color: #1f1f20;
            font-family: Lexend;
            font-size: 13px;
            border-width: 0;
            width: 100%; }
            body .main-header .m_search .search-layout .search-content .search-content-group .search input.search_box::-webkit-input-placeholder {
              color: #1f1f20;
              font-family: Lexend;
              font-size: 13px; }
            body .main-header .m_search .search-layout .search-content .search-content-group .search input.search_box::-moz-placeholder {
              color: #1f1f20;
              font-family: Lexend;
              font-size: 13px; }
            body .main-header .m_search .search-layout .search-content .search-content-group .search input.search_box:-ms-input-placeholder {
              color: #1f1f20;
              font-family: Lexend;
              font-size: 13px; }
            body .main-header .m_search .search-layout .search-content .search-content-group .search input.search_box::-ms-input-placeholder {
              color: #1f1f20;
              font-family: Lexend;
              font-size: 13px; }
    body .main-header .m_cart-group {
      position: static; }
      body .main-header .m_cart-group > a.cart {
        position: relative;
        display: block; }
      body .main-header .m_cart-group .num-items-in-cart {
        position: relative; }
        body .main-header .m_cart-group .num-items-in-cart .cart_text {
          position: absolute;
          top: 0;
          right: 0px;
          background-color: #50a7b3;
          padding: 2px 6px;
          border-radius: 50%;
          font-size: 0;
          -ms-transform: translate(50%, -50%);
          -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }
          body .main-header .m_cart-group .num-items-in-cart .cart_text .number {
            font-size: 10px;
            color: #fff;
            font-weight: 500; }
        body .main-header .m_cart-group .num-items-in-cart .cs-icon:before {
          font-family: 'cs-icon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e904'; }
    body .main-header .nav-icon {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      position: relative;
      padding-bottom: 32px;
      padding-top: 32px; }
      body .main-header .nav-icon > div {
        display: inline-block;
        *display: inline;
        zoom: 1; }
        body .main-header .nav-icon > div > a {
          display: block !important;
          font-size: 0;
          text-align: center; }
        @media only screen and (min-width: 992px) {
          body .main-header .nav-icon > div:not(:first-child) {
            padding-left: 30px; } }
      body .main-header .nav-icon .cs-icon {
        color: #27272f;
        font-size: 18px;
        cursor: pointer; }
        body .main-header .nav-icon .cs-icon:before {
          color: #27272f;
          font-weight: 500; }
        body .main-header .nav-icon .cs-icon.icon-navicon {
          font-size: 35px; }
        body .main-header .nav-icon .cs-icon.icon-search:before, body .main-header .nav-icon .cs-icon.icon-shopping-cart:before {
          font-weight: 600; }
    body .main-header .nav-menu {
      width: calc(100% - 320px) !important;
      text-align: center; }
    body .main-header .nav-left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      body .main-header .nav-left .icon-nav {
        padding-right: 25px; }
        body .main-header .nav-left .icon-nav > a {
          display: inline-block;
          *display: inline;
          zoom: 1; }
          body .main-header .nav-left .icon-nav > a .cs-icon {
            font-size: 35px;
            color: #27272f; }
      body .main-header .nav-left .nav-logo > a {
        display: inline-block;
        *display: inline;
        zoom: 1; }
        body .main-header .nav-left .nav-logo > a img {
          max-width: 103px; }
    body .main-header .nav-left, body .main-header .nav-icon {
      width: 160px !important; }
    body .main-header .nav-left {
      margin-left: -11px; }
    body .main-header .icon-nav {
      display: none !important; }
    body .main-header .icon-navicon {
      margin-left: 11px !important; }
    @media only screen and (max-width: 1199px) {
      body .main-header .container {
        padding-left: 0;
        padding-right: 0; }
      body .main-header .navMobile-navigation .nav-icon {
        padding-left: 15px;
        padding-right: 15px; } }
  body .navigation_links_mobile .mega-banner .banner-left {
    padding-top: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    body .navigation_links_mobile .mega-banner .banner-left > a {
      width: 50%;
      display: inline-block;
      *display: inline;
      zoom: 1; }
  body .navigation_links_mobile .mega-banner.mega1-collumn4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px; }
    body .navigation_links_mobile .mega-banner.mega1-collumn4 > a {
      width: 50%; }
  body .navigation_links_mobile .col-image.mobile-goto-link {
    display: block;
    margin-top: 30px; }
  body .navigation_links_mobile .arrow_sub {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    padding: 0;
    display: block; }
    body .navigation_links_mobile .arrow_sub .cs-icon:before {
      color: #282828;
      font-size: 24px !important;
      display: inline-block;
      *display: inline;
      zoom: 1;
      height: 34px;
      line-height: 34px; }
  body .navigation_links_mobile .item-title > a {
    text-transform: uppercase;
    color: #50a7b3; }
  body .navigation_links_mobile li {
    position: relative; }
    body .navigation_links_mobile li a {
      font-size: 14px;
      color: #1f1f20; }
    body .navigation_links_mobile li a:hover, body .navigation_links_mobile li a:focus, body .navigation_links_mobile li.active > a, body .navigation_links_mobile li.active > a:hover, body .navigation_links_mobile li.active > a:focus {
      color: #50a7b3; }
  body .navigation_links_mobile > li {
    margin-bottom: 25px; }
    body .navigation_links_mobile > li > a {
      text-transform: capitalize;
      display: block;
      font-size: 18px;
      padding-right: 39px; }
    body .navigation_links_mobile > li .menu-mobile-container {
      padding: 10px 0; }
      body .navigation_links_mobile > li .menu-mobile-container .arrow_sub_mobile {
        margin-top: 4px; }
      body .navigation_links_mobile > li .menu-mobile-container .sub-menu-mobile-container {
        padding-top: 15px;
        padding-left: 10px; }
      body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links > ul:not(:last-child) {
        margin-bottom: 15px; }
      body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links li {
        padding: 10px 0px; }
        body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links li:not(:last-child) {
          border-bottom: 1px solid #e7e9f3; }
        body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links li.list-title {
          font-weight: 600;
          font-size: 16px;
          text-transform: uppercase; }
      body .navigation_links_mobile > li .menu-mobile-container.sub-mega-menu .mega-links:not(:last-child) {
        margin-bottom: 15px; }
      body .navigation_links_mobile > li .menu-mobile-container:not(.sub-mega-menu) li {
        padding: 10px 0px; }
        body .navigation_links_mobile > li .menu-mobile-container:not(.sub-mega-menu) li:not(:last-child) {
          border-bottom: 1px solid #e7e9f3; }
        body .navigation_links_mobile > li .menu-mobile-container:not(.sub-mega-menu) li.list-title {
          font-weight: 600;
          font-size: 16px;
          text-transform: uppercase; }
  body .navMobile-navigation .nav-icon div {
    padding-top: 0 !important; }
  body .dropdownMobile-logo .header-logo-image {
    display: none; }
  body .close-navigation-dropdown {
    padding: 10px; }
  body .navigation_dropdown_scroll {
    padding: 0;
    position: fixed;
    display: block !important;
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-left: -100%;
    z-index: 1001; }
    body .navigation_dropdown_scroll .navigation_dropdown_scroll_close {
      background: rgba(0, 0, 0, 0.5);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    body .navigation_dropdown_scroll.hover-dropdown, body .navigation_dropdown_scroll.active-dropdown {
      visibility: visible;
      margin-left: 0; }
      body .navigation_dropdown_scroll.hover-dropdown .navigation_dropdown_scroll_close, body .navigation_dropdown_scroll.active-dropdown .navigation_dropdown_scroll_close {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
    body .navigation_dropdown_scroll .navigation_dropdown_group {
      background-color: white;
      background-color: white;
      width: 425px;
      max-width: 100%;
      height: 100%;
      position: relative;
      z-index: 22; }
    body .navigation_dropdown_scroll .navigation_links_top {
      padding: 30px 60px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      background-color: white; }
      body .navigation_dropdown_scroll .navigation_links_top .close-navigation-dropdown {
        width: 30px;
        height: 30px;
        text-align: right; }
        body .navigation_dropdown_scroll .navigation_links_top .close-navigation-dropdown > span {
          display: inline-block;
          *display: inline;
          zoom: 1; }
    body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
      position: relative;
      padding: 30px 60px 60px;
      padding-bottom: 160px !important;
      max-width: 100%;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      z-index: 21;
      -webkit-overflow-scrolling: touch; }
      body .navigation_dropdown_scroll .navigation_dropdown_scroll_group::-webkit-scrollbar {
        display: none; }
      body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .mega-banner a {
        display: block; }
      body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .menu-mobile-container .mega4-collumn3 {
        margin-top: 30px; }
      body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .menu-mobile-container .mega5-collumn1 .list-title {
        color: #27272f;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        letter-spacing: 0.05em; }
      body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .menu-mobile-container .mega5-collumn1 ul li {
        line-height: 2em; }
        body .navigation_dropdown_scroll .navigation_dropdown_scroll_group .menu-mobile-container .mega5-collumn1 ul li a {
          font-size: 14px;
          font-weight: 500; }
    @media only screen and (max-width: 540px) {
      body .navigation_dropdown_scroll .navigation_links_top, body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
        padding: 30px; } }
  @media only screen and (max-width: 991px) {
    body .navMobile-navigation .sub-dropdown {
      display: none !important; }
    body .navMobile-navigation .group_navbtn_small {
      display: inline-block;
      *display: inline;
      zoom: 1; }
      body .navMobile-navigation .group_navbtn_small > a {
        padding-right: 0px; }
    body .navMobile-navigation .navMobile-logo {
      display: none !important; }
    body .navMobile-navigation .navMobile-logo-small {
      max-width: 160px;
      text-align: center; }
      body .navMobile-navigation .navMobile-logo-small > a {
        display: inline-block;
        *display: inline;
        zoom: 1; }
        body .navMobile-navigation .navMobile-logo-small > a img {
          max-width: 103px;
          max-height: 90px; }
    body .navMobile-navigation .nav-icon {
      width: 100% !important;
      padding-top: 20px;
      padding-bottom: 20px; }
      body .navMobile-navigation .nav-icon > a {
        display: block;
        max-width: 30%;
        margin: 0 auto; }
      body .navMobile-navigation .nav-icon .nav-icon-left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        width: auto; }
      body .navMobile-navigation .nav-icon .nav-icon-left, body .navMobile-navigation .nav-icon .nav-icon-right {
        position: static; }
        body .navMobile-navigation .nav-icon .nav-icon-left > div, body .navMobile-navigation .nav-icon .nav-icon-right > div {
          display: inline-block;
          *display: inline;
          zoom: 1; }
        body .navMobile-navigation .nav-icon .nav-icon-left .m_search, body .navMobile-navigation .nav-icon .nav-icon-right .m_search {
          margin-left: 22px; }
        body .navMobile-navigation .nav-icon .nav-icon-left .m_cart-group, body .navMobile-navigation .nav-icon .nav-icon-right .m_cart-group {
          margin-right: 22px; }
          body .navMobile-navigation .nav-icon .nav-icon-left .m_cart-group .num-items-in-cart, body .navMobile-navigation .nav-icon .nav-icon-right .m_cart-group .num-items-in-cart {
            margin-right: 0; }
    body .navMobile-navigation .nav-icon {
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      body .navMobile-navigation .nav-icon > div {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0; }
      body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon,
      body .navMobile-navigation .nav-icon .cs-icon {
        font-size: 0; }
        body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon:before,
        body .navMobile-navigation .nav-icon .cs-icon:before {
          font-size: 20px; }
        body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon.icon-navicon:before,
        body .navMobile-navigation .nav-icon .cs-icon.icon-navicon:before {
          font-size: 30px; }
    body .main-header-inner,
    body .navMobile-menu {
      display: none !important; }
    body .icon_cart {
      position: static !important; }
      body .icon_cart .cart-info {
        right: 0; } }
  body header.affix {
    position: fixed !important;
    background-color: white !important;
    z-index: 25;
    width: 100%;
    left: 0;
    top: 0;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    body header.affix.fadeInUp-affix {
      -webkit-animation-name: fadeInUp-affix;
      animation-name: fadeInUp-affix; }
    body header.affix section.top-header {
      display: none; }
    body header.affix .main-header .nav-icon {
      padding-bottom: 20px;
      padding-top: 20px; }
    @media only screen and (max-width: 991px) {
      body header.affix {
        padding-top: 0px; }
        body header.affix section.main-header {
          display: block; }
        body header.affix .main-header .nav-icon {
          padding-bottom: 0px;
          padding-top: 0px; } }
  @media only screen and (min-width: 992px) {
    body header.affix + .fix-sticky {
      height: 150px; } }
  @media only screen and (max-width: 991px) {
    body header.affix + .fix-sticky {
      height: 55px; } }

/*END HEADER*/
/*MAIN CONTENT*/
/*HOME PAGE*/
body {
  position: relative;
  overflow-x: hidden;
  /* Footer Removal Dan 5/28/2021
  .footer-newsletter-layout{    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;    
    &:before,
    &:after{      
      width: $width_full / 5;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;      
      background-size: auto;
      position: absolute;
      top: 0;      
    }    
    &:before{
      left: 0;
      right: auto;
      background-position: left top;
    }
    &:after{
      left: auto;
      right: 0;
      background-position: right top;
    }
    .footer-newsletter-layout-group{      
      padding-top: 60px;
      padding-bottom: 60px;
      background-color: hsla(hue($color_sub), saturation($color_sub), lightness($color_sub), 0.6);
      //border-bottom: 1px solid $color_sub;
    }    
    .footer-newsletter-content{
      $width_newsletter_title: 40%;
      @include display-flexbox();
      @include flex-wrap(wrap);
      @include align-items(center); 
      @include justify-content(space-between);
      position: relative;
      z-index: 1;
      .newsletter-title{
        width: $width_newsletter_title;
        .title{
          font-size: 24px;
          color: $color_primary;
          font-style: italic;
          font-family: $font_2;
          letter-spacing: 0.2em;
          margin-bottom: 5px;
        }
        .caption{
          font-size: 36px;
          color: $color_heading;
          font-weight: $font_weight_bold1;
          line-height: 1em;
          margin-bottom: 0;
        }
      }
      .newsletter-form{
        width: $width_full - $width_newsletter_title;

        $_height_newletter: 50px;
        $_width_btn: 160px;
        form{
          @include display-flexbox();                    
          @include flex-wrap(wrap); 
          @include align-items(center);
          @include justify-content(space-between);
          input.form-control,
          .btn_newsletter_send{
            border-radius: 5px;
          }          
          input.form-control{
            width: calc(100% - (160px + 10px));
            height: $_height_newletter;
            padding: 0 20px;
            line-height: $_height_newletter - 2px;
            border-width: 0 !important;
            @include box-shadow(none);
            &:focus{
              outline: none !important;
              @include box-shadow(none);
            }
          }
          .btn_newsletter_send{
            @include btn_large;
            @include btn_pri;            
            @include btn_width($_height_newletter, 1px);
            width: $_width_btn;            
            text-transform: uppercase;
            &:hover{
              @include btn1;
            }
            &:focus{
              outline: none;
              @includ box-shadow(none);
            }
          }
        }        
      }
    }
    @include respond-to($media_max_tablet){             
      .footer-newsletter-content {
        .newsletter-title {
          .caption{
            font-size: 30px;
          }
        }
        .newsletter-form form {
          input.form-control{
            width: calc(100% - 120px - 10px);
          }
          .btn_newsletter_send{
            width: 120px;
          }
        }
      }
    }
    @include respond-to($media_max_tabletsmall){
      .footer-newsletter-content {
        .newsletter-form,
        .newsletter-title{
          width: 100%;
        }
        .newsletter-title{
          margin-bottom: 30px;
          text-align: center;
        }
      }
    }
    @include respond-to($media_max_mobile){
      .footer-newsletter-content{
        .newsletter-form,
        .newsletter-title{
          width: 100%;        
        }
        .newsletter-title{
          text-align: center;
        }
      }                  
    }
    @include respond-to($media_max_mobilesmall){
      .footer-newsletter-content .newsletter-form form {
        .btn_newsletter_send,
        input.form-control{
          width: 100%;
          margin-bottom: 5px;
          margin-top: 5px;
        }
      }
    }
  }
  */ }
  body .shopify-section {
    *zoom: 1;
    /*home-footer-layout*/
    /*End home-footer-layout*/
    /*home-main-layout*/
    /*End home-main-layout*/
    /*home-core-layout*/
    /*end home-core-layout*/
    /*home-about-layout*/
    /*End home-about-layout*/
    /*home-deal-layout*/
    /*End home-deal-layout*/
    /*home-blog-layout*/
    /*End home-blog-layout*/ }
    body .shopify-section::after {
      content: '';
      display: table;
      clear: both; }
    body .shopify-section.about-page-template {
      display: none !important; }
    body .shopify-section.index-section section {
      padding: 45px 0; }
      @media only screen and (max-width: 540px) {
        body .shopify-section.index-section section {
          padding: 22.5px 0; } }
    body .shopify-section.oars-section .home-footer-layout {
      height: 100vh;
      position: relative;
      padding-top: 100px !important;
      padding-bottom: 100px !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      body .shopify-section.oars-section .home-footer-layout .home-footer-banner {
        display: none; }
      @media only screen and (min-width: 992px) {
        body .shopify-section.oars-section .home-footer-layout .home-footer-caption {
          background-image: none !important; } }
      body .shopify-section.oars-section .home-footer-layout .home-footer-caption {
        margin: auto;
        position: absolute;
        visibility: hidden; }
        body .shopify-section.oars-section .home-footer-layout .home-footer-caption .group-sub-title {
          font-size: 36px;
          color: #8b8b99;
          font-family: Lexend;
          line-height: 1em;
          margin-bottom: 5px;
          font-weight: 600; }
        body .shopify-section.oars-section .home-footer-layout .home-footer-caption .group-title {
          font-size: 46px;
          font-family: Fractul;
          color: #27272f;
          font-weight: 600;
          line-height: 1.3em;
          margin-bottom: 10px; }
        body .shopify-section.oars-section .home-footer-layout .home-footer-caption .group-caption {
          line-height: 1.8em;
          font-size: 14px; }
        body .shopify-section.oars-section .home-footer-layout .home-footer-caption ._btn {
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-size: 14px;
          padding: 0 16px;
          font-weight: 500;
          border-width: 1px;
          height: 50px;
          line-height: 48px;
          color: white;
          border-color: #767476;
          background-color: black;
          padding-left: 40px;
          padding-right: 40px;
          margin-top: 15px;
          margin-right: 10px;
          font-size: 16px;
          font-weight: 600; }
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption ._btn * {
            color: currentcolor; }
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption ._btn:hover {
            color: white;
            border-color: #27272f;
            background-color: #27272f;
            border-color: white !important; }
            body .shopify-section.oars-section .home-footer-layout .home-footer-caption ._btn:hover * {
              color: currentcolor; }
          @media only screen and (max-width: 1199px) {
            body .shopify-section.oars-section .home-footer-layout .home-footer-caption ._btn {
              font-size: 14px;
              border-width: 1px;
              height: 40px;
              line-height: 38px;
              padding: 0 16px;
              font-weight: 500;
              padding-left: 20px;
              padding-right: 20px; } }
        @media only screen and (min-width: 1200px) {
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption .caption-group {
            width: 60%;
            margin: auto; } }
        @media only screen and (max-width: 1599px) {
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption .caption-group {
            width: 60%;
            margin: auto; } }
        @media only screen and (max-width: 1199px) {
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption .caption-group {
            width: 70%;
            margin: auto; } }
        @media only screen and (max-width: 991px) {
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption {
            visibility: visible;
            width: 375px;
            -ms-transform: translate(-315px, -50%);
            -webkit-transform: translate(-315px, -50%);
            transform: translate(-315px, -50%); }
            body .shopify-section.oars-section .home-footer-layout .home-footer-caption .caption-group {
              width: 85%;
              margin: auto; } }
        @media only screen and (max-width: 767px) {
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption {
            display: block;
            text-align: center;
            background-color: white;
            width: 50%;
            left: 70px;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            body .shopify-section.oars-section .home-footer-layout .home-footer-caption .caption-group {
              width: 95%;
              margin: auto; } }
      @media only screen and (max-width: 991px) {
        body .shopify-section.oars-section .home-footer-layout {
          height: auto;
          background-image: none !important;
          padding: 0 !important; }
          body .shopify-section.oars-section .home-footer-layout .home-footer-banner {
            display: block; }
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption {
            position: static;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none;
            padding-bottom: 340px;
            padding-top: 140px;
            text-align: center;
            width: 100%;
            padding-left: 30px;
            padding-right: 30px; }
            body .shopify-section.oars-section .home-footer-layout .home-footer-caption .group-title {
              font-size: 36px; }
            body .shopify-section.oars-section .home-footer-layout .home-footer-caption ._btn {
              font-size: 14px;
              padding: 0 16px;
              font-weight: 500;
              border-width: 1px;
              height: 50px;
              line-height: 48px;
              padding-left: 30px;
              padding-right: 30px; } }
      @media only screen and (max-width: 767px) {
        body .shopify-section.oars-section .home-footer-layout .home-footer-caption {
          padding-left: 5px;
          padding-right: 5px;
          padding-top: 120px;
          padding-bottom: 320px; }
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption .group-title {
            font-size: 30px; }
          body .shopify-section.oars-section .home-footer-layout .home-footer-caption .group-sub-title {
            font-size: 26px; } }
    body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption {
      visibility: visible; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-sub-title.transition-slideup {
        -moz-animation: moveFromBottom 1.5s ease both;
        -o-animation: moveFromBottom 1.5s ease both;
        -webkit-animation: moveFromBottom 1.5s ease both;
        animation: moveFromBottom 1.5s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-sub-title.transition-slidedown {
        -moz-animation: moveFromTop 1.5s ease both;
        -o-animation: moveFromTop 1.5s ease both;
        -webkit-animation: moveFromTop 1.5s ease both;
        animation: moveFromTop 1.5s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-sub-title.transition-slideright {
        -moz-animation: moveFromRight 1.5s ease both;
        -o-animation: moveFromRight 1.5s ease both;
        -webkit-animation: moveFromRight 1.5s ease both;
        animation: moveFromRight 1.5s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-sub-title.transition-slideleft {
        -moz-animation: moveFromLeft 1.5s ease both;
        -o-animation: moveFromLeft 1.5s ease both;
        -webkit-animation: moveFromLeft 1.5s ease both;
        animation: moveFromLeft 1.5s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-sub-title.transition-fade {
        -moz-animation: fade 1.5s ease both;
        -o-animation: fade 1.5s ease both;
        -webkit-animation: fade 1.5s ease both;
        animation: fade 1.5s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-title.transition-slideup {
        -moz-animation: moveFromBottom 1.3s ease both;
        -o-animation: moveFromBottom 1.3s ease both;
        -webkit-animation: moveFromBottom 1.3s ease both;
        animation: moveFromBottom 1.3s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-title.transition-slidedown {
        -moz-animation: moveFromTop 1.3s ease both;
        -o-animation: moveFromTop 1.3s ease both;
        -webkit-animation: moveFromTop 1.3s ease both;
        animation: moveFromTop 1.3s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-title.transition-slideright {
        -moz-animation: moveFromRight 1.3s ease both;
        -o-animation: moveFromRight 1.3s ease both;
        -webkit-animation: moveFromRight 1.3s ease both;
        animation: moveFromRight 1.3s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-title.transition-slideleft {
        -moz-animation: moveFromLeft 1.3s ease both;
        -o-animation: moveFromLeft 1.3s ease both;
        -webkit-animation: moveFromLeft 1.3s ease both;
        animation: moveFromLeft 1.3s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-title.transition-fade {
        -moz-animation: fade 1.3s ease both;
        -o-animation: fade 1.3s ease both;
        -webkit-animation: fade 1.3s ease both;
        animation: fade 1.3s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-caption.transition-slideup {
        -moz-animation: moveFromBottom 1.1s ease both;
        -o-animation: moveFromBottom 1.1s ease both;
        -webkit-animation: moveFromBottom 1.1s ease both;
        animation: moveFromBottom 1.1s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-caption.transition-slidedown {
        -moz-animation: moveFromTop 1.1s ease both;
        -o-animation: moveFromTop 1.1s ease both;
        -webkit-animation: moveFromTop 1.1s ease both;
        animation: moveFromTop 1.1s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-caption.transition-slideright {
        -moz-animation: moveFromRight 1.1s ease both;
        -o-animation: moveFromRight 1.1s ease both;
        -webkit-animation: moveFromRight 1.1s ease both;
        animation: moveFromRight 1.1s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-caption.transition-slideleft {
        -moz-animation: moveFromLeft 1.1s ease both;
        -o-animation: moveFromLeft 1.1s ease both;
        -webkit-animation: moveFromLeft 1.1s ease both;
        animation: moveFromLeft 1.1s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption .group-caption.transition-fade {
        -moz-animation: fade 1.1s ease both;
        -o-animation: fade 1.1s ease both;
        -webkit-animation: fade 1.1s ease both;
        animation: fade 1.1s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption ._btn.transition-slideup {
        -moz-animation: moveFromBottom 0.9s ease both;
        -o-animation: moveFromBottom 0.9s ease both;
        -webkit-animation: moveFromBottom 0.9s ease both;
        animation: moveFromBottom 0.9s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption ._btn.transition-slidedown {
        -moz-animation: moveFromTop 0.9s ease both;
        -o-animation: moveFromTop 0.9s ease both;
        -webkit-animation: moveFromTop 0.9s ease both;
        animation: moveFromTop 0.9s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption ._btn.transition-slideright {
        -moz-animation: moveFromRight 0.9s ease both;
        -o-animation: moveFromRight 0.9s ease both;
        -webkit-animation: moveFromRight 0.9s ease both;
        animation: moveFromRight 0.9s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption ._btn.transition-slideleft {
        -moz-animation: moveFromLeft 0.9s ease both;
        -o-animation: moveFromLeft 0.9s ease both;
        -webkit-animation: moveFromLeft 0.9s ease both;
        animation: moveFromLeft 0.9s ease both; }
      body .shopify-section.oars-section.active .home-footer-layout .home-footer-caption ._btn.transition-fade {
        -moz-animation: fade 0.9s ease both;
        -o-animation: fade 0.9s ease both;
        -webkit-animation: fade 0.9s ease both;
        animation: fade 0.9s ease both; }
    body .shopify-section.oars-section .home-main-layout {
      height: 100vh;
      position: relative;
      padding-top: 100px !important;
      padding-bottom: 100px !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      body .shopify-section.oars-section .home-main-layout .home-main-banner {
        display: none; }
      @media only screen and (min-width: 992px) {
        body .shopify-section.oars-section .home-main-layout .home-main-caption {
          background-image: none !important; } }
      body .shopify-section.oars-section .home-main-layout .home-main-caption {
        margin: auto;
        position: absolute;
        visibility: hidden;
        top: 50%;
        left: 50%; }
        body .shopify-section.oars-section .home-main-layout .home-main-caption .group-sub-title {
          font-size: 36px;
          color: #8b8b99;
          font-family: Lexend;
          line-height: 1em;
          margin-bottom: 5px;
          font-weight: 600; }
        body .shopify-section.oars-section .home-main-layout .home-main-caption .group-title {
          font-size: 46px;
          font-family: Fractul;
          color: #27272f;
          font-weight: 600;
          line-height: 1.3em;
          margin-bottom: 10px; }
        body .shopify-section.oars-section .home-main-layout .home-main-caption .group-caption {
          line-height: 1.8em;
          font-size: 14px; }
        body .shopify-section.oars-section .home-main-layout .home-main-caption ._btn {
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-size: 14px;
          padding: 0 16px;
          font-weight: 500;
          border-width: 1px;
          height: 50px;
          line-height: 48px;
          color: white;
          border-color: #767476;
          background-color: black;
          padding-left: 40px;
          padding-right: 40px;
          margin-top: 15px;
          margin-right: 10px;
          font-size: 16px;
          font-weight: 600; }
          body .shopify-section.oars-section .home-main-layout .home-main-caption ._btn * {
            color: currentcolor; }
          body .shopify-section.oars-section .home-main-layout .home-main-caption ._btn:hover {
            color: white;
            border-color: #27272f;
            background-color: #27272f;
            border-color: white !important; }
            body .shopify-section.oars-section .home-main-layout .home-main-caption ._btn:hover * {
              color: currentcolor; }
          @media only screen and (max-width: 1199px) {
            body .shopify-section.oars-section .home-main-layout .home-main-caption ._btn {
              font-size: 14px;
              border-width: 1px;
              height: 40px;
              line-height: 38px;
              padding: 0 16px;
              font-weight: 500;
              padding-left: 20px;
              padding-right: 20px; } }
        @media only screen and (min-width: 1200px) {
          body .shopify-section.oars-section .home-main-layout .home-main-caption {
            width: 585px;
            -ms-transform: translate(-585px, -50%);
            -webkit-transform: translate(-585px, -50%);
            transform: translate(-585px, -50%); } }
        @media only screen and (max-width: 1599px) {
          body .shopify-section.oars-section .home-main-layout .home-main-caption {
            -ms-transform: translate(-525px, -50%);
            -webkit-transform: translate(-525px, -50%);
            transform: translate(-525px, -50%); } }
        @media only screen and (max-width: 1199px) {
          body .shopify-section.oars-section .home-main-layout .home-main-caption {
            width: 485px;
            -ms-transform: translate(-415px, -50%);
            -webkit-transform: translate(-415px, -50%);
            transform: translate(-415px, -50%); } }
        @media only screen and (max-width: 991px) {
          body .shopify-section.oars-section .home-main-layout .home-main-caption {
            visibility: visible;
            width: 375px;
            -ms-transform: translate(-315px, -50%);
            -webkit-transform: translate(-315px, -50%);
            transform: translate(-315px, -50%); } }
        @media only screen and (max-width: 767px) {
          body .shopify-section.oars-section .home-main-layout .home-main-caption {
            display: block;
            text-align: center;
            background-color: white;
            width: 50%;
            left: 70px;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
      @media only screen and (max-width: 991px) {
        body .shopify-section.oars-section .home-main-layout {
          height: auto;
          background-image: none !important;
          padding: 0 !important; }
          body .shopify-section.oars-section .home-main-layout .home-main-banner {
            display: block; }
          body .shopify-section.oars-section .home-main-layout .home-main-caption {
            position: static;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none;
            padding-bottom: 60px;
            padding-top: 940px;
            text-align: center;
            width: 100%;
            padding-left: 30px;
            padding-right: 30px; }
            body .shopify-section.oars-section .home-main-layout .home-main-caption .group-title {
              font-size: 36px; }
            body .shopify-section.oars-section .home-main-layout .home-main-caption ._btn {
              font-size: 14px;
              padding: 0 16px;
              font-weight: 500;
              border-width: 1px;
              height: 50px;
              line-height: 48px;
              padding-left: 30px;
              padding-right: 30px; } }
      @media only screen and (max-width: 767px) {
        body .shopify-section.oars-section .home-main-layout .home-main-caption {
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 720px; }
          body .shopify-section.oars-section .home-main-layout .home-main-caption .group-title {
            font-size: 30px; }
          body .shopify-section.oars-section .home-main-layout .home-main-caption .group-sub-title {
            font-size: 26px; } }
    body .shopify-section.oars-section.active .home-main-layout .home-main-caption {
      visibility: visible; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-sub-title.transition-slideup {
        -moz-animation: moveFromBottom 1.5s ease both;
        -o-animation: moveFromBottom 1.5s ease both;
        -webkit-animation: moveFromBottom 1.5s ease both;
        animation: moveFromBottom 1.5s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-sub-title.transition-slidedown {
        -moz-animation: moveFromTop 1.5s ease both;
        -o-animation: moveFromTop 1.5s ease both;
        -webkit-animation: moveFromTop 1.5s ease both;
        animation: moveFromTop 1.5s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-sub-title.transition-slideright {
        -moz-animation: moveFromRight 1.5s ease both;
        -o-animation: moveFromRight 1.5s ease both;
        -webkit-animation: moveFromRight 1.5s ease both;
        animation: moveFromRight 1.5s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-sub-title.transition-slideleft {
        -moz-animation: moveFromLeft 1.5s ease both;
        -o-animation: moveFromLeft 1.5s ease both;
        -webkit-animation: moveFromLeft 1.5s ease both;
        animation: moveFromLeft 1.5s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-sub-title.transition-fade {
        -moz-animation: fade 1.5s ease both;
        -o-animation: fade 1.5s ease both;
        -webkit-animation: fade 1.5s ease both;
        animation: fade 1.5s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-title.transition-slideup {
        -moz-animation: moveFromBottom 1.3s ease both;
        -o-animation: moveFromBottom 1.3s ease both;
        -webkit-animation: moveFromBottom 1.3s ease both;
        animation: moveFromBottom 1.3s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-title.transition-slidedown {
        -moz-animation: moveFromTop 1.3s ease both;
        -o-animation: moveFromTop 1.3s ease both;
        -webkit-animation: moveFromTop 1.3s ease both;
        animation: moveFromTop 1.3s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-title.transition-slideright {
        -moz-animation: moveFromRight 1.3s ease both;
        -o-animation: moveFromRight 1.3s ease both;
        -webkit-animation: moveFromRight 1.3s ease both;
        animation: moveFromRight 1.3s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-title.transition-slideleft {
        -moz-animation: moveFromLeft 1.3s ease both;
        -o-animation: moveFromLeft 1.3s ease both;
        -webkit-animation: moveFromLeft 1.3s ease both;
        animation: moveFromLeft 1.3s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-title.transition-fade {
        -moz-animation: fade 1.3s ease both;
        -o-animation: fade 1.3s ease both;
        -webkit-animation: fade 1.3s ease both;
        animation: fade 1.3s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-caption.transition-slideup {
        -moz-animation: moveFromBottom 1.1s ease both;
        -o-animation: moveFromBottom 1.1s ease both;
        -webkit-animation: moveFromBottom 1.1s ease both;
        animation: moveFromBottom 1.1s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-caption.transition-slidedown {
        -moz-animation: moveFromTop 1.1s ease both;
        -o-animation: moveFromTop 1.1s ease both;
        -webkit-animation: moveFromTop 1.1s ease both;
        animation: moveFromTop 1.1s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-caption.transition-slideright {
        -moz-animation: moveFromRight 1.1s ease both;
        -o-animation: moveFromRight 1.1s ease both;
        -webkit-animation: moveFromRight 1.1s ease both;
        animation: moveFromRight 1.1s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-caption.transition-slideleft {
        -moz-animation: moveFromLeft 1.1s ease both;
        -o-animation: moveFromLeft 1.1s ease both;
        -webkit-animation: moveFromLeft 1.1s ease both;
        animation: moveFromLeft 1.1s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption .group-caption.transition-fade {
        -moz-animation: fade 1.1s ease both;
        -o-animation: fade 1.1s ease both;
        -webkit-animation: fade 1.1s ease both;
        animation: fade 1.1s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption ._btn.transition-slideup {
        -moz-animation: moveFromBottom 0.9s ease both;
        -o-animation: moveFromBottom 0.9s ease both;
        -webkit-animation: moveFromBottom 0.9s ease both;
        animation: moveFromBottom 0.9s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption ._btn.transition-slidedown {
        -moz-animation: moveFromTop 0.9s ease both;
        -o-animation: moveFromTop 0.9s ease both;
        -webkit-animation: moveFromTop 0.9s ease both;
        animation: moveFromTop 0.9s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption ._btn.transition-slideright {
        -moz-animation: moveFromRight 0.9s ease both;
        -o-animation: moveFromRight 0.9s ease both;
        -webkit-animation: moveFromRight 0.9s ease both;
        animation: moveFromRight 0.9s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption ._btn.transition-slideleft {
        -moz-animation: moveFromLeft 0.9s ease both;
        -o-animation: moveFromLeft 0.9s ease both;
        -webkit-animation: moveFromLeft 0.9s ease both;
        animation: moveFromLeft 0.9s ease both; }
      body .shopify-section.oars-section.active .home-main-layout .home-main-caption ._btn.transition-fade {
        -moz-animation: fade 0.9s ease both;
        -o-animation: fade 0.9s ease both;
        -webkit-animation: fade 0.9s ease both;
        animation: fade 0.9s ease both; }
    body .shopify-section .home-core-layout {
      padding-bottom: 0 !important; }
      body .shopify-section .home-core-layout .home-core-inner > div {
        width: 100%; }
      body .shopify-section .home-core-layout .home-core-inner .home-core-banner {
        text-align: center; }
      body .shopify-section .home-core-layout .home-core-inner .home-core-content {
        margin-bottom: 45px; }
        body .shopify-section .home-core-layout .home-core-inner .home-core-content .page-title {
          margin-top: 45px; }
        body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            padding-top: 15px;
            padding-bottom: 15px;
            width: 33.33333%; }
            body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item img {
              max-width: 91px; }
            body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group {
              padding-left: 30px; }
              body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group .core-title {
                color: #282828;
                font-weight: 600;
                font-size: 16px;
                margin-bottom: 7px; }
              body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group .core-caption {
                font-size: 14px;
                margin-bottom: 0;
                line-height: 1.6; }
              @media only screen and (max-width: 767px) {
                body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group {
                  padding-left: 0px; } }
            @media only screen and (min-width: 992px) {
              body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item img {
                -ms-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease; }
              body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item:hover img {
                -ms-transform: translateX(10px);
                -webkit-transform: translateX(10px);
                transform: translateX(10px); } }
      @media only screen and (max-width: 991px) {
        body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        body .shopify-section .home-core-layout .home-core-inner .page-title {
          margin-bottom: 0; }
          body .shopify-section .home-core-layout .home-core-inner .page-title.text-left {
            text-align: center; }
            body .shopify-section .home-core-layout .home-core-inner .page-title.text-left .sub-title {
              background-position: center bottom;
              text-align: center !important; }
        body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          padding-top: 40px;
          padding-bottom: 0px; }
          body .shopify-section .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group {
            text-align: center;
            width: 100%;
            margin-top: 20px; } }
    body .shopify-section .home-about-layout {
      position: relative;
      padding-bottom: 90px !important;
      padding-top: 90px !important;
      background-repeat: no-repeat;
      background-position: left bottom; }
      body .shopify-section .home-about-layout .home-about-inner {
        margin-left: -15px;
        margin-right: -15px; }
      body .shopify-section .home-about-layout .home-about-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .shopify-section .home-about-layout .home-about-content .about-item {
          width: 25%;
          text-align: center; }
          body .shopify-section .home-about-layout .home-about-content .about-item img {
            width: 150px;
            max-width: 100%;
            margin-bottom: 28px; }
          body .shopify-section .home-about-layout .home-about-content .about-item .about-title {
            color: #282828;
            font-weight: 600;
            position: relative;
            padding-bottom: 12px;
            margin-bottom: 18px;
            font-size: 18px; }
            body .shopify-section .home-about-layout .home-about-content .about-item .about-title:before, body .shopify-section .home-about-layout .home-about-content .about-item .about-title:after {
              position: absolute;
              content: '';
              left: 50%;
              top: 100%;
              height: 2px;
              background-color: #50a7b3;
              -ms-transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            body .shopify-section .home-about-layout .home-about-content .about-item .about-title:after {
              width: 2px;
              margin-left: 19px; }
            body .shopify-section .home-about-layout .home-about-content .about-item .about-title:before {
              width: 31px; }
          body .shopify-section .home-about-layout .home-about-content .about-item .about-caption {
            margin-bottom: 0;
            line-height: 1.8em; }
          body .shopify-section .home-about-layout .home-about-content .about-item:hover img {
            -moz-animation: moverAround 9s both infinite;
            -o-animation: moverAround 9s both infinite;
            -webkit-animation: moverAround 9s both infinite;
            animation: moverAround 9s both infinite; }
      body .shopify-section .home-about-layout .home-about-top-banner {
        position: absolute;
        right: 0;
        top: 0; }
        body .shopify-section .home-about-layout .home-about-top-banner.top-banner-out {
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      @media only screen and (max-width: 1199px) {
        body .shopify-section .home-about-layout {
          background-image: none !important; }
          body .shopify-section .home-about-layout .home-about-top-banner {
            display: none; } }
      @media only screen and (max-width: 991px) {
        body .shopify-section .home-about-layout {
          padding-bottom: 60px !important; }
          body .shopify-section .home-about-layout .page-title {
            margin-bottom: 15px; }
          body .shopify-section .home-about-layout .home-about-content .about-item {
            width: 50%;
            padding-top: 30px;
            padding-bottom: 30px; } }
      @media only screen and (max-width: 540px) {
        body .shopify-section .home-about-layout {
          padding-bottom: 15px !important;
          padding-top: 45px !important; } }
    body .shopify-section .home-deal-layout {
      padding-top: 0 !important; }
      body .shopify-section .home-deal-layout .home-deal-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
        body .shopify-section .home-deal-layout .home-deal-inner .deal-content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          width: 640px;
          padding: 100px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: auto; }
          body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group {
            margin: auto;
            width: 440px;
            max-width: 100%; }
            body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group .title {
              font-size: 36px;
              color: #282828;
              font-weight: 600;
              margin-bottom: 15px; }
            body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group .caption {
              font-size: 16px;
              line-height: 1.7;
              margin-bottom: 55px; }
            body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group form input.form-control {
              height: 50px;
              padding-left: 20px;
              padding-right: 20px;
              border: none;
              margin-bottom: 15px; }
            body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group form ._btn {
              font-size: 14px;
              padding: 0 16px;
              font-weight: 500;
              border-width: 1px;
              height: 50px;
              line-height: 48px;
              color: white;
              border-color: #767476;
              background-color: black;
              padding-left: 40px;
              padding-right: 40px; }
              body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group form ._btn * {
                color: currentcolor; }
              body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group form ._btn:hover {
                color: white;
                border-color: #27272f;
                background-color: #27272f; }
                body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group form ._btn:hover * {
                  color: currentcolor; }
        body .shopify-section .home-deal-layout .home-deal-inner .banner-content {
          width: calc(100% - 640px);
          padding-bottom: 40%;
          background-size: auto;
          background-position: 0 0; }
        @media only screen and (max-width: 1199px) {
          body .shopify-section .home-deal-layout .home-deal-inner .deal-content,
          body .shopify-section .home-deal-layout .home-deal-inner .banner-content {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          body .shopify-section .home-deal-layout .home-deal-inner .deal-content {
            padding: 50px; }
            body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group {
              text-align: center; }
              body .shopify-section .home-deal-layout .home-deal-inner .deal-content .deal-content-group .title {
                font-size: 24px; } }
        @media only screen and (max-width: 540px) {
          body .shopify-section .home-deal-layout .home-deal-inner .deal-content {
            padding-left: 15px;
            padding-right: 15px; } }
    body .shopify-section .home-blog-layout {
      padding-bottom: 90px !important; }
      body .shopify-section .home-blog-layout .blog-title-group {
        text-align: center;
        padding: 15px 0; }
      body .shopify-section .home-blog-layout .blog-title {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 auto;
        text-align: center;
        background-color: #50a7b3;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        padding: 0px 5px;
        line-height: 16px;
        font-weight: 400; }
      body .shopify-section .home-blog-layout .article-image a {
        display: block;
        overflow: hidden;
        position: relative; }
        body .shopify-section .home-blog-layout .article-image a:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 55px;
          height: 55px;
          border: 2px solid #fff;
          border-radius: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/icon_blog_bg.png?v=96663464244033072711636746534);
          background-size: auto;
          background-repeat: no-repeat;
          background-position: center center;
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
          opacity: 0;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
        body .shopify-section .home-blog-layout .article-image a:hover:after {
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
      body .shopify-section .home-blog-layout .article-name {
        text-align: center;
        font-size: 0;
        margin-bottom: 15px; }
        body .shopify-section .home-blog-layout .article-name a {
          font-size: 14px;
          color: #282828;
          font-weight: 600; }
          body .shopify-section .home-blog-layout .article-name a:hover {
            color: #50a7b3; }
      body .shopify-section .home-blog-layout .article-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        body .shopify-section .home-blog-layout .article-info li {
          display: block;
          position: relative;
          padding: 0 15px; }
          body .shopify-section .home-blog-layout .article-info li:not(:last-child) {
            padding-right: 22px; }
            body .shopify-section .home-blog-layout .article-info li:not(:last-child):before {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              width: 7px;
              height: 7px;
              border-radius: 50%;
              background-color: rgba(80, 167, 179, 0.5);
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
        body .shopify-section .home-blog-layout .article-info * {
          font-size: 12px;
          color: #1f1f20; }
      body .shopify-section .home-blog-layout .articleinfo_group {
        background-color: rgba(231, 233, 243, 0.5);
        padding: 0px 15px 35px; }
      body .shopify-section .home-blog-layout .article {
        margin-bottom: 30px;
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        @media only screen and (min-width: 1200px) {
          body .shopify-section .home-blog-layout .article:hover {
            -moz-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
            -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12); } }
      body .shopify-section .home-blog-layout .home-blog-content-inner {
        margin-left: -15px;
        margin-right: -15px; }
      body .shopify-section .home-blog-layout .home-blog-content > div .article {
        margin-bottom: 0; }
      @media only screen and (max-width: 991px) {
        body .shopify-section .home-blog-layout .home-blog-content > div {
          width: 70%;
          margin-left: auto;
          margin-right: auto;
          float: none; }
          body .shopify-section .home-blog-layout .home-blog-content > div:not(:last-child) .article {
            margin-bottom: 45px; } }
      @media only screen and (max-width: 540px) {
        body .shopify-section .home-blog-layout .home-blog-content > div {
          width: 100%; } }
      @media only screen and (max-width: 540px) {
        body .shopify-section .home-blog-layout {
          padding-bottom: 45px !important; } }
    body .shopify-section .home-ourTeam-layout {
      padding-bottom: 90px !important;
      padding-top: 90px !important; }
      body .shopify-section .home-ourTeam-layout ul {
        margin: 0; }
        body .shopify-section .home-ourTeam-layout ul li {
          list-style: none; }
      body .shopify-section .home-ourTeam-layout .group_img {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px;
        max-width: 170px; }
        body .shopify-section .home-ourTeam-layout .group_img img {
          border-radius: 50%;
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
          body .shopify-section .home-ourTeam-layout .group_img img:hover {
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
            /* Firefox 10+, Firefox on Android */
            filter: gray;
            /* IE6-9 */
            -webkit-filter: grayscale(100%);
            /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
      body .shopify-section .home-ourTeam-layout .testimonials-caption-group {
        text-align: center; }
        body .shopify-section .home-ourTeam-layout .testimonials-caption-group .follow-content > li {
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-left: 2px;
          margin-right: 2px;
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
          body .shopify-section .home-ourTeam-layout .testimonials-caption-group .follow-content > li a {
            width: 25px;
            height: 25px;
            line-height: 25px;
            border-radius: 50%;
            background-color: rgba(231, 233, 243, 0.4);
            text-align: center;
            display: block; }
            body .shopify-section .home-ourTeam-layout .testimonials-caption-group .follow-content > li a .fa {
              font-size: 13px;
              line-height: 25px;
              -ms-transition: all 500ms ease;
              -webkit-transition: all 500ms ease;
              transition: all 500ms ease; }
          body .shopify-section .home-ourTeam-layout .testimonials-caption-group .follow-content > li:hover {
            -ms-transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
            body .shopify-section .home-ourTeam-layout .testimonials-caption-group .follow-content > li:hover .fa {
              color: #50a7b3; }
        body .shopify-section .home-ourTeam-layout .testimonials-caption-group .testimonials-name {
          text-transform: uppercase;
          color: #282828;
          font-weight: 700;
          font-size: 18px;
          margin-bottom: 3px; }
        body .shopify-section .home-ourTeam-layout .testimonials-caption-group .testimonials-position {
          color: #50a7b3;
          font-style: italic;
          font-weight: 400;
          margin-bottom: 25px; }
      @media only screen and (max-width: 991px) {
        body .shopify-section .home-ourTeam-layout .home-ourTeam-content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body .shopify-section .home-ourTeam-layout .home-ourTeam-content .ourTeam-item {
            width: 50%;
            padding-top: 20px;
            padding-bottom: 20px; } }
      @media only screen and (max-width: 540px) {
        body .shopify-section .home-ourTeam-layout {
          padding-bottom: 45px !important;
          padding-top: 45px !important; } }
      @media only screen and (max-width: 425px) {
        body .shopify-section .home-ourTeam-layout .testimonials-caption-group .testimonials-name {
          font-size: 13px; }
        body .shopify-section .home-ourTeam-layout .testimonials-caption-group .testimonials-position {
          font-size: 12px; }
        body .shopify-section .home-ourTeam-layout .testimonials-caption-group .follow-content > li {
          margin: 2px; } }
    body .shopify-section .home-main-social {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      padding-left: 60px;
      text-align: center;
      -moz-writing-mode: vertical-rl;
      -o-writing-mode: vertical-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      body .shopify-section .home-main-social a {
        color: #27272f;
        font-size: 14px;
        font-family: Lexend !important;
        margin-top: 15px;
        margin-bottom: 15px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        border-left: 1px solid transparent;
        font-weight: 500; }
        body .shopify-section .home-main-social a:hover {
          border-left-color: #27272f; }
      @media only screen and (max-width: 1599px) {
        body .shopify-section .home-main-social {
          padding-left: 30px; } }
      @media only screen and (max-width: 991px) {
        body .shopify-section .home-main-social {
          position: static;
          padding-left: 0;
          padding-bottom: 60px;
          -moz-writing-mode: horizontal-tb;
          -o-writing-mode: horizontal-tb;
          -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
          body .shopify-section .home-main-social a {
            margin-top: 0px;
            margin-bottom: 0px;
            margin-left: 15px;
            margin-right: 15px; } }
      @media only screen and (max-width: 767px) {
        body .shopify-section .home-main-social a {
          margin-left: 10px;
          margin-right: 10px; } }
      @media only screen and (max-width: 540px) {
        body .shopify-section .home-main-social a {
          margin-left: 5px;
          margin-right: 5px;
          font-size: 13px; } }
  body .page-title {
    text-align: center;
    margin-bottom: 50px; }
    body .page-title h2 {
      font-size: 24px;
      color: #50a7b3;
      font-family: Fractul;
      letter-spacing: 0.2em;
      margin-bottom: 0; }
    body .page-title .sub-title {
      font-size: 36px;
      color: #282828;
      font-weight: 600;
      padding-bottom: 22px;
      background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/ico_title.png?v=144821960852232002011636746535);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto;
      margin-bottom: 0; }
      @media only screen and (max-width: 991px) {
        body .page-title .sub-title {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        body .page-title .sub-title {
          font-size: 24px; } }
    body .page-title .caption {
      font-size: 14px;
      line-height: 1.8em;
      width: 720px;
      max-width: 100%;
      margin: 20px auto 0;
      padding-left: 15px;
      padding-right: 15px; }
    body .page-title.text-left {
      text-align: left; }
      body .page-title.text-left .sub-title {
        background-position: left bottom;
        text-align: left !important; }
      body .page-title.text-left .caption {
        margin-left: 0;
        padding-left: 0 !important; }

/*END HOME PAGE*/
/*SUB PAGE*/
body {
  /*SIDE BAR*/
  /*END SIDE BAR*/
  /*COLLECTION PAGE */
  /*END COLLECTION PAGE */
  /*PRODUCT DETAIL PAGE*/
  /* swatch */
  /*End swatch*/
  /*product-type */
  /*Quantity wrapper    */
  /*gallery images style*/
  /*end gallery images style*/
  /* product information style*/
  /* end product information style*/
  /*END GENERAL STYLE        */
  /*POPUP PRODUCT DETAIL*/
  /*END POPUP PRODUCT DETAIL*/
  /*tabs-information-layout*/
  /*END PRODUCT DETAIL PAGE*/
  /*WISHLIST & SHOPING CART PAGE*/
  /* style cart */
  /* end style cart*/
  /*END WISHLIST & SHOPING CART PAGE*/
  /*BLOG PAGE*/
  /*END BLOG PAGE*/
  /*CONTACT PAGE*/
  /*END CONTACT PAGE*/
  /*ABOUT US PAGE*/
  /*END ABOUT US PAGE*/
  /*404 PAGE*/
  /*END 404 PAGE*/
  /*FAQ PAGE*/
  /*END FAQ PAGE*/
  /*LOOKBOOK PAGE*/
  /*END LOOKBOOK PAGE*/
  /*PRODUCT DEAL*/
  /*END PRODUCT DEAL*/
  /*CUSTOMER PAGE*/
  /*END CUSTOMER PAGE*/
  /*SEARCH PAGE*/
  /*END SEARCH PAGE*/ }
  body:not(.index-template) {
    background-color: white; }
    body:not(.index-template) .home-process-layout {
      padding: 0 !important; }
    body:not(.index-template) .home-ourTeam-layout,
    body:not(.index-template) .home-about-layout {
      padding: 0 !important; }
    body:not(.index-template) .home-deal-layout,
    body:not(.index-template) .home-core-layout {
      margin-bottom: -90px; }
  body:not(.index-template) .sub-title {
    text-align: center; }
    body:not(.index-template) .sub-title * {
      color: #282828;
      font-weight: 500;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 15px; }
  body:not(.index-template) .index-section.index-section-banner {
    padding: 0; }
  body ul.filter-content .fe-checkbox {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0px;
    margin-top: -8px;
    border-radius: 0px;
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/bg_none_check.png?v=109182004429175238531636746501);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 0; }
  body ul.filter-content .fe-checkbox-active, body ul.filter-content li.active a span.fe-checkbox {
    background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/bg_check.png?v=84092167868893297701636746500); }
  body ul.filter-content li {
    margin-bottom: 10px; }
    body ul.filter-content li a {
      position: relative;
      padding-left: 21px; }
  body ul.filter-content:not(.filter-color) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    body ul.filter-content:not(.filter-color) li {
      width: 50%; }
  body ul.filter-content.filter-color {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body ul.filter-content.filter-color li {
      width: 50%; }
      body ul.filter-content.filter-color li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding: 0 !important; }
      body ul.filter-content.filter-color li.active a {
        cursor: default; }
      body ul.filter-content.filter-color li:hover a span.color-swatch, body ul.filter-content.filter-color li:focus a span.color-swatch, body ul.filter-content.filter-color li.active a span.color-swatch {
        position: relative; }
        body ul.filter-content.filter-color li:hover a span.color-swatch:before, body ul.filter-content.filter-color li:focus a span.color-swatch:before, body ul.filter-content.filter-color li.active a span.color-swatch:before {
          display: inline-block;
          *display: inline;
          zoom: 1;
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-smooth: always;
          -ms-font-smoothing: antialiased;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          content: "\f00c";
          color: #fff;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          text-align: center;
          font-size: 8px;
          margin-top: -4px; }
    body ul.filter-content.filter-color .color-swatch {
      width: 14px;
      height: 14px;
      border-radius: 0%;
      display: block;
      background-size: 110%;
      background-position: center center;
      margin-right: 10px; }
  body .sidebar {
    position: relative; }
    body .sidebar ul {
      margin: 0; }
      body .sidebar ul li {
        list-style: none; }
    body .sidebar .sidebarMobile {
      display: none;
      position: fixed;
      top: auto !important;
      bottom: 0;
      left: 0;
      right: 0px;
      padding: 10px;
      background-color: #fff;
      border-top: 1px solid #e7e9f3;
      z-index: 1001; }
      body .sidebar .sidebarMobile ._btn {
        margin-right: 3px;
        font-size: 14px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 500;
        padding: 0 13px; }
        body .sidebar .sidebarMobile ._btn:last-child {
          margin-right: 0px; }
        body .sidebar .sidebarMobile ._btn.sidebarMobile-close {
          color: white;
          border-color: #767476;
          background-color: black; }
          body .sidebar .sidebarMobile ._btn.sidebarMobile-close * {
            color: currentcolor; }
        body .sidebar .sidebarMobile ._btn.sidebarMobile-clear {
          color: white;
          border-color: #767476;
          background-color: black; }
          body .sidebar .sidebarMobile ._btn.sidebarMobile-clear * {
            color: currentcolor; }
        @media only screen and (min-width: 1200px) {
          body .sidebar .sidebarMobile ._btn {
            color: white;
            border-color: #27272f;
            background-color: #27272f; }
            body .sidebar .sidebarMobile ._btn * {
              color: currentcolor; } }
      @media only screen and (max-width: 425px) {
        body .sidebar .sidebarMobile ._btn {
          margin-top: 0; } }
    body .sidebar .sidebar-title {
      position: relative;
      padding-right: 21px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 0;
      margin-bottom: 5px; }
      body .sidebar .sidebar-title .text {
        text-transform: capitalize;
        color: #282828;
        font-size: 16px;
        display: block;
        line-height: 2em;
        padding-bottom: 5px;
        padding-top: 5px;
        font-weight: 600;
        position: relative; }
        body .sidebar .sidebar-title .text:before, body .sidebar .sidebar-title .text:after {
          position: absolute;
          content: '';
          left: 0;
          top: 100%;
          height: 2px;
          background-color: #50a7b3; }
        body .sidebar .sidebar-title .text:before {
          width: 31px; }
        body .sidebar .sidebar-title .text:after {
          width: 2px;
          margin-left: 33px; }
      body .sidebar .sidebar-title .cs-icon {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: right;
        font-size: 0;
        cursor: pointer; }
        body .sidebar .sidebar-title .cs-icon:before {
          text-align: center;
          font-weight: 700;
          color: #282828;
          font-size: 16px; }
    body .sidebar .sidebar-content {
      padding-top: 15px;
      padding-bottom: 12px;
      margin-bottom: 12px; }
      body .sidebar .sidebar-content .category,
      body .sidebar .sidebar-content .vendor-content,
      body .sidebar .sidebar-content .type-content,
      body .sidebar .sidebar-content .list-cat {
        margin-top: -5px; }
        body .sidebar .sidebar-content .category li,
        body .sidebar .sidebar-content .vendor-content li,
        body .sidebar .sidebar-content .type-content li,
        body .sidebar .sidebar-content .list-cat li {
          padding-top: 7px;
          padding-bottom: 7px; }
          body .sidebar .sidebar-content .category li:not(:last-child),
          body .sidebar .sidebar-content .vendor-content li:not(:last-child),
          body .sidebar .sidebar-content .type-content li:not(:last-child),
          body .sidebar .sidebar-content .list-cat li:not(:last-child) {
            border-bottom: 1px solid rgba(231, 233, 243, 0.4); }
          body .sidebar .sidebar-content .category li a,
          body .sidebar .sidebar-content .vendor-content li a,
          body .sidebar .sidebar-content .type-content li a,
          body .sidebar .sidebar-content .list-cat li a {
            font-size: 14px;
            color: #1f1f20;
            line-height: 1.5em;
            text-transform: capitalize;
            font-weight: 400;
            -ms-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease; }
            body .sidebar .sidebar-content .category li a:hover, body .sidebar .sidebar-content .category li a:focus,
            body .sidebar .sidebar-content .vendor-content li a:hover,
            body .sidebar .sidebar-content .vendor-content li a:focus,
            body .sidebar .sidebar-content .type-content li a:hover,
            body .sidebar .sidebar-content .type-content li a:focus,
            body .sidebar .sidebar-content .list-cat li a:hover,
            body .sidebar .sidebar-content .list-cat li a:focus {
              color: #50a7b3; }
          body .sidebar .sidebar-content .category li:hover a, body .sidebar .sidebar-content .category li:focus a, body .sidebar .sidebar-content .category li.active a,
          body .sidebar .sidebar-content .vendor-content li:hover a,
          body .sidebar .sidebar-content .vendor-content li:focus a,
          body .sidebar .sidebar-content .vendor-content li.active a,
          body .sidebar .sidebar-content .type-content li:hover a,
          body .sidebar .sidebar-content .type-content li:focus a,
          body .sidebar .sidebar-content .type-content li.active a,
          body .sidebar .sidebar-content .list-cat li:hover a,
          body .sidebar .sidebar-content .list-cat li:focus a,
          body .sidebar .sidebar-content .list-cat li.active a {
            padding-right: 15px;
            position: relative;
            display: block; }
      body .sidebar .sidebar-content .list-cat li {
        position: relative;
        width: 100%; }
        body .sidebar .sidebar-content .list-cat li a span {
          background-color: white;
          position: relative; }
      body .sidebar .sidebar-content .products-item:last-child .product {
        margin-bottom: 0; }
      body .sidebar .sidebar-content .product {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 10px; }
        body .sidebar .sidebar-content .product .row-left {
          width: 30%; }
          body .sidebar .sidebar-content .product .row-left .hover-mask {
            display: none; }
        body .sidebar .sidebar-content .product .row-right {
          padding-left: 15px;
          text-align: left;
          width: 70%;
          padding-top: 0; }
          body .sidebar .sidebar-content .product .row-right > div {
            margin-bottom: 5px; }
          body .sidebar .sidebar-content .product .row-right .product-title {
            margin-bottom: 1px; }
        body .sidebar .sidebar-content .product:hover {
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
        body .sidebar .sidebar-content .product .rating-star {
          display: none !important; }
        body .sidebar .sidebar-content .product .row-right {
          padding: 10px !important;
          padding-left: 20px; }
        body .sidebar .sidebar-content .product .product-price .price_sale,
        body .sidebar .sidebar-content .product .product-price .price {
          font-size: 14px; }
        body .sidebar .sidebar-content .product .product-title a {
          font-size: 14px; }
    body .sidebar .sidebar-block.search-block form.search {
      position: relative;
      border: 1px solid #e7e9f3;
      border-radius: 5px;
      height: 40px; }
      body .sidebar .sidebar-block.search-block form.search .search_box {
        height: 100%;
        line-height: 40px;
        border-width: 0;
        border-radius: 5px;
        padding-top: 0;
        padding-bottom: 0; }
      body .sidebar .sidebar-block.search-block form.search .search-submit {
        background-color: transparent;
        border-width: 0;
        color: #1f1f20;
        position: absolute;
        top: 50%;
        right: 5px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0; }
        body .sidebar .sidebar-block.search-block form.search .search-submit .cs-icon {
          font-size: 16px;
          font-weight: 500; }
    body .sidebar .sidebar-block.blog-category .category {
      margin-top: -5px; }
      body .sidebar .sidebar-block.blog-category .category > li a {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
    body .sidebar .sidebar-block.blog-instagram .instagram-content {
      margin-left: -5px;
      margin-right: -5px; }
    body .sidebar .sidebar-block.blog-instagram #instafeed {
      margin-top: -5px; }
      body .sidebar .sidebar-block.blog-instagram #instafeed > a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 33.33333%;
        max-width: 107px;
        padding: 5px; }
        @media only screen and (max-width: 1199px) {
          body .sidebar .sidebar-block.blog-instagram #instafeed > a {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          body .sidebar .sidebar-block.blog-instagram #instafeed > a {
            width: 33.33333%; } }
    body .sidebar .sidebar-block.price-block .price-bottom {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      body .sidebar .sidebar-block.price-block .price-bottom .price-show {
        color: #282828;
        font-size: 16px;
        font-weight: 700; }
      body .sidebar .sidebar-block.price-block .price-bottom ._btn {
        font-size: 14px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 500; }
    body .sidebar .sidebar-block.blog-tags ul {
      margin-left: -3px;
      margin-right: -3px; }
      body .sidebar .sidebar-block.blog-tags ul li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 5px 3px; }
        body .sidebar .sidebar-block.blog-tags ul li a {
          font-size: 12px;
          padding: 3px 15px;
          background-color: #fbfaf8;
          border: 1px solid #50a7b3;
          color: #8b8b99;
          display: block;
          border-radius: 3px; }
        body .sidebar .sidebar-block.blog-tags ul li:hover a, body .sidebar .sidebar-block.blog-tags ul li:focus a, body .sidebar .sidebar-block.blog-tags ul li.active a {
          background-color: #50a7b3;
          color: #fff;
          border-color: #50a7b3; }
    body .sidebar .sidebar-block.blog-banner .sidebar-content {
      margin: 45px 0;
      padding: 0;
      border-bottom-width: 0; }
    body .sidebar .sidebar-block.best-block .product {
      background-color: #fbfaf8; }
      body .sidebar .sidebar-block.best-block .product .title-5 {
        font-size: 13px;
        font-weight: 500; }
    body .sidebar .sidebar-block:nth-last-child(2) .sidebar-content {
      border-bottom: 0 !important; }
    body .sidebar .blog-search .sidebar-content {
      padding-top: 0; }
    body .sidebar .blog-search form {
      position: relative;
      padding-right: 40px;
      height: 40px; }
      body .sidebar .blog-search form input[type="text"] {
        width: 100%;
        padding: 15px;
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-width: 0;
        height: 100%;
        line-height: 40px; }
      body .sidebar .blog-search form button[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-width: 0;
        background-color: transparent;
        color: #282828; }
        body .sidebar .blog-search form button[type="submit"] * {
          font-weight: 800;
          line-height: 40px; }
    body .sidebar .blog-search form {
      background-color: #fbfaf8; }
    body .sidebar.collection-leftsidebar .close-leftsidebar {
      display: none; }
    @media only screen and (max-width: 991px) {
      body .sidebar.collection-leftsidebar:not(active) {
        padding-left: 0;
        padding-right: 0;
        visibility: hidden;
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100vh;
        overflow: hidden;
        background-color: white; } }
    body .sidebar.collection-leftsidebar.active, body .sidebar.collection-fullwidth-sidebar {
      visibility: hidden;
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100vh;
      overflow: hidden;
      background-color: white;
      border-right: 1px solid #e7e9f3;
      width: 100% !important;
      max-width: 340px;
      -moz-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
      z-index: 1001; }
      body .sidebar.collection-leftsidebar.active.active, body .sidebar.collection-fullwidth-sidebar.active {
        visibility: visible;
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
      body .sidebar.collection-leftsidebar.active::-webkit-scrollbar, body .sidebar.collection-fullwidth-sidebar::-webkit-scrollbar {
        display: none; }
      @media only screen and (max-width: 425px) {
        body .sidebar.collection-leftsidebar.active, body .sidebar.collection-fullwidth-sidebar {
          max-width: 100% !important; } }
      body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group, body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group {
        position: relative;
        width: 100%;
        height: 100%; }
        body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .collection-leftsidebar-group-inner, body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .collection-leftsidebar-group-inner {
          width: 100%;
          height: 100%;
          overflow-y: auto;
          position: relative;
          padding-top: 0;
          padding-bottom: 120px;
          padding-left: 45px;
          padding-right: 45px;
          -webkit-overflow-scrolling: touch; }
          body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .collection-leftsidebar-group-inner::-webkit-scrollbar, body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .collection-leftsidebar-group-inner::-webkit-scrollbar {
            display: none; }
          @media only screen and (max-width: 425px) {
            body .sidebar.collection-leftsidebar.active .collection-leftsidebar-group .collection-leftsidebar-group-inner, body .sidebar.collection-fullwidth-sidebar .collection-leftsidebar-group .collection-leftsidebar-group-inner {
              padding-left: 25px;
              padding-right: 25px; } }
      body .sidebar.collection-leftsidebar.active .close-leftsidebar-group, body .sidebar.collection-fullwidth-sidebar .close-leftsidebar-group {
        *zoom: 1; }
        body .sidebar.collection-leftsidebar.active .close-leftsidebar-group::after, body .sidebar.collection-fullwidth-sidebar .close-leftsidebar-group::after {
          content: '';
          display: table;
          clear: both; }
        body .sidebar.collection-leftsidebar.active .close-leftsidebar-group .close-leftsidebar, body .sidebar.collection-fullwidth-sidebar .close-leftsidebar-group .close-leftsidebar {
          float: right;
          display: block;
          width: 60px;
          height: 60px;
          background-color: white;
          text-align: center;
          line-height: 60px;
          color: #282828;
          z-index: 22; }
          body .sidebar.collection-leftsidebar.active .close-leftsidebar-group .close-leftsidebar > span, body .sidebar.collection-fullwidth-sidebar .close-leftsidebar-group .close-leftsidebar > span {
            line-height: 60px;
            display: block; }
          body .sidebar.collection-leftsidebar.active .close-leftsidebar-group .close-leftsidebar .cs-icon:before, body .sidebar.collection-fullwidth-sidebar .close-leftsidebar-group .close-leftsidebar .cs-icon:before {
            font-size: 20px;
            font-weight: 700;
            line-height: 40px;
            color: #50a7b3; }
          body .sidebar.collection-leftsidebar.active .close-leftsidebar-group .close-leftsidebar:hover, body .sidebar.collection-leftsidebar.active .close-leftsidebar-group .close-leftsidebar:focus, body .sidebar.collection-fullwidth-sidebar .close-leftsidebar-group .close-leftsidebar:hover, body .sidebar.collection-fullwidth-sidebar .close-leftsidebar-group .close-leftsidebar:focus {
            color: #50a7b3; }
      body .sidebar.collection-leftsidebar.active .sidebarMobile, body .sidebar.collection-fullwidth-sidebar .sidebarMobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        z-index: 22; }
        body .sidebar.collection-leftsidebar.active .sidebarMobile button, body .sidebar.collection-fullwidth-sidebar .sidebarMobile button {
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1; }
    body .sidebar.sidebar-blog .blogs-recent .recent-article .article-info > li:first-child:before {
      display: none !important; }
    body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
      body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e7e9f3; }
        @media only screen and (max-width: 767px) {
          body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item:not(:last-child) {
            padding-bottom: 15px;
            margin-bottom: 15px; } }
      body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .article-name {
        text-align: left; }
        body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .article-name a {
          line-height: 1.5em;
          font-weight: 500; }
      body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .article-image {
        width: 35%;
        position: relative; }
        body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .article-image a {
          display: block; }
        body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .article-image img {
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
        body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .article-image:hover img, body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .article-image:focus img {
          -ms-transform: scale(1.05, 1.05);
          -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05); }
      body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .articleinfo_group {
        text-align: left;
        width: 65%;
        padding: 0 0 0 15px;
        background-color: transparent; }
        body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .articleinfo_group .blog-title-group {
          padding: 0;
          margin-bottom: 5px;
          text-align: left; }
        body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .articleinfo_group .article-info {
          -webkit-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start; }
          body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .articleinfo_group .article-info li:first-child {
            padding-left: 0; }
        body .sidebar.sidebar-blog .blogs-recent .recent-article .article-item .articleinfo_group .article-name {
          margin-bottom: 5px; }
    body .sidebar.sidebar-blog .blog-banner .sidebar-content a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      position: relative; }
      body .sidebar.sidebar-blog .blog-banner .sidebar-content a:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
      body .sidebar.sidebar-blog .blog-banner .sidebar-content a:hover:before, body .sidebar.sidebar-blog .blog-banner .sidebar-content a:focus:before {
        opacity: 0.3;
        filter: alpha(opacity=30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
  body .collection-layout {
    *zoom: 1; }
    body .collection-layout ul {
      margin: 0; }
      body .collection-layout ul li {
        list-style: none; }
    body .collection-layout::after {
      content: '';
      display: table;
      clear: both; }
    body .collection-layout .shopify-section {
      padding-top: 0 !important; }
      @media only screen and (max-width: 540px) {
        body .collection-layout .shopify-section {
          padding-bottom: 22.5px !important; } }
    @media only screen and (min-width: 992px) {
      body .collection-layout .collection-toolbar._mobile {
        display: none; } }
    body .collection-layout .collection-toolbar .collection-title {
      color: #282828;
      font-weight: 500;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 15px;
      padding-left: 10px; }
      @media only screen and (max-width: 1199px) {
        body .collection-layout .collection-toolbar .collection-title {
          padding-left: 0; } }
    body .collection-layout .collection-toolbar .collection-banner-top {
      display: block;
      margin-bottom: 30px; }
    body .collection-layout .collection-toolbar .group-toolbar {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      margin-bottom: 45px;
      background-color: white; }
      body .collection-layout .collection-toolbar .group-toolbar .grid_list {
        position: relative; }
        body .collection-layout .collection-toolbar .group-toolbar .grid_list ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          margin-left: 0; }
          body .collection-layout .collection-toolbar .group-toolbar .grid_list ul li {
            width: 40px;
            height: 40px;
            text-align: right;
            cursor: pointer;
            padding: 0;
            margin: 0; }
            body .collection-layout .collection-toolbar .group-toolbar .grid_list ul li .cs-icon {
              color: #1f1f20;
              font-size: 22px;
              line-height: 40px; }
              body .collection-layout .collection-toolbar .group-toolbar .grid_list ul li .cs-icon.icon-navicon {
                font-size: 26px; }
            body .collection-layout .collection-toolbar .group-toolbar .grid_list ul li:hover .cs-icon, body .collection-layout .collection-toolbar .group-toolbar .grid_list ul li:focus .cs-icon, body .collection-layout .collection-toolbar .group-toolbar .grid_list ul li.active .cs-icon {
              color: #50a7b3; }
        body .collection-layout .collection-toolbar .group-toolbar .grid_list:before {
          position: absolute;
          content: '';
          height: 15px;
          width: 1px;
          background-color: #e7e9f3;
          top: 50%;
          left: 0;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        @media only screen and (max-width: 767px) {
          body .collection-layout .collection-toolbar .group-toolbar .grid_list {
            display: none; } }
      body .collection-layout .collection-toolbar .group-toolbar .filter-mobile {
        display: none; }
        body .collection-layout .collection-toolbar .group-toolbar .filter-mobile .filter-icon {
          width: 40px;
          height: 40px;
          display: block;
          background-color: #fff;
          border: 1px solid #e7e9f3;
          color: #1a1a1a;
          text-align: center; }
          body .collection-layout .collection-toolbar .group-toolbar .filter-mobile .filter-icon .cs-icon {
            line-height: 38px;
            color: #1a1a1a;
            font-size: 14px;
            font-weight: 700; }
          body .collection-layout .collection-toolbar .group-toolbar .filter-mobile .filter-icon.active-filter {
            border-color: #50a7b3;
            background-color: #50a7b3;
            color: #fff; }
            body .collection-layout .collection-toolbar .group-toolbar .filter-mobile .filter-icon.active-filter .cs-icon {
              color: #fff; }
        @media only screen and (max-width: 991px) {
          body .collection-layout .collection-toolbar .group-toolbar .filter-mobile {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-right: 15px; } }
      body .collection-layout .collection-toolbar .group-toolbar .showPerPage,
      body .collection-layout .collection-toolbar .group-toolbar .sortBy {
        position: relative; }
        body .collection-layout .collection-toolbar .group-toolbar .showPerPage .sub-dropdown, body .collection-layout .collection-toolbar .group-toolbar .showPerPage .sub-dropdown1,
        body .collection-layout .collection-toolbar .group-toolbar .sortBy .sub-dropdown,
        body .collection-layout .collection-toolbar .group-toolbar .sortBy .sub-dropdown1 {
          display: none; }
        body .collection-layout .collection-toolbar .group-toolbar .showPerPage .toolbar-title,
        body .collection-layout .collection-toolbar .group-toolbar .sortBy .toolbar-title {
          font-size: 16px;
          color: #1f1f20;
          margin-right: 10px;
          display: inline-block;
          *display: inline;
          zoom: 1; }
          @media only screen and (max-width: 1199px) {
            body .collection-layout .collection-toolbar .group-toolbar .showPerPage .toolbar-title,
            body .collection-layout .collection-toolbar .group-toolbar .sortBy .toolbar-title {
              display: none; } }
        body .collection-layout .collection-toolbar .group-toolbar .showPerPage button,
        body .collection-layout .collection-toolbar .group-toolbar .sortBy button {
          height: 30px;
          border-width: 0;
          border-radius: 0px;
          background-color: white;
          font-size: 16px;
          width: 110px;
          max-width: 100%;
          position: relative;
          text-align: left;
          width: auto;
          padding-right: 40px;
          padding-left: 0; }
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage button span,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy button span {
            color: #282828;
            line-height: 30px;
            height: 100%;
            display: block;
            font-weight: 500; }
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage button .cs-icon,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy button .cs-icon {
            color: #282828;
            margin-left: 5px;
            margin-right: 5px;
            position: absolute;
            top: 50%;
            right: 5px;
            margin-top: -10px;
            font-size: 20px; }
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage button:focus,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy button:focus {
            outline: none; }
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage button .cs-icon,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy button .cs-icon {
            margin-left: 0px;
            margin-right: 0px;
            right: 0; }
        body .collection-layout .collection-toolbar .group-toolbar .showPerPage .control-container,
        body .collection-layout .collection-toolbar .group-toolbar .sortBy .control-container {
          right: 0px;
          left: auto;
          top: 100%;
          padding: 0 15px;
          border-radius: 0;
          margin-top: 0;
          border: 1px solid #e7e9f3;
          width: 200px;
          max-width: 100%;
          min-width: 200px;
          overflow: auto;
          -moz-box-shadow: 0px 0 9px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: 0px 0 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 9px rgba(0, 0, 0, 0.1); }
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage .control-container ul,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy .control-container ul {
            margin: 0;
            margin-bottom: 0;
            font-size: 14px; }
            body .collection-layout .collection-toolbar .group-toolbar .showPerPage .control-container ul li,
            body .collection-layout .collection-toolbar .group-toolbar .sortBy .control-container ul li {
              list-style: none;
              padding: 9.5px 0;
              border-bottom: 1px solid #e7e9f3; }
              body .collection-layout .collection-toolbar .group-toolbar .showPerPage .control-container ul li:last-child,
              body .collection-layout .collection-toolbar .group-toolbar .sortBy .control-container ul li:last-child {
                border-bottom: 0; }
              body .collection-layout .collection-toolbar .group-toolbar .showPerPage .control-container ul li:hover a,
              body .collection-layout .collection-toolbar .group-toolbar .sortBy .control-container ul li:hover a {
                color: #50a7b3; }
        body .collection-layout .collection-toolbar .group-toolbar .showPerPage:hover button > span,
        body .collection-layout .collection-toolbar .group-toolbar .sortBy:hover button > span {
          color: #50a7b3; }
        @media only screen and (max-width: 540px) {
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy {
            width: auto; } }
        @media only screen and (max-width: 425px) {
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage .toolbar-title,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy .toolbar-title {
            display: none; }
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage .control-container,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy .control-container {
            max-width: 100%;
            left: auto !important;
            right: 0;
            border: 1px solid #e7e9f3; }
          body .collection-layout .collection-toolbar .group-toolbar .showPerPage button,
          body .collection-layout .collection-toolbar .group-toolbar .sortBy button {
            max-width: 100%;
            width: 100%; } }
      body .collection-layout .collection-toolbar .group-toolbar .filterCollections-layout a {
        display: table;
        width: auto; }
        body .collection-layout .collection-toolbar .group-toolbar .filterCollections-layout a > span {
          display: table-cell;
          vertical-align: middle;
          font-weight: 500; }
        body .collection-layout .collection-toolbar .group-toolbar .filterCollections-layout a .filterCollections-title {
          font-size: 16px;
          padding-left: 5px;
          color: #282828;
          font-weight: 500; }
        body .collection-layout .collection-toolbar .group-toolbar .filterCollections-layout a .cs-icon {
          font-size: 16px;
          color: #282828; }
          body .collection-layout .collection-toolbar .group-toolbar .filterCollections-layout a .cs-icon:before {
            content: '\e92b'; }
        body .collection-layout .collection-toolbar .group-toolbar .filterCollections-layout a:hover * {
          color: #50a7b3; }
      body .collection-layout .collection-toolbar .group-toolbar .group-left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        width: auto; }
        body .collection-layout .collection-toolbar .group-toolbar .group-left > div {
          margin-right: 40px; }
      body .collection-layout .collection-toolbar .group-toolbar .group-right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        width: auto; }
        body .collection-layout .collection-toolbar .group-toolbar .group-right > div {
          margin-left: 40px; }
      body .collection-layout .collection-toolbar .group-toolbar .product-counter {
        font-size: 16px; }
      body .collection-layout .collection-toolbar .group-toolbar .pagination_group {
        margin-top: 0; }
      @media only screen and (max-width: 767px) {
        body .collection-layout .collection-toolbar .group-toolbar {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body .collection-layout .collection-toolbar .group-toolbar .product-counter {
            display: none; }
          body .collection-layout .collection-toolbar .group-toolbar .filterCollections-layout {
            width: 100%; } }
    body .collection-layout .collection-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    body .collection-layout .collection-bottom-toolbar .product-pagination {
      width: 100%; }
      body .collection-layout .collection-bottom-toolbar .product-pagination .pagination_group {
        margin: 15px auto 15px; }
    body .collection-layout .collection-bottom-toolbar .collection-bottom-toolbar-inner {
      background-color: white;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      padding: 35px 0; }
      body .collection-layout .collection-bottom-toolbar .collection-bottom-toolbar-inner > div {
        padding: 0; }
        @media only screen and (max-width: 767px) {
          body .collection-layout .collection-bottom-toolbar .collection-bottom-toolbar-inner > div {
            width: 100%;
            max-width: 100%;
            text-align: center;
            margin-top: 5px;
            margin-bottom: 5px; } }
    body .collection-layout .collection-items {
      margin-left: -15px;
      margin-right: -15px; }
      body .collection-layout .collection-items .products {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .collection-layout .collection-items .products .product-item {
          padding: 0 15px; }
      body .collection-layout .collection-items.listMode .product-item {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px; }
        body .collection-layout .collection-items.listMode .product-item .product {
          border-width: 0;
          background-color: transparent !important; }
          body .collection-layout .collection-items.listMode .product-item .product .row-left img {
            border: 1px solid #e7e9f3; }
          body .collection-layout .collection-items.listMode .product-item .product .group-actionbutton {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
          body .collection-layout .collection-items.listMode .product-item .product ._btn {
            font-size: 14px;
            border-width: 1px;
            height: 40px;
            line-height: 38px;
            padding: 0 16px;
            font-weight: 500;
            color: white;
            border-color: #27272f;
            background-color: #27272f;
            padding-left: 30px;
            padding-right: 30px; }
            body .collection-layout .collection-items.listMode .product-item .product ._btn * {
              color: currentcolor; }
            body .collection-layout .collection-items.listMode .product-item .product ._btn:hover {
              color: white;
              border-color: #27272f;
              background-color: #27272f; }
              body .collection-layout .collection-items.listMode .product-item .product ._btn:hover * {
                color: currentcolor; }
          body .collection-layout .collection-items.listMode .product-item .product .wishlist {
            -ms-transform: none;
            -webkit-transform: none;
            transform: none; }
            body .collection-layout .collection-items.listMode .product-item .product .wishlist .icon-heart:before {
              content: "\f004";
              display: inline-block;
              *display: inline;
              zoom: 1;
              font-smooth: always;
              -ms-font-smoothing: antialiased;
              -webkit-font-smoothing: antialiased;
              font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font: normal normal normal 14px/1 FontAwesome;
              text-rendering: auto; }
          body .collection-layout .collection-items.listMode .product-item .product .quickview,
          body .collection-layout .collection-items.listMode .product-item .product .effect-ajax-cart,
          body .collection-layout .collection-items.listMode .product-item .product .wishlist {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
          body .collection-layout .collection-items.listMode .product-item .product .quickview-wishlist-wrapper li:first-child:before {
            display: none; }
          body .collection-layout .collection-items.listMode .product-item .product .product-title {
            margin-bottom: 0px; }
            body .collection-layout .collection-items.listMode .product-item .product .product-title a {
              font-size: 24px;
              font-weight: 600;
              color: #27272f; }
          body .collection-layout .collection-items.listMode .product-item .product .rating-star {
            margin-bottom: 0; }
          body .collection-layout .collection-items.listMode .product-item .product .product-price {
            margin-top: 22px; }
            body .collection-layout .collection-items.listMode .product-item .product .product-price .price,
            body .collection-layout .collection-items.listMode .product-item .product .product-price .price_sale {
              font-size: 18px; }
          body .collection-layout .collection-items.listMode .product-item .product > div {
            padding: 0;
            width: 100%; }
          body .collection-layout .collection-items.listMode .product-item .product:hover, body .collection-layout .collection-items.listMode .product-item .product:focus {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
        body .collection-layout .collection-items.listMode .product-item:not(:last-child) .product {
          margin-bottom: 55px; }
      body .collection-layout .collection-items.listMode .product {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        body .collection-layout .collection-items.listMode .product > .product-title {
          display: none; }
        body .collection-layout .collection-items.listMode .product .row-left {
          max-width: 370px; }
          body .collection-layout .collection-items.listMode .product .row-left .hover-mask {
            display: none !important; }
        body .collection-layout .collection-items.listMode .product .row-right {
          padding-left: 35px !important; }
        body .collection-layout .collection-items.listMode .product .list-mode {
          text-align: left; }
          body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .group {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between; }
            body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .group > div {
              width: 50%; }
          body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-title a {
            font-size: 24px;
            font-weight: 500; }
          body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star {
            text-align: right; }
            body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star .spr-badge-caption {
              display: block !important;
              margin-top: 13px;
              font-size: 14px;
              font-style: italic; }
            body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star .spr-icon {
              margin-left: 5px; }
          body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-price {
            margin-bottom: 20px; }
            body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-price .price_sale {
              font-size: 24px; }
            body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .product-price .price_compare {
              font-size: 22px; }
          body .collection-layout .collection-items.listMode .product .list-mode .product-description {
            font-size: 14px;
            color: #1f1f20;
            margin-top: 27px;
            margin-bottom: 32px;
            line-height: 1.8em; }
          body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview-wishlist-wrapper {
            float: left; }
          body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .product-addtocart {
            float: left; }
          body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .effect-ajax-cart,
          body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview {
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            -ms-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
          body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .effect-ajax-cart ._btn,
          body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .quickview a {
            margin-top: 0;
            margin-bottom: 0; }
          body .collection-layout .collection-items.listMode .product .list-mode .group-actionbutton .effect-ajax-cart ._btn {
            margin-right: 10px; }
          body .collection-layout .collection-items.listMode .product .list-mode .wishlist a .cs-icon:before,
          body .collection-layout .collection-items.listMode .product .list-mode .quickview a .cs-icon:before {
            font-size: 20px; }
        @media only screen and (max-width: 600px) {
          body .collection-layout .collection-items.listMode .product {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            body .collection-layout .collection-items.listMode .product > div {
              width: 100%; }
            body .collection-layout .collection-items.listMode .product .row-left {
              margin: 0 auto 30px; }
            body .collection-layout .collection-items.listMode .product .row-right {
              padding-left: 0 !important; }
              body .collection-layout .collection-items.listMode .product .row-right .list-mode {
                text-align: center; }
                body .collection-layout .collection-items.listMode .product .row-right .list-mode .group-actionbutton {
                  -webkit-justify-content: center;
                  -ms-justify-content: center;
                  justify-content: center; } }
      @media only screen and (max-width: 991px) {
        body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .group > div {
          width: 100%; }
        body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star {
          text-align: left; }
          body .collection-layout .collection-items.listMode .product .list-mode .list-collection-left .rating-star .spr-icon {
            margin-right: 5px;
            margin-left: 0px; } }
      @media only screen and (max-width: 425px) {
        body .collection-layout .collection-items {
          margin-left: -5px;
          margin-right: -5px; }
          body .collection-layout .collection-items .products .product-item {
            padding: 0 5px !important; } }
    body .collection-layout .collection-fullWidth-layout .container {
      margin: 0 auto;
      position: relative; }
      @media only screen and (min-width: 1920px) {
        body .collection-layout .collection-fullWidth-layout .container {
          width: 1770px; } }
      @media only screen and (min-width: 1600px) and (max-width: 1919px) {
        body .collection-layout .collection-fullWidth-layout .container {
          width: 1540px; } }
      @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        body .collection-layout .collection-fullWidth-layout .container {
          width: 1170px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body .collection-layout .collection-fullWidth-layout .container {
          width: 970px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body .collection-layout .collection-fullWidth-layout .container {
          width: 100%; } }
    @media only screen and (min-width: 1200px) {
      body .collection-layout .collection-fullWidth-layout .listMode .products .product-item {
        width: 50% !important; }
        body .collection-layout .collection-fullWidth-layout .listMode .products .product-item .product {
          overflow: inherit; }
        body .collection-layout .collection-fullWidth-layout .listMode .products .product-item .row-left:hover {
          -moz-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
          -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12); } }
    body .collection-layout .collection-inner {
      margin-left: -15px;
      margin-right: -15px; }
      body .collection-layout .collection-inner.collection-leftSidebar .collection-toolbar {
        margin-top: 5px; }
      @media only screen and (min-width: 992px) {
        body .collection-layout .collection-inner.collection-leftSidebar .filterCollections-layout {
          display: none; }
        body .collection-layout .collection-inner.collection-leftSidebar .collection-toolbar .group-toolbar .grid_list:before {
          display: none; } }
      @media only screen and (max-width: 991px) {
        body .collection-layout .collection-inner.collection-leftSidebar .collection-mainarea {
          width: 100% !important;
          padding-left: 15px !important; } }
      @media only screen and (max-width: 1199px) {
        body .collection-layout .collection-inner.collection-leftSidebar .sidebar {
          width: 33.33333%; }
        body .collection-layout .collection-inner.collection-leftSidebar .collection-mainarea {
          width: 66.66667%; } }
      @media only screen and (max-width: 767px) {
        body .collection-layout .collection-inner.collection-leftSidebar .sortBy .control-container {
          left: 0;
          right: auto; } }
      body .collection-layout .collection-inner.collection-default .collection-toolbar {
        margin-top: 15px; }
        @media only screen and (max-width: 767px) {
          body .collection-layout .collection-inner.collection-default .collection-toolbar .group-toolbar .group-left {
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            width: 100%; }
            body .collection-layout .collection-inner.collection-default .collection-toolbar .group-toolbar .group-left > div {
              margin: 0 !important;
              width: auto; } }
      @media only screen and (max-width: 1199px) {
        body .collection-layout .collection-inner .collection-items .products .product-item {
          width: 33.33333%; }
          body .collection-layout .collection-inner .collection-items .products .product-item:nth-child(4n) {
            border-right-width: 1px; }
          body .collection-layout .collection-inner .collection-items .products .product-item:nth-child(3n) {
            border-right-width: 0px; } }
      @media only screen and (max-width: 991px) {
        body .collection-layout .collection-inner .products .product-item {
          width: 33.33333%; } }
      @media only screen and (max-width: 767px) {
        body .collection-layout .collection-inner .collection-items .products .product-item {
          width: 50%; }
          body .collection-layout .collection-inner .collection-items .products .product-item:nth-child(3n) {
            border-right-width: 1px; }
          body .collection-layout .collection-inner .collection-items .products .product-item:nth-child(2n) {
            border-right-width: 0px; } }
  body .list-collection-layout {
    padding: 90px 0; }
    body .list-collection-layout .list-collection-inner {
      margin-left: -15px;
      margin-right: -15px; }
    body .list-collection-layout .list-collection-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .list-collection-layout .list-collection-content > div {
        margin-bottom: 30px; }
      body .list-collection-layout .list-collection-content .list-collection-item {
        border: 1px solid #e7e9f3; }
    body .list-collection-layout .collection-content {
      position: relative; }
      body .list-collection-layout .collection-content .info {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.7);
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        body .list-collection-layout .collection-content .info .info-group {
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
          -ms-transform: translateY(30px);
          -webkit-transform: translateY(30px);
          transform: translateY(30px);
          text-align: center;
          background-color: #fff;
          width: 70%;
          padding: 10px 20px; }
          body .list-collection-layout .collection-content .info .info-group .title {
            color: #282828;
            font-size: 20px;
            line-height: 1em;
            text-transform: capitalize;
            font-family: Lexend;
            padding: 3.5px 15px;
            margin-bottom: 5px;
            font-weight: 700; }
          body .list-collection-layout .collection-content .info .info-group .count, body .list-collection-layout .collection-content .info .info-group .hover_button {
            padding: 0 15px; }
          body .list-collection-layout .collection-content .info .info-group .hover_button a {
            font-size: 16px; }
          body .list-collection-layout .collection-content .info .info-group .count {
            color: #50a7b3;
            font-style: italic;
            font-size: 14px; }
          body .list-collection-layout .collection-content .info .info-group .hover_button a {
            text-decoration: underline;
            color: #50a7b3; }
      body .list-collection-layout .collection-content:focus .info, body .list-collection-layout .collection-content:hover .info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
        body .list-collection-layout .collection-content:focus .info .info-group, body .list-collection-layout .collection-content:hover .info .info-group {
          -ms-transform: translateY(0px);
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    @media only screen and (max-width: 991px) {
      body .list-collection-layout .list-collection-content > div {
        width: 50%; }
      body .list-collection-layout .collection-content .info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
        background-color: rgba(255, 255, 255, 0.4); }
        body .list-collection-layout .collection-content .info .info-group {
          -ms-transform: translateY(0px);
          -webkit-transform: translateY(0px);
          transform: translateY(0px); } }
    @media only screen and (max-width: 767px) {
      body .list-collection-layout .collection-content .info .info-group .title {
        font-size: 12px;
        letter-spacing: 4px;
        padding: 3px 10px 3px; }
      body .list-collection-layout .collection-content .info .info-group .hover_button a,
      body .list-collection-layout .collection-content .info .info-group .count {
        font-size: 12px;
        letter-spacing: 2px; } }
    @media only screen and (max-width: 425px) {
      body .list-collection-layout .list-collection-content > div {
        width: 100%; } }
  body .no-options .swatch, body .no-options .modal.quick-shop .swatch_quick, body .modal.quick-shop .no-options .swatch_quick {
    display: none !important; }
  body .swatch, body .modal.quick-shop .swatch_quick {
    margin-bottom: 10px;
    margin-top: 10px; }
    body .swatch .header, body .modal.quick-shop .swatch_quick .header {
      font-family: Lexend;
      font-size: 15px;
      font-weight: 400;
      color: #1f1f20;
      text-transform: capitalize;
      margin-bottom: 5px; }
    body .swatch .swatch-element, body .modal.quick-shop .swatch_quick .swatch-element {
      float: left;
      border-width: 0px;
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      position: relative;
      margin-top: 2px !important;
      margin-bottom: 2px !important;
      margin-right: 5px !important; }
      body .swatch .swatch-element .crossed-out, body .modal.quick-shop .swatch_quick .swatch-element .crossed-out {
        display: none; }
      body .swatch .swatch-element input, body .modal.quick-shop .swatch_quick .swatch-element input {
        display: none; }
      body .swatch .swatch-element label, body .modal.quick-shop .swatch_quick .swatch-element label {
        width: 100%;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid #dddddd;
        background-color: transparent;
        font-weight: normal;
        text-align: center;
        line-height: 37px;
        background-position: -1px -1px;
        font-size: 14px;
        cursor: pointer; }
      body .swatch .swatch-element input:checked + label, body .modal.quick-shop .swatch_quick .swatch-element input:checked + label, body .swatch .swatch-element.active label, body .modal.quick-shop .swatch_quick .swatch-element.active label {
        cursor: default; }
    body .swatch:not(.color) .swatch-element, body .modal.quick-shop .swatch_quick:not(.color) .swatch-element {
      min-width: 40px;
      height: 40px;
      border-radius: 0;
      background-position: -1px -1px;
      margin-right: -1px; }
      body .swatch:not(.color) .swatch-element label, body .modal.quick-shop .swatch_quick:not(.color) .swatch-element label {
        border-radius: 0; }
      body .swatch:not(.color) .swatch-element input:checked + label, body .modal.quick-shop .swatch_quick:not(.color) .swatch-element input:checked + label, body .swatch:not(.color) .swatch-element.active label, body .modal.quick-shop .swatch_quick:not(.color) .swatch-element.active label, body .swatch:not(.color) .swatch-element:hover label, body .modal.quick-shop .swatch_quick:not(.color) .swatch-element:hover label {
        background-color: #50a7b3;
        color: #fff; }
    body .swatch.color, body .modal.quick-shop .color.swatch_quick {
      padding: 0px;
      cursor: pointer; }
      body .swatch.color .swatch-element, body .modal.quick-shop .color.swatch_quick .swatch-element {
        min-width: 40px;
        height: 40px;
        border-radius: 0%;
        border-width: 0; }
        body .swatch.color .swatch-element label, body .modal.quick-shop .color.swatch_quick .swatch-element label {
          border-radius: 0%;
          border-width: 0 !important;
          margin: 0 !important; }
        body .swatch.color .swatch-element input:checked + label:before, body .modal.quick-shop .color.swatch_quick .swatch-element input:checked + label:before, body .swatch.color .swatch-element.active label:before, body .modal.quick-shop .color.swatch_quick .swatch-element.active label:before, body .swatch.color .swatch-element:hover label:before, body .modal.quick-shop .color.swatch_quick .swatch-element:hover label:before {
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-smooth: always;
          -ms-font-smoothing: antialiased;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          content: "\f00c";
          color: rgba(255, 255, 255, 0.9);
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          text-align: center;
          font-size: 16px;
          margin-top: -8px; }
    @media only screen and (max-width: 425px) {
      body .swatch .header, body .modal.quick-shop .swatch_quick .header {
        font-size: 14px -2px; }
      body .swatch .swatch-element, body .modal.quick-shop .swatch_quick .swatch-element {
        margin-bottom: 7px; } }
  body .modal.quick-shop .quantity-wrapper {
    float: left !important; }
  body .modal.quick-shop .variants-wrapper {
    display: none !important; }
  body .modal.quick-shop .modal-dialog {
    width: 100% !important;
    max-width: 900px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
    body .modal.quick-shop .modal-dialog .modal-content {
      border-radius: 0; }
      body .modal.quick-shop .modal-dialog .modal-content .modal-header {
        height: 50px;
        border-width: 0; }
        body .modal.quick-shop .modal-dialog .modal-content .modal-header .close {
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
          body .modal.quick-shop .modal-dialog .modal-content .modal-header .close:hover {
            color: #50a7b3; }
      body .modal.quick-shop .modal-dialog .modal-content .modal-body {
        padding: 0 50px 50px 50px; }
      body .modal.quick-shop .modal-dialog .modal-content .product-information,
      body .modal.quick-shop .modal-dialog .modal-content .product-image {
        width: 50%;
        float: left; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .show-image-load {
        text-align: center;
        width: 100%;
        z-index: 9; }
        body .modal.quick-shop .modal-dialog .modal-content .product-image .show-image-load i {
          color: #50a7b3; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .gallery-images-inner {
        margin-left: -5px;
        margin-right: -5px; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .featured img {
        border: 1px solid #e7e9f3; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical {
        padding-right: 5px;
        padding-left: 5px;
        text-align: center; }
        body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical a {
          display: block;
          padding: 3px 0; }
        body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical:hover img, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .image-vertical.active img {
          border: 1px solid #50a7b3;
          opacity: 0.6;
          filter: alpha(opacity=60); }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev,
      body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #27272f;
        border-color: white;
        background-color: white; }
        body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev *,
        body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next * {
          color: currentcolor; }
        body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:hover, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:focus,
        body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:hover,
        body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:focus {
          color: white;
          border-color: #27272f;
          background-color: #27272f;
          background-color: transparent; }
          body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:hover *, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev:focus *,
          body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:hover *,
          body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next:focus * {
            color: currentcolor; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-prev {
        left: 10px; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content .owl-controls .owl-next {
        right: 10px; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content:focus .owl-controls, body .modal.quick-shop .modal-dialog .modal-content .product-image .vertical-image-content:hover .owl-controls {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
      body .modal.quick-shop .modal-dialog .modal-content .product-image #featuted-image {
        margin-bottom: 30px; }
      body .modal.quick-shop .modal-dialog .modal-content .product-information {
        padding-right: 0;
        /*---*/
        /*--End---*/ }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .title {
          margin-top: 0;
          font-family: Lexend;
          text-transform: uppercase;
          color: #1a1a1a;
          font-weight: 700;
          font-size: 20px;
          line-height: 1.1em;
          margin-bottom: 20px;
          width: 100%;
          *zoom: 1; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .title * {
            margin-top: 0;
            font-family: Lexend;
            text-transform: uppercase;
            color: #1a1a1a;
            font-weight: 700;
            font-size: 20px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .title::after {
            content: '';
            display: table;
            clear: both; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .rating-content {
          *zoom: 1; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .rating-content::after {
            content: '';
            display: table;
            clear: both; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .rating-content .spr-badge {
            margin-bottom: 20px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .product-stock.management-content {
          font-size: 14px;
          margin-bottom: 5px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-stock.management-content .management-title, body .modal.quick-shop .modal-dialog .modal-content .product-information .product-stock.management-content .management-description {
            display: inline-block;
            *display: inline;
            zoom: 1; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-stock.management-content .management-title {
            color: #282828;
            font-weight: 500;
            margin-right: 5px;
            font-size: 14px;
            text-transform: uppercase; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-stock.management-content .management-description {
            color: #50a7b3;
            font-weight: 300; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .description {
          font-size: 14px;
          color: #8b8b99;
          line-height: 1.8em;
          font-weight: 400;
          margin-bottom: 30px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .description .readmore-link {
            font-weight: 500;
            color: #282828;
            font-size: 14px;
            border-bottom: 1px solid #282828;
            line-height: 1.35;
            margin-top: 5px;
            display: inline-block;
            *display: inline;
            zoom: 1; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .description .readmore-link:hover {
              color: #50a7b3; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price {
          text-align: left;
          margin-bottom: 30px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price h2 {
            margin: 0;
            font-size: 0; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price .money {
            color: #f05051;
            font-family: Lexend;
            font-weight: 500;
            font-size: 20px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del {
            margin-left: 10px;
            color: dimgrey; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del .money {
              color: dimgrey; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del .money {
              font-weight: 500;
              font-size: 16px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
          min-width: 90px;
          float: left;
          margin-right: 10px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper-title {
            font-family: Lexend;
            font-size: 15px;
            font-weight: 400;
            color: #1f1f20;
            text-transform: capitalize; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            height: 40px;
            min-width: auto;
            max-width: 127px;
            padding: 0 19px 0 19px;
            border-radius: 0px;
            position: relative;
            border: 1px solid #e7e9f3;
            background-color: white;
            border-radius: 5px; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up,
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down {
              font-family: 'cs-icon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              position: absolute;
              text-align: right;
              width: 25px;
              height: 38px;
              line-height: 38px;
              top: 50%;
              text-align: center;
              cursor: pointer;
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up.cs-icon,
              body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down.cs-icon {
                color: #282828;
                font-weight: 500;
                font-size: 12px; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down {
              left: 0; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-down:before {
                content: '\e919'; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up {
              right: 0; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper .qty-up:before {
                content: '\e91b'; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper input[type="text"] {
              text-align: center;
              border-width: 0;
              font-size: 14px;
              height: 100%;
              padding: 5px;
              color: #1f1f20;
              font-weight: 500;
              font-family: Lexend;
              background-color: transparent; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-webkit-input-placeholder {
              font-size: 15px;
              color: #282828; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-moz-placeholder {
              font-size: 15px;
              color: #282828; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper :-ms-input-placeholder {
              font-size: 15px;
              color: #282828; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper ::-ms-input-placeholder {
              font-size: 15px;
              color: #282828; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section {
          float: left; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase {
            float: left;
            margin-right: 20px;
            margin-top: 7px; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart {
              font-size: 14px;
              border-width: 1px;
              height: 40px;
              line-height: 38px;
              padding: 0 16px;
              font-weight: 500;
              color: white;
              border-color: #27272f;
              background-color: #27272f;
              text-align: center;
              padding: 0 20px;
              position: relative;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              /*sass-lint:disable no-misspelled-properties*/
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              width: auto; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart * {
                color: currentcolor; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart span {
                line-height: 1em;
                display: inline-block;
                *display: inline;
                zoom: 1; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart .icon-cs-cart {
                margin-right: 5px; }
              @media only screen and (min-width: 1200px) {
                body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:focus, body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:hover {
                  color: white;
                  border-color: #767476;
                  background-color: black; }
                  body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:focus *, body .modal.quick-shop .modal-dialog .modal-content .product-information .purchase-section .purchase .add-to-cart:hover * {
                    color: currentcolor; } }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content {
          *zoom: 1;
          display: inline-block;
          *display: inline;
          zoom: 1;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          width: auto;
          margin: 0; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content::after {
            content: '';
            display: table;
            clear: both; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a {
            vertical-align: top;
            font-size: 14px;
            color: #282828;
            position: relative;
            cursor: pointer;
            text-transform: uppercase;
            height: 40px;
            text-align: center;
            border-width: 1px;
            border-style: solid;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            width: 40px;
            margin-left: 10px;
            border-radius: 5px;
            color: white;
            border-color: #27272f;
            background-color: #27272f; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a * {
              color: currentcolor; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a > span {
              display: inline-block;
              *display: inline;
              zoom: 1;
              text-transform: uppercase;
              font-family: Lexend; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a .cs-icon {
              margin-right: 0px; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a .cs-icon:before {
                font-size: 20px; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a .cs-icon.icon-heart:before {
                font-size: 15px; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.wishlist-added, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.compare-added {
              cursor: default; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:hover, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:focus, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.wishlist-added, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.compare-added {
              color: white;
              border-color: #767476;
              background-color: black; }
              body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:hover *, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a:focus *, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.wishlist-added *, body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a.compare-added * {
                color: currentcolor; }
          @media only screen and (max-width: 991px) {
            body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content ._compareWishlist-text {
              display: none !important; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .comWish-content > a {
              margin-left: 10px; } }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type {
          margin: 0; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type .selector-wrapper {
            margin-bottom: 20px;
            position: relative;
            border-bottom: 1px solid #e7e9f3;
            padding-left: 60px; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type .selector-wrapper label {
              font-family: Lexend;
              font-size: 15px;
              font-weight: 400;
              color: #1f1f20;
              text-transform: capitalize;
              width: 60px;
              line-height: 1em;
              margin-bottom: 0 !important;
              position: absolute;
              top: 50%;
              left: 0;
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .product-type .selector-wrapper select {
              padding-left: 10px;
              padding-right: 10px;
              background-color: #fff;
              border: 1px solid #e7e9f3;
              text-align: left;
              box-shadow: none;
              border-radius: 0;
              width: 100%;
              height: 38px;
              max-width: 100%;
              text-transform: capitalize;
              color: #282828;
              border-width: 0; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .spr-badge[data-rating="0.0"] {
          display: none !important; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .spr-badge[data-rating="0.0"] + .review-link {
          margin-left: 0; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .spr-badge-caption {
          font-size: 14px;
          color: #8b8b99;
          margin-top: 1px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .title {
          margin-bottom: 10px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
          margin-bottom: 25px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .rating-content .spr-starrating {
          margin-right: 10px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .rating-content .spr-badge {
          margin-bottom: 10px !important; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management {
          margin-bottom: 6px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management .management-title {
            text-transform: uppercase;
            color: #282828;
            font-weight: 700;
            margin-right: 5px;
            font-size: 14px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .quick-shop-management .management-description {
            color: #50a7b3;
            font-style: italic;
            display: inline-block;
            *display: inline;
            zoom: 1;
            font-size: 14px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price {
          clear: both;
          margin-bottom: 10px !important; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .product-price del {
            margin-right: 10px; }
        body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface {
          *zoom: 1;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          margin-top: 25px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface::after {
            content: '';
            display: table;
            clear: both; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .social-title {
            text-transform: uppercase;
            font-weight: 500;
            font-size: 14px;
            color: #282828;
            margin-right: 45px; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .quick-shop-social a {
            border-width: 0;
            background-color: transparent;
            margin-right: 15px; }
            body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .quick-shop-social a:hover .fa {
              color: #50a7b3; }
          body .modal.quick-shop .modal-dialog .modal-content .product-information .supports-fontface .quick-shop-social .fa {
            font-size: 14px; }
  body .modal.quick-shop .swatch_quick {
    margin-bottom: 25px; }
    body .modal.quick-shop .swatch_quick:not(.color) {
      margin-right: 30px; }
    body .modal.quick-shop .swatch_quick > label {
      display: block; }
  body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper {
    min-width: 90px; }
  body .modal.quick-shop .modal-dialog .modal-content .product-information .quantity-wrapper .wrapper {
    max-width: 90px !important; }
  body .modal.quick-shop .owl-buttons > div {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  body .spr-badge-caption {
    color: #282828;
    font-size: 15px;
    margin-left: 10px !important;
    margin-right: 10px !important; }
    body .spr-badge-caption * {
      color: #282828; }
    body .spr-badge-caption:before {
      content: '('; }
    body .spr-badge-caption:after {
      content: ')'; }
  body .product-detail-layout {
    *zoom: 1; }
    body .product-detail-layout::after {
      content: '';
      display: table;
      clear: both; }
    body .product-detail-layout .product-template {
      padding-top: 60px !important; }
    body .product-detail-layout .product-detail-content .info-detail-layout {
      *zoom: 1; }
      body .product-detail-layout .product-detail-content .info-detail-layout::after {
        content: '';
        display: table;
        clear: both; }
    body .product-detail-layout .product-detail-content .info-detail-content .info-detail-pro {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 90px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        body .product-detail-layout .product-detail-content .info-detail-content .info-detail-pro {
          margin-bottom: 45px; } }
    body .product-detail-layout .product-detail-content #product-information {
      width: 40%; }
    body .product-detail-layout .product-detail-content #product-image {
      width: 60%; }
      body .product-detail-layout .product-detail-content #product-image .group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      body .product-detail-layout .product-detail-content #product-image .show-image-load {
        text-align: center;
        width: 100%;
        z-index: 9; }
        body .product-detail-layout .product-detail-content #product-image .show-image-load i {
          color: #50a7b3; }
      body .product-detail-layout .product-detail-content #product-image .gallery-images-inner {
        margin-left: -5px;
        margin-right: -5px; }
      body .product-detail-layout .product-detail-content #product-image .featured img {
        border: 1px solid #e7e9f3; }
      body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical {
        padding-right: 5px;
        padding-left: 5px;
        text-align: center; }
        body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical a {
          display: block;
          padding: 3px 0; }
        body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical:hover img, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .image-vertical.active img {
          border: 1px solid #50a7b3;
          opacity: 0.6;
          filter: alpha(opacity=60); }
      body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev,
      body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #27272f;
        border-color: white;
        background-color: white; }
        body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev *,
        body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next * {
          color: currentcolor; }
        body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:hover, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:focus,
        body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:hover,
        body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:focus {
          color: white;
          border-color: #27272f;
          background-color: #27272f;
          background-color: transparent; }
          body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:hover *, body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev:focus *,
          body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:hover *,
          body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next:focus * {
            color: currentcolor; }
      body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-prev {
        left: 10px; }
      body .product-detail-layout .product-detail-content #product-image .vertical-image-content .owl-controls .owl-next {
        right: 10px; }
      body .product-detail-layout .product-detail-content #product-image .vertical-image-content:focus .owl-controls, body .product-detail-layout .product-detail-content #product-image .vertical-image-content:hover .owl-controls {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
      body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) {
        width: 90px; }
        body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-slider {
          margin-top: -5px;
          margin-bottom: 0 !important; }
        body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-vertical {
          padding-bottom: 40px; }
          body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-vertical .slick-slide {
            border: 1px solid #e7e9f3;
            margin-top: 5px;
            margin-bottom: 5px; }
            body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-vertical .slick-slide > a {
              display: block; }
            body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-vertical .slick-slide.active {
              border: 1px solid #50a7b3; }
        body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-prev, body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-next {
          top: auto;
          bottom: 0;
          margin-bottom: 0;
          background-color: #50a7b3;
          color: #fff;
          width: 30px;
          height: 30px; }
          body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-prev:before, body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-next:before {
            color: #fff;
            font-size: 16px; }
          body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-prev:hover, body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) .slick-next:hover {
            color: #000;
            background-color: #50a7b3; }
        @media only screen and (max-width: 767px) {
          body .product-detail-layout .product-detail-content #product-image .thumbs:not(.thumbs-mobile) {
            display: none !important; } }
      body .product-detail-layout .product-detail-content #product-image .featured {
        width: calc(100% - 90px);
        padding-left: 10px; }
        body .product-detail-layout .product-detail-content #product-image .featured video, body .product-detail-layout .product-detail-content #product-image .featured iframe {
          width: 100%;
          height: 100%; }
      @media only screen and (min-width: 768px) {
        body .product-detail-layout .product-detail-content #product-image .thumbs-mobile {
          display: none; } }
      @media only screen and (max-width: 767px) {
        body .product-detail-layout .product-detail-content #product-image .featured,
        body .product-detail-layout .product-detail-content #product-image .thumbs-mobile {
          width: 100% !important; }
        body .product-detail-layout .product-detail-content #product-image .thumbs-mobile {
          padding-top: 15px; }
        body .product-detail-layout .product-detail-content #product-image .featured {
          padding-left: 0; } }
      body .product-detail-layout .product-detail-content #product-image .cloud-zoom-gallery {
        position: relative; }
      body .product-detail-layout .product-detail-content #product-image .product-thumbnail-badge {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 20px;
        height: 20px; }
        body .product-detail-layout .product-detail-content #product-image .product-thumbnail-badge svg {
          fill: #fff;
          width: 100%;
          height: 100%;
          vertical-align: baseline; }
          body .product-detail-layout .product-detail-content #product-image .product-thumbnail-badge svg .icon-video-badge-full-color-outline,
          body .product-detail-layout .product-detail-content #product-image .product-thumbnail-badge svg .icon-3d-badge-full-color-outline {
            stroke: rgba(61, 66, 70, 0.05); }
          body .product-detail-layout .product-detail-content #product-image .product-thumbnail-badge svg .icon-video-badge-full-color-element,
          body .product-detail-layout .product-detail-content #product-image .product-thumbnail-badge svg .icon-3d-badge-full-color-element {
            fill: #3d4246; }
    body .product-detail-layout .product-detail-content #product-information {
      padding-right: 0; }
      body .product-detail-layout .product-detail-content #product-information .title {
        margin-top: 0;
        font-family: Lexend;
        text-transform: uppercase;
        color: #1a1a1a;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.1em;
        margin-bottom: 20px;
        width: 100%;
        *zoom: 1; }
        body .product-detail-layout .product-detail-content #product-information .title * {
          margin-top: 0;
          font-family: Lexend;
          text-transform: uppercase;
          color: #1a1a1a;
          font-weight: 700;
          font-size: 20px; }
        body .product-detail-layout .product-detail-content #product-information .title::after {
          content: '';
          display: table;
          clear: both; }
      body .product-detail-layout .product-detail-content #product-information .rating-content {
        *zoom: 1; }
        body .product-detail-layout .product-detail-content #product-information .rating-content::after {
          content: '';
          display: table;
          clear: both; }
        body .product-detail-layout .product-detail-content #product-information .rating-content .spr-badge {
          margin-bottom: 20px; }
      body .product-detail-layout .product-detail-content #product-information .product-stock.management-content {
        font-size: 14px;
        margin-bottom: 5px; }
        body .product-detail-layout .product-detail-content #product-information .product-stock.management-content .management-title, body .product-detail-layout .product-detail-content #product-information .product-stock.management-content .management-description {
          display: inline-block;
          *display: inline;
          zoom: 1; }
        body .product-detail-layout .product-detail-content #product-information .product-stock.management-content .management-title {
          color: #282828;
          font-weight: 500;
          margin-right: 5px;
          font-size: 14px;
          text-transform: uppercase; }
        body .product-detail-layout .product-detail-content #product-information .product-stock.management-content .management-description {
          color: #50a7b3;
          font-weight: 300; }
      body .product-detail-layout .product-detail-content #product-information .description {
        font-size: 14px;
        color: #8b8b99;
        line-height: 1.8em;
        font-weight: 400;
        margin-bottom: 30px; }
        body .product-detail-layout .product-detail-content #product-information .description .readmore-link {
          font-weight: 500;
          color: #282828;
          font-size: 14px;
          border-bottom: 1px solid #282828;
          line-height: 1.35;
          margin-top: 5px;
          display: inline-block;
          *display: inline;
          zoom: 1; }
          body .product-detail-layout .product-detail-content #product-information .description .readmore-link:hover {
            color: #50a7b3; }
      body .product-detail-layout .product-detail-content #product-information .product-price {
        text-align: left;
        margin-bottom: 30px; }
        body .product-detail-layout .product-detail-content #product-information .product-price h2 {
          margin: 0;
          font-size: 0; }
        body .product-detail-layout .product-detail-content #product-information .product-price .money {
          color: #f05051;
          font-family: Lexend;
          font-weight: 500;
          font-size: 20px; }
        body .product-detail-layout .product-detail-content #product-information .product-price del {
          margin-left: 10px;
          color: dimgrey; }
          body .product-detail-layout .product-detail-content #product-information .product-price del .money {
            color: dimgrey; }
          body .product-detail-layout .product-detail-content #product-information .product-price del .money {
            font-weight: 500;
            font-size: 16px; }
      body .product-detail-layout .product-detail-content #product-information .quantity-wrapper {
        min-width: 90px;
        float: left;
        margin-right: 10px; }
        body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper-title {
          font-family: Lexend;
          font-size: 15px;
          font-weight: 400;
          color: #1f1f20;
          text-transform: capitalize; }
        body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          height: 40px;
          min-width: auto;
          max-width: 127px;
          padding: 0 19px 0 19px;
          border-radius: 0px;
          position: relative;
          border: 1px solid #e7e9f3;
          background-color: white;
          border-radius: 5px; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-up,
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-down {
            font-family: 'cs-icon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            text-align: right;
            width: 25px;
            height: 38px;
            line-height: 38px;
            top: 50%;
            text-align: center;
            cursor: pointer;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
            body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-up.cs-icon,
            body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-down.cs-icon {
              color: #282828;
              font-weight: 500;
              font-size: 12px; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-down {
            left: 0; }
            body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-down:before {
              content: '\e919'; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-up {
            right: 0; }
            body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper .qty-up:before {
              content: '\e91b'; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper input[type="text"] {
            text-align: center;
            border-width: 0;
            font-size: 14px;
            height: 100%;
            padding: 5px;
            color: #1f1f20;
            font-weight: 500;
            font-family: Lexend;
            background-color: transparent; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper ::-webkit-input-placeholder {
            font-size: 15px;
            color: #282828; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper ::-moz-placeholder {
            font-size: 15px;
            color: #282828; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper :-ms-input-placeholder {
            font-size: 15px;
            color: #282828; }
          body .product-detail-layout .product-detail-content #product-information .quantity-wrapper .wrapper ::-ms-input-placeholder {
            font-size: 15px;
            color: #282828; }
      body .product-detail-layout .product-detail-content #product-information .purchase-section {
        float: left; }
        body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase {
          float: left;
          margin-right: 20px;
          margin-top: 7px; }
          body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart {
            font-size: 14px;
            border-width: 1px;
            height: 40px;
            line-height: 38px;
            padding: 0 16px;
            font-weight: 500;
            color: white;
            border-color: #27272f;
            background-color: #27272f;
            text-align: center;
            padding: 0 20px;
            position: relative;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            width: auto; }
            body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart * {
              color: currentcolor; }
            body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart span {
              line-height: 1em;
              display: inline-block;
              *display: inline;
              zoom: 1; }
            body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart .icon-cs-cart {
              margin-right: 5px; }
            @media only screen and (min-width: 1200px) {
              body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:focus, body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover {
                color: white;
                border-color: #767476;
                background-color: black; }
                body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:focus *, body .product-detail-layout .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover * {
                  color: currentcolor; } }
      body .product-detail-layout .product-detail-content #product-information .comWish-content {
        *zoom: 1;
        display: inline-block;
        *display: inline;
        zoom: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
        margin: 0; }
        body .product-detail-layout .product-detail-content #product-information .comWish-content::after {
          content: '';
          display: table;
          clear: both; }
        body .product-detail-layout .product-detail-content #product-information .comWish-content > a {
          vertical-align: top;
          font-size: 14px;
          color: #282828;
          position: relative;
          cursor: pointer;
          text-transform: uppercase;
          height: 40px;
          text-align: center;
          border-width: 1px;
          border-style: solid;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          width: 40px;
          margin-left: 10px;
          border-radius: 5px;
          color: white;
          border-color: #27272f;
          background-color: #27272f; }
          body .product-detail-layout .product-detail-content #product-information .comWish-content > a * {
            color: currentcolor; }
          body .product-detail-layout .product-detail-content #product-information .comWish-content > a > span {
            display: inline-block;
            *display: inline;
            zoom: 1;
            text-transform: uppercase;
            font-family: Lexend; }
          body .product-detail-layout .product-detail-content #product-information .comWish-content > a .cs-icon {
            margin-right: 0px; }
            body .product-detail-layout .product-detail-content #product-information .comWish-content > a .cs-icon:before {
              font-size: 20px; }
            body .product-detail-layout .product-detail-content #product-information .comWish-content > a .cs-icon.icon-heart:before {
              font-size: 15px; }
          body .product-detail-layout .product-detail-content #product-information .comWish-content > a.wishlist-added, body .product-detail-layout .product-detail-content #product-information .comWish-content > a.compare-added {
            cursor: default; }
          body .product-detail-layout .product-detail-content #product-information .comWish-content > a:hover, body .product-detail-layout .product-detail-content #product-information .comWish-content > a:focus, body .product-detail-layout .product-detail-content #product-information .comWish-content > a.wishlist-added, body .product-detail-layout .product-detail-content #product-information .comWish-content > a.compare-added {
            color: white;
            border-color: #767476;
            background-color: black; }
            body .product-detail-layout .product-detail-content #product-information .comWish-content > a:hover *, body .product-detail-layout .product-detail-content #product-information .comWish-content > a:focus *, body .product-detail-layout .product-detail-content #product-information .comWish-content > a.wishlist-added *, body .product-detail-layout .product-detail-content #product-information .comWish-content > a.compare-added * {
              color: currentcolor; }
        @media only screen and (max-width: 991px) {
          body .product-detail-layout .product-detail-content #product-information .comWish-content ._compareWishlist-text {
            display: none !important; }
          body .product-detail-layout .product-detail-content #product-information .comWish-content > a {
            margin-left: 10px; } }
      body .product-detail-layout .product-detail-content #product-information .product-type {
        margin: 0; }
        body .product-detail-layout .product-detail-content #product-information .product-type .selector-wrapper {
          margin-bottom: 20px;
          position: relative;
          border-bottom: 1px solid #e7e9f3;
          padding-left: 60px; }
          body .product-detail-layout .product-detail-content #product-information .product-type .selector-wrapper label {
            font-family: Lexend;
            font-size: 15px;
            font-weight: 400;
            color: #1f1f20;
            text-transform: capitalize;
            width: 60px;
            line-height: 1em;
            margin-bottom: 0 !important;
            position: absolute;
            top: 50%;
            left: 0;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
          body .product-detail-layout .product-detail-content #product-information .product-type .selector-wrapper select {
            padding-left: 10px;
            padding-right: 10px;
            background-color: #fff;
            border: 1px solid #e7e9f3;
            text-align: left;
            box-shadow: none;
            border-radius: 0;
            width: 100%;
            height: 38px;
            max-width: 100%;
            text-transform: capitalize;
            color: #282828;
            border-width: 0; }
      body .product-detail-layout .product-detail-content #product-information .spr-badge[data-rating="0.0"] {
        display: none !important; }
      body .product-detail-layout .product-detail-content #product-information .spr-badge[data-rating="0.0"] + .review-link {
        margin-left: 0; }
      body .product-detail-layout .product-detail-content #product-information .spr-badge-caption {
        font-size: 14px;
        color: #8b8b99;
        margin-top: 1px; }
      body .product-detail-layout .product-detail-content #product-information .information-top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 30px; }
        body .product-detail-layout .product-detail-content #product-information .information-top > div {
          width: 100% !important; }
        body .product-detail-layout .product-detail-content #product-information .information-top .top-left, body .product-detail-layout .product-detail-content #product-information .information-top .top-right {
          width: 50%; }
        body .product-detail-layout .product-detail-content #product-information .information-top .rating-content .rating-description {
          text-align: left;
          margin-bottom: 20px; }
          body .product-detail-layout .product-detail-content #product-information .information-top .rating-content .rating-description .spr-badge > span {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-right: 15px;
            line-height: 1em;
            font-size: 0; }
      body .product-detail-layout .product-detail-content #product-information .product-rating {
        margin-bottom: 16px; }
        body .product-detail-layout .product-detail-content #product-information .product-rating > .rating-content * {
          display: inline-block;
          *display: inline;
          zoom: 1; }
        body .product-detail-layout .product-detail-content #product-information .product-rating > .rating-content .rating-title {
          font-weight: 700;
          padding-right: 5px; }
      body .product-detail-layout .product-detail-content #product-information .rating-content {
        *zoom: 1; }
        body .product-detail-layout .product-detail-content #product-information .rating-content::after {
          content: '';
          display: table;
          clear: both; }
        body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description > span {
            display: inline-block;
            *display: inline;
            zoom: 1; }
          body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .review-link a {
            color: #282828;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.35;
            border-bottom: 1px solid #282828; }
            body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .review-link a:hover {
              color: #50a7b3; }
          body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description .spr-badge > span {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin: 0; }
      body .product-detail-layout .product-detail-content #product-information .product-management {
        margin-top: 16px;
        margin-bottom: 16px; }
        body .product-detail-layout .product-detail-content #product-information .product-management .management-content {
          margin-bottom: 4px; }
          body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-title,
          body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-description {
            display: inline-block;
            *display: inline;
            zoom: 1;
            font-size: 14px; }
          body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-title {
            text-transform: uppercase;
            color: #282828;
            font-weight: 700;
            margin-right: 5px;
            font-size: 14px; }
          body .product-detail-layout .product-detail-content #product-information .product-management .management-content .management-description {
            color: rgba(80, 167, 179, 0.8);
            font-style: italic; }
          body .product-detail-layout .product-detail-content #product-information .product-management .management-content.management-out .management-description {
            color: red; }
      body .product-detail-layout .product-detail-content #product-information .supports-fontface {
        *zoom: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        margin-top: 25px; }
        body .product-detail-layout .product-detail-content #product-information .supports-fontface::after {
          content: '';
          display: table;
          clear: both; }
        body .product-detail-layout .product-detail-content #product-information .supports-fontface .social-title {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 14px;
          color: #282828;
          margin-right: 45px; }
        body .product-detail-layout .product-detail-content #product-information .supports-fontface .social-sharing.is-clean a {
          border-width: 0;
          margin-right: 5px;
          background-color: transparent; }
        body .product-detail-layout .product-detail-content #product-information .supports-fontface .social-sharing .fa {
          font-size: 16px; }
      body .product-detail-layout .product-detail-content #product-information .product-services {
        margin-top: 30px; }
        body .product-detail-layout .product-detail-content #product-information .product-services .panel-group {
          margin-bottom: 0; }
        body .product-detail-layout .product-detail-content #product-information .product-services .panel-group .panel {
          border-radius: 0;
          border-width: 0;
          box-shadow: none; }
        body .product-detail-layout .product-detail-content #product-information .product-services .panel-default > .panel-heading {
          background-color: white;
          border: 1px solid #e7e9f3;
          border-right-width: 0;
          border-left-width: 0;
          border-radius: 0;
          padding-left: 0;
          padding-right: 0; }
          body .product-detail-layout .product-detail-content #product-information .product-services .panel-default > .panel-heading .panel-title {
            position: relative; }
            body .product-detail-layout .product-detail-content #product-information .product-services .panel-default > .panel-heading .panel-title a {
              font-size: 15px;
              text-transform: uppercase;
              font-weight: 600;
              color: #282828; }
            body .product-detail-layout .product-detail-content #product-information .product-services .panel-default > .panel-heading .panel-title .fa {
              position: absolute;
              right: 15px;
              top: 50%;
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
          body .product-detail-layout .product-detail-content #product-information .product-services .panel-default > .panel-heading.active .panel-title a {
            color: #50a7b3; }
        body .product-detail-layout .product-detail-content #product-information .product-services .panel-group .panel + .panel {
          margin-top: -1px; }
        body .product-detail-layout .product-detail-content #product-information .product-services .panel-default > .panel-heading + .panel-collapse > .panel-body {
          border-width: 0;
          padding-left: 0;
          padding-right: 0;
          font-size: 14px;
          line-height: 1.7em;
          font-weight: 400; }
      body .product-detail-layout .product-detail-content #product-information .group-product-information {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating {
          border-bottom: 1px solid #e7e9f3;
          padding-bottom: 13px;
          margin-bottom: 15px; }
          body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content {
            margin-bottom: 5px; }
            body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content .rating-title {
              width: 100px;
              display: inline-block;
              *display: inline;
              zoom: 1; }
            body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content .rating-description {
              display: inline-block;
              *display: inline;
              zoom: 1; }
              body .product-detail-layout .product-detail-content #product-information .group-product-information .product-rating .rating-content .rating-description .spr-badge-starrating {
                margin-right: 10px; }
      body .product-detail-layout .product-detail-content #product-information .product-share {
        margin-bottom: 30px;
        margin-top: 40px;
        padding-top: 35px; }
        body .product-detail-layout .product-detail-content #product-information .product-share .share-item {
          text-align: left;
          display: table;
          vertical-align: middle; }
          body .product-detail-layout .product-detail-content #product-information .product-share .share-item:not(:last-child) {
            margin-bottom: 15px; }
          body .product-detail-layout .product-detail-content #product-information .product-share .share-item > * {
            display: table-cell; }
          body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-title {
            font-size: 14px;
            text-transform: uppercase;
            color: #282828;
            width: 110px;
            font-weight: 500; }
          body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-info a {
            color: #8b8b99; }
            body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-info a:hover {
              color: #50a7b3; }
            body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-info a span {
              margin-left: 5px;
              margin-right: 0px;
              opacity: 0.6;
              filter: alpha(opacity=60);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
        body .product-detail-layout .product-detail-content #product-information .product-share .social-sharing.is-clean a span {
          height: auto;
          line-height: 1em;
          font-size: 13px; }
        body .product-detail-layout .product-detail-content #product-information .product-share .social-sharing.is-clean a {
          border-width: 0;
          height: auto;
          line-height: 1em;
          margin-right: 5px;
          background-color: transparent; }
        body .product-detail-layout .product-detail-content #product-information .product-share .social-sharing a {
          margin: 0 5px 0 0; }
      body .product-detail-layout .product-detail-content #product-information .product-type {
        *zoom: 1;
        margin-bottom: 20px; }
        body .product-detail-layout .product-detail-content #product-information .product-type::after {
          content: '';
          display: table;
          clear: both; }
        body .product-detail-layout .product-detail-content #product-information .product-type .product-type-items {
          width: 31.33333%;
          margin-right: 1%;
          display: inline-block;
          *display: inline;
          zoom: 1;
          float: left; }
      body .product-detail-layout .product-detail-content #product-information .no-options .product-type {
        display: none !important; }
      body .product-detail-layout .product-detail-content #product-information .comWish-content {
        text-align: left; }
    @media only screen and (max-width: 1199px) {
      body .product-detail-layout .product-detail-content #product-information .information-top .top-left, body .product-detail-layout .product-detail-content #product-information .information-top .top-right {
        width: 100%; }
      body .product-detail-layout .product-detail-content #product-information .rating-content .rating-description {
        text-align: left;
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      body .product-detail-layout .product-detail-content #product-information,
      body .product-detail-layout .product-detail-content #product-image {
        width: 100%;
        padding: 0; }
      body .product-detail-layout .product-detail-content #product-information {
        padding-top: 45px; } }
    @media only screen and (max-width: 540px) {
      body .product-detail-layout .product-detail-content .info-detail-content .info-detail-pro {
        margin-bottom: 45px; } }
    @media only screen and (max-width: 425px) {
      body .product-detail-layout .product-detail-content #product-information .product-type .product-type-items {
        width: 100%;
        margin: 10px 0 10px 0; }
      body .product-detail-layout .product-detail-content #product-information .product-share .share-item .share-title {
        width: 110px; } }
    body .product-detail-layout .related-products-layout {
      margin-top: 80px; }
      body .product-detail-layout .related-products-layout .related-products-content {
        *zoom: 1; }
        body .product-detail-layout .related-products-layout .related-products-content::after {
          content: '';
          display: table;
          clear: both; }
      body .product-detail-layout .related-products-layout .product {
        margin-bottom: 0; }
      body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev {
        left: 0px; }
      body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next {
        right: 0px; }
      @media only screen and (max-width: 767px) {
        body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev,
        body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next {
          left: 50%;
          right: auto;
          top: 0px;
          -ms-transform: translate(-50%, -100%);
          -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }
        body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-prev {
          margin-left: -21px; }
        body .product-detail-layout .related-products-layout .owl-controls .owl-buttons .owl-next {
          margin-left: 21px; } }
      body .product-detail-layout .related-products-layout .group-related .group-related-inner {
        margin-left: -10px;
        margin-right: -10px; }
      body .product-detail-layout .related-products-layout .group-related .owl-item {
        padding: 15px; }
      @media only screen and (min-width: 1200px) {
        body .product-detail-layout .related-products-layout .group-related .owl-controls {
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
          opacity: 0;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
        body .product-detail-layout .related-products-layout .group-related:hover .owl-controls {
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; } }
      @media only screen and (max-width: 767px) {
        body .product-detail-layout .related-products-layout .group-related .group-related-inner {
          margin-left: -5px;
          margin-right: -5px; }
        body .product-detail-layout .related-products-layout .group-related .owl-item {
          padding-left: 5px;
          padding-right: 5px; } }
    @media only screen and (min-width: 1200px) {
      body .product-detail-layout .filterCollections-layout {
        display: none; } }
    @media only screen and (max-width: 1199px) {
      body .product-detail-layout .product-template {
        padding-top: 0px !important; }
      body .product-detail-layout .filterCollections-layout {
        margin-bottom: 20px; }
        body .product-detail-layout .filterCollections-layout a {
          display: table;
          width: auto; }
          body .product-detail-layout .filterCollections-layout a > span {
            display: table-cell;
            vertical-align: middle;
            font-weight: 500; }
          body .product-detail-layout .filterCollections-layout a .filterCollections-title {
            font-size: 16px;
            padding-left: 5px;
            color: #282828;
            font-weight: 500; }
          body .product-detail-layout .filterCollections-layout a .cs-icon {
            font-size: 16px;
            color: #282828; }
            body .product-detail-layout .filterCollections-layout a .cs-icon:before {
              content: '\e92b'; }
          body .product-detail-layout .filterCollections-layout a:hover * {
            color: #50a7b3; } }
    @media only screen and (max-width: 991px) {
      body .product-detail-layout .product-detail-content {
        padding-top: 30px; }
        body .product-detail-layout .product-detail-content .filterCollections-layout {
          display: none !important; } }
    @media only screen and (max-width: 767px) {
      body .product-detail-layout .product-detail-content {
        padding-top: 0px; }
      body .product-detail-layout .product-template {
        padding-bottom: 0 !important; } }
  body .tabs-information-layout {
    *zoom: 1;
    border-width: 0;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto; }
    body .tabs-information-layout::after {
      content: '';
      display: table;
      clear: both; }
    body .tabs-information-layout .tabs-information-content {
      *zoom: 1;
      width: 1170px;
      max-width: 100%;
      margin: 0 auto; }
      body .tabs-information-layout .tabs-information-content::after {
        content: '';
        display: table;
        clear: both; }
    body .tabs-information-layout .tabs-information {
      padding: 0;
      margin-top: 0; }
      body .tabs-information-layout .tabs-information .tabs-title {
        padding-left: 0;
        padding-right: 0; }
        body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li {
          margin-left: 0px;
          margin-right: 0px; }
        body .tabs-information-layout .tabs-information .tabs-title .nav-tabs {
          text-align: center;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          margin: 0;
          border-bottom: 1px solid #e7e9f3; }
          body .tabs-information-layout .tabs-information .tabs-title .nav-tabs:before, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs:after {
            display: none; }
          body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li {
            list-style: none;
            float: none;
            display: block;
            margin-bottom: 0;
            margin: 0 25px;
            padding: 10px 15px;
            border-width: 0; }
            body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a {
              margin-right: 0px;
              line-height: 1em;
              border-radius: 0;
              text-transform: capitalize;
              color: #282828;
              font-weight: 600;
              font-size: 18px; }
              @media (min-width: 1200px) {
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a {
                  -ms-transition: all 500ms ease;
                  -webkit-transition: all 500ms ease;
                  transition: all 500ms ease; } }
              @media only screen and (min-width: 1200px) {
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a:focus, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li a:hover {
                  background-color: transparent;
                  color: #50a7b3; } }
            body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active {
              border-bottom-width: 0;
              position: relative; }
              body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active:before {
                position: absolute;
                width: 100%;
                left: 0;
                top: auto;
                bottom: 0;
                content: '';
                height: 1px;
                background-color: #50a7b3; }
              body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active > a {
                color: #282828;
                text-decoration: none; }
              @media only screen and (min-width: 1200px) {
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active > a:hover,
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active > a:focus {
                  color: #282828;
                  text-decoration: none; } }
            @media only screen and (min-width: 1200px) {
              body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:focus, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:hover {
                border-bottom-width: 0;
                position: relative; }
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:focus:before, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:hover:before {
                  position: absolute;
                  width: 100%;
                  left: 0;
                  top: auto;
                  bottom: 0;
                  content: '';
                  height: 1px;
                  background-color: #50a7b3; }
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:focus > a,
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:focus > a:hover,
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:focus > a:focus, body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:hover > a,
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:hover > a:hover,
                body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li:hover > a:focus {
                  color: #282828;
                  text-decoration: none; } }
        @media only screen and (max-width: 767px) {
          body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li {
            width: 100%;
            border-right: 0px; }
            body .tabs-information-layout .tabs-information .tabs-title .nav-tabs > li.active {
              border-bottom-width: 1px; } }
      body .tabs-information-layout .tabs-information .tabs-content {
        padding: 30px 0px;
        overflow: hidden;
        color: #1f1f20;
        font-size: 14px; }
        body .tabs-information-layout .tabs-information .tabs-content .tab-content {
          overflow: hidden; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content ul {
            list-style: none;
            margin-left: 0; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content ul li:before {
              content: '';
              display: inline-block;
              *display: inline;
              zoom: 1;
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background-color: #50a7b3;
              margin-right: 10px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content .tab-pane {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7em; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content .tab-pane.active {
              -moz-animation: moveFromLeft 0.6s ease both;
              -o-animation: moveFromLeft 0.6s ease both;
              -webkit-animation: moveFromLeft 0.6s ease both;
              animation: moveFromLeft 0.6s ease both; }
            @media only screen and (max-width: 767px) {
              body .tabs-information-layout .tabs-information .tabs-content .tab-content .tab-pane {
                width: 100%; } }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content .table thead tr td:nth-of-type(2), body .tabs-information-layout .tabs-information .tabs-content .tab-content .table thead tr th:nth-of-type(2), body .tabs-information-layout .tabs-information .tabs-content .tab-content .table tbody tr td:nth-of-type(2), body .tabs-information-layout .tabs-information .tabs-content .tab-content .table tbody tr th:nth-of-type(2) {
            min-width: 100px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content p {
            line-height: 1.7em;
            font-weight: 400; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content iframe {
            width: 100% !important;
            margin-bottom: 20px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content .tags > span {
            margin-right: 10px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content .tags > a {
            margin-right: 5px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content h2 {
            font-size: 16px;
            text-transform: uppercase; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right {
            margin: 0;
            margin-top: 31px;
            padding-left: 35px;
            margin-bottom: 40px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li {
              list-style: none;
              line-height: 2em;
              padding-left: 21px;
              position: relative; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li:before {
                position: absolute;
                left: 0;
                top: 50%;
                display: inline-block;
                *display: inline;
                zoom: 1;
                font-smooth: always;
                -ms-font-smoothing: antialiased;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font: normal normal normal 14px/1 FontAwesome;
                text-rendering: auto;
                font-size: 16px;
                margin-top: -8px;
                content: "\f105"; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content img {
            margin-top: 20px;
            margin-bottom: 20px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container {
            border-width: 0;
            padding: 0; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-form, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
              background-color: #fbfaf8; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
              padding: 30px 40px;
              position: relative;
              border-radius: 0 0 3px 3px;
              min-height: 120px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-header-title {
                display: none; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a {
                border-style: solid;
                text-decoration: none;
                text-align: center;
                vertical-align: middle;
                cursor: pointer;
                text-transform: uppercase;
                white-space: normal;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                padding-left: 16px;
                padding-right: 16px;
                letter-spacing: normal;
                -ms-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
                -moz-user-select: none;
                -ms-user-select: none;
                -webkit-user-select: none;
                user-select: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                display: inline-block;
                *display: inline;
                zoom: 1;
                font-smooth: always;
                -ms-font-smoothing: antialiased;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                letter-spacing: none;
                width: auto;
                border-radius: 5px;
                font-family: Lexend;
                color: white;
                border-color: #767476;
                background-color: black;
                color: white;
                border-color: #767476;
                background-color: black;
                font-size: 14px;
                border-width: 1px;
                height: 40px;
                line-height: 38px;
                padding: 0 16px;
                font-weight: 500;
                position: absolute;
                top: 0;
                right: 0;
                margin-top: 40px;
                margin-right: 40px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a[disabled] {
                  cursor: default;
                  opacity: 0.5;
                  filter: alpha(opacity=50);
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
                  color: white;
                  border-color: #767476;
                  background-color: black; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a[disabled] * {
                    color: currentcolor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:active {
                  -moz-box-shadow: none;
                  -webkit-box-shadow: none;
                  box-shadow: none; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:focus {
                  outline: none !important;
                  -moz-box-shadow: none !important;
                  -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a span {
                  color: currentColor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a svg {
                  fill: currentColor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a * {
                  color: currentcolor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a * {
                  color: currentcolor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:hover {
                  color: white;
                  border-color: #27272f;
                  background-color: #27272f; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a:hover * {
                    color: currentcolor; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary {
                text-align: center;
                float: left; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating {
                  *zoom: 1;
                  display: block; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating::after {
                    content: '';
                    display: table;
                    clear: both; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-starrating i.spr-icon {
                    font-size: 26px !important; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary .spr-summary-caption {
                  padding-top: 8px;
                  display: block;
                  font-size: 14px;
                  font-weight: 500; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form {
              padding: 0 40px 40px 40px;
              border-radius: 0 3px 3px 0;
              border-top-width: 0;
              margin-top: 0; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form {
                width: 100%;
                max-width: 500px;
                margin: 0 auto;
                background-color: #fff;
                -moz-box-shadow: -0.5px 1px 5px 0px rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: -0.5px 1px 5px 0px rgba(0, 0, 0, 0.2);
                box-shadow: -0.5px 1px 5px 0px rgba(0, 0, 0, 0.2);
                padding: 30px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-title {
                  display: none; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-label {
                  color: #282828;
                  font-weight: 600;
                  font-size: 14px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input {
                  font-size: 13px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input::-webkit-input-placeholder {
                    font-size: 13px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input::-moz-placeholder {
                    font-size: 13px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input:-ms-input-placeholder {
                    font-size: 13px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input::-ms-input-placeholder {
                    font-size: 13px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input textarea {
                    min-height: 160px;
                    max-height: 160px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-starrating a {
                  width: 18px;
                  height: 18px;
                  line-height: 18px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-starrating a:before {
                    font-size: 16px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button {
                  float: left;
                  border-style: solid;
                  text-decoration: none;
                  text-align: center;
                  vertical-align: middle;
                  cursor: pointer;
                  text-transform: uppercase;
                  white-space: normal;
                  padding-top: 0 !important;
                  padding-bottom: 0 !important;
                  padding-left: 16px;
                  padding-right: 16px;
                  letter-spacing: normal;
                  -ms-transition: all 500ms ease;
                  -webkit-transition: all 500ms ease;
                  transition: all 500ms ease;
                  -moz-user-select: none;
                  -ms-user-select: none;
                  -webkit-user-select: none;
                  user-select: none;
                  -webkit-appearance: none;
                  -moz-appearance: none;
                  appearance: none;
                  display: inline-block;
                  *display: inline;
                  zoom: 1;
                  font-smooth: always;
                  -ms-font-smoothing: antialiased;
                  -webkit-font-smoothing: antialiased;
                  font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  letter-spacing: none;
                  width: auto;
                  border-radius: 5px;
                  font-family: Lexend;
                  color: white;
                  border-color: #767476;
                  background-color: black;
                  color: white;
                  border-color: #767476;
                  background-color: black;
                  font-size: 14px;
                  border-width: 1px;
                  height: 40px;
                  line-height: 38px;
                  padding: 0 16px;
                  font-weight: 500; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button[disabled] {
                    cursor: default;
                    opacity: 0.5;
                    filter: alpha(opacity=50);
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
                    color: white;
                    border-color: #767476;
                    background-color: black; }
                    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button[disabled] * {
                      color: currentcolor; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:active {
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:focus {
                    outline: none !important;
                    -moz-box-shadow: none !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button span {
                    color: currentColor; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button svg {
                    fill: currentColor; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button * {
                    color: currentcolor; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button * {
                    color: currentcolor; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:hover {
                    color: white;
                    border-color: #27272f;
                    background-color: #27272f; }
                    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-button:hover * {
                      color: currentcolor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-webkit-input-placeholder {
                  font-size: 14px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-moz-placeholder {
                  font-size: 14px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form :-ms-input-placeholder {
                  font-size: 14px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-ms-input-placeholder {
                  font-size: 14px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews {
              margin-top: 0;
              padding: 40px 40px 0 40px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews > div:first-child {
                border-top-width: 0;
                margin-top: 0;
                padding-top: 0; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review {
                *zoom: 1; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review::after {
                  content: '';
                  display: table;
                  clear: both; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
                  float: left;
                  width: 33.33333%;
                  padding-right: 40px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-starratings {
                    margin-bottom: 8px; }
                    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-starratings i.spr-icon {
                      font-size: 14px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title {
                    font-weight: 500;
                    color: #282828;
                    font-size: 14px;
                    margin-bottom: 5px; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-byline {
                    font-size: 14px;
                    width: 100%;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
                    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-byline strong {
                      font-weight: 500; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content {
                  float: left;
                  width: 66.66667%; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body {
                    font-size: 14px;
                    line-height: 1.6em; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
                  width: 100%;
                  text-align: left;
                  padding-left: 33.33333%; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer .spr-review-reportreview {
                    float: left; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a {
                    font-size: 14px;
                    color: #50a7b3;
                    font-weight: 500; }
                    body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a:hover {
                      color: #50a7b3; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content input, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content textarea {
              background-color: #fbfaf8;
              color: #1a1a1a; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content ::-webkit-input-placeholder {
              color: #1a1a1a; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content ::-moz-placeholder {
              color: #1a1a1a; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content :-ms-input-placeholder {
              color: #1a1a1a; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content ::-ms-input-placeholder {
              color: #1a1a1a; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-starratings i.spr-icon {
              font-size: 16px !important; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination {
            height: 32px;
            padding: 0 !important;
            border-top-width: 0; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page {
              border-style: solid;
              text-decoration: none;
              text-align: center;
              vertical-align: middle;
              cursor: pointer;
              text-transform: uppercase;
              white-space: normal;
              padding-top: 0 !important;
              padding-bottom: 0 !important;
              padding-left: 16px;
              padding-right: 16px;
              letter-spacing: normal;
              -ms-transition: all 500ms ease;
              -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
              -moz-user-select: none;
              -ms-user-select: none;
              -webkit-user-select: none;
              user-select: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              display: inline-block;
              *display: inline;
              zoom: 1;
              font-smooth: always;
              -ms-font-smoothing: antialiased;
              -webkit-font-smoothing: antialiased;
              font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              letter-spacing: none;
              width: auto;
              border-radius: 5px;
              font-family: Lexend;
              color: white;
              border-color: #767476;
              background-color: black;
              border-width: 1px;
              height: 32px;
              line-height: 30px;
              color: #1a1a1a;
              border-color: #e7e9f3;
              background-color: white;
              border-radius: 0;
              text-align: center;
              width: 32px;
              overflow: hidden;
              padding: 0 !important; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page[disabled] {
                cursor: default;
                opacity: 0.5;
                filter: alpha(opacity=50);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
                color: white;
                border-color: #767476;
                background-color: black; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page[disabled] * {
                  color: currentcolor; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:active {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:focus {
                outline: none !important;
                -moz-box-shadow: none !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page span {
                color: currentColor; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page svg {
                fill: currentColor; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page * {
                color: currentcolor; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page * {
                color: currentcolor; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:hover, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.is-active {
                color: #27272f;
                border-color: white;
                background-color: white;
                font-weight: 500; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page:hover *, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-page.is-active * {
                  color: currentcolor; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next,
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev {
              top: 0; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span,
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a,
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span,
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a {
                border-style: solid;
                text-decoration: none;
                text-align: center;
                vertical-align: middle;
                cursor: pointer;
                text-transform: uppercase;
                white-space: normal;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                padding-left: 16px;
                padding-right: 16px;
                letter-spacing: normal;
                -ms-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
                -moz-user-select: none;
                -ms-user-select: none;
                -webkit-user-select: none;
                user-select: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                display: inline-block;
                *display: inline;
                zoom: 1;
                font-smooth: always;
                -ms-font-smoothing: antialiased;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                letter-spacing: none;
                width: auto;
                border-radius: 5px;
                font-family: Lexend;
                color: white;
                border-color: #767476;
                background-color: black;
                border-width: 1px;
                height: 32px;
                line-height: 30px;
                color: #1a1a1a;
                border-color: #e7e9f3;
                background-color: white;
                border-radius: 0;
                text-align: center;
                width: 32px;
                overflow: hidden;
                padding: 0 !important;
                position: relative;
                font-size: 0; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span[disabled],
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a[disabled],
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span[disabled],
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a[disabled] {
                  cursor: default;
                  opacity: 0.5;
                  filter: alpha(opacity=50);
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
                  color: white;
                  border-color: #767476;
                  background-color: black; }
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span[disabled] *,
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a[disabled] *,
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span[disabled] *,
                  body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a[disabled] * {
                    color: currentcolor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span.active, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:active,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a.active,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:active,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span.active,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:active,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a.active,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:active {
                  -moz-box-shadow: none;
                  -webkit-box-shadow: none;
                  box-shadow: none; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:focus,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:focus,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:focus,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:focus {
                  outline: none !important;
                  -moz-box-shadow: none !important;
                  -webkit-box-shadow: none !important;
                  box-shadow: none !important; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span .lnr, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span .fa, body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span span,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a .lnr,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a .fa,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a span,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span .lnr,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span .fa,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span span,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a .lnr,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a .fa,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a span {
                  color: currentColor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span svg,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a svg,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span svg,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a svg {
                  fill: currentColor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span *,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a *,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span *,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a * {
                  color: currentcolor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span *,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a *,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span *,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a * {
                  color: currentcolor; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next span:before,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a:before,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev span:before,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a:before {
                  display: inline-block;
                  *display: inline;
                  zoom: 1;
                  font-smooth: always;
                  -ms-font-smoothing: antialiased;
                  -webkit-font-smoothing: antialiased;
                  font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  font: normal normal normal 14px/1 FontAwesome;
                  text-rendering: auto;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  line-height: 30px;
                  text-align: center;
                  text-indent: 0;
                  font-size: 18px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next:hover a,
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev:hover a {
                color: #27272f;
                border-color: white;
                background-color: white;
                font-weight: 500; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next:hover a *,
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev:hover a * {
                  color: currentcolor; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-next a {
              text-indent: 60px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .spr-pagination .spr-pagination-prev a {
              text-indent: 60px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content #shipping .shipping-item {
            margin-bottom: 30px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #shipping .shipping-item:last-child {
              margin-bottom: 0px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #shipping .shipping-item .item-title {
              font-size: 24px;
              font-weight: 800;
              text-transform: uppercase;
              color: #282828;
              line-height: 1em; }
      @media only screen and (max-width: 1199px) {
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
          width: 33.33333%; }
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content {
          width: 66.66667%; }
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
          padding-left: 33.33333%; } }
      @media only screen and (max-width: 767px) {
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary {
          width: 100%; }
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header .spr-summary-actions > a {
          position: static;
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin: 25px auto 0;
          float: none; }
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
          padding-right: 0; }
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content,
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header {
          width: 100%; }
        body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer {
          padding-left: 0; } }
      @media only screen and (max-width: 425px) {
        body .tabs-information-layout .tabs-information .tabs-content {
          font-size: 14px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content p {
            line-height: 1.7em; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content img {
            margin-top: 7px;
            margin-bottom: 7px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right {
            margin-top: 20px;
            margin-bottom: 24px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li {
              line-height: 1.7em;
              margin-bottom: 5px;
              padding-left: 15px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content ul.angle-right li:before {
                font-size: 14px;
                top: 0;
                margin-top: 4px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-header {
            padding-left: 10px;
            padding-right: 10px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews {
            padding-left: 0px;
            padding-right: 0px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-header .spr-review-header-title,
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-content .spr-review-content-body,
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-reviews .spr-review .spr-review-footer a {
              font-size: 14px; }
          body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form {
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px; }
            body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form {
              padding: 15px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-webkit-input-placeholder {
                font-size: 14px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-moz-placeholder {
                font-size: 14px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form :-ms-input-placeholder {
                font-size: 14px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form ::-ms-input-placeholder {
                font-size: 14px; }
              body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input {
                font-size: 14px; }
                body .tabs-information-layout .tabs-information .tabs-content .tab-content #customer_review .preview_content .spr-container .spr-content .spr-form form .spr-form-input textarea {
                  min-height: 100px;
                  max-height: 100px; } }
  body section.cart-content {
    margin-top: 45px;
    margin-bottom: 45px; }
    body section.cart-content table {
      margin-bottom: 30px; }
      body section.cart-content table .price_compare {
        font-size: 14px;
        color: #8b8b99;
        padding-left: 10px; }
        body section.cart-content table .price_compare .money {
          color: #8b8b99;
          font-weight: 500; }
      body section.cart-content table .money {
        color: #056668;
        font-weight: 700; }
      body section.cart-content table .product_name {
        font-size: 14px;
        color: #27272f; }
        body section.cart-content table .product_name > a {
          color: #1f1f20;
          font-weight: 500;
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-bottom: 15px; }
      body section.cart-content table .product_variant > p {
        color: #282828;
        margin-bottom: 5px; }
        body section.cart-content table .product_variant > p .variant-title {
          color: #1a1a1a; }
      body section.cart-content table .quantity-wrapper .quantity-title,
      body section.cart-content table .quantity-wrapper label {
        font-size: 14px;
        margin-right: 5px;
        color: #1a1a1a;
        display: inline-block;
        *display: inline;
        zoom: 1;
        line-height: 40px;
        width: 60px; }
      body section.cart-content table .quantity-wrapper input, body section.cart-content table .quantity-wrapper select {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
        body section.cart-content table .quantity-wrapper input:not(._btn), body section.cart-content table .quantity-wrapper select:not(._btn) {
          width: 120px;
          height: 40px;
          border: 1px solid #e7e9f3;
          border-radius: 0;
          padding: 0 10px;
          line-height: 38px;
          font-size: 12px;
          text-align: left; }
      body section.cart-content table .product_image {
        max-width: 100%; }
        body section.cart-content table .product_image > a {
          display: block; }
      body section.cart-content table thead {
        background-color: white;
        border-bottom: 1px solid #e7e9f3; }
        body section.cart-content table thead tr th {
          font-size: 16px;
          color: #1a1a1a;
          text-transform: uppercase;
          text-align: center;
          vertical-align: middle;
          font-weight: 600;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 13px;
          padding-bottom: 13px; }
          body section.cart-content table thead tr th.wishlist-image, body section.cart-content table thead tr th.image {
            text-align: left; }
          body section.cart-content table thead tr th:first-child {
            padding-left: 0; }
      body section.cart-content table tbody tr {
        border-style: solid;
        border-color: #e7e9f3;
        border-width: 1px;
        border-width: 0;
        border-bottom-width: 1px; }
        body section.cart-content table tbody tr td {
          text-align: center;
          vertical-align: middle;
          padding: 30px; }
          @media only screen and (max-width: 991px) {
            body section.cart-content table tbody tr td {
              padding: 15px; } }
          body section.cart-content table tbody tr td.image {
            width: 110px;
            padding-left: 0 !important;
            padding-right: 0 !important; }
            body section.cart-content table tbody tr td.image img {
              max-width: 100%; }
          body section.cart-content table tbody tr td.image-info {
            text-align: left;
            min-width: 100px; }
          body section.cart-content table tbody tr td.remove .remove-title {
            text-transform: uppercase; }
          body section.cart-content table tbody tr td.remove .cs-icon {
            margin-right: 5px; }
            body section.cart-content table tbody tr td.remove .cs-icon:before {
              font-weight: 700;
              font-size: 12px; }
        body section.cart-content table tbody tr.summary {
          color: #282828; }
          body section.cart-content table tbody tr.summary .total_label {
            text-align: left;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            padding-left: 0; }
          body section.cart-content table tbody tr.summary .price {
            text-align: right;
            padding-right: 0; }
            body section.cart-content table tbody tr.summary .price .money {
              font-size: 24px;
              color: #282828;
              font-weight: 600; }
    body section.cart-content ._btn {
      color: white;
      border-color: #767476;
      background-color: black;
      font-size: 14px;
      padding: 0 16px;
      font-weight: 500;
      border-width: 1px;
      height: 50px;
      line-height: 48px;
      padding-left: 20px;
      padding-right: 20px; }
      body section.cart-content ._btn * {
        color: currentcolor; }
      body section.cart-content ._btn:focus, body section.cart-content ._btn:hover {
        color: white;
        border-color: #27272f;
        background-color: #27272f; }
        body section.cart-content ._btn:focus *, body section.cart-content ._btn:hover * {
          color: currentcolor; }
    body section.cart-content .group-button {
      *zoom: 1; }
      body section.cart-content .group-button::after {
        content: '';
        display: table;
        clear: both; }
      body section.cart-content .group-button .group_btn_right {
        float: right; }
        body section.cart-content .group-button .group_btn_right ._btn {
          margin-left: 28px; }
    body section.cart-content .group-checkout-input {
      *zoom: 1;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 30px; }
      body section.cart-content .group-checkout-input .form-action,
      body section.cart-content .group-checkout-input .form-item {
        padding: 10px 0; }
      body section.cart-content .group-checkout-input select:not(._btn),
      body section.cart-content .group-checkout-input input:not(._btn) {
        height: 40px;
        line-height: 38px;
        padding: 0 15px; }
      body section.cart-content .group-checkout-input textarea {
        height: 200px;
        padding: 20px 15px; }
      body section.cart-content .group-checkout-input textarea:not(._btn),
      body section.cart-content .group-checkout-input select:not(._btn),
      body section.cart-content .group-checkout-input input:not(._btn) {
        width: 100%;
        background-color: white; }
      body section.cart-content .group-checkout-input::after {
        content: '';
        display: table;
        clear: both; }
      body section.cart-content .group-checkout-input .shipping-calculator h3 {
        color: #282828;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1em;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1199px) {
          body section.cart-content .group-checkout-input .shipping-calculator h3 {
            line-height: 1.6em; } }
      body section.cart-content .group-checkout-input .shipping-calculator .group_form {
        *zoom: 1; }
        body section.cart-content .group-checkout-input .shipping-calculator .group_form::after {
          content: '';
          display: table;
          clear: both; }
        body section.cart-content .group-checkout-input .shipping-calculator .group_form .form-action ._btn {
          float: left; }
      body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response {
        *zoom: 1;
        margin-top: 30px; }
        body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response::after {
          content: '';
          display: table;
          clear: both; }
        body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response #shipping-rates-feedback {
          margin-bottom: 0px; }
      body section.cart-content .group-checkout-input .checkout-buttons .note-content label {
        color: #282828;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1em;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1199px) {
          body section.cart-content .group-checkout-input .checkout-buttons .note-content label {
            line-height: 1.6em; } }
      @media only screen and (max-width: 767px) {
        body section.cart-content .group-checkout-input {
          margin-left: 0px;
          margin-right: 0px; } }
      body section.cart-content .group-checkout-input textarea {
        height: 225px;
        margin-bottom: 5px; }
    body section.cart-content .group_mobile .price-mobile,
    body section.cart-content .group_mobile .quantity-mobile {
      margin-bottom: 5px; }
    body section.cart-content .group_mobile .quantity-mobile {
      margin-top: 20px; }
      body section.cart-content .group_mobile .quantity-mobile .quantity-title {
        margin-right: 10px; }
    body section.cart-content .group_mobile .price-mobile {
      display: block; }
    @media only screen and (min-width: 768px) {
      body section.cart-content .group_mobile {
        display: none; } }
    @media only screen and (max-width: 767px) {
      body section.cart-content table {
        margin-left: -10px;
        margin-right: -10px;
        width: auto; }
        body section.cart-content table .product_name > a {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px; }
        body section.cart-content table thead {
          display: none; }
        body section.cart-content table tbody {
          display: block;
          text-align: center;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -o-align-items: flex-start;
          align-items: flex-start; }
          body section.cart-content table tbody tr {
            padding: 0 10px;
            margin-bottom: 15px;
            vertical-align: top;
            display: block;
            border-width: 0; }
            body section.cart-content table tbody tr .remove-mobile {
              margin-top: 20px; }
              body section.cart-content table tbody tr .remove-mobile span {
                text-transform: uppercase; }
              body section.cart-content table tbody tr .remove-mobile .cs-icon {
                margin-right: 5px; }
                body section.cart-content table tbody tr .remove-mobile .cs-icon:before {
                  font-size: 12px;
                  font-weight: 600; }
            body section.cart-content table tbody tr.summary {
              width: 100%;
              *zoom: 1; }
              body section.cart-content table tbody tr.summary::after {
                content: '';
                display: table;
                clear: both; }
              body section.cart-content table tbody tr.summary td {
                width: 50%;
                display: block;
                float: left;
                padding: 15px;
                border: 1px solid #e7e9f3;
                border-left-width: 0;
                border-right-width: 0; }
                body section.cart-content table tbody tr.summary td.total_label {
                  font-size: 16px; }
            body section.cart-content table tbody tr:not(.summary) {
              width: 50%;
              margin-bottom: 30px; }
              body section.cart-content table tbody tr:not(.summary) .money {
                font-size: 24px;
                color: #282828;
                font-weight: 500; }
              body section.cart-content table tbody tr:not(.summary) td {
                display: block;
                width: 100%;
                max-width: 100%;
                padding: 0 !important; }
                body section.cart-content table tbody tr:not(.summary) td.remove, body section.cart-content table tbody tr:not(.summary) td.total.title-1, body section.cart-content table tbody tr:not(.summary) td.qty, body section.cart-content table tbody tr:not(.summary) td.price {
                  display: none !important;
                  width: 0;
                  max-width: 0;
                  min-width: 0; }
                body section.cart-content table tbody tr:not(.summary) td.image {
                  max-width: 100%;
                  min-width: 0;
                  margin-bottom: 25px; }
      body section.cart-content .group-button ._btn {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px; }
      body section.cart-content .group-button .group_btn_right {
        width: 100%; }
      body section.cart-content .group-checkout-input > div {
        padding-left: 0;
        padding-right: 0; }
      body section.cart-content .group-checkout-input .shipping-calculator #wrapper-response {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 425px) {
      body section.cart-content {
        margin-top: 22.5px;
        margin-bottom: 22.5px; }
        body section.cart-content table .product_name > a {
          font-size: 12px; }
        body section.cart-content table tbody tr:not(.summary) {
          width: 100%; }
          body section.cart-content table tbody tr:not(.summary) .money {
            font-size: 14px; }
          body section.cart-content table tbody tr:not(.summary) td.image {
            margin-bottom: 10px; } }
  body #wishlistcontent {
    margin-top: 90px;
    margin-bottom: 90px; }
    body #wishlistcontent ul {
      margin: 0; }
      body #wishlistcontent ul li {
        list-style: none; }
    body #wishlistcontent .wishlist-count,
    body #wishlistcontent span.none {
      text-align: center;
      text-transform: uppercase;
      color: #1f1f20;
      display: block; }
    body #wishlistcontent .wishlist-count {
      margin-bottom: 20px;
      font-weight: 700; }
    @media only screen and (min-width: 768px) {
      body #wishlistcontent .wlr,
      body #wishlistcontent .wishlist-heading {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
        body #wishlistcontent .wlr > div,
        body #wishlistcontent .wishlist-heading > div {
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
    body #wishlistcontent .wlr > div,
    body #wishlistcontent .wishlist-heading > div {
      text-align: center;
      vertical-align: middle;
      padding: 30px; }
      @media only screen and (max-width: 991px) {
        body #wishlistcontent .wlr > div,
        body #wishlistcontent .wishlist-heading > div {
          padding: 15px; } }
    body #wishlistcontent .wlr .wishlist-addCart,
    body #wishlistcontent .wishlist-heading .wishlist-addCart {
      min-width: 215px;
      max-width: 215px;
      text-align: left; }
    body #wishlistcontent .wlr .wishlist-name,
    body #wishlistcontent .wishlist-heading .wishlist-name {
      min-width: 100px;
      text-align: left; }
    body #wishlistcontent .wlr .wishlist-image,
    body #wishlistcontent .wishlist-heading .wishlist-image {
      width: 110px;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      body #wishlistcontent .wlr .wishlist-image img,
      body #wishlistcontent .wishlist-heading .wishlist-image img {
        max-width: 100%; }
    body #wishlistcontent .wishlist-heading {
      background-color: white;
      border-bottom: 1px solid #e7e9f3; }
      body #wishlistcontent .wishlist-heading > div {
        font-size: 16px;
        color: #1a1a1a;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 13px;
        padding-bottom: 13px; }
        body #wishlistcontent .wishlist-heading > div.wishlist-image, body #wishlistcontent .wishlist-heading > div.image {
          text-align: left; }
      @media only screen and (max-width: 767px) {
        body #wishlistcontent .wishlist-heading {
          display: none; } }
    body #wishlistcontent .wlr {
      border-style: solid;
      border-color: #e7e9f3;
      border-width: 1px;
      border-width: 0;
      border-bottom-width: 1px; }
      body #wishlistcontent .wlr .wishlist-name {
        font-size: 14px;
        color: #27272f; }
        body #wishlistcontent .wlr .wishlist-name > a {
          color: #1f1f20;
          font-weight: 500;
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-bottom: 15px; }
        body #wishlistcontent .wlr .wishlist-name a {
          margin-bottom: 0; }
      body #wishlistcontent .wlr .wishlist-price .price_compare {
        font-size: 14px;
        color: #8b8b99;
        padding-left: 10px; }
        body #wishlistcontent .wlr .wishlist-price .price_compare .money {
          color: #8b8b99;
          font-weight: 500; }
      body #wishlistcontent .wlr .wishlist-price .money {
        color: #056668;
        font-weight: 700; }
      body #wishlistcontent .wlr .wishlist-addCart ._btn {
        font-size: 14px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 500;
        padding: 0 20px; }
      body #wishlistcontent .wlr .wishlist-addCart .quantity-content .quantity-title,
      body #wishlistcontent .wlr .wishlist-addCart .quantity-content label,
      body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper .quantity-title,
      body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper label {
        font-size: 14px;
        margin-right: 5px;
        color: #1a1a1a;
        display: inline-block;
        *display: inline;
        zoom: 1;
        line-height: 40px;
        width: 60px; }
      body #wishlistcontent .wlr .wishlist-addCart .quantity-content input, body #wishlistcontent .wlr .wishlist-addCart .quantity-content select,
      body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input,
      body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
        body #wishlistcontent .wlr .wishlist-addCart .quantity-content input:not(._btn), body #wishlistcontent .wlr .wishlist-addCart .quantity-content select:not(._btn),
        body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper input:not(._btn),
        body #wishlistcontent .wlr .wishlist-addCart .selector-wrapper select:not(._btn) {
          width: 120px;
          height: 40px;
          border: 1px solid #e7e9f3;
          border-radius: 0;
          padding: 0 10px;
          line-height: 38px;
          font-size: 12px;
          text-align: left; }
      body #wishlistcontent .wlr .wishlist-addCart .others-bottom {
        margin-top: 20px; }
      body #wishlistcontent .wlr .wishlist-remove .cs-icon {
        font-weight: 900;
        color: #282828; }
    @media only screen and (max-width: 767px) {
      body #wishlistcontent {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 15px; }
        body #wishlistcontent > ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        body #wishlistcontent .wishlist-added {
          border-width: 0;
          display: block;
          width: 50%;
          padding: 0 10px;
          margin-bottom: 30px; }
          body #wishlistcontent .wishlist-added > div {
            padding: 0 !important; }
          body #wishlistcontent .wishlist-added .wishlist-image {
            max-width: 100%;
            min-width: 100%;
            margin-bottom: 20px; }
          body #wishlistcontent .wishlist-added .wishlist-addCart .others-bottom {
            float: left; }
          body #wishlistcontent .wishlist-added .wishlist-remove {
            float: left;
            margin-top: 20px; }
            body #wishlistcontent .wishlist-added .wishlist-remove > span {
              font-size: 14px;
              border-width: 1px;
              height: 40px;
              line-height: 38px;
              padding: 0 16px;
              font-weight: 500;
              padding-right: 0;
              padding-left: 10px; }
          body #wishlistcontent .wishlist-added .wishlist-price {
            text-align: left;
            margin-bottom: 10px; }
          body #wishlistcontent .wishlist-added .wishlist-name {
            margin-bottom: 15px; }
            body #wishlistcontent .wishlist-added .wishlist-name a {
              font-weight: 500;
              font-size: 16px; }
          body #wishlistcontent .wishlist-added .wishlist-addCart {
            min-width: 100%;
            max-width: 100%; } }
    @media only screen and (max-width: 425px) {
      body #wishlistcontent .wishlist-added .wishlist-name {
        margin-bottom: 5px; }
      body #wishlistcontent .wishlist-added .wishlist-addCart ._btn {
        font-size: 12px;
        border-width: 1px;
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
        font-weight: 500; }
      body #wishlistcontent .wishlist-added .wishlist-remove > span {
        font-size: 12px;
        border-width: 1px;
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
        font-weight: 500;
        padding-left: 3px;
        padding-right: 0; }
      body #wishlistcontent .wishlist-added .wishlist-image {
        margin-bottom: 10px; } }
  body .compare-page #comparecontent {
    margin-top: 90px;
    margin-bottom: 90px; }
    @media only screen and (max-width: 540px) {
      body .compare-page #comparecontent {
        margin-top: 45px;
        margin-bottom: 45px; } }
    body .compare-page #comparecontent span.none {
      text-transform: uppercase;
      text-align: center; }
    body .compare-page #comparecontent ul {
      margin: 0; }
      body .compare-page #comparecontent ul li {
        list-style: none; }
    body .compare-page #comparecontent .compare-count {
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase;
      display: block;
      font-weight: 700; }
    body .compare-page #comparecontent .compare-heading {
      display: none; }
    body .compare-page #comparecontent > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-left: 25%; }
      body .compare-page #comparecontent > ul .compare {
        background-color: white;
        width: 33.33333%;
        position: relative;
        border-style: solid;
        border-color: #e7e9f3;
        border-width: 0px;
        border-left-width: 1px; }
        body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove) {
          position: relative; }
          body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove):before {
            font-size: 16px;
            color: #1a1a1a;
            text-transform: uppercase;
            text-align: center;
            vertical-align: middle;
            font-weight: 600;
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 13px;
            padding-bottom: 13px;
            position: absolute;
            width: 100%;
            right: 100%;
            top: 0;
            bottom: 0;
            text-align: right;
            padding-left: 0;
            padding-right: 15px;
            padding-top: 17px;
            padding-bottom: 17px;
            margin-bottom: -1px; }
            body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove):before.wishlist-image, body .compare-page #comparecontent > ul .compare:nth-of-type(2) > div:not(.compare-remove):before.image {
              text-align: left; }
        body .compare-page #comparecontent > ul .compare:nth-of-type(2) .compare-image:before {
          content: "product"; }
        body .compare-page #comparecontent > ul .compare:nth-of-type(2) .compare-addCart:before {
          content: "add to cart"; }
        body .compare-page #comparecontent > ul .compare:nth-of-type(2) .compare-price:before {
          content: '';
          border-bottom: 1px solid #e7e9f3; }
        body .compare-page #comparecontent > ul .compare > div {
          padding: 15px; }
        body .compare-page #comparecontent > ul .compare .compare-addCart {
          padding-top: 30px;
          padding-bottom: 30px; }
          body .compare-page #comparecontent > ul .compare .compare-addCart .quantity-title,
          body .compare-page #comparecontent > ul .compare .compare-addCart label {
            font-size: 14px;
            margin-right: 5px;
            color: #1a1a1a;
            display: inline-block;
            *display: inline;
            zoom: 1;
            line-height: 40px;
            width: 60px; }
          body .compare-page #comparecontent > ul .compare .compare-addCart input, body .compare-page #comparecontent > ul .compare .compare-addCart select {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none; }
            body .compare-page #comparecontent > ul .compare .compare-addCart input:not(._btn), body .compare-page #comparecontent > ul .compare .compare-addCart select:not(._btn) {
              width: 120px;
              height: 40px;
              border: 1px solid #e7e9f3;
              border-radius: 0;
              padding: 0 10px;
              line-height: 38px;
              font-size: 12px;
              text-align: left; }
        body .compare-page #comparecontent > ul .compare .others-bottom {
          *zoom: 1;
          margin-top: 15px; }
          body .compare-page #comparecontent > ul .compare .others-bottom::after {
            content: '';
            display: table;
            clear: both; }
          body .compare-page #comparecontent > ul .compare .others-bottom ._btn {
            font-size: 14px;
            border-width: 1px;
            height: 40px;
            line-height: 38px;
            padding: 0 16px;
            font-weight: 500;
            color: white;
            border-color: #767476;
            background-color: black;
            padding: 0 23px;
            float: left; }
            body .compare-page #comparecontent > ul .compare .others-bottom ._btn * {
              color: currentcolor; }
            body .compare-page #comparecontent > ul .compare .others-bottom ._btn:hover, body .compare-page #comparecontent > ul .compare .others-bottom ._btn:focus {
              color: white;
              border-color: #27272f;
              background-color: #27272f; }
              body .compare-page #comparecontent > ul .compare .others-bottom ._btn:hover *, body .compare-page #comparecontent > ul .compare .others-bottom ._btn:focus * {
                color: currentcolor; }
          body .compare-page #comparecontent > ul .compare .others-bottom .compare-remove > span {
            font-size: 14px;
            border-width: 1px;
            height: 40px;
            line-height: 38px;
            padding: 0 16px;
            font-weight: 500;
            cursor: pointer; }
        body .compare-page #comparecontent > ul .compare .compare-image {
          margin-bottom: 10px; }
        body .compare-page #comparecontent > ul .compare .compare-name {
          font-size: 16px;
          color: #1f1f20;
          font-weight: 500;
          margin-bottom: 6px;
          padding-top: 0;
          padding-bottom: 0; }
        body .compare-page #comparecontent > ul .compare .compare-price {
          font-size: 24px;
          color: #056668;
          border-bottom: 1px solid #e7e9f3;
          padding-bottom: 28px;
          padding-top: 0; }
          body .compare-page #comparecontent > ul .compare .compare-price .price_compare {
            margin-left: 10px;
            font-size: 16px;
            color: #8b8b99; }
            body .compare-page #comparecontent > ul .compare .compare-price .price_compare .money {
              color: #8b8b99; }
        body .compare-page #comparecontent > ul .compare > .compare-remove {
          position: absolute;
          top: 25px;
          right: 25px;
          border: 1px solid #282828;
          border-radius: 50%;
          text-align: center;
          z-index: 1;
          color: #282828;
          width: 24px;
          height: 24px;
          line-height: 24px;
          padding: 0; }
          body .compare-page #comparecontent > ul .compare > .compare-remove .cs-icon {
            line-height: 22px;
            display: block;
            font-size: 12px;
            font-weight: 700; }
  @media only screen and (max-width: 1199px) {
    body .compare-page .container {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 991px) {
    body .compare-page #comparecontent > ul .compare .others-bottom ._btn {
      width: 100%;
      max-width: 140px;
      padding-left: 15px;
      padding-right: 15px; }
    body .compare-page #comparecontent > ul .compare .others-bottom .compare-remove > span {
      font-size: 12px;
      border-width: 1px;
      height: 30px;
      line-height: 28px;
      padding: 0 15px;
      font-weight: 500;
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (max-width: 767px) {
    body .compare-page #comparecontent {
      overflow-x: auto;
      width: 100%; }
      body .compare-page #comparecontent > ul {
        width: 747px;
        min-width: 747px;
        max-width: 747px;
        padding-left: 186.75px; }
        body .compare-page #comparecontent > ul .compare .others-bottom ._btn {
          padding: 0 25px; } }
  body .blog-layout .blog-title-group,
  body .article-layout .blog-title-group {
    text-align: center;
    padding: 15px 0; }
  body .blog-layout .blog-title,
  body .article-layout .blog-title {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 auto;
    text-align: center;
    background-color: #50a7b3;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    line-height: 16px;
    font-weight: 400; }
  body .blog-layout .article-image a,
  body .article-layout .article-image a {
    display: block;
    overflow: hidden;
    position: relative; }
    body .blog-layout .article-image a:after,
    body .article-layout .article-image a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 55px;
      height: 55px;
      border: 2px solid #fff;
      border-radius: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/29/assets/icon_blog_bg.png?v=96663464244033072711636746534);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center center;
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
    body .blog-layout .article-image a:hover:after,
    body .article-layout .article-image a:hover:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
  body .blog-layout .article-name,
  body .article-layout .article-name {
    text-align: center;
    font-size: 0;
    margin-bottom: 15px; }
    body .blog-layout .article-name a,
    body .article-layout .article-name a {
      font-size: 14px;
      color: #282828;
      font-weight: 600; }
      body .blog-layout .article-name a:hover,
      body .article-layout .article-name a:hover {
        color: #50a7b3; }
  body .blog-layout .article-info,
  body .article-layout .article-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    body .blog-layout .article-info li,
    body .article-layout .article-info li {
      display: block;
      position: relative;
      padding: 0 15px; }
      body .blog-layout .article-info li:not(:last-child),
      body .article-layout .article-info li:not(:last-child) {
        padding-right: 22px; }
        body .blog-layout .article-info li:not(:last-child):before,
        body .article-layout .article-info li:not(:last-child):before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background-color: rgba(80, 167, 179, 0.5);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    body .blog-layout .article-info *,
    body .article-layout .article-info * {
      font-size: 12px;
      color: #1f1f20; }
  body .blog-layout .articleinfo_group,
  body .article-layout .articleinfo_group {
    background-color: rgba(231, 233, 243, 0.5);
    padding: 0px 15px 35px; }
  body .blog-layout .article,
  body .article-layout .article {
    margin-bottom: 30px;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    @media only screen and (min-width: 1200px) {
      body .blog-layout .article:hover,
      body .article-layout .article:hover {
        -moz-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12); } }
  body .blog-layout .articles-group {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px; }
    body .blog-layout .articles-group::after {
      content: '';
      display: table;
      clear: both; }
    body .blog-layout .articles-group .articles-group-inner:not(.masonry) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body .blog-layout .blog-content.blog-sidebar .articles-group {
    margin-left: -15px;
    margin-right: -15px; }
  body .blog-layout .blog-content.blog-sidebar .articles-group-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991px) {
      body .blog-layout .blog-content.blog-sidebar .articles-group-inner > div {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      body .blog-layout .blog-content.blog-sidebar .articles-group-inner > div {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    body .blog-layout .blog-content.blog-default .articles-group-inner > div {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    body .blog-layout .blog-content.blog-default .articles-group-inner > div {
      width: 100%; } }
  body .blog-layout .blog-content.blog-default .articles-group-inner.masonry {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    padding: 0; }
    body .blog-layout .blog-content.blog-default .articles-group-inner.masonry .item {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 100%;
      margin-bottom: 40px;
      overflow: hidden; }
      body .blog-layout .blog-content.blog-default .articles-group-inner.masonry .item .article {
        margin-bottom: 0 !important; }
        body .blog-layout .blog-content.blog-default .articles-group-inner.masonry .item .article .article-image > a {
          display: block;
          position: relative; }
          body .blog-layout .blog-content.blog-default .articles-group-inner.masonry .item .article .article-image > a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0);
            -ms-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            opacity: 0;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
        body .blog-layout .blog-content.blog-default .articles-group-inner.masonry .item .article:hover .article-image > a:after {
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    @media only screen and (max-width: 991px) {
      body .blog-layout .blog-content.blog-default .articles-group-inner.masonry {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2; } }
    @media only screen and (max-width: 767px) {
      body .blog-layout .blog-content.blog-default .articles-group-inner.masonry {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2; } }
    @media only screen and (max-width: 425px) {
      body .blog-layout .blog-content.blog-default .articles-group-inner.masonry {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1; } }
  body .blog-layout .blog-content .pagination_group {
    margin: 45px auto 45px; }
  body .article-layout .article-inner {
    margin-left: -15px;
    margin-right: -15px; }
  body .article-layout .blog-title-group {
    text-align: left; }
  body .article-layout .article-info {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 0; }
    body .article-layout .article-info li:first-child {
      padding-left: 0; }
  body .article-layout .article-left-group .group-blog-top {
    text-align: left; }
    body .article-layout .article-left-group .group-blog-top .article-image img {
      width: 100%; }
  body .article-layout .article-left-group .articledescript_group .article-description {
    line-height: 1.8em; }
    body .article-layout .article-left-group .articledescript_group .article-description strong {
      color: #282828;
      font-style: italic;
      font-weight: 600; }
  body .article-layout .group-blog-btm {
    margin-bottom: 45px;
    margin-top: 45px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    body .article-layout .group-blog-btm .tags-area {
      width: 40%; }
      body .article-layout .group-blog-btm .tags-area > span {
        color: #282828;
        font-weight: 600; }
    body .article-layout .group-blog-btm .share-with {
      width: 60%; }
      body .article-layout .group-blog-btm .share-with .social-sharing {
        text-align: right; }
        body .article-layout .group-blog-btm .share-with .social-sharing a {
          margin-right: 0;
          margin-left: 5px; }
  body .article-layout .recent-blog {
    padding-top: 45px;
    padding-bottom: 45px; }
    body .article-layout .recent-blog .recent-title {
      color: #282828;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0; }
    body .article-layout .recent-blog .recent-article-group {
      margin-left: -15px;
      margin-right: -15px; }
    body .article-layout .recent-blog .recent-article {
      padding-top: 30px; }
      body .article-layout .recent-blog .recent-article .owl-item {
        padding-left: 15px;
        padding-right: 15px; }
        body .article-layout .recent-blog .recent-article .owl-item .blog-title-group {
          text-align: center; }
        body .article-layout .recent-blog .recent-article .owl-item .article-info {
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
    body .article-layout .recent-blog .owl-controls .owl-prev, body .article-layout .recent-blog .owl-controls .owl-next {
      top: auto;
      bottom: 100%;
      right: 15px;
      left: auto;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    body .article-layout .recent-blog .owl-controls .owl-prev {
      margin-right: 40px; }
  body .article-layout .comments .article-title {
    color: #282828;
    font-weight: 600;
    font-size: 18px;
    text-align: left; }
  body .article-layout .comments .comment:not(:last-child) {
    border-bottom: 1px solid #e7e9f3;
    margin-bottom: 20px; }
  body .article-layout .comments .comment .group {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    body .article-layout .comments .comment .group::after {
      content: '';
      display: table;
      clear: both; }
  body .article-layout .comments .comment .cmt-author {
    margin-right: 20px; }
    body .article-layout .comments .comment .cmt-author * {
      color: #282828;
      font-size: 14px;
      font-weight: 500;
      line-height: 2em; }
  body .article-layout .comments .comment .cmt-date:before {
    content: '';
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #50a7b3;
    margin-right: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  body .article-layout .comments .comment .cmt-date * {
    font-size: 12px; }
  body .article-layout .comments .comment .cmt-content p {
    line-height: 1.8em;
    margin-bottom: 20px; }
  body .article-layout .comments .group_form {
    margin-left: -15px;
    margin-right: -15px; }
    body .article-layout .comments .group_form .input-row {
      padding-top: 8px;
      padding-bottom: 8px; }
      body .article-layout .comments .group_form .input-row textarea:not(._btn),
      body .article-layout .comments .group_form .input-row input:not(._btn) {
        border-radius: 5px;
        width: 100%; }
        body .article-layout .comments .group_form .input-row textarea:not(._btn):focus,
        body .article-layout .comments .group_form .input-row input:not(._btn):focus {
          border-color: #50a7b3; }
      body .article-layout .comments .group_form .input-row input {
        height: 40px;
        line-height: 40px; }
      body .article-layout .comments .group_form .input-row textarea {
        height: 140px;
        line-height: 2em; }
  body .contact-content {
    color: #1f1f20; }
    body .contact-content .contact-title {
      color: #282828;
      font-weight: 500;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 15px;
      text-align: center;
      margin-top: 60px;
      margin-bottom: 30px; }
    body .contact-content .detail-layout .contact-title {
      margin-bottom: 30px; }
    body .contact-content .form-layout {
      margin-bottom: 45px; }
      body .contact-content .form-layout .page-title {
        margin-bottom: 10px; }
      body .contact-content .form-layout .form-caption {
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 45px; }
      body .contact-content .form-layout .form_group {
        width: 770px;
        max-width: 100%;
        text-align: center;
        margin: 0 auto; }
      body .contact-content .form-layout ::-webkit-input-placeholder {
        color: #1a1a1a; }
      body .contact-content .form-layout ::-moz-placeholder {
        color: #1a1a1a; }
      body .contact-content .form-layout :-ms-input-placeholder {
        color: #1a1a1a; }
      body .contact-content .form-layout ::-ms-input-placeholder {
        color: #1a1a1a; }
      body .contact-content .form-layout .form-item {
        padding: 7.5px 0; }
      body .contact-content .form-layout textarea:not(._btn),
      body .contact-content .form-layout input:not(._btn) {
        width: 100%;
        background-color: white; }
      body .contact-content .form-layout input,
      body .contact-content .form-layout textarea,
      body .contact-content .form-layout select {
        border: 1px solid #e7e9f3;
        border-radius: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 50px;
        line-height: 50px; }
        body .contact-content .form-layout input:focus,
        body .contact-content .form-layout textarea:focus,
        body .contact-content .form-layout select:focus {
          border-color: #50a7b3; }
      body .contact-content .form-layout ::-webkit-input-placeholder {
        color: #1f1f20; }
      body .contact-content .form-layout ::-moz-placeholder {
        color: #1f1f20; }
      body .contact-content .form-layout :-ms-input-placeholder {
        color: #1f1f20; }
      body .contact-content .form-layout ::-ms-input-placeholder {
        color: #1f1f20; }
      body .contact-content .form-layout textarea {
        min-height: 150px; }
      body .contact-content .form-layout ._btn {
        font-size: 14px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 500;
        width: 100%;
        max-width: 160px;
        margin-top: 10px; }
        body .contact-content .form-layout ._btn:hover, body .contact-content .form-layout ._btn:focus {
          color: white;
          border-color: #27272f;
          background-color: #27272f; }
          body .contact-content .form-layout ._btn:hover *, body .contact-content .form-layout ._btn:focus * {
            color: currentcolor; }
      body .contact-content .form-layout .errorForm {
        margin-bottom: 20px; }
    body .contact-content .google-maps-layout > div {
      margin-bottom: -90px; }
    body .contact-content .detail-contact-inner .contact-item {
      padding-left: 43px;
      position: relative; }
      body .contact-content .detail-contact-inner .contact-item .item-icon {
        max-width: 33px;
        position: absolute;
        top: 4px;
        left: 0; }
      body .contact-content .detail-contact-inner .contact-item .item-content {
        font-size: 14px;
        margin-bottom: 35px; }
        body .contact-content .detail-contact-inner .contact-item .item-content p {
          margin-bottom: 4px; }
        body .contact-content .detail-contact-inner .contact-item .item-content .title {
          display: block;
          color: #282828;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 10px; }
    body .contact-content.contact-v2 .detail-form-layout, body .contact-content.contact-v1 .detail-form-layout {
      margin-bottom: 45px; }
    body .contact-content.contact-v2 .detail-form-inner, body .contact-content.contact-v1 .detail-form-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .contact-content.contact-v2 .detail-form-inner .detail-layout, body .contact-content.contact-v1 .detail-form-inner .detail-layout {
        width: 58.33333%;
        padding-right: 60px;
        margin-bottom: 45px; }
        body .contact-content.contact-v2 .detail-form-inner .detail-layout .page-title, body .contact-content.contact-v1 .detail-form-inner .detail-layout .page-title {
          margin-bottom: 0; }
        body .contact-content.contact-v2 .detail-form-inner .detail-layout .caption, body .contact-content.contact-v1 .detail-form-inner .detail-layout .caption {
          color: #1f1f20; }
        body .contact-content.contact-v2 .detail-form-inner .detail-layout .group, body .contact-content.contact-v1 .detail-form-inner .detail-layout .group {
          margin-top: 40px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body .contact-content.contact-v2 .detail-form-inner .detail-layout .group .item, body .contact-content.contact-v1 .detail-form-inner .detail-layout .group .item {
            width: 50%; }
            body .contact-content.contact-v2 .detail-form-inner .detail-layout .group .item .t1, body .contact-content.contact-v1 .detail-form-inner .detail-layout .group .item .t1 {
              font-size: 18px;
              font-weight: 600;
              text-transform: capitalize;
              color: #282828;
              margin-bottom: 15px; }
            body .contact-content.contact-v2 .detail-form-inner .detail-layout .group .item .p p, body .contact-content.contact-v1 .detail-form-inner .detail-layout .group .item .p p {
              font-size: 14px;
              color: #1f1f20;
              margin-bottom: 5px; }
      body .contact-content.contact-v2 .detail-form-inner .form-layout, body .contact-content.contact-v1 .detail-form-inner .form-layout {
        width: 41.66667%; }
        body .contact-content.contact-v2 .detail-form-inner .form-layout .form-content, body .contact-content.contact-v1 .detail-form-inner .form-layout .form-content {
          margin-top: 40px; }
      @media only screen and (max-width: 991px) {
        body .contact-content.contact-v2 .detail-form-inner > div, body .contact-content.contact-v1 .detail-form-inner > div {
          width: 100% !important; }
          body .contact-content.contact-v2 .detail-form-inner > div.detail-layout, body .contact-content.contact-v1 .detail-form-inner > div.detail-layout {
            padding-right: 0; } }
      @media only screen and (max-width: 767px) {
        body .contact-content.contact-v2 .detail-form-inner .detail-layout .group .item, body .contact-content.contact-v1 .detail-form-inner .detail-layout .group .item {
          width: 100%;
          margin-top: 20px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 540px) {
        body .contact-content.contact-v2 .detail-form-inner .detail-layout, body .contact-content.contact-v1 .detail-form-inner .detail-layout {
          text-align: center; }
        body .contact-content.contact-v2 .detail-form-inner .page-title.text-left, body .contact-content.contact-v1 .detail-form-inner .page-title.text-left {
          text-align: center; }
          body .contact-content.contact-v2 .detail-form-inner .page-title.text-left .sub-title, body .contact-content.contact-v1 .detail-form-inner .page-title.text-left .sub-title {
            text-align: center !important;
            background-position: center bottom; }
        body .contact-content.contact-v2 .detail-form-inner .group_form, body .contact-content.contact-v1 .detail-form-inner .group_form {
          text-align: center; } }
    body .contact-content.contact-v2 .detail-contact-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      border-top: 1px solid #e7e9f3;
      padding-top: 35px; }
      body .contact-content.contact-v2 .detail-contact-inner .contact-item {
        width: auto;
        max-width: 33.33333%; }
      @media only screen and (max-width: 991px) {
        body .contact-content.contact-v2 .detail-contact-inner .contact-item {
          width: 100%;
          max-width: 100%; } }
    body .contact-content.contact-v3 .google-maps-layout > div {
      margin-bottom: 90px; }
    body .contact-content.contact-v3 .detail-layout {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      padding-bottom: 60px; }
      body .contact-content.contact-v3 .detail-layout .detail-banner {
        width: 58.33333%; }
      body .contact-content.contact-v3 .detail-layout .detail-right {
        width: 41.66667%;
        padding-left: 40px; }
    body .contact-content.contact-v3 .form-layout {
      width: 770px;
      max-width: 100%;
      margin: 0 auto; }
    body .contact-content.contact-v3 .form-content {
      margin-top: 30px; }
      body .contact-content.contact-v3 .form-content .group_form_wrapper {
        margin-left: -15px;
        margin-right: -15px; }
      body .contact-content.contact-v3 .form-content .group_form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
        body .contact-content.contact-v3 .form-content .group_form > .form-item {
          padding-left: 15px;
          padding-right: 15px;
          width: 100%; }
          body .contact-content.contact-v3 .form-content .group_form > .form-item:not(:nth-last-child(3)):not(:nth-last-child(2)):not(:nth-last-child(1)) {
            width: 50%; }
    @media only screen and (max-width: 1199px) {
      body .contact-content.contact-v3 .detail-layout > div {
        width: 50% !important; } }
    @media only screen and (max-width: 991px) {
      body .contact-content.contact-v3 .detail-layout > div {
        width: 100% !important; }
      body .contact-content.contact-v3 .detail-layout .detail-right {
        padding-top: 45px;
        padding-left: 0; } }
    @media only screen and (max-width: 425px) {
      body .contact-content.contact-v3 .form-content .group_form_wrapper {
        margin-left: -5px;
        margin-right: -5px; }
      body .contact-content.contact-v3 .form-content .group_form > .form-item {
        padding: 5px; } }
  body .about-content .quote-layout .quote-content {
    text-align: center;
    width: 50%;
    margin: 0 auto 90px; }
    body .about-content .quote-layout .quote-content .title {
      color: #282828;
      font-weight: 500;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 15px;
      margin-bottom: 40px; }
    body .about-content .quote-layout .quote-content .name-position span {
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      position: relative; }
      body .about-content .quote-layout .quote-content .name-position span:first-child {
        color: #282828; }
      body .about-content .quote-layout .quote-content .name-position span:not(:last-child):after {
        content: '/';
        margin: 0 5px; }
  body .about-content .info-layout {
    color: #1a1a1a;
    margin-bottom: 135px; }
    body .about-content .info-layout .info-inner {
      *zoom: 1;
      margin-left: -15px;
      margin-right: -15px; }
      body .about-content .info-layout .info-inner::after {
        content: '';
        display: table;
        clear: both; }
    body .about-content .info-layout .info-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 1000px;
      max-width: 100%;
      margin: 0 auto; }
      body .about-content .info-layout .info-content > div {
        width: 50%;
        padding: 0 15px; }
        body .about-content .info-layout .info-content > div.info-left .group_info {
          padding-left: 100px;
          padding-top: 70px; }
        body .about-content .info-layout .info-content > div.info-left .title {
          color: #282828;
          font-weight: 500;
          font-size: 20px;
          text-transform: uppercase;
          margin-bottom: 15px;
          font-size: 16px;
          display: block;
          margin-bottom: 12px; }
        body .about-content .info-layout .info-content > div.info-left .info-contact .contact-item {
          margin-bottom: 34px; }
          body .about-content .info-layout .info-content > div.info-left .info-contact .contact-item address {
            margin-bottom: 0; }
          body .about-content .info-layout .info-content > div.info-left .info-contact .contact-item .item:not(:last-child) {
            margin-bottom: 7px; }
        body .about-content .info-layout .info-content > div.info-left .info-social {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start; }
          body .about-content .info-layout .info-content > div.info-left .info-social .title {
            margin-bottom: 0;
            margin-right: 60px; }
          body .about-content .info-layout .info-content > div.info-left .info-social .social-content a {
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 28px;
            border: 1px solid #e7e9f3;
            color: #1a1a1a;
            border-radius: 50%;
            margin-left: 7px; }
            body .about-content .info-layout .info-content > div.info-left .info-social .social-content a:hover, body .about-content .info-layout .info-content > div.info-left .info-social .social-content a:focus {
              color: #fff;
              background-color: #50a7b3;
              border: 1px solid #50a7b3; }
        body .about-content .info-layout .info-content > div.info-right {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-direction: column-reverse;
          -moz-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          width: 50%; }
          body .about-content .info-layout .info-content > div.info-right .info-our {
            padding-left: 70px;
            padding-top: 70px; }
            body .about-content .info-layout .info-content > div.info-right .info-our .our-title {
              color: #282828;
              font-weight: 500;
              font-size: 20px;
              text-transform: uppercase;
              margin-bottom: 15px;
              font-size: 24px; }
            body .about-content .info-layout .info-content > div.info-right .info-our .our-caption {
              font-size: 16px;
              line-height: 1.8em;
              margin-bottom: 90px; }
    @media only screen and (max-width: 1199px) {
      body .about-content .info-layout .info-content > div.info-left .group_info, body .about-content .info-layout .info-content > div.info-right .info-our {
        padding-left: 0px;
        padding-top: 30px; } }
  body .about-content .team-layout {
    position: relative;
    background-color: white; }
    body .about-content .team-layout .team-title {
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        body .about-content .team-layout .team-title {
          margin-bottom: 20px;
          margin-top: 20px; } }
      body .about-content .team-layout .team-title .title {
        color: #282828;
        font-weight: 500;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 40px;
        text-align: center;
        margin-bottom: 0;
        line-height: 1em; }
    body .about-content .team-layout .team-inner {
      padding-bottom: 45px;
      padding-top: 45px;
      margin-left: -15px;
      margin-right: -15px; }
      body .about-content .team-layout .team-inner .team-item {
        padding: 0 15px; }
        body .about-content .team-layout .team-inner .team-item .content {
          background-color: white;
          padding: 20px;
          text-align: center; }
          body .about-content .team-layout .team-inner .team-item .content .name {
            color: #282828;
            font-weight: 500;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-size: 18px;
            margin-bottom: 10px; }
          body .about-content .team-layout .team-inner .team-item .content .position {
            font-size: 12px;
            text-transform: uppercase;
            color: #1f1f20;
            margin-bottom: 5px; }
    body .about-content .team-layout .owl-controls {
      text-align: center;
      padding: 45px 0; }
      body .about-content .team-layout .owl-controls .owl-page {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 5px; }
        body .about-content .team-layout .owl-controls .owl-page span {
          display: block;
          background-color: #1f1f20;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          border: 3px solid #fbfaf8; }
        body .about-content .team-layout .owl-controls .owl-page:hover span, body .about-content .team-layout .owl-controls .owl-page:focus span, body .about-content .team-layout .owl-controls .owl-page.active span {
          background-color: #50a7b3;
          border: 1px solid #50a7b3; }
  @media only screen and (max-width: 767px) {
    body .about-content .info-layout .info-content > div {
      width: 100% !important;
      text-align: center; }
      body .about-content .info-layout .info-content > div.info-left .info-social {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        margin-bottom: 45px; }
        body .about-content .info-layout .info-content > div.info-left .info-social .title {
          margin-right: 15px; }
      body .about-content .info-layout .info-content > div.info-right {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        body .about-content .info-layout .info-content > div.info-right .info-our .our-caption {
          margin-bottom: 0; }
    body .about-content .quote-layout .quote-content {
      width: 100%; }
    body .about-content .team-layout .team-inner {
      margin-left: -5px;
      margin-right: -5px; }
      body .about-content .team-layout .team-inner .team-item {
        padding: 0 5px; } }
  @media only screen and (max-width: 540px) {
    body .about-content .quote-layout .quote-content {
      margin-bottom: 45px; }
      body .about-content .quote-layout .quote-content .title {
        font-size: 24px; }
    body .about-content .info-layout {
      margin-bottom: 90px; }
    body .about-content .team-layout {
      margin-bottom: -45px; }
      body .about-content .team-layout .team-title .title {
        font-size: 40px; }
      body .about-content .team-layout .team-inner {
        padding-bottom: 0;
        padding-top: 90px; } }
  body .page-404-layout {
    min-height: 100vh;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    body .page-404-layout .page-404-wrapper {
      width: 100%; }
    body .page-404-layout .page-404-content .page-group {
      text-align: center;
      width: 100%; }
      body .page-404-layout .page-404-content .page-group img {
        max-width: 70%;
        margin: 0 auto; }
      body .page-404-layout .page-404-content .page-group .title {
        font-size: 36px;
        color: #282828;
        font-weight: 600;
        margin-bottom: 5px; }
      body .page-404-layout .page-404-content .page-group .caption {
        color: #1f1f20;
        font-size: 16px;
        font-weight: 400;
        margin-top: 40px;
        width: 830px;
        margin: 40px auto 75px;
        line-height: 1.5em;
        max-width: 70%; }
      body .page-404-layout .page-404-content .page-group ._btn {
        font-size: 14px;
        padding: 0 16px;
        font-weight: 500;
        border-width: 1px;
        height: 50px;
        line-height: 48px;
        color: white;
        border-color: #767476;
        background-color: black;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 14px; }
        body .page-404-layout .page-404-content .page-group ._btn * {
          color: currentcolor; }
  body .faqs-content {
    width: 100%;
    float: left;
    margin-bottom: 45px; }
    @media only screen and (max-width: 540px) {
      body .faqs-content {
        margin-bottom: 0; } }
    body .faqs-content .nav-tabs {
      border-bottom: 0; }
      body .faqs-content .nav-tabs > li {
        width: 100%;
        border-bottom: 1px solid #e7e9f3;
        margin-bottom: 0; }
        body .faqs-content .nav-tabs > li > a {
          font-size: 14px;
          background-color: white;
          color: #1f1f20;
          margin-right: 0;
          border-radius: 0;
          padding: 8px 30px;
          position: relative; }
          body .faqs-content .nav-tabs > li > a .fa {
            position: absolute;
            top: 8px;
            left: 0;
            height: 20px;
            line-height: 20px; }
        body .faqs-content .nav-tabs > li:last-child {
          border-bottom: 0; }
        body .faqs-content .nav-tabs > li:hover:before {
          color: #50a7b3; }
      @media (max-width: 991px) {
        body .faqs-content .nav-tabs {
          margin-bottom: 30px; } }
    body .faqs-content .nav-tabs > li > a,
    body .faqs-content .nav-tabs > li.active > a,
    body .faqs-content .nav-tabs > li.active > a:focus,
    body .faqs-content .nav-tabs > li.active > a:hover {
      border: 0; }
    body .faqs-content .nav-tabs > li:hover > a,
    body .faqs-content .nav-tabs > li.active > a,
    body .faqs-content .nav-tabs > li.active > a:focus,
    body .faqs-content .nav-tabs > li.active > a:hover {
      background-color: white;
      color: #50a7b3 !important; }
    body .faqs-content .panel-title {
      color: #282828; }
    body .faqs-content .faqs-inner {
      margin-left: -15px;
      margin-right: -15px; }
      body .faqs-content .faqs-inner > .col-md-7 {
        border-left: 1px solid #e7e9f3; }
        @media (max-width: 991px) {
          body .faqs-content .faqs-inner > .col-md-7 {
            border-left: 0; } }
      body .faqs-content .faqs-inner .tab-content .panel-group .panel + .panel {
        margin-top: 10px; }
      body .faqs-content .faqs-inner .tab-content .panel-group .panel {
        border-radius: 0;
        box-shadow: none; }
      body .faqs-content .faqs-inner .tab-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent; }
      body .faqs-content .faqs-inner .tab-content .panel-default > .panel-heading {
        background-color: transparent; }
      body .faqs-content .faqs-inner .tab-content .panel-body {
        padding: 0 20px 25px;
        font-size: 14px; }
      body .faqs-content .faqs-inner .tab-content .faq-heading {
        padding: 0 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
        margin-bottom: 13px;
        position: relative;
        font-style: normal;
        font-size: 22px;
        color: #282828;
        font-weight: 700; }
        @media (max-width: 991px) {
          body .faqs-content .faqs-inner .tab-content .faq-heading {
            padding: 0; } }
      body .faqs-content .faqs-inner .tab-content .faq-content {
        padding-left: 15px;
        line-height: 1.95em; }
        @media (max-width: 991px) {
          body .faqs-content .faqs-inner .tab-content .faq-content {
            padding-left: 0px; } }
      body .faqs-content .faqs-inner .tab-content .clearfix {
        display: block;
        margin-bottom: 29px; }
      @media (max-width: 767px) {
        body .faqs-content .faqs-inner {
          margin-left: 0px;
          margin-right: 0px; } }
    body .faqs-content .faqs-title {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      color: #282828;
      margin-bottom: 45px;
      margin-top: 60px; }
    body .faqs-content .panel-body {
      line-height: 1.8em; }
    body .faqs-content .panel-heading .cs-icon {
      font-weight: 900 !important; }
    body .faqs-content .panel-heading:hover a, body .faqs-content .panel-heading:focus a, body .faqs-content .panel-heading.active a {
      color: #50a7b3; }
    body .faqs-content .questions-layout {
      margin-bottom: 90px; }
    body .faqs-content .contact-layout .contact-content {
      *zoom: 1;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: -15px; }
      body .faqs-content .contact-layout .contact-content::after {
        content: '';
        display: table;
        clear: both; }
      body .faqs-content .contact-layout .contact-content .feedback {
        padding-left: 15px;
        padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        body .faqs-content .contact-layout .contact-content {
          margin-left: -10px;
          margin-right: -10px; } }
    body .faqs-content .contact-layout #contactFormWrapper ::-webkit-input-placeholder {
      color: #1a1a1a; }
    body .faqs-content .contact-layout #contactFormWrapper ::-moz-placeholder {
      color: #1a1a1a; }
    body .faqs-content .contact-layout #contactFormWrapper :-ms-input-placeholder {
      color: #1a1a1a; }
    body .faqs-content .contact-layout #contactFormWrapper ::-ms-input-placeholder {
      color: #1a1a1a; }
    body .faqs-content .contact-layout #contactFormWrapper .form-item {
      padding: 7.5px 0; }
    body .faqs-content .contact-layout #contactFormWrapper textarea:not(._btn),
    body .faqs-content .contact-layout #contactFormWrapper input:not(._btn) {
      width: 100%;
      background-color: white; }
    body .faqs-content .contact-layout #contactFormWrapper input,
    body .faqs-content .contact-layout #contactFormWrapper textarea,
    body .faqs-content .contact-layout #contactFormWrapper select {
      border: 1px solid #e7e9f3;
      border-radius: 5px;
      padding-top: 0px;
      padding-bottom: 0px;
      height: 50px;
      line-height: 50px; }
      body .faqs-content .contact-layout #contactFormWrapper input:focus,
      body .faqs-content .contact-layout #contactFormWrapper textarea:focus,
      body .faqs-content .contact-layout #contactFormWrapper select:focus {
        border-color: #50a7b3; }
    body .faqs-content .contact-layout #contactFormWrapper > div:last-child {
      margin-bottom: 0; }
    body .faqs-content .contact-layout #contactFormWrapper .feedback {
      padding-left: 15px;
      padding-right: 15px; }
    body .faqs-content .contact-layout #contactFormWrapper textarea {
      height: 115px; }
    body .faqs-content .contact-layout #contactFormWrapper ._btn {
      float: right;
      max-width: 200px;
      width: 100%;
      font-size: 14px;
      padding: 0 16px;
      font-weight: 500;
      border-width: 1px;
      height: 50px;
      line-height: 48px; }
    body .faqs-content > div:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      body .faqs-content #contactFormWrapper > div {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 425px) {
      body .faqs-content {
        font-size: 12px;
        margin-top: 0; }
        body .faqs-content .faqs-title {
          font-size: 16px; }
        body .faqs-content .questions-layout {
          margin-bottom: 45px; }
        body .faqs-content .contact-layout #contactFormWrapper ._btn {
          font-size: 14px;
          border-width: 1px;
          height: 40px;
          line-height: 38px;
          padding: 0 16px;
          font-weight: 500; } }
  body .page-lookbook .lookbook-content-inner {
    margin-left: -15px;
    margin-right: -15px; }
  body .page-lookbook .lookbook-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body .page-lookbook .lookbook-content .lookbook-item {
      width: 50%;
      padding: 15px; }
      body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a {
        display: block;
        position: relative; }
        body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5);
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
          visibility: hidden;
          opacity: 0;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
        body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a:hover:before, body .page-lookbook .lookbook-content .lookbook-item .item .lb-element a:focus:before {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
  body .products-deals {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px; }
    body .products-deals .products-deals-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start; }
    @media only screen and (max-width: 991px) {
      body .products-deals .products-deals-inner .product-item-wrapper {
        width: 33.33333%; } }
    @media only screen and (max-width: 767px) {
      body .products-deals {
        margin-left: -10px;
        margin-right: -10px; }
        body .products-deals .products-deals-inner .product-item-wrapper {
          width: 50%;
          padding-left: 10px;
          padding-right: 10px; } }
    @media only screen and (max-width: 425px) {
      body .products-deals {
        margin-top: 0px; } }
  body .customers-layout {
    margin: 90px 0; }
    body .customers-layout .customers-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      body .customers-layout .customers-content input {
        height: 50px;
        line-height: 48px;
        padding: 0 15px; }
      body .customers-layout .customers-content > div {
        width: 500px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 50%;
        text-align: left; }
        body .customers-layout .customers-content > div ::-webkit-input-placeholder {
          color: #1a1a1a; }
        body .customers-layout .customers-content > div ::-moz-placeholder {
          color: #1a1a1a; }
        body .customers-layout .customers-content > div :-ms-input-placeholder {
          color: #1a1a1a; }
        body .customers-layout .customers-content > div ::-ms-input-placeholder {
          color: #1a1a1a; }
        body .customers-layout .customers-content > div .form-item {
          padding: 7.5px 0; }
        body .customers-layout .customers-content > div textarea:not(._btn),
        body .customers-layout .customers-content > div input:not(._btn) {
          width: 100%;
          background-color: white; }
        body .customers-layout .customers-content > div input,
        body .customers-layout .customers-content > div textarea,
        body .customers-layout .customers-content > div select {
          border: 1px solid #e7e9f3;
          border-radius: 5px;
          padding-top: 0px;
          padding-bottom: 0px;
          height: 50px;
          line-height: 50px; }
          body .customers-layout .customers-content > div input:focus,
          body .customers-layout .customers-content > div textarea:focus,
          body .customers-layout .customers-content > div select:focus {
            border-color: #50a7b3; }
        body .customers-layout .customers-content > div .form-item {
          padding: 10px;
          position: relative; }
          body .customers-layout .customers-content > div .form-item .cs-icon {
            position: absolute;
            top: 50%;
            right: 30px;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        body .customers-layout .customers-content > div h2 {
          text-align: left;
          font-size: 36px;
          color: #282828;
          font-weight: 600;
          margin-bottom: 25px; }
        body .customers-layout .customers-content > div .action_bottom {
          padding: 10px 10px 0 10px;
          *zoom: 1;
          width: 100%;
          float: left; }
          body .customers-layout .customers-content > div .action_bottom::after {
            content: '';
            display: table;
            clear: both; }
        body .customers-layout .customers-content > div .create-account {
          margin-top: 90px; }
          body .customers-layout .customers-content > div .create-account h4 {
            font-size: 36px;
            text-transform: capitalize;
            color: #282828;
            font-weight: 600;
            margin-bottom: 90px; }
        body .customers-layout .customers-content > div form {
          margin: 0 -15px; }
        body .customers-layout .customers-content > div .note a {
          font-size: 14px;
          color: #1f1f20;
          font-style: italic; }
        body .customers-layout .customers-content > div.register-layout .note {
          margin-left: 10px; }
          body .customers-layout .customers-content > div.register-layout .note span {
            margin-right: 10px; }
      body .customers-layout .customers-content ._btn {
        font-size: 14px;
        padding: 0 16px;
        font-weight: 500;
        border-width: 1px;
        height: 50px;
        line-height: 48px;
        color: white;
        border-color: #767476;
        background-color: black;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        max-width: 220px; }
        body .customers-layout .customers-content ._btn * {
          color: currentcolor; }
        body .customers-layout .customers-content ._btn:hover, body .customers-layout .customers-content ._btn:focus {
          color: white;
          border-color: #27272f;
          background-color: #27272f; }
          body .customers-layout .customers-content ._btn:hover *, body .customers-layout .customers-content ._btn:focus * {
            color: currentcolor; }
    body .customers-layout.reset_password-layout form, body .customers-layout.activate_account-layout form {
      width: 50%; }
    body .customers-layout.reset_password-layout .form-item, body .customers-layout.activate_account-layout .form-item {
      padding: 10px 0; }
      body .customers-layout.reset_password-layout .form-item *, body .customers-layout.activate_account-layout .form-item * {
        width: 100%; }
    body .customers-layout.reset_password-layout .action_bottom, body .customers-layout.activate_account-layout .action_bottom {
      padding: 10px 0; }
      body .customers-layout.reset_password-layout .action_bottom a, body .customers-layout.reset_password-layout .action_bottom ._btn, body .customers-layout.activate_account-layout .action_bottom a, body .customers-layout.activate_account-layout .action_bottom ._btn {
        font-size: 14px;
        padding: 0 16px;
        font-weight: 500;
        border-width: 1px;
        height: 50px;
        line-height: 48px;
        margin-top: 0; }
      body .customers-layout.reset_password-layout .action_bottom a, body .customers-layout.activate_account-layout .action_bottom a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-align: left; }
        body .customers-layout.reset_password-layout .action_bottom a:hover, body .customers-layout.activate_account-layout .action_bottom a:hover {
          color: #50a7b3; }
    body .customers-layout.reset_password-layout .activate_account-inner #customer-activate, body .customers-layout.activate_account-layout .activate_account-inner #customer-activate {
      *zoom: 1;
      padding: 50px; }
      body .customers-layout.reset_password-layout .activate_account-inner #customer-activate::after, body .customers-layout.activate_account-layout .activate_account-inner #customer-activate::after {
        content: '';
        display: table;
        clear: both; }
      body .customers-layout.reset_password-layout .activate_account-inner #customer-activate .note, body .customers-layout.activate_account-layout .activate_account-inner #customer-activate .note {
        color: #282828;
        font-weight: 800;
        font-size: 34px; }
      @media only screen and (max-width: 767px) {
        body .customers-layout.reset_password-layout .activate_account-inner #customer-activate, body .customers-layout.activate_account-layout .activate_account-inner #customer-activate {
          padding: 20px; } }
    @media only screen and (max-width: 991px) {
      body .customers-layout.reset_password-layout form, body .customers-layout.activate_account-layout form {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      body .customers-layout.reset_password-layout form, body .customers-layout.activate_account-layout form {
        width: 100%; } }
    @media only screen and (max-width: 425px) {
      body .customers-layout.reset_password-layout .action_bottom a, body .customers-layout.reset_password-layout .action_bottom ._btn, body .customers-layout.activate_account-layout .action_bottom a, body .customers-layout.activate_account-layout .action_bottom ._btn {
        width: 100%;
        margin-bottom: 5px;
        display: block;
        float: none;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      body .customers-layout .customers-content {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        body .customers-layout .customers-content > div {
          width: 100%;
          max-width: 100%; }
          body .customers-layout .customers-content > div:not(:last-child) {
            margin-bottom: 90px; } }
  body .account-layout {
    padding-top: 90px;
    padding-bottom: 90px; }
    body .account-layout .account-inner {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
    body .account-layout .account-content {
      @inclide padding_container(15px); }
      @media only screen and (max-width: 767px) {
        body .account-layout .account-content {
          @inclide padding_container(10x); } }
    body .account-layout .account-info {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .account-layout .account-info > div {
        margin-bottom: 30px;
        width: 50%; }
        @media only screen and (max-width: 767px) {
          body .account-layout .account-info > div {
            width: 100%; } }
    body .account-layout .account-details .details-title {
      color: #282828;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase; }
      @media only screen and (max-width: 425px) {
        body .account-layout .account-details .details-title {
          font-size: 14px; } }
    body .account-layout .account-details .details-content {
      font-size: 14px; }
      body .account-layout .account-details .details-content .details-item {
        margin-bottom: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        body .account-layout .account-details .details-content .details-item .title {
          color: #282828;
          width: 100px;
          max-width: 100px;
          padding-right: 10px;
          display: inline-block;
          *display: inline;
          zoom: 1;
          white-space: nowrap; }
        body .account-layout .account-details .details-content .details-item.name .content {
          font-weight: 700; }
        body .account-layout .account-details .details-content .details-item address {
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-bottom: 0; }
        body .account-layout .account-details .details-content .details-item:last-child {
          margin-bottom: 0; }
        @media only screen and (max-width: 425px) {
          body .account-layout .account-details .details-content .details-item * {
            font-size: 14px; } }
    body .account-layout .account-link .link-title {
      color: #fff;
      background-color: #50a7b3;
      padding: 10.5px 25px;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media only screen and (max-width: 425px) {
        body .account-layout .account-link .link-title {
          font-size: 14px; } }
    body .account-layout .account-link .link-content {
      border-style: solid;
      border-width: 1px;
      border-color: #e7e9f3;
      border-top-width: 0;
      padding: 23px 20px;
      font-size: 14px;
      color: #282828; }
      body .account-layout .account-link .link-content .link-list li {
        list-style: disc;
        margin-bottom: 10px; }
        body .account-layout .account-link .link-content .link-list li:last-child {
          margin-bottom: 0; }
    body .account-layout .account-banner {
      text-align: center; }
      body .account-layout .account-banner a {
        display: block; }
    body .account-layout .account-orders {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        body .account-layout .account-orders .account-orders-inner {
          max-width: 100%;
          overflow-x: auto; } }
      @media only screen and (max-width: 767px) {
        body .account-layout .account-orders {
          padding-left: 0px;
          padding-right: 0px; } }
      body .account-layout .account-orders table thead tr {
        background-color: #50a7b3;
        padding: 10px 0; }
        body .account-layout .account-orders table thead tr th {
          font-size: 14px;
          font-weight: 800;
          text-transform: uppercase;
          color: #fff;
          padding: 10px 30px;
          white-space: nowrap; }
          @media only screen and (max-width: 425px) {
            body .account-layout .account-orders table thead tr th {
              font-size: 14px; } }
      body .account-layout .account-orders table tbody {
        font-size: 14px;
        border: 1px solid #e7e9f3; }
        body .account-layout .account-orders table tbody * {
          color: #282828; }
        body .account-layout .account-orders table tbody tr {
          border-bottom: 1px solid #e7e9f3; }
          body .account-layout .account-orders table tbody tr td {
            padding: 23px 30px; }
            body .account-layout .account-orders table tbody tr td.td-note {
              white-space: nowrap; }
          body .account-layout .account-orders table tbody tr:last-child {
            border-bottom-width: 0; }
      body .account-layout .account-orders table tfoot {
        font-size: 14px;
        color: #282828; }
        body .account-layout .account-orders table tfoot td {
          border: 1px solid #e7e9f3;
          padding: 10px 30px; }
    @media only screen and (max-width: 767px) {
      body .account-layout .account-info > div {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (max-width: 425px) {
      body .account-layout {
        padding-top: 35px;
        padding-bottom: 35px; }
        body .account-layout .account-details .details-content .details-item .title {
          width: 80px;
          max-width: 80px; }
        body .account-layout .account-link .link-content {
          font-size: 14px; }
        body .account-layout .account-orders table tbody {
          font-size: 14px; } }
  body .order-layout {
    padding-top: 90px;
    padding-bottom: 90px; }
    body .order-layout .order-inner {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
    body .order-layout .order-content .order-id {
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px; }
      body .order-layout .order-content .order-id h2 {
        text-transform: uppercase;
        color: #282828;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px; }
      body .order-layout .order-content .order-id .date {
        font-size: 14px;
        color: #1a1a1a; }
      body .order-layout .order-content .order-id .notice {
        margin-top: 8px; }
        body .order-layout .order-content .order-id .notice h5 {
          color: #282828;
          font-size: 16px;
          margin-bottom: 8px; }
        body .order-layout .order-content .order-id .notice .note {
          font-size: 14px;
          color: #1a1a1a; }
    body .order-layout .order-content .order-address {
      *zoom: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .order-layout .order-content .order-address::after {
        content: '';
        display: table;
        clear: both; }
      body .order-layout .order-content .order-address .address-items {
        margin-bottom: 30px;
        width: 50%; }
        body .order-layout .order-content .order-address .address-items .address-title {
          font-size: 16px;
          text-transform: uppercase;
          color: #fff;
          background-color: #50a7b3;
          font-weight: 700;
          padding: 11px 25px;
          margin-bottom: 0; }
        body .order-layout .order-content .order-address .address-items .address-content {
          padding: 23px 25px;
          border: 1px solid #e7e9f3; }
          body .order-layout .order-content .order-address .address-items .address-content .address-item {
            font-size: 14px;
            margin-bottom: 10px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            body .order-layout .order-content .order-address .address-items .address-content .address-item .title {
              color: #282828;
              width: 140px;
              max-width: 140px;
              padding-right: 10px;
              display: inline-block;
              *display: inline;
              zoom: 1;
              white-space: nowrap; }
            body .order-layout .order-content .order-address .address-items .address-content .address-item.name .content {
              font-weight: 700; }
            body .order-layout .order-content .order-address .address-items .address-content .address-item address {
              display: inline-block;
              *display: inline;
              zoom: 1;
              margin-bottom: 0; }
            body .order-layout .order-content .order-address .address-items .address-content .address-item:last-child {
              margin-bottom: 0; }
            @media only screen and (max-width: 425px) {
              body .order-layout .order-content .order-address .address-items .address-content .address-item * {
                font-size: 14px; } }
    body .order-layout .order-content .order-info {
      padding-left: 15px;
      padding-right: 15px; }
      body .order-layout .order-content .order-info .order-info-inner {
        width: 100%; }
      body .order-layout .order-content .order-info table thead tr {
        background-color: #50a7b3;
        padding: 10px 0; }
        body .order-layout .order-content .order-info table thead tr th {
          font-size: 14px;
          font-weight: 800;
          text-transform: uppercase;
          color: #fff;
          padding: 10px 30px;
          white-space: nowrap; }
          @media only screen and (max-width: 425px) {
            body .order-layout .order-content .order-info table thead tr th {
              font-size: 14px; } }
      body .order-layout .order-content .order-info table tbody {
        font-size: 14px;
        border: 1px solid #e7e9f3; }
        body .order-layout .order-content .order-info table tbody * {
          color: #282828; }
        body .order-layout .order-content .order-info table tbody tr {
          border-bottom: 1px solid #e7e9f3; }
          body .order-layout .order-content .order-info table tbody tr td {
            padding: 23px 30px; }
            body .order-layout .order-content .order-info table tbody tr td.td-note {
              white-space: nowrap; }
          body .order-layout .order-content .order-info table tbody tr:last-child {
            border-bottom-width: 0; }
      body .order-layout .order-content .order-info table tfoot {
        font-size: 14px;
        color: #282828; }
        body .order-layout .order-content .order-info table tfoot td {
          border: 1px solid #e7e9f3;
          padding: 10px 30px; }
      body .order-layout .order-content .order-info table tbody tr {
        border-bottom: 0; }
        body .order-layout .order-content .order-info table tbody tr:first-child td {
          padding-top: 30px; }
        body .order-layout .order-content .order-info table tbody tr:last-child td {
          padding-bottom: 30px; }
        body .order-layout .order-content .order-info table tbody tr td {
          padding: 5px 30px; }
    @media only screen and (max-width: 767px) {
      body .order-layout .order-content .order-address .address-items {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        body .order-layout .order-content .order-address .address-items .address-content {
          padding: 15px 10px; }
          body .order-layout .order-content .order-address .address-items .address-content .address-item .title {
            width: 110px;
            max-width: 110px; }
      body .order-layout .order-content .order-info {
        padding-left: 0;
        padding-right: 0; }
        body .order-layout .order-content .order-info .order-info-inner {
          overflow-x: auto;
          padding-bottom: 20px; }
          body .order-layout .order-content .order-info .order-info-inner .td-product {
            min-width: 200px; }
      body .order-layout .order-content .order-id {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (max-width: 425px) {
      body .order-layout {
        padding-top: 35px;
        padding-bottom: 35px; }
        body .order-layout * {
          font-size: 14px; } }
  body .address-layout {
    padding-top: 90px;
    padding-bottom: 90px; }
    body .address-layout .group_form .form-item {
      margin-bottom: 20px; }
      body .address-layout .group_form .form-item label {
        font-size: 14px;
        color: #1f1f20;
        margin-bottom: 10px;
        display: block; }
      body .address-layout .group_form .form-item input:not(._btn),
      body .address-layout .group_form .form-item select:not(._btn),
      body .address-layout .group_form .form-item textarea:not(._btn) {
        border-radius: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        color: #1a1a1a;
        font-size: 14px; }
      body .address-layout .group_form .form-item select,
      body .address-layout .group_form .form-item input:not(._btn) {
        height: 40px;
        line-height: 40px;
        border-width: 1px;
        border-style: solid;
        border-color: #e7e9f3;
        padding-top: 0;
        padding-bottom: 0; }
      body .address-layout .group_form .form-item textarea {
        min-height: 132px;
        padding-top: 10px;
        padding-bottom: 10px; }
      body .address-layout .group_form .form-item.form-password {
        position: relative; }
        body .address-layout .group_form .form-item.form-password input {
          padding-right: 30px; }
        body .address-layout .group_form .form-item.form-password .cs-icon {
          position: absolute;
          top: 50%;
          right: 15px;
          font-size: 12px !important;
          margin-top: -6px;
          font-weight: 700; }
          body .address-layout .group_form .form-item.form-password .cs-icon:hover {
            cursor: pointer; }
      body .address-layout .group_form .form-item input[type="checkbox"] {
        line-height: 1em;
        height: auto;
        width: auto;
        margin: 0 5px 0 0;
        padding: 5px;
        -moz-appearance: checkbox;
        -webkit-appearance: checkbox;
        appearance: checkbox; }
    body .address-layout .group_form ._btn {
      font-size: 14px;
      padding: 0 16px;
      font-weight: 500;
      border-width: 1px;
      height: 50px;
      line-height: 48px;
      float: right;
      margin-top: 3px; }
    body .address-layout .group_form ::-webkit-input-placeholder {
      color: #1a1a1a;
      font-size: 14px; }
    body .address-layout .group_form ::-moz-placeholder {
      color: #1a1a1a;
      font-size: 14px; }
    body .address-layout .group_form :-ms-input-placeholder {
      color: #1a1a1a;
      font-size: 14px; }
    body .address-layout .group_form ::-ms-input-placeholder {
      color: #1a1a1a;
      font-size: 14px; }
    body .address-layout .address-inner {
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
    body .address-layout .address-content {
      /*address-tables*/
      /*address-new*/ }
      body .address-layout .address-content ._btn {
        font-size: 14px;
        border-width: 1px;
        height: 40px;
        line-height: 38px;
        padding: 0 16px;
        font-weight: 500;
        color: white;
        border-color: #767476;
        background-color: black; }
        body .address-layout .address-content ._btn * {
          color: currentcolor; }
        body .address-layout .address-content ._btn:hover, body .address-layout .address-content ._btn:focus {
          color: white;
          border-color: #27272f;
          background-color: #27272f; }
          body .address-layout .address-content ._btn:hover *, body .address-layout .address-content ._btn:focus * {
            color: currentcolor; }
      body .address-layout .address-content .address-tables .address-items {
        margin-bottom: 30px; }
        body .address-layout .address-content .address-tables .address-items form .customer-address-table {
          margin-left: -13px;
          margin-right: -13px; }
        body .address-layout .address-content .address-tables .address-items form #add_address_title {
          display: none; }
        body .address-layout .address-content .address-tables .address-items form .group_form {
          padding: 50px;
          border: 1px solid #e7e9f3;
          margin-top: 30px; }
          body .address-layout .address-content .address-tables .address-items form .group_form .form-item {
            width: 50%;
            padding: 0 13px;
            float: left; }
            body .address-layout .address-content .address-tables .address-items form .group_form .form-item label {
              text-align: left; }
            body .address-layout .address-content .address-tables .address-items form .group_form .form-item .form-item-inner {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              /*sass-lint:disable no-misspelled-properties*/
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              -webkit-justify-content: flex-start;
              -ms-justify-content: flex-start;
              justify-content: flex-start; }
            body .address-layout .address-content .address-tables .address-items form .group_form .form-item:last-child {
              width: 100%;
              float: none;
              text-align: left; }
              body .address-layout .address-content .address-tables .address-items form .group_form .form-item:last-child * {
                text-align: left; }
        body .address-layout .address-content .address-tables .address-items form .action_bottom {
          *zoom: 1;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          body .address-layout .address-content .address-tables .address-items form .action_bottom::after {
            content: '';
            display: table;
            clear: both; }
          body .address-layout .address-content .address-tables .address-items form .action_bottom ._btn {
            margin: 0 5px 0 0; }
          body .address-layout .address-content .address-tables .address-items form .action_bottom > span {
            padding: 0 5px; }
        body .address-layout .address-content .address-tables .address-items .errors ul {
          margin: 0; }
          body .address-layout .address-content .address-tables .address-items .errors ul li {
            list-style: none; }
        @media only screen and (max-width: 767px) {
          body .address-layout .address-content .address-tables .address-items form .group_form {
            padding: 20px 10px; }
            body .address-layout .address-content .address-tables .address-items form .group_form .form-item {
              width: 100%; } }
        body .address-layout .address-content .address-tables .address-items .tables-title {
          font-size: 14px;
          font-weight: 800;
          text-transform: uppercase;
          background-color: #50a7b3;
          padding: 10.5px 30px;
          color: #fff;
          margin-bottom: 0; }
          @media only screen and (max-width: 425px) {
            body .address-layout .address-content .address-tables .address-items .tables-title {
              font-size: 14px; } }
        body .address-layout .address-content .address-tables .address-items .tables-content {
          border: 1px solid #e7e9f3;
          padding: 25px;
          font-size: 14px;
          color: #282828;
          position: relative; }
          body .address-layout .address-content .address-tables .address-items .tables-content .action-link {
            width: 20px;
            position: absolute;
            right: 40px;
            top: 20px;
            text-align: right; }
            body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a {
              display: block;
              margin-bottom: 15px; }
              body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a:hover > span, body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a:focus > span {
                color: #50a7b3; }
          body .address-layout .address-content .address-tables .address-items .tables-content .tables-item {
            margin-bottom: 10px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            body .address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
              color: #282828;
              width: 150px;
              max-width: 150px;
              padding-right: 10px;
              display: inline-block;
              *display: inline;
              zoom: 1;
              white-space: nowrap; }
            body .address-layout .address-content .address-tables .address-items .tables-content .tables-item.name .content {
              font-weight: 700; }
            body .address-layout .address-content .address-tables .address-items .tables-content .tables-item address {
              display: inline-block;
              *display: inline;
              zoom: 1;
              margin-bottom: 0; }
            body .address-layout .address-content .address-tables .address-items .tables-content .tables-item:last-child {
              margin-bottom: 0; }
            @media only screen and (max-width: 425px) {
              body .address-layout .address-content .address-tables .address-items .tables-content .tables-item * {
                font-size: 14px; } }
      body .address-layout .address-content .address-new form .customer-address-table {
        margin-left: -13px;
        margin-right: -13px; }
      body .address-layout .address-content .address-new form #add_address_title {
        display: none; }
      body .address-layout .address-content .address-new form .group_form {
        padding: 50px;
        border: 1px solid #e7e9f3;
        margin-top: 30px; }
        body .address-layout .address-content .address-new form .group_form .form-item {
          width: 50%;
          padding: 0 13px;
          float: left; }
          body .address-layout .address-content .address-new form .group_form .form-item label {
            text-align: left; }
          body .address-layout .address-content .address-new form .group_form .form-item .form-item-inner {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            /*sass-lint:disable no-misspelled-properties*/
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: flex-start;
            -ms-justify-content: flex-start;
            justify-content: flex-start; }
          body .address-layout .address-content .address-new form .group_form .form-item:last-child {
            width: 100%;
            float: none;
            text-align: left; }
            body .address-layout .address-content .address-new form .group_form .form-item:last-child * {
              text-align: left; }
      body .address-layout .address-content .address-new form .action_bottom {
        *zoom: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        body .address-layout .address-content .address-new form .action_bottom::after {
          content: '';
          display: table;
          clear: both; }
        body .address-layout .address-content .address-new form .action_bottom ._btn {
          margin: 0 5px 0 0; }
        body .address-layout .address-content .address-new form .action_bottom > span {
          padding: 0 5px; }
      body .address-layout .address-content .address-new .errors ul {
        margin: 0; }
        body .address-layout .address-content .address-new .errors ul li {
          list-style: none; }
      @media only screen and (max-width: 767px) {
        body .address-layout .address-content .address-new form .group_form {
          padding: 20px 10px; }
          body .address-layout .address-content .address-new form .group_form .form-item {
            width: 100%; } }
    @media only screen and (max-width: 767px) {
      body .address-layout .address-content .address-tables .address-items .tables-content {
        padding: 15px 10px; }
        body .address-layout .address-content .address-tables .address-items .tables-content .action-link {
          right: 10px;
          top: 10px; }
          body .address-layout .address-content .address-tables .address-items .tables-content .action-link > a {
            margin-bottom: 5px; }
        body .address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
          width: 110px;
          max-width: 110px; }
      body .address-layout .address-content .address-tables .address-items .tables-title {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 425px) {
      body .address-layout {
        padding-top: 35px;
        padding-bottom: 35px; }
        body .address-layout .address-content * {
          font-size: 14px; }
        body .address-layout .address-content .address-tables .address-items .tables-content .tables-item .title {
          width: 90px;
          max-width: 90px; } }
  body .main-content > .search-content {
    margin-top: 45px;
    margin-bottom: 45px; }
    body .main-content > .search-content .search-field form.search {
      position: relative;
      height: 50px;
      padding-right: 60px;
      border-radius: 3px;
      border: 1px solid #e7e9f3;
      background-color: white; }
      body .main-content > .search-content .search-field form.search .search_box {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        color: #1f1f20;
        border-width: 0;
        line-height: 48px;
        background-color: transparent;
        font-size: 14px; }
      body .main-content > .search-content .search-field form.search .search-submit {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        padding: 0;
        margin-top: -1px;
        margin-bottom: -1px;
        width: 50px;
        background-color: white;
        border-color: white;
        border-radius: 0 3px 3px 0;
        border-width: 0; }
        body .main-content > .search-content .search-field form.search .search-submit:focus {
          outline: none; }
        body .main-content > .search-content .search-field form.search .search-submit * {
          font-size: 15px;
          color: white;
          line-height: 48px;
          font-weight: 700; }
        body .main-content > .search-content .search-field form.search .search-submit .cs-icon.icon-search:before {
          color: white; }
      body .main-content > .search-content .search-field form.search .search-clear {
        font-size: 14px;
        position: absolute;
        top: 50%;
        right: 75px;
        margin-top: -7px;
        color: #1f1f20;
        font-weight: 700; }
    body .main-content > .search-content .search-field ::-webkit-input-placeholder {
      color: #1f1f20;
      font-size: 14px;
      font-weight: 500; }
    body .main-content > .search-content .search-field ::-moz-placeholder {
      color: #1f1f20;
      font-size: 14px;
      font-weight: 500; }
    body .main-content > .search-content .search-field :-ms-input-placeholder {
      color: #1f1f20;
      font-size: 14px;
      font-weight: 500; }
    body .main-content > .search-content .search-field ::-ms-input-placeholder {
      color: #1f1f20;
      font-size: 14px;
      font-weight: 500; }
    body .main-content > .search-content .search-field form.search {
      background-color: transparent; }
    body .main-content > .search-content .search-content-inner {
      margin-left: -15px;
      margin-right: -15px; }
    body .main-content > .search-content .expanded-message {
      padding-left: 125px;
      padding-right: 125px;
      margin-bottom: 65px;
      text-align: center;
      width: 100%; }
      body .main-content > .search-content .expanded-message .subtext {
        margin-top: 35px;
        margin-bottom: 10px;
        display: block;
        text-transform: uppercase; }
      body .main-content > .search-content .expanded-message h2 {
        font-size: 14px;
        color: #50a7b3;
        text-transform: uppercase;
        font-weight: 700; }
      body .main-content > .search-content .expanded-message .search-results {
        display: none !important; }
    body .main-content > .search-content .product-item-group .product-item-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    body .main-content > .search-content .search-bottom-toolbar {
      padding-top: 45px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      color: #282828; }
      body .main-content > .search-content .search-bottom-toolbar .pagination_group {
        margin: 0; }
        body .main-content > .search-content .search-bottom-toolbar .pagination_group .pagination {
          -webkit-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start; }
      body .main-content > .search-content .search-bottom-toolbar .search-counter {
        text-align: right;
        font-size: 14px; }
    body .main-content > .search-content .article {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    @media only screen and (max-width: 1199px) {
      body .main-content > .search-content .product-item-group {
        margin-left: -10px;
        margin-right: -10px; }
        body .main-content > .search-content .product-item-group .product-item-wrapper {
          padding: 10px; }
      body .main-content > .search-content .search-content-inner {
        margin-left: 0;
        margin-right: 0; }
      body .main-content > .search-content .search-bottom-toolbar > div {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      body .main-content > .search-content .product-item-wrapper {
        width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
        body .main-content > .search-content .product-item-wrapper .product {
          margin-bottom: 0px; }
      body .main-content > .search-content .article {
        width: 100%;
        margin-bottom: 30px; }
        body .main-content > .search-content .article:last-child {
          margin-bottom: 0; } }
    @media only screen and (max-width: 540px) {
      body .main-content > .search-content .product-item-wrapper {
        width: 50%; }
      body .main-content > .search-content .expanded-message {
        padding-left: 0;
        padding-right: 0; }
      body .main-content > .search-content .search-bottom-toolbar > div {
        width: 100%;
        margin-bottom: 10px; }
      body .main-content > .search-content .search-bottom-toolbar .pagination_group .pagination {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
      body .main-content > .search-content .search-bottom-toolbar .search-counter {
        text-align: center; } }
    @media only screen and (max-width: 425px) {
      body .main-content > .search-content {
        margin-top: 20px; }
        body .main-content > .search-content .search-field form.search .search_box {
          font-size: 12px; }
        body .main-content > .search-content .expanded-message {
          margin-bottom: 10px; }
          body .main-content > .search-content .expanded-message .subtext {
            margin-top: 20px;
            margin-bottom: 0; }
          body .main-content > .search-content .expanded-message .results,
          body .main-content > .search-content .expanded-message .subtext {
            font-size: 12px; }
        body .main-content > .search-content .search-bottom-toolbar .search-counter {
          font-size: 12px; } }
    @media only screen and (max-width: 319px) {
      body .main-content > .search-content .product-item-wrapper {
        width: 100%; } }
  body .gallery-content .gallery-title-layout {
    margin-bottom: 30px; }
    body .gallery-content .gallery-title-layout .gallery-title-inner {
      padding-left: 100px; }
    body .gallery-content .gallery-title-layout .sub-title,
    body .gallery-content .gallery-title-layout .title {
      font-size: 36px;
      color: #282828; }
    body .gallery-content .gallery-title-layout .title {
      font-weight: 600;
      margin-bottom: 0px; }
    body .gallery-content .gallery-title-layout .sub-title {
      text-align: left;
      font-family: 'Playfair Display', serif;
      font-style: italic; }
    @media only screen and (max-width: 767px) {
      body .gallery-content .gallery-title-layout .gallery-title-inner {
        padding-left: 0;
        text-align: center; }
      body .gallery-content .gallery-title-layout .sub-title {
        text-align: center; } }
  body .gallery-content .gallery-item-layout .container {
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1920px) {
      body .gallery-content .gallery-item-layout .container {
        width: 1770px; } }
    @media only screen and (min-width: 1600px) and (max-width: 1919px) {
      body .gallery-content .gallery-item-layout .container {
        width: 1540px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      body .gallery-content .gallery-item-layout .container {
        width: 1170px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      body .gallery-content .gallery-item-layout .container {
        width: 970px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body .gallery-content .gallery-item-layout .container {
        width: 100%; } }
  body .gallery-content .gallery-item-layout .gallery-item-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body .gallery-content .gallery-item-layout .gallery-item-content .item-img {
      padding-bottom: 100%;
      width: 100%;
      display: block;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden; }
      body .gallery-content .gallery-item-layout .gallery-item-content .item-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
      body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 35px 50px;
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%); }
        body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption .p1 {
          font-size: 24px;
          color: #fff;
          text-transform: uppercase;
          font-weight: 600;
          margin-bottom: 5px; }
        body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption .p2 {
          color: #50a7b3;
          font-size: 14px;
          font-style: italic;
          font-weight: 500;
          margin-bottom: 0 !important; }
        body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption .item-caption {
          padding-right: 42px; }
        body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption .item-action {
          position: absolute;
          top: 50%;
          right: 50px;
          width: 42px;
          height: 42px;
          text-align: center;
          line-height: 42px;
          border-radius: 5px;
          background-color: white;
          color: #282828;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
          body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption .item-action:hover {
            color: #50a7b3; }
      body .gallery-content .gallery-item-layout .gallery-item-content .item-img:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
      body .gallery-content .gallery-item-layout .gallery-item-content .item-img:hover .item-group-caption {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
    body .gallery-content .gallery-item-layout .gallery-item-content > div {
      width: 50%; }
      body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-top > div {
          width: 50%; }
      body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-bottom .item-img {
        padding-bottom: 50%; }
    body .gallery-content .gallery-item-layout .gallery-item-content.position-right {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    @media only screen and (max-width: 1199px) {
      body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption {
        padding: 20px 30px; }
        body .gallery-content .gallery-item-layout .gallery-item-content .item-img .item-group-caption .item-action {
          right: 30px; }
      body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-top .item-img .item-group-caption {
        padding: 25px 15px; }
        body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-top .item-img .item-group-caption .p1 {
          font-size: 14px; }
        body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-top .item-img .item-group-caption .p2 {
          font-size: 10px; }
        body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-top .item-img .item-group-caption .item-action {
          right: 15px;
          width: 20px;
          height: 20px;
          line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      body .gallery-content .gallery-item-layout .gallery-item-content > div {
        width: 100%; } }
    @media only screen and (max-width: 425px) {
      body .gallery-content .gallery-item-layout .gallery-item-content > div.banner-group .banner-group-top > div {
        width: 100%; } }

/*END SUB PAGE*/
/*FOOTER*/
/* //dan edit changing footer 6/28/2021 
footer{     
  @include respond-to($media_min_tablet){
    &.footer-index{
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: transparent !important;    
      .footer-copyright-layout{
        background-color: transparent !important;    
      }
    }
  }
  .container{
    @include respond_container();    
  }
  color: $color_footer_text;    
  background-color: $color_footer_bg;          
  @include un_style_ul(); 
  font-size: $_h7;
  margin-top: $distance_section;  
  a{
    color:$color_footer_text;
    &:hover, &:focus{
      color: $color_footer_text_hover;
    }
  }  
  .footer-phone-title{
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 20px;
    font-weight: $font_weight_normal;
    
  }
  .footer-info-layout{
    padding-top: $distance_section*2;
    padding-bottom: $distance_section;    
    .footer-info-group{
      margin-left: -15px;
      margin-right: -15px;
    }
    .footer-info-inner{
      @include display-flexbox();                    
      @include flex-wrap(wrap);       
      > div{
        padding: 0 15px;
      }   
      .contact-logo{
        margin-bottom: 35px;
      }       
      .linklist-layout,
      .open-layout{
        width: $width_full / 6;
      }            
      .footer-title{
        color: $color_footer_title_text;
        font-size: $_h6;
        text-transform: capitalize;
        font-weight: $font_weight_bold1;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 28px;
        $width_before: 31px;
        &:before, &:after{
          position: absolute;
          content: '';
          left: 0;
          top: 100%;   
          height: 2px;
          background-color: $color_primary;
        }
        &:before{          
          width: $width_before;          
        }
        &:after{
          width: 2px;
          margin-left: $width_before + 2px;
        }
      }         
      .contact-layout{
        width: 3*$width_full / 12;
        .contact-content{
          p.info{
            margin-bottom: 28px;
            line-height: 1.8em;
          }
          > ul > li{
            padding-left: 35px;
            position: relative;
            line-height: 24px;
            margin-bottom: 10px;
            &:before{
              position: absolute;              
              @include fontawesome();
              width: 24px; 
              height: 24px;
              line-height: 24px;
              text-align: center;              
              border-radius: 50%;
              left: 0;
              top: 0%;                
              color: $color_primary;
              $_color: #f5f6fb;
              background-color: hsla(hue($_color), saturation($_color), lightness($_color), 1);
            }
            &.add{
              &:before{
                content: "\f041";
              }
            }
            &.call{
              &:before{
                content: "\f095";
              }
            }
            &.email{
              &:before{
                content: "\f1d9";
              }
            }
          }          
        }
        .social-content{
          margin-top: 30px;
          > a{
            margin-right: 15px;
            .cs-icon{
              font-size: 17px;
            }
          }          
        }
      }
      .instagram-layout{
        width: $width_full - ($width_full / 3 + $width_full / 4);
        .instagram-content{
          margin-left: -3px;
          margin-right: -3px;
          margin-top: 30px;

          #instafeed{
            @include display-flexbox();
            @include flex-wrap(wrap);   
          }
          a{
            display: block;
            width: $width_full / 4;
            padding: 3px;
            position: relative;
            &:after{
              content: '';
              position: absolute;
              top: 3px;
              bottom: 3px;
              right: 3px;
              left: 3px;
              background-color: rgba(0,0,0,0.5);
              @include opacity(0,0);
              @include transition();
            }
            &:hover{
              &:after{
                @include opacity(1,100);
              }
            }
          }
        }                  
      }
    }
    .icon-social{
      > span{
        font-family: $font_1;
      }
      .fa {
        color: $color_primary;
        margin-right: 3px;
      }
    }
    .open-layout{
      .open-content > div{
        margin-bottom: 16px;
      }
      .title{
        text-transform: uppercase;
        font-size: 14px;        
        display: block;
        color: $color_footer_title_text;
        margin-bottom: 5px;
      }
      .time{
        font-size: 14px;
      }
    }
    .linklist-layout{
      .linklist-content li{
        margin-bottom: 4px;
      }
    }
    @include respond-to($media_max_tablet){
      .footer-info-inner {
        .instagram-layout,
        .contact-layout{
          width: $width_full / 3;
        }
      }      
    }
    @include respond-to($media_max_tabletsmall){
      .footer-info-inner{                
        .instagram-layout,
        .contact-layout{
          width: $width_full / 2;
        }
        .linklist-layout,
        .open-layout{
          width: $width_full / 4;
        }   
        > div{          
          padding-bottom: 15px;
          padding-top: 15px;
        }
      }
    }    
    @include respond-to($media_max_mobile){
      padding-top: $distance_section;
      .footer-info-inner{        
        .contact-layout{
          width: $width_full;
        }       
        .linklist-layout,
        .open-layout{
          width: $width_full / 2;
        }           
      }
    }
    @include respond-to($media_max_mobilemedium){
      padding-top: $distance_section / 2 - 15px;
      padding-bottom: $distance_section - 15px;    
      .footer-info-inner {
        .instagram-layout{
          width: 100%;
        }           
      }      
    }
  }  
  .home-core-content{          
    margin-bottom: 0;    
    .container{
      padding-top: 35px;    
      padding-bottom: 35px;    
      border-top: 1px solid $color_line;
    }
    .group{
      margin-left: -15px;
      margin-right: -15px;
    }
    .home-core-group{
      @include display-flexbox();                    
      @include flex-wrap(wrap);         
      @include justify-content(space-between);
      > .core-item{
        @include display-flexbox();                    
        @include flex-wrap(nowrap);         
        @include align-items(center);
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: $width_full / 3;
        width: auto;
        img{               
          max-width: 91px;                
        }
        .core-caption-group{
          padding-left: 30px;
          .core-title{
            color: $color_heading;
            font-weight: $font_weight_bold1;
            font-size: $_h6;
            margin-bottom: 7px;
          }
          .core-caption{
            font-size: $_h7;                  
            margin-bottom: 0;
            line-height: 1.6;
          }          
        }
        @include respond-to( $media_min_tablet){
          img{  
            @include transition();
          }
          &:hover{
            img{
              @include transform(translateX(10px));
            }
          } 
        }                             
      }
    }    
    @include respond-to('(min-width: 541px) and (max-width: 1199px)'){                                   
      .home-core-group>.core-item{
        display: block;
        text-align: center;        
        padding-bottom: 0px;
        .core-caption-group{
          text-align: center;
          width: 100%; 
          margin-top: 20px;
          padding-left: 0;
        }                        
      }            
    }
    @include respond-to($media_max_mobilemedium){
      .home-core-group>.core-item{
        width: 100%;
        max-width: 100%;
        .core-caption-group{
          padding-left: 15px;
        }
      }
    }
  } 
  .footer-copyright-layout{
    background-color: $color_copyright_bg;
    text-align: center;
    padding: 20px 0;
    color: $color_copyright_text;
    .shopname{      
      a{
        text-transform: uppercase;
        color: $color_copyright_text_hover;
        font-weight: $font_weight_bold1;
      }
    }
    .footer-copyright-inner{
      @include display-flexbox();
      @include flex-wrap(wrap);    
      @include align-items(center); 
      @include justify-content(space-between);
      font-weight: $font_weight_thin;
      .menu-footer-content,
      .powered-by{
        max-width: 50%;
        color: $color_copyright_text;
      }
      .menu-footer-content{
        text-align: right;
        >li{
          @include inline-block();
          margin-left: 30px;
          a{
            color: $color_copyright_text;
            &:hover{
              color: $color_primary;
            }
          }
        }
      }
      @include respond-to($media_max_mobile){
        @include justify-content(center);
        .menu-footer-content,
        .powered-by{
          max-width: 100%;
          width: 100%;
          padding-top: 5px;
          padding-bottom: 5px;
        }
        .menu-footer-content{
          text-align: center;
          > li{
            margin-left: 15px;
            margin-right: 15px;
          }
        }
      }
    }
  }    
}
*/
/*END FOOTER*/
/* module popup*/
body {
  /* Popup Newsletter */
  /* End Popup Newsletter */
  /* up down page*/
  /* end up down page*/
  /*Ajax cart  */
  /*End Ajax cart*/
  /*wishlist_compare*/
  /*End wishlist_compare*/ }
  body #newsletter-popup {
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    body #newsletter-popup .nl-popup-close {
      width: 30px;
      height: 30px;
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 0;
      text-align: center;
      z-index: 9; }
      body #newsletter-popup .nl-popup-close .cs-icon {
        font-size: 0; }
        body #newsletter-popup .nl-popup-close .cs-icon:before {
          font-size: 20px;
          color: #1f1f20;
          height: 30px;
          line-height: 30px;
          opacity: 0.6;
          filter: alpha(opacity=60);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }
    body #newsletter-popup .popup-image {
      text-align: center;
      position: relative;
      padding: 40px;
      width: 100%;
      *zoom: 1;
      background-position: center center; }
      body #newsletter-popup .popup-image::after {
        content: '';
        display: table;
        clear: both; }
      body #newsletter-popup .popup-image:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(31, 31, 32, 0.5); }
      body #newsletter-popup .popup-image h4 {
        position: relative;
        color: white;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 10px;
        white-space: nowrap; }
        @media only screen and (max-width: 540px) {
          body #newsletter-popup .popup-image h4 {
            letter-spacing: 5px; } }
    body #newsletter-popup .nl-wraper-popup {
      position: relative;
      width: 840px;
      max-width: 90%;
      padding: 100px 0 115px 0;
      margin: 0px auto;
      background-color: white;
      color: #282828;
      z-index: 999;
      background-repeat: no-repeat;
      background-position: center bottom; }
      body #newsletter-popup .nl-wraper-popup .title {
        text-align: center;
        font-size: 36px;
        color: #282828;
        text-transform: capitalize;
        font-weight: 600; }
      body #newsletter-popup .nl-wraper-popup .caption {
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #1f1f20;
        line-height: 1.8em;
        margin-bottom: 50px; }
      body #newsletter-popup .nl-wraper-popup .nl-wraper-popup-inner {
        width: 520px;
        max-width: 80%;
        margin: 0 auto; }
      body #newsletter-popup .nl-wraper-popup form {
        *zoom: 1;
        text-align: center;
        width: 100%;
        padding: 0; }
        body #newsletter-popup .nl-wraper-popup form::after {
          content: '';
          display: table;
          clear: both; }
      body #newsletter-popup .nl-wraper-popup .group_input {
        margin-top: 30px; }
        body #newsletter-popup .nl-wraper-popup .group_input ._btn {
          height: 50px;
          line-height: 50px;
          width: 300px;
          max-width: 100%;
          text-transform: uppercase; }
        body #newsletter-popup .nl-wraper-popup .group_input .form-control {
          height: 50px;
          margin-bottom: 30px;
          width: 100%;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: 1px solid #e7e9f3;
          padding: 0 15px;
          border-radius: 5px; }
      body #newsletter-popup .nl-wraper-popup #popup-hide {
        position: relative;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
        float: left;
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        body #newsletter-popup .nl-wraper-popup #popup-hide * {
          display: inline-block;
          *display: inline;
          zoom: 1; }
        body #newsletter-popup .nl-wraper-popup #popup-hide input {
          margin: 0 5px 0 0; }
        body #newsletter-popup .nl-wraper-popup #popup-hide label {
          color: #282828;
          font-size: 14px;
          margin: 0;
          font-weight: 500; }
    body #newsletter-popup ::-webkit-input-placeholder {
      color: white;
      font-size: 14px;
      font-weight: 500; }
    body #newsletter-popup ::-moz-placeholder {
      color: white;
      font-size: 14px;
      font-weight: 500; }
    body #newsletter-popup :-ms-input-placeholder {
      color: white;
      font-size: 14px;
      font-weight: 500; }
    body #newsletter-popup ::-ms-input-placeholder {
      color: white;
      font-size: 14px;
      font-weight: 500; }
  body .float-right-icon {
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 75px;
    padding: 5px; }
    body .float-right-icon ul {
      list-style: none; }
    body .float-right-icon #scroll-to-top {
      position: relative;
      -ms-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      margin-left: auto;
      padding: 0;
      text-align: center;
      background-color: #50a7b3;
      border-width: 1px;
      height: 50px;
      line-height: 48px;
      width: 50px;
      border-radius: 50%;
      color: #fff; }
      body .float-right-icon #scroll-to-top:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        right: 0;
        bottom: 0;
        margin-left: -1px;
        margin-bottom: -1px;
        border-radius: 50%;
        -moz-box-shadow: 1px 1px 0 white;
        -webkit-box-shadow: 1px 1px 0 white;
        box-shadow: 1px 1px 0 white; }
      body .float-right-icon #scroll-to-top:hover {
        cursor: pointer; }
        body .float-right-icon #scroll-to-top:hover:after {
          -moz-animation: spinAround 2s linear infinite;
          -o-animation: spinAround 2s linear infinite;
          -webkit-animation: spinAround 2s linear infinite;
          animation: spinAround 2s linear infinite; }
      body .float-right-icon #scroll-to-top.off {
        margin-right: -100px; }
    @media (max-width: 767px) {
      body .float-right-icon {
        display: none; } }
  body .popup-pro-wrapper {
    z-index: 999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    body .popup-pro-wrapper .ajax-cart-overlay {
      background: rgba(0, 0, 0, 0.5);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    body .popup-pro-wrapper .ajax-cart-modal-wrapper {
      margin: 45px auto;
      width: 900px;
      padding-left: 15px;
      padding-right: 15px; }
      body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box {
        position: relative;
        background-color: white; }
        body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close {
          margin-top: 10px;
          margin-right: 10px;
          position: absolute;
          top: 0;
          left: auto;
          right: 0;
          width: 30px;
          height: 30px;
          text-align: center;
          cursor: pointer;
          padding: 0; }
          body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close .cs-icon {
            font-size: 15px;
            color: #fff;
            line-height: 30px;
            width: 100%;
            text-align: center;
            -ms-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease; }
          body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close:hover .cs-icon, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .ajax-cart-close:focus .cs-icon {
            color: #282828; }
        body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-top: 30px;
          padding-bottom: 30px; }
          body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
            width: 42%; }
          body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
            width: 58%; }
          body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
            padding-left: 30px;
            padding-right: 30px;
            border-right: 1px solid #e7e9f3; }
            body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product {
              *zoom: 1; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product::after {
                content: '';
                display: table;
                clear: both; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product > div {
                padding: 0; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image {
                padding-right: 25px; }
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image > a {
                  display: block; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title {
                line-height: 2em;
                margin-bottom: 15px; }
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title a {
                  font-size: 16px;
                  color: #27272f;
                  font-weight: 700; }
                  body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-product-title a:hover {
                    color: #612466; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-price {
                margin-bottom: 15px;
                font-weight: 700; }
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-price .money {
                  font-size: 16px;
                  color: #056668; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-variant,
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-desc .ajax-cart-qty {
                font-size: 14px;
                color: #1a1a1a;
                margin-bottom: 5px; }
          body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
            padding-left: 30px;
            padding-right: 30px; }
            body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-number-product {
              margin-bottom: 15px;
              font-size: 16px;
              text-transform: uppercase;
              font-weight: 500;
              color: #282828; }
            body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-subtotal span {
              font-weight: 500;
              font-size: 30px;
              color: #282828; }
            body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              width: 100%;
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              /*sass-lint:disable no-misspelled-properties*/
              -ms-flex-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              margin-top: 50px; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions ._btn {
                font-size: 14px;
                padding: 0 16px;
                font-weight: 500;
                border-width: 1px;
                height: 50px;
                line-height: 48px; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn,
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn {
                color: white;
                border-color: #767476;
                background-color: black;
                padding: 0 30px; }
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn *,
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn * {
                  color: currentcolor; }
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:focus, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:hover,
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:focus,
                body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:hover {
                  color: white;
                  border-color: #27272f;
                  background-color: #27272f; }
                  body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:focus *, body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-continue ._btn:hover *,
                  body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:focus *,
                  body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next ._btn:hover * {
                    color: currentcolor; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .ajax-cart-group-actions .ajax-cart-next {
                margin-right: 10px; }
            body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .countDiv {
              font-size: 14px;
              font-style: italic;
              display: block;
              width: 100%;
              float: left;
              margin-top: 22px; }
              body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right .countDiv span {
                color: #50a7b3; }
    body .popup-pro-wrapper .ajax-cart-note {
      max-width: 100%;
      margin-bottom: 0;
      padding-right: 50px; }
    @media only screen and (max-width: 991px) {
      body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left {
          width: 100%;
          max-width: 250px; }
          body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-left .ajax-cart-product .ajax-cart-image {
            padding-right: 0;
            margin-bottom: 15px; }
        body .popup-pro-wrapper .ajax-cart-modal-wrapper .ajax-cart-box .group_ajax .ajax-cart-right {
          width: 100%; } }
  body .fb-overlay .fb-skin {
    border-radius: 0; }
  body .fb-overlay .fb-close,
  body .fb-overlay .fb-next span,
  body .fb-overlay .fb-prev span {
    background-image: none; }
  body .fb-overlay .fb-next span,
  body .fb-overlay .fb-prev span {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 40px;
    text-align: center;
    border-style: solid;
    background-image: none !important;
    border-radius: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    color: #27272f;
    border-color: white;
    background-color: white;
    -moz-box-shadow: 0 7px 14px rgba(39, 39, 47, 0.1);
    -webkit-box-shadow: 0 7px 14px rgba(39, 39, 47, 0.1);
    box-shadow: 0 7px 14px rgba(39, 39, 47, 0.1); }
    body .fb-overlay .fb-next span *,
    body .fb-overlay .fb-prev span * {
      color: currentcolor; }
    @media (min-width: 1200px) {
      body .fb-overlay .fb-next span,
      body .fb-overlay .fb-prev span {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; } }
    body .fb-overlay .fb-next span:before,
    body .fb-overlay .fb-prev span:before {
      font-family: 'cs-icon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      border-width: 1px;
      height: 40px;
      line-height: 38px; }
    body .fb-overlay .fb-next span:focus, body .fb-overlay .fb-next span:hover,
    body .fb-overlay .fb-prev span:focus,
    body .fb-overlay .fb-prev span:hover {
      color: white;
      border-color: #27272f;
      background-color: #27272f;
      border-color: #27272f; }
      body .fb-overlay .fb-next span:focus *, body .fb-overlay .fb-next span:hover *,
      body .fb-overlay .fb-prev span:focus *,
      body .fb-overlay .fb-prev span:hover * {
        color: currentcolor; }
  body .fb-overlay .fb-close {
    top: 15px;
    right: 15px; }
    body .fb-overlay .fb-close .cs-icon {
      font-weight: 800;
      color: #282828;
      font-size: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -6px;
      margin-top: -6px; }
  @media only screen and (max-width: 1199px) {
    body .fb-overlay .fb-nav span {
      visibility: visible; } }
  body .wishlist-model .modal {
    padding-right: 0 !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    max-height: 100vh; }
    body .wishlist-model .modal:not(.in) {
      z-index: -1; }
    body .wishlist-model .modal .modal-dialog {
      margin: auto;
      width: 100%;
      max-width: 700px; }
      body .wishlist-model .modal .modal-dialog .modal-content {
        margin: 0 auto;
        border-width: 0;
        border-radius: 0;
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        height: 100vh; }
        body .wishlist-model .modal .modal-dialog .modal-content > div {
          width: 100%;
          margin: 0 auto; }
        body .wishlist-model .modal .modal-dialog .modal-content .modal-header {
          margin-bottom: 13px;
          border-width: 0; }
          body .wishlist-model .modal .modal-dialog .modal-content .modal-header .modal-title {
            display: none; }
          body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
            -moz-text-shadow: none;
            -webkit-text-shadow: none;
            text-shadow: none;
            float: none; }
            body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close .cs-icon {
              font-size: 35px;
              color: #fff;
              font-weight: 400;
              padding: 0;
              border-radius: 50%;
              border: 3px solid white;
              width: 72px;
              height: 72px;
              line-height: 66px;
              display: inline-block;
              *display: inline;
              zoom: 1; }
            body .wishlist-model .modal .modal-dialog .modal-content .modal-header .close:focus {
              outline: none; }
        body .wishlist-model .modal .modal-dialog .modal-content .modal-body {
          background-color: white;
          -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          padding: 30px;
          max-height: calc(100vh - 100px);
          overflow-y: auto; }
    @media only screen and (max-width: 767px) {
      body .wishlist-model .modal .modal-header {
        padding: 0;
        margin-top: 13px; }
      body .wishlist-model .modal .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important; } }
    body .wishlist-model .modal .max_compare {
      padding-top: 30px;
      margin-bottom: 0; }
  body .wishlist-model .modal-body {
    padding: 0 30px 30px 30px !important; }
    body .wishlist-model .modal-body .modal-note {
      margin-bottom: 30px;
      margin-left: -30px;
      margin-right: -30px;
      max-width: inherit;
      width: auto;
      text-align: left !important; }
    body .wishlist-model .modal-body .product-right {
      margin-bottom: 20px;
      text-align: left; }
      body .wishlist-model .modal-body .product-right .name {
        font-size: 16px; }
      body .wishlist-model .modal-body .product-right .price {
        color: #056668;
        font-size: 24px; }
      body .wishlist-model .modal-body .product-right .price_compare {
        color: #8b8b99;
        font-size: 16px;
        margin-left: 10px; }
    body .wishlist-model .modal-body form ._btn {
      font-size: 14px;
      border-width: 1px;
      height: 40px;
      line-height: 38px;
      padding: 0 16px;
      font-weight: 500;
      width: 100%;
      margin-bottom: 10px;
      color: white;
      border-color: #767476;
      background-color: black; }
      body .wishlist-model .modal-body form ._btn * {
        color: currentcolor; }
      body .wishlist-model .modal-body form ._btn:focus, body .wishlist-model .modal-body form ._btn:hover {
        color: white;
        border-color: #27272f;
        background-color: #27272f; }
        body .wishlist-model .modal-body form ._btn:focus *, body .wishlist-model .modal-body form ._btn:hover * {
          color: currentcolor; }
    body .wishlist-model .modal-body form .selector-wrapper,
    body .wishlist-model .modal-body form .quantity-content {
      text-align: left; }
      body .wishlist-model .modal-body form .selector-wrapper .quantity-title,
      body .wishlist-model .modal-body form .selector-wrapper label,
      body .wishlist-model .modal-body form .quantity-content .quantity-title,
      body .wishlist-model .modal-body form .quantity-content label {
        font-size: 14px;
        margin-right: 5px;
        color: #1a1a1a;
        display: inline-block;
        *display: inline;
        zoom: 1;
        line-height: 40px;
        width: 60px; }
      body .wishlist-model .modal-body form .selector-wrapper input, body .wishlist-model .modal-body form .selector-wrapper select,
      body .wishlist-model .modal-body form .quantity-content input,
      body .wishlist-model .modal-body form .quantity-content select {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
        body .wishlist-model .modal-body form .selector-wrapper input:not(._btn), body .wishlist-model .modal-body form .selector-wrapper select:not(._btn),
        body .wishlist-model .modal-body form .quantity-content input:not(._btn),
        body .wishlist-model .modal-body form .quantity-content select:not(._btn) {
          width: 120px;
          height: 40px;
          border: 1px solid #e7e9f3;
          border-radius: 0;
          padding: 0 10px;
          line-height: 38px;
          font-size: 12px;
          text-align: left; }
      body .wishlist-model .modal-body form .selector-wrapper input:not(._btn),
      body .wishlist-model .modal-body form .selector-wrapper select:not(._btn),
      body .wishlist-model .modal-body form .quantity-content input:not(._btn),
      body .wishlist-model .modal-body form .quantity-content select:not(._btn) {
        height: 40px;
        line-height: 36px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px; }
    body .wishlist-model .modal-body form .quantity-content label {
      margin-right: 2px; }
    body .wishlist-model .modal-body .modal-body-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      body .wishlist-model .modal-body .modal-body-inner .modal-left {
        width: 30%;
        padding-right: 30px; }
      body .wishlist-model .modal-body .modal-body-inner .modal-right {
        width: 70%; }
        body .wishlist-model .modal-body .modal-body-inner .modal-right form {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body .wishlist-model .modal-body .modal-body-inner .modal-right form > div {
            width: 50%; }
          body .wishlist-model .modal-body .modal-body-inner .modal-right form .form-right {
            border-left: 1px solid #e7e9f3;
            padding-left: 30px; }
  @media only screen and (max-width: 767px) {
    body .wishlist-model .modal-dialog {
      max-width: 300px !important; }
    body .wishlist-model .modal-body .product-right,
    body .wishlist-model .modal-body .product-left {
      width: 100%; }
    body .wishlist-model .modal-body .product-left {
      padding-right: 0px;
      margin-bottom: 15px; }
    body .wishlist-model .modal-body .modal-body-inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .wishlist-model .modal-body .modal-body-inner .modal-left {
        padding-right: 0; }
      body .wishlist-model .modal-body .modal-body-inner .modal-right,
      body .wishlist-model .modal-body .modal-body-inner .modal-left {
        width: 100%; }
      body .wishlist-model .modal-body .modal-body-inner .modal-right {
        margin-top: 15px; }
      body .wishlist-model .modal-body .modal-body-inner .modal-right form > div {
        width: 100%; }
      body .wishlist-model .modal-body .modal-body-inner .modal-right form .form-right {
        border-left-width: 0;
        padding-left: 0;
        margin-top: 20px; } }
  body .compare-model .modal {
    padding-right: 0 !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    max-height: 100vh; }
    body .compare-model .modal:not(.in) {
      z-index: -1; }
    body .compare-model .modal .modal-dialog {
      margin: auto;
      width: 100%;
      max-width: 700px; }
      body .compare-model .modal .modal-dialog .modal-content {
        margin: 0 auto;
        border-width: 0;
        border-radius: 0;
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        height: 100vh; }
        body .compare-model .modal .modal-dialog .modal-content > div {
          width: 100%;
          margin: 0 auto; }
        body .compare-model .modal .modal-dialog .modal-content .modal-header {
          margin-bottom: 13px;
          border-width: 0; }
          body .compare-model .modal .modal-dialog .modal-content .modal-header .modal-title {
            display: none; }
          body .compare-model .modal .modal-dialog .modal-content .modal-header .close {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
            -moz-text-shadow: none;
            -webkit-text-shadow: none;
            text-shadow: none;
            float: none; }
            body .compare-model .modal .modal-dialog .modal-content .modal-header .close .cs-icon {
              font-size: 35px;
              color: #fff;
              font-weight: 400;
              padding: 0;
              border-radius: 50%;
              border: 3px solid white;
              width: 72px;
              height: 72px;
              line-height: 66px;
              display: inline-block;
              *display: inline;
              zoom: 1; }
            body .compare-model .modal .modal-dialog .modal-content .modal-header .close:focus {
              outline: none; }
        body .compare-model .modal .modal-dialog .modal-content .modal-body {
          background-color: white;
          -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          padding: 30px;
          max-height: calc(100vh - 100px);
          overflow-y: auto; }
    @media only screen and (max-width: 767px) {
      body .compare-model .modal .modal-header {
        padding: 0;
        margin-top: 13px; }
      body .compare-model .modal .modal-content .modal-header .close .cs-icon {
        font-size: 12px !important;
        border-width: 2px !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 28px !important; } }
    body .compare-model .modal .max_compare {
      padding-top: 30px;
      margin-bottom: 0; }
  body .compare-model .modal-body {
    padding: 0 30px 30px 30px !important; }
    body .compare-model .modal-body .modal-note {
      margin-bottom: 30px;
      margin-left: -30px;
      margin-right: -30px;
      max-width: inherit;
      width: auto;
      text-align: left !important; }
    body .compare-model .modal-body .product-right {
      margin-bottom: 20px;
      text-align: left; }
      body .compare-model .modal-body .product-right .name {
        font-size: 16px; }
      body .compare-model .modal-body .product-right .price {
        color: #056668;
        font-size: 24px; }
      body .compare-model .modal-body .product-right .price_compare {
        color: #8b8b99;
        font-size: 16px;
        margin-left: 10px; }
    body .compare-model .modal-body form ._btn {
      font-size: 14px;
      border-width: 1px;
      height: 40px;
      line-height: 38px;
      padding: 0 16px;
      font-weight: 500;
      width: 100%;
      margin-bottom: 10px;
      color: white;
      border-color: #767476;
      background-color: black; }
      body .compare-model .modal-body form ._btn * {
        color: currentcolor; }
      body .compare-model .modal-body form ._btn:focus, body .compare-model .modal-body form ._btn:hover {
        color: white;
        border-color: #27272f;
        background-color: #27272f; }
        body .compare-model .modal-body form ._btn:focus *, body .compare-model .modal-body form ._btn:hover * {
          color: currentcolor; }
    body .compare-model .modal-body form .selector-wrapper,
    body .compare-model .modal-body form .quantity-content {
      text-align: left; }
      body .compare-model .modal-body form .selector-wrapper .quantity-title,
      body .compare-model .modal-body form .selector-wrapper label,
      body .compare-model .modal-body form .quantity-content .quantity-title,
      body .compare-model .modal-body form .quantity-content label {
        font-size: 14px;
        margin-right: 5px;
        color: #1a1a1a;
        display: inline-block;
        *display: inline;
        zoom: 1;
        line-height: 40px;
        width: 60px; }
      body .compare-model .modal-body form .selector-wrapper input, body .compare-model .modal-body form .selector-wrapper select,
      body .compare-model .modal-body form .quantity-content input,
      body .compare-model .modal-body form .quantity-content select {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
        body .compare-model .modal-body form .selector-wrapper input:not(._btn), body .compare-model .modal-body form .selector-wrapper select:not(._btn),
        body .compare-model .modal-body form .quantity-content input:not(._btn),
        body .compare-model .modal-body form .quantity-content select:not(._btn) {
          width: 120px;
          height: 40px;
          border: 1px solid #e7e9f3;
          border-radius: 0;
          padding: 0 10px;
          line-height: 38px;
          font-size: 12px;
          text-align: left; }
      body .compare-model .modal-body form .selector-wrapper input:not(._btn),
      body .compare-model .modal-body form .selector-wrapper select:not(._btn),
      body .compare-model .modal-body form .quantity-content input:not(._btn),
      body .compare-model .modal-body form .quantity-content select:not(._btn) {
        height: 40px;
        line-height: 36px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px; }
    body .compare-model .modal-body form .quantity-content label {
      margin-right: 2px; }
    body .compare-model .modal-body .modal-body-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      body .compare-model .modal-body .modal-body-inner .modal-left {
        width: 30%;
        padding-right: 30px; }
      body .compare-model .modal-body .modal-body-inner .modal-right {
        width: 70%; }
        body .compare-model .modal-body .modal-body-inner .modal-right form {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body .compare-model .modal-body .modal-body-inner .modal-right form > div {
            width: 50%; }
          body .compare-model .modal-body .modal-body-inner .modal-right form .form-right {
            border-left: 1px solid #e7e9f3;
            padding-left: 30px; }
  @media only screen and (max-width: 767px) {
    body .compare-model .modal-dialog {
      max-width: 300px !important; }
    body .compare-model .modal-body .product-right,
    body .compare-model .modal-body .product-left {
      width: 100%; }
    body .compare-model .modal-body .product-left {
      padding-right: 0px;
      margin-bottom: 15px; }
    body .compare-model .modal-body .modal-body-inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body .compare-model .modal-body .modal-body-inner .modal-left {
        padding-right: 0; }
      body .compare-model .modal-body .modal-body-inner .modal-right,
      body .compare-model .modal-body .modal-body-inner .modal-left {
        width: 100%; }
      body .compare-model .modal-body .modal-body-inner .modal-right {
        margin-top: 15px; }
      body .compare-model .modal-body .modal-body-inner .modal-right form > div {
        width: 100%; }
      body .compare-model .modal-body .modal-body-inner .modal-right form .form-right {
        border-left-width: 0;
        padding-left: 0;
        margin-top: 20px; } }

.fb-type-image {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important; }
  .fb-type-image img {
    width: auto !important;
    height: auto !important; }
  .fb-type-image .fb-inner {
    width: auto !important;
    height: auto !important; }

/* End module popup*/
body.index-template {
  position: relative; }
  body.index-template footer {
    margin-top: 0px; }
body:not(.index-template) .home-banner-layout .container {
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 1920px) {
    body:not(.index-template) .home-banner-layout .container {
      width: 1770px; } }
  @media only screen and (min-width: 1600px) and (max-width: 1919px) {
    body:not(.index-template) .home-banner-layout .container {
      width: 1540px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    body:not(.index-template) .home-banner-layout .container {
      width: 1170px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body:not(.index-template) .home-banner-layout .container {
      width: 970px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body:not(.index-template) .home-banner-layout .container {
      width: 100%; } }
body:not(.index-template) .main-content {
  min-height: 80vh; }

/*_btn add-to-cartMobile addToCartMobile*/
.addToCartMobile {
  position: fixed !important;
  bottom: 0;
  left: 50%;
  top: auto !important;
  border-radius: 0px;
  z-index: 22;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  border-color: #27272f;
  background-color: #27272f;
  font-size: 14px;
  border-width: 1px;
  height: 40px;
  line-height: 38px;
  padding: 0 16px;
  font-weight: 500;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .addToCartMobile {
      display: none !important; } }
  .addToCartMobile > span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*sass-lint:disable no-misspelled-properties*/
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .addToCartMobile * {
    color: currentcolor; }
  .addToCartMobile .cs-icon {
    font-size: 14x;
    margin-right: 5px; }
  @media only screen and (min-width: 1200px) {
    .addToCartMobile:hover, .addToCartMobile:focus {
      background-color: #ee2c1f !important;
      border-color: #ee2c1f !important;
      color: white !important; } }
  .addToCartMobile.hide-button {
    display: none !important; }

.fp-slidesNav.right,
#fp-nav.right {
  right: 60px !important; }
.fp-slidesNav ul li a span,
#fp-nav ul li a span {
  background-color: #fff !important;
  width: 12px !important;
  height: 12px !important;
  margin: -2px 0 0 -2px !important; }
.fp-slidesNav ul li a:not(.active) span,
#fp-nav ul li a:not(.active) span {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

/* dannys edits */
.home-main-layout {
  background-size: cover; }

body .heading-content {
  display: none; }

div.icon-nav {
  padding-right: 0 !Important; }

@media (max-width: 767px) {
  .group_btn_right input.clear-all {
    display: block;
    padding: 15px 15px 15px 0 !important; }

  .group_btn_right input.update-cart {
    display: block;
    padding: 0px 15px 15px 0 !important; } }
.home-footer-caption input {
  text-align: left !important; }

/* password protect stuff */
#BsscommercePasswordForm {
  width: 50%;
  margin: auto;
  padding: 10% 5% 5% 5%; }

#bsscommerce-password {
  text-align: center;
  display: block;
  width: 50%;
  margin: auto; }

#bsscommerce-password-submit {
  background: #50a7b3;
  padding: 6px;
  margin: 15px !important;
  color: white;
  width: 186px; }

.cart-title {
  padding-bottom: 20px !important; }

.cart-title span {
  font-size: 20px !important;
  font-weight: 600;
  color: #282828; }

#appstle_subscription_widget .appstle_tooltip_wrapper {
  font-size: 12px;
  float: right; }

body .product-detail-layout .product-detail-content #product-information .purchase-section {
  float: none !important;
  margin-top: 10px;
  clear: both; }

.hover-mask {
  display: none !important; }

.money {
  color: black !important;
  font-family: 'Fractul-medium'; }

.strike-price .money {
  font-size: 20px !important;
  font-family: 'Fractul-medium'; }

.product-detail-content #product-image .featured img {
  border: none !important; }

.vertical-slider div {
  padding: 0; }

.pfa {
  color: #50A7B3; }

#product-information .title {
  font-family: 'Fractul-medium';
  margin-bottom: 5px !important; }

.webyze-large-swatches, .swatch-variant .header, .appstle_widget_title {
  font-family: 'Fractul-medium' !important;
  font-weight: bold !important;
  display: block;
  font-size: 16px !important; }

.swatch-element label {
  border-radius: 5px !important; }

.swatch-element.active label {
  border-radius: 5px !important;
  background-color: darkgray !important;
  /*
  	color: black;
    border-radius: 5px;
    border-color: #50a7b3;
    border-width: 2px;
    background-color: #50a7b3 !important;
  */ }

.swatch-element:hover label {
  background-color: black !important; }

.add-to-cart {
  background-color: #50a7b3 !important;
  border-color: #50a7b3 !important; }

.add-to-cart:hover {
  background-color: black !important;
  border-color: black !important; }

.product-description {
  font-family: lexend;
  font-size: 16px; }

.cart-title, .subtotal {
  border-bottom: none !important; }

.group_cart_item {
  border-color: black !important; }

#fp-nav {
  z-index: 22 !important; }

.popup-pro-wrapper .ajax-cart-note {
  color: white;
  border-color: #50a7b3 !important;
  background-color: #50a7b3 !important;
  background-image: url(//cdn.shopify.com/s/files/1/0537/7677/7391/t/7/assets/bg_addtocart_icon.png?v=2158314898723209709);
  background-size: 30px !important;
  background-position: 10% !important;
  font-family: 'lexend' !important; }

.ajax-cart-product-title {
  font-family: 'Fractul-medium' !important; }

.countDiv, .ajax-cart-number-product {
  font-family: 'lexend' !important; }

.stamped-badge-caption {
  font-size: 14px;
  color: #8b8b99; }

.products .product {
  border: none !important; }

.stamped-badge-caption {
  text-transform: capitalize !important; }

body header.affix {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* START FOOTER */
footer {
  color: #27272f;
  background-color: white;
  font-size: 14px;
  margin-top: 45px; }
  footer ul {
    margin: 0; }
    footer ul li {
      list-style: none; }
  footer a {
    color: #27272f; }
    footer a:hover, footer a:focus {
      color: #89a3b2; }
  footer .footer-copyright-layout {
    background-color: #f7eee2;
    text-align: center;
    padding: 20px 0;
    color: #27272f; }
    footer .footer-copyright-layout .shopname a {
      text-transform: uppercase;
      color: #27272f;
      font-weight: 600; }
    footer .footer-copyright-layout .footer-copyright-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      font-weight: 400; }
      footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content,
      footer .footer-copyright-layout .footer-copyright-inner .powered-by {
        max-width: 50%;
        color: #27272f; }
      footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content {
        text-align: right; }
        footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content > li {
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-left: 30px; }
          footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content > li a {
            color: #27272f; }
            footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content > li a:hover {
              color: #50a7b3; }
      @media only screen and (max-width: 767px) {
        footer .footer-copyright-layout .footer-copyright-inner {
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content,
          footer .footer-copyright-layout .footer-copyright-inner .powered-by {
            max-width: 100%;
            width: 100%;
            padding-top: 5px;
            padding-bottom: 5px; }
          footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content {
            text-align: center; }
            footer .footer-copyright-layout .footer-copyright-inner .menu-footer-content > li {
              margin-left: 15px;
              margin-right: 15px; } }
  footer .footer-newsletter-layout {
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative; }
    footer .footer-newsletter-layout:before, footer .footer-newsletter-layout:after {
      width: 20%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-size: auto;
      position: absolute;
      top: 0; }
    footer .footer-newsletter-layout:before {
      left: 0;
      right: auto;
      background-position: left top; }
    footer .footer-newsletter-layout:after {
      left: auto;
      right: 0;
      background-position: right top; }
    footer .footer-newsletter-layout .footer-newsletter-layout-group {
      padding-top: 60px;
      padding-bottom: 60px;
      background-color: rgba(0, 255, 0, 0); }
    footer .footer-newsletter-layout .footer-newsletter-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      position: relative;
      z-index: 1; }
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title {
        width: 40%; }
        footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title .title {
          font-size: 16px;
          color: #27272f;
          font-family: Fractul;
          letter-spacing: 0.2em;
          margin-bottom: 5px; }
        footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title .caption {
          font-size: 26px;
          color: #27272f;
          font-weight: 600;
          font-family: Fractul;
          line-height: 1em;
          margin-bottom: 0; }
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form {
        width: 60%; }
        footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          /*sass-lint:disable no-misspelled-properties*/
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -webkit-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between; }
          footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form input.form-control,
          footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick {
            border-radius: 5px;
            -ms-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease; }
            footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form input.form-control:hover,
            footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send:hover, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick:hover {
              color: white;
              border-color: #27272f;
              background-color: #27272f; }
              footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form input.form-control:hover *,
              footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send:hover *, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick:hover * {
                color: currentcolor; }
          footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick {
            border-color: #50a7b3 !important;
            background-color: #50a7b3 !important; }
          footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form input.form-control {
            width: calc(100% - (160px + 10px));
            height: 50px;
            padding: 0 20px;
            line-height: 48px;
            border-width: 0 !important;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
            footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form input.form-control:focus {
              outline: none !important;
              -moz-box-shadow: none;
              -webkit-box-shadow: none;
              box-shadow: none; }
          footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick {
            font-size: 14px;
            padding: 0 16px;
            font-weight: 500;
            border-width: 1px;
            height: 50px;
            line-height: 48px;
            color: white;
            border-color: #767476;
            background-color: black;
            border-width: 1px;
            height: 50px;
            line-height: 48px;
            width: 160px;
            text-transform: uppercase; }
            footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send *, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick * {
              color: currentcolor; }
            footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send:focus, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick:focus {
              outline: none;
              @includ box-shadow(none); }
    @media only screen and (max-width: 1199px) {
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title .caption {
        font-size: 30px; }
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form input.form-control {
        width: calc(100% - 120px - 10px); }
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick {
        width: 120px; } }
    @media only screen and (max-width: 991px) {
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form,
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title {
        width: 100%; }
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title {
        margin-bottom: 30px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form,
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title {
        width: 100%; }
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-title {
        text-align: center; } }
    @media only screen and (max-width: 425px) {
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .btn_newsletter_send, footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form .klaviyo-form-Rzgd5g button.needsclick,
      footer .footer-newsletter-layout .footer-newsletter-content .newsletter-form form input.form-control {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px; } }
  footer .footer-info-layout {
    padding-top: 75px;
    padding-bottom: 90px; }
    footer .footer-info-layout .footer-info-group {
      margin-left: -15px;
      margin-right: -15px; }
    footer .footer-info-layout .footer-info-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .footer-info-layout .footer-info-inner > div {
        padding: 0 15px; }
      footer .footer-info-layout .footer-info-inner .about-layout,
      footer .footer-info-layout .footer-info-inner .contact-layout {
        width: 33.33333%; }
      footer .footer-info-layout .footer-info-inner .linklist-layout,
      footer .footer-info-layout .footer-info-inner .follow-layout {
        width: 20%; }
      footer .footer-info-layout .footer-info-inner .footer-title {
        color: #27272f;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 28px; }
        footer .footer-info-layout .footer-info-inner .footer-title:before, footer .footer-info-layout .footer-info-inner .footer-title:after {
          position: absolute;
          content: '';
          left: 0;
          top: 100%;
          height: 2px;
          background-color: #50a7b3; }
        footer .footer-info-layout .footer-info-inner .footer-title:before {
          width: 31px; }
        footer .footer-info-layout .footer-info-inner .footer-title:after {
          width: 2px;
          margin-left: 33px; }
      footer .footer-info-layout .footer-info-inner .contact-layout .contact-content p.info {
        margin-bottom: 28px;
        line-height: 1.8em; }
      footer .footer-info-layout .footer-info-inner .contact-layout .contact-content > ul > li {
        padding-left: 35px;
        position: relative;
        line-height: 24px;
        margin-bottom: 10px; }
        footer .footer-info-layout .footer-info-inner .contact-layout .contact-content > ul > li:before {
          position: absolute;
          display: inline-block;
          *display: inline;
          zoom: 1;
          font-smooth: always;
          -ms-font-smoothing: antialiased;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          width: 24px;
          height: 24px;
          line-height: 24px;
          text-align: center;
          border-radius: 50%;
          left: 0;
          top: 0%;
          color: #50a7b3;
          background-color: rgba(80, 167, 179, 0.1); }
        footer .footer-info-layout .footer-info-inner .contact-layout .contact-content > ul > li.add:before {
          content: "\f041"; }
        footer .footer-info-layout .footer-info-inner .contact-layout .contact-content > ul > li.call:before {
          content: "\f095"; }
        footer .footer-info-layout .footer-info-inner .contact-layout .contact-content > ul > li.email:before {
          content: "\f1d9"; }
      footer .footer-info-layout .footer-info-inner .about-layout {
        text-align: center;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center bottom;
        padding-bottom: 25px; }
        footer .footer-info-layout .footer-info-inner .about-layout .group {
          padding: 6px;
          max-width: 100%;
          background: -ms-linear-gradient(right, #50a7b3 0%, #fae9eb 100%);
          background: linear-gradient(to right, #50a7b3 0%, #fae9eb 100%); }
        footer .footer-info-layout .footer-info-inner .about-layout .group-inner {
          background-color: white;
          height: 100%;
          padding: 40px 40px 60px; }
        footer .footer-info-layout .footer-info-inner .about-layout .about-logo {
          margin-bottom: 20px; }
        footer .footer-info-layout .footer-info-inner .about-layout .about-content {
          line-height: 1.8em; }
    footer .footer-info-layout .icon-social > span {
      font-family: Lexend; }
    footer .footer-info-layout .icon-social .fa {
      color: #50a7b3;
      margin-right: 3px; }
    footer .footer-info-layout .follow-layout .follow-content li {
      margin-bottom: 4px; }
    footer .footer-info-layout .linklist-layout .linklist-content li {
      margin-bottom: 4px; }
    @media only screen and (max-width: 991px) {
      footer .footer-info-layout .footer-info-inner {
        padding-top: 55px; }
        footer .footer-info-layout .footer-info-inner .about-layout,
        footer .footer-info-layout .footer-info-inner .contact-layout {
          width: 50%; }
        footer .footer-info-layout .footer-info-inner .linklist-layout,
        footer .footer-info-layout .footer-info-inner .follow-layout {
          width: 25%; }
        footer .footer-info-layout .footer-info-inner > div {
          padding-bottom: 15px;
          padding-top: 15px; } }
    @media only screen and (max-width: 767px) {
      footer .footer-info-layout {
        padding-top: 0 !important; } }
    @media only screen and (max-width: 540px) {
      footer .footer-info-layout .footer-info-inner .about-layout,
      footer .footer-info-layout .footer-info-inner .contact-layout {
        width: 100%; }
      footer .footer-info-layout .footer-info-inner .about-layout {
        width: 372px;
        margin: 0 auto;
        max-width: 100%; }
      footer .footer-info-layout .footer-info-inner .linklist-layout,
      footer .footer-info-layout .footer-info-inner .follow-layout {
        width: 100%; }
      footer .footer-info-layout .footer-info-inner .instagram-layout {
        width: 100%; } }
  footer .footer-copyright-layout {
    background-color: #50a7b3;
    text-align: center;
    padding: 20px 0; }
    footer .footer-copyright-layout .shopname a {
      text-transform: uppercase;
      color: #27272f;
      font-weight: 600; }

.contact-logo img {
  height: 32px;
  width: auto;
  margin-bottom: 26px; }

.instagram-layout {
  width: 41.66667%; }
  .instagram-layout .instagram-content {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 30px; }
    .instagram-layout .instagram-content #instafeed {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.instagram-content .grid {
  display: flex;
  flex-wrap: wrap; }

.social-content {
  margin-top: 30px; }
  .social-content > a {
    margin-right: 15px; }
    .social-content > a .cs-icon {
      font-size: 17px; }

.footer-info-group {
  color: grey !important; }

/*home-core-layout*/
.home-core-layout {
  margin-bottom: -45px;
  padding-top: 90px !important;
  padding-bottom: 90px !important; }
  .home-core-layout .container {
    width: 100%; }
  .home-core-layout .home-core-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .home-core-layout .home-core-inner > div {
      width: 50%; }
    .home-core-layout .home-core-inner .home-core-banner {
      text-align: center;
      padding: 30px; }
    .home-core-layout .home-core-inner .home-core-content .group {
      width: 570px;
      float: left; }
    .home-core-layout .home-core-inner .home-core-content .home-core-group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*sass-lint:disable no-misspelled-properties*/
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px; }
        .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item img {
          max-width: 91px; }
        .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group {
          padding-left: 30px; }
          .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group .core-title {
            color: #282828;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 7px; }
          .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group .core-caption {
            font-size: 14px;
            margin-bottom: 0; }
          @media only screen and (max-width: 767px) {
            .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group {
              padding-left: 0px; } }
    @media only screen and (max-width: 1199px) {
      .home-core-layout .home-core-inner .home-core-content .group {
        width: 470px; } }
    @media only screen and (max-width: 991px) {
      .home-core-layout .home-core-inner .home-core-content .group {
        width: 360px; } }
    @media only screen and (max-width: 767px) {
      .home-core-layout .home-core-inner > div {
        width: 100%; }
      .home-core-layout .home-core-inner .home-core-content .group {
        width: 100%; }
      .home-core-layout .home-core-inner .page-title.text-left {
        text-align: center; }
        .home-core-layout .home-core-inner .page-title.text-left .sub-title {
          background-position: center bottom;
          text-align: center !important; }
      .home-core-layout .home-core-inner .home-core-content {
        padding-top: 45px; }
        .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          .home-core-layout .home-core-inner .home-core-content .home-core-group > .core-item .core-caption-group {
            text-align: center;
            width: 100%;
            margin-top: 20px; } }

.home-core-content {
  margin-bottom: 0; }
  .home-core-content .container {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #e7e9f3; }
  .home-core-content .group {
    margin-left: -15px;
    margin-right: -15px; }
  .home-core-content .home-core-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .home-core-content .home-core-group > .core-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /*sass-lint:disable no-misspelled-properties*/
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      padding-top: 15px;
      padding-bottom: 15px;
      max-width: 33.33333%;
      width: auto; }
      .home-core-content .home-core-group > .core-item img {
        max-width: 91px; }
      .home-core-content .home-core-group > .core-item .core-caption-group {
        padding-left: 30px; }
        .home-core-content .home-core-group > .core-item .core-caption-group .core-title {
          color: #282828;
          font-weight: 600;
          font-size: 16px;
          margin-bottom: 7px; }
        .home-core-content .home-core-group > .core-item .core-caption-group .core-caption {
          font-size: 14px;
          margin-bottom: 0;
          line-height: 1.6; }
      @media only screen and (min-width: 992px) {
        .home-core-content .home-core-group > .core-item img {
          -ms-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
        .home-core-content .home-core-group > .core-item:hover img {
          -ms-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); } }
  @media only screen and (min-width: 541px) and (max-width: 1199px) {
    .home-core-content .home-core-group > .core-item {
      display: block;
      text-align: center;
      padding-bottom: 0px; }
      .home-core-content .home-core-group > .core-item .core-caption-group {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        padding-left: 0; } }
  @media only screen and (max-width: 540px) {
    .home-core-content .home-core-group > .core-item {
      width: 100%;
      max-width: 100%; }
      .home-core-content .home-core-group > .core-item .core-caption-group {
        padding-left: 15px; } }

/*end home-core-layout*/
.footer-newsletter-layout {
  background-image: url("https://cdn.shopify.com/s/files/1/0537/7677/7391/files/HomePage_2_0007s_0010_Background_green-copy.png?v=1622240709");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px; }

.footer-newsletter-layout::before {
  margin-top: 170px; }

.footer-newsletter-layout::after {
  margin-top: 220px; }

/* page fly update */
a.view-details-underline span {
  text-decoration: underline !important; }

.about-link a {
  color: #E44A37 !important;
  text-decoration: underline !important; }

/*END FOOTER*/
.grecaptcha-badge {
  visibility: hidden; }

.soldout, .soldout.hovered {
  opacity: 0.5; }

.soldout label {
  opacity: 0.5;
  text-decoration: line-through; }

#rc_login h5 {
  padding-top: 100px; }
#rc_login a {
  text-decoration: underline; }

.rc_form a {
  text-decoration: underline; }

.pf-c .rc-container-wrapper {
  display: none; }

.rc_layout .button {
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  border-width: 1px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  border-color: #767476;
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 220px; }

.rct_navigation {
  padding-top: 15px; }

#quickactions input {
  appearance: revert; }

.icon-ios-arrow-right:before {
  content: "\e911" !important; }

.nav-desktop-menu ul.navigation-links > .dropdown > a > p {
  font-size: 16px; }

#top.header-index {
  position: absolute;
  background-color: #fff; }

.icon-more:before {
  content: "\f007" !important;
  font-size: 24px  !important;
  margin-bottom: 4px !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-smooth: always;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto; }

.icon-shopping-cart:before {
  content: "\f07a" !important;
  font-size: 24px  !important;
  margin-bottom: 4px !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-smooth: always;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font: normal normal normal 24px/1 FontAwesome !important; }

.login-register-content #rc_login h5 {
  padding-top: 20px !important; }

.swiper-slide {
  background-color: #333333 !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 12px !important; }

.swiper-button-next, .swiper-button-prev {
  padding-top: 3px !important; }

.btn.klaviyo-bis-trigger, body .float-right-icon .klaviyo-bis-trigger#scroll-to-top {
  border: 1px solid #000;
  background-color: #000;
  color: #fff; }
  .btn.klaviyo-bis-trigger:hover, body .float-right-icon .klaviyo-bis-trigger#scroll-to-top:hover {
    border: 1px solid #50A7B3;
    background-color: #50A7B3; }

.banner1-blog {
  margin-bottom: 5%; }
