/* space */
/* end space */
/* font-weight */
/* Static color */
/*calculate YIQ and return text color follow Background*/
@keyframes fadeCustom {
  from {
    opacity: 0;
    /*    transform: scale(0.5);*/ }

  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fade-Custom {
  from {
    opacity: 0;
    transform: scale(0.5); }

  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fade-Custom-mobile {
  from {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: translate(0, 350px);
    -ms-transform: translate(0, 350px);
    -o-transform: translate(0, 350px);
    transform: translate(0, 350px); }

  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes moveFromLeft {
  from {
    left: -9000px; }

  to {
    left: 0; } }

@keyframes moveFromRight {
  from {
    right: -9000px; }

  to {
    right: 0; } }

@keyframes moveFromTop {
  from {
    top: -5000px; }

  to {
    top: 0; } }

@keyframes moveFromBottom {
  from {
    bottom: -5000px; }

  to {
    bottom: 0; } }

@-webkit-keyframes moveFromLeft {
  from {
    left: -9000px; }

  to {
    left: 0; } }

@-webkit-keyframes moveFromRight {
  from {
    right: -9000px; }

  to {
    right: 0; } }

@-webkit-keyframes moveFromTop {
  from {
    top: -5000px; }

  to {
    top: 0; } }

@-webkit-keyframes moveFromBottom {
  from {
    bottom: -5000px; }

  to {
    bottom: 0; } }

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }

  to {
    margin-top: 0;
    opacity: 1; } }

@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }

  to {
    margin-top: 0;
    opacity: 1; } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/* animations wobble horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  78% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  79% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

  83% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  87% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

  91% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

  96% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  78% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  79% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

  83% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  87% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

  91% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

  96% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes translateY-display {
  0% {
    opacity: 0;
    transform: translateY(50%); }

  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes translateY-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: translateY(0%); }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: translateY(50%); }

  100% {
    display: none;
    opacity: 0;
    transform: translateY(50%); } }

@keyframes move {
  0% {
    background-position: 0px 0px; }

  100% {
    background-position: 40px 0px; } }

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@-moz-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@-ms-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@-o-keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@keyframes box-shadow-animation {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }

  62% {
    box-shadow: 0 0 0 9px white; }

  75% {
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.3); }

  100% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0); } }

@keyframes gradient {
  0% {
    background-position: 0 0; }

  100% {
    background-position: -200% 0; } }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/*  Typography -------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 1.1;
  font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3, h4, h5, h6 {
  line-height: 1.5; }

b {
  font-weight: 600; }

h1, .h1 {
  font-size: 36px;
  font-weight: 700; }

h2, .h2 {
  font-size: 32px;
  font-weight: 600; }

h3, .h3 {
  font-size: 30px;
  font-weight: 400; }

h4, .h4 {
  font-size: 20px;
  font-weight: 200; }

h5, .h5, .custom-item-inner-product .info > a,
.custom-item-inner-collection .info > a {
  font-size: 18px;
  font-weight: 300; }

h6, .h6 {
  font-size: 14px;
  font-weight: 300; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 31px; }

  h2, .h2 {
    font-size: 28px; }

  h3, .h3 {
    font-size: 27px; }

  h4, .h4 {
    font-size: 18px; }

  h5, .h5, .custom-item-inner-product .info > a,
  .custom-item-inner-collection .info > a {
    font-size: 18px; }

  h6, .h6 {
    font-size: 14px; } }
.h1, .h2, .h3, .h4, .h5, .custom-item-inner-product .info > a,
.custom-item-inner-collection .info > a, .h6 {
  margin: 0;
  color: #333333;
  font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page-title {
  font-size: 32px;
  font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 28px; } }

p {
  margin: 0 0 20px; }

p:empty {
  margin: 0; }

small {
  font-size: 12px; }

h2 small.pull-right {
  padding-top: 0.538461538em; }

/*  Links -------------------------- */
a {
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s; }
  a:focus {
    text-decoration: none; }

a, a:link, a:hover, a:active {
  outline: none; }

dl, ol, ul {
  margin: 0; }

nav ol, nav ul {
  list-style: none; }

/*-------------- style.scss --------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Disable auto-enlargement of small text in Safari */
  text-size-adjust: 100%;
  /*Enable kerning and optional ligatures */
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 14px; }

body {
  font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #333333;
  font-weight: 300;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  top: 0 !important;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body > .skiptranslate {
    display: none !important; }

#page-body {
  height: 100%;
  position: relative;
  left: 0; }
  #page-body[data-bg-type="color"] {
    background: white; }
  #page-body[data-bg-type="image"] {
    background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_1920x.progressive.gif.jpg); }
  #page-body.pending:before {
    content: '';
    background-image: url(//cdn.shopify.com/s/files/1/0351/1441/8311/t/6/assets/loading.gif?3387);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 80px;
    height: 80px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    z-index: 99999; }
  @media (min-width: 1200px) {
    #page-body.boxed {
      max-width: 1120px;
      margin: 0 auto;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    #page-body.boxed {
      max-width: 980px;
      margin: 0 auto; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #page-body.boxed {
      max-width: 760px;
      margin: 0px auto; } }

body:not(.modal-open) .modal-backdrop.show {
  display: none; }

body.modal-open {
  overflow: hidden !important; }

html, button, input, select, textarea {
  font-size: 17px;
  font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75em;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

input, textarea, select, input.form-control, textarea.form-control {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  input:focus, textarea:focus, select:focus, input.form-control:focus, textarea.form-control:focus {
    -webkit-box-shadow: 0 0 0px #428bca;
    -ms-transform: 0 0 0px #428bca;
    -o-transform: 0 0 0px #428bca;
    box-shadow: 0 0 0px #428bca;
    outline: none;
    border-bottom: 1px solid #e1e1e1;
    background: none; }

.comment-form h3, .contact-form h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px; }
.comment-form .grid-form input, .contact-form .grid-form input {
  display: block;
  clear: both;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid rgba(66, 139, 202, 0.5);
  padding-left: 15px; }
  .comment-form .grid-form input:focus, .contact-form .grid-form input:focus {
    border-color: #428bca;
    background: none; }
.comment-form .form-group, .contact-form .form-group {
  margin-bottom: 0; }
  .comment-form .form-group label, .contact-form .form-group label {
    margin-bottom: 10px; }
  .comment-form .form-group textarea, .contact-form .form-group textarea {
    height: 200px;
    background: white; }
.comment-form .btn, .contact-form .btn {
  padding: 5px 30px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px; }

.clearfix {
  clear: both; }

#main-content {
  min-height: 300px; }

html .cart-opened {
  overflow: hidden; }

.cart-opened #page-body {
  cursor: url("../assets/toggle_close.png"), progress;
  position: relative;
  left: 0px; }

body.cart-opened #page-body:before {
  background: rgba(0, 0, 0, 0.6);
  content: "" !important;
  display: inline-block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

.cart-opened .header-content, .cart-opened .mobile-version {
  left: 0px; }

@media (max-width: 991px) {
  .cc-window {
    bottom: 60px !important; } }

.cc-btn {
  background: #006bc9 !important;
  color: white !important; }
  .cc-btn:hover, .cc-btn:focus {
    opacity: 0.8; }

.image-circle {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }

/*Search Sidebar*/
html.search-opened,
html .filter-opened {
  overflow: hidden; }

.search-opened #page-body {
  cursor: url("../assets/toggle_close.png"), progress;
  position: relative;
  left: 0px; }

.search-opened .header-content, .search-opened .mobile-version {
  left: 0px; }

body.search-opened #page-body:before,
.qs-opened #page-body:before,
.f-load #page-body:before,
.sidebar-opened #page-body:before,
.menu-opened #page-body:before,
.order-sidebar-opened #page-body:before {
  content: "" !important;
  display: inline-block !important;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.f-load #page-body {
  cursor: auto; }

/*  Base HTML tags -------------------------------------------------- */
body.cart-loading .loading {
  display: block !important; }

/*  Forms -------------------------- */
.visible-phone {
  display: none; }

fieldset, legend {
  border: none; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
  padding: 1.384615385em 0.615384615em; }

.row-fluid textarea[class*="span"] {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

input[type="image"] {
  width: auto; }

textarea {
  border: none; }

input:-webkit-autofill {
  background: transparent; }

input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin: 0;
  padding: 15px 0;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  color: #888888; }

textarea,
textarea.form-control {
  -webkit-box-shadow: inset 0 0 0 white;
  -ms-transform: inset 0 0 0 white;
  -o-transform: inset 0 0 0 white;
  box-shadow: inset 0 0 0 white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: none;
  border: 1px solid rgba(66, 139, 202, 0.5);
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  textarea:focus,
  textarea.form-control:focus {
    border-color: #428bca; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 10px;
  line-height: 1.6;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: white;
  border: 1px solid #e1e1e1;
  font-size: 17px;
  -webkit-box-shadow: inset 0 0 0 white;
  -ms-transform: inset 0 0 0 white;
  -o-transform: inset 0 0 0 white;
  box-shadow: inset 0 0 0 white; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #006bc9; }

select {
  line-height: 39px;
  padding: 0 15px;
  height: 40px;
  /* Remove background default of seclect*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: none;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #e1e1e1;
  font-size: 17px;
  color: #888888;
  -webkit-box-shadow: inset 0 0 0 white;
  -ms-transform: inset 0 0 0 white;
  -o-transform: inset 0 0 0 white;
  box-shadow: inset 0 0 0 white;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  select:focus {
    border-color: #428bca; }
  @media screen and (min-width: 0 \0) {
    select {
      padding-right: 0;
      backgorund: none !important; } }

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

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  /*remove box-shadow on Safari*/ }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

button {
  outline: none; }
  button:focus {
    outline: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none; }

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

label {
  margin-bottom: 7px;
  font-weight: 400; }

label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px; }

.form-actions {
  background: none;
  border: none; }

.alert ul {
  margin-bottom: 0; }
  .alert ul li {
    list-style: none; }

.alert > p, .alert > ul {
  margin: 0; }

blockquote {
  padding: 0 0 0 50px;
  position: relative;
  font-style: italic; }

table, th, td {
  border-style: solid; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 24px 0;
  width: 100%; }

caption, th, td {
  font-weight: inherit;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 5px; }

ul {
  padding: 0;
  list-style: disc inside none; }

ol {
  padding: 0;
  list-style: decimal inside none; }

ul ul, ul ol, ol ol, ol ul {
  padding-left: 10px; }

.list-inline {
  margin: 0; }
  .list-inline > li {
    padding: 0;
    margin: 0;
    display: inline-block; }

.visible-hide {
  visibility: hidden; }

a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #006bc9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #428bca;
    text-decoration: none; }

.text-link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #428bca;
  text-decoration: none; }

@media (min-width: 1025px) {
  a:hover, a:focus,
  .text-link:hover,
  .text-link:focus {
    color: #888888; } }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

/*color demo*/
.btn-1 {
  background: #428bca;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0);
  text-transform: inherit; }
  .btn-1:hover, .btn-1:active {
    background: #006bc9;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0); }

.btn-2 {
  background: #428bca;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0);
  text-transform: inherit; }
  .btn-2:hover, .btn-2:focus, .btn-2:active {
    background: #3b423d;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0); }

.btn-3 {
  background: white;
  color: #333333;
  border: 1px solid #333333; }
  .btn-3:hover, .btn-3:focus, .btn-3:active {
    background: #006bc9;
    color: white;
    border: 1px solid #006bc9; }

.btn-rounded .btn-1, .btn-rounded .btn-2, .btn-rounded .btn, .btn-rounded #add-to-cart, .btn-rounded .shopify-payment-button button {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }
.btn-rounded #newsletter-popup .countdown-content {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }
  .btn-rounded #newsletter-popup .countdown-content .popup-countdown > span {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
.btn-rounded .block-countdown.style-4 .wrapper-countdown > div > span {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }

/*quickshop -------------------------------*/
#quick-shop-modal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  #quick-shop-modal .modal-content {
    z-index: 999; }

.modal-open .modal-backdrop {
  display: none; }

/*css----*/
.alert-danger {
  border-radius: 0;
  border-color: #d02e2e;
  color: #d02e2e;
  background-color: #fff6f6; }

.alert-success {
  border-radius: 0;
  border-color: #56ad6a;
  color: #56ad6a;
  background-color: #ecfeee; }

.add-to-cart.disabled,
.add-to-wishlist.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
  background: #428bca;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0 !important;
  position: relative;
  line-height: 42px;
  height: 42px; }
  .add-to-cart.disabled:before,
  .add-to-wishlist.disabled:before {
    content: none !important; }
  .add-to-cart.disabled:after,
  .add-to-wishlist.disabled:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f2f2f3;
    border-top: 2px solid transparent;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%; }

.add-to-wishlist.pending, .add-to-compare.pending {
  content: '';
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }
  .add-to-wishlist.pending i:before, .add-to-compare.pending i:before {
    content: "\e838";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }
.add-to-wishlist.added i:before, .add-to-compare.added i:before {
  content: "\e946";
  font-family: "arenafont";
  font-display: optional; }

.num-items-in-wishlist, .num-items-in-compare {
  position: relative; }
  .num-items-in-wishlist .number, .num-items-in-compare .number {
    position: absolute;
    display: block;
    left: -8px;
    top: -1px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
    color: white;
    background: #428bca; }
  .num-items-in-wishlist .number[data-count="0"], .num-items-in-compare .number[data-count="0"] {
    display: none; }

.opacity-0 {
  opacity: 0; }

.fade-custom {
  animation: fadeCustom 1s ease; }

.fade-custom {
  animation: fade-Custom 0.8s ease; }

.modal-open .modal-backdrop {
  display: none; }

.swatch {
  font-size: 0; }
  .swatch .swatch-element {
    float: none;
    display: inline-block; }

/*  Images -------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.image {
  max-width: 100%;
  height: auto;
  border: 0;
  overflow: hidden; }
  .image > a {
    display: block;
    position: relative;
    text-align: center; }

span.image--style {
  display: block; }

.img-swt-temp {
  height: 0; }

.spr-badge-caption {
  display: none; }

/*  Global classes -------------------------------------------------- */
.no-style {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.hide,
.hidden {
  display: none !important; }

.move {
  cursor: move; }

.bold {
  font-weight: 600; }

.topbar-popup {
  cursor: pointer; }

img {
  width: 100%; }

.layout-full {
  padding: 0 15px; }
  @media (max-width: 812px) {
    .layout-full {
      padding-right: calc(15px + env(safe-area-inset-right));
      padding-left: calc(15px + env(safe-area-inset-left)); } }

@media (max-width: 812px) {
  .layout-full .header-mobile, .layout-full .topbar {
    padding-right: calc(15px + env(safe-area-inset-right));
    padding-left: calc(15px + env(safe-area-inset-left)); } }

@media (min-width: 1200px) {
  .layout-wide_padding {
    padding-left: 5%;
    padding-right: 5%; } }

@media (min-width: 992px) {
  #home-main-content.col-12 .layout-full {
    padding: 0; } }
.layout-full_with_padding {
  padding: 0 5%; }
  @media (max-width: 812px) {
    .layout-full_with_padding {
      padding-right: calc(15px + env(safe-area-inset-right));
      padding-left: calc(15px + env(safe-area-inset-left)); } }

@media (max-width: 767px) {
  .header-content .layout-full {
    padding-right: calc(15px + env(safe-area-inset-right));
    padding-left: calc(15px + env(safe-area-inset-left)); }

  .layout-full .header-mobile {
    padding: 15px; } }
.padding-item-false {
  padding: 0; }
  .padding-item-false.row {
    margin-left: 0;
    margin-right: 0; }
    .padding-item-false.row > div {
      padding-right: 0;
      padding-left: 0; }

.padding-false {
  padding: 0; }

@media (max-width: 812px) {
  .container {
    padding: 0 15px; } }
.shadow {
  box-shadow: none !important; }

@media (max-width: 1199px) {
  .nav-tabs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap; } }
.nav-tabs .nav-item {
  display: inline-block;
  position: relative; }

.col-5th {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (max-width: 767px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 768px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-xl-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
.no-translate3d {
  transform: translate3d(0px, 0px, 0px) !important; }

.full-height {
  height: 100% !important; }

.hightlight-color {
  color: #006bc9;
  font-size: 17px; }

.product-wrapper .swatch .swatch-element {
  margin: 0 7px 7px 0; }
  @media (max-width: 479px) {
    .product-wrapper .swatch .swatch-element {
      margin: 0 3px 3px 0; } }

.wrap-breadcrumb .bw-image {
  padding: 80px 0;
  text-align: center;
  background-size: cover; }
.wrap-breadcrumb.no-image .container {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative; }
  .wrap-breadcrumb.no-image .container span {
    flex: 1;
    font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333333; }
    @media (max-width: 767px) {
      .wrap-breadcrumb.no-image .container span {
        font-size: 13px; } }
  .wrap-breadcrumb.no-image .container > ul {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 18px; }
  .wrap-breadcrumb.no-image .container:after {
    content: "";
    background: #e1e1e1;
    height: 1px;
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
    bottom: 0; }

.bw-color {
  background: white; }

.breadcrumb {
  background-color: unset;
  padding: 15px 0;
  margin: 0;
  font-size: 17px; }
  @media (min-width: 768px) {
    .breadcrumb a:after {
      content: '\f105';
      font-family: "arenafont";
      font-display: optional;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .breadcrumb a:before {
      content: '\f104';
      font-family: "arenafont";
      font-display: optional;
      padding: 0 10px 0 0; } }

.breadcrumb-product-page .breadcrumb {
  border-top: 1px solid #e1e1e1;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .breadcrumb-product-page .breadcrumb {
      padding: 5px 0; } }

@media (max-width: 479px) {
  .breadcrumb {
    display: block;
    overflow: auto;
    white-space: nowrap; }
    .breadcrumb li {
      font-size: 14px;
      display: inline-block; }

  .wrap-breadcrumb .bw-image {
    padding: 50px 0; } }
.title-wrapper {
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .title-wrapper {
      padding-bottom: 5px; } }
  .title-wrapper .title {
    text-transform: inherit;
    /*font-size: calc(30px + 4 * (100vw - 320px) / 1120);*/ }
  .title-wrapper .subtitle {
    font-weight: 300;
    padding-top: 16px;
    font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: inherit; }

.btn {
  padding: 6px 15px;
  line-height: 1em;
  font-weight: 300;
  white-space: normal;
  font-size: 17px;
  letter-spacing: 0.8px;
  text-transform: inherit;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: 0 0 0 white !important;
    -ms-transform: 0 0 0 white !important;
    -o-transform: 0 0 0 white !important;
    box-shadow: 0 0 0 white !important; }

.hide-label .footer-label {
  display: none; }

.popup-is-showing {
  overflow: hidden !important; }

.max-1-str {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }

.max-2-str {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }

.max-3-str {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }

.ps-list, .related-items-section, .related-items-search, .tabs-list-carousel {
  display: none; }
  .ps-list .owl-stage, .related-items-section .owl-stage, .related-items-search .owl-stage, .tabs-list-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap; }
    .ps-list .owl-stage .owl-item, .related-items-section .owl-stage .owl-item, .related-items-search .owl-stage .owl-item, .tabs-list-carousel .owl-stage .owl-item {
      display: flex;
      flex-wrap: wrap; }

.ps-list.owl-carousel .owl-item {
  /*visibility: hidden;*/
  -moz-transition: visibility 0.3s linear, opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: visibility 0.3s linear, opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  -webkit-transition: visibility 0.3s linear, opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: visibility 0.3s linear, opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform, opacity; }
  .ps-list.owl-carousel .owl-item.active {
    /*visibility: visible;*/ }

.related-items-section .product-grid-item, #layer-addcart-related .product-grid-item {
  width: 100%; }

.bc-masonry {
  /*display: none;*/ }
  .bc-masonry.muuri {
    display: block; }

.home-banner-carousel {
  display: none; }

.featured-image.blur-up {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 200ms, -webkit-filter 200ms; }

.blur-up {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transform: translate3d(0, 0, 0);
  transition: filter 200ms, -webkit-filter 200ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: translate3d(0, 0, 0); }

img.lazyload:not([src]) {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

.slide-up {
  transform: translateY(100%);
  transform-origin: center bottom;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .slide-up.lazyloaded {
    transform: translateY(0);
    transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

.fade-up {
  transform: translateY(18px);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .fade-up.lazyloaded {
    transform: translateY(0);
    transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

.scale-up {
  transform: scale(0.925);
  transform-origin: bottom center;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .scale-up.lazyloaded {
    transform: scale(1);
    transform-origin: bottom center;
    transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media (min-width: 768px) {
  .width-8, .width-col-1 {
    width: 8.333333%; }

  .width-16, .width-col-2 {
    width: 16.666667%; }

  .width-20 {
    width: 20%; }

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

  .width-33, .width-col-4 {
    width: 33.333333%; }

  .width-40 {
    width: 40%; }

  .width-42, .width-col-5 {
    width: 41.666667%; }

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

  .width-58, .width-col-7 {
    width: 58.333333%; }

  .width-60 {
    width: 60%; }

  .width-66, .width-col-8 {
    width: 66.666667%; }

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

  .width-80 {
    width: 80%; }

  .width-84, .width-col-10 {
    width: 83.333333%; }

  .width-92, .width-col-11 {
    width: 91.666667%; }

  .width-100, .width-col-12 {
    width: 100%; } }
@media (max-width: 767px) {
  .width-16, .width-20, .width-25, .width-33, .width-40, .width-42, .width-50, .width-58, .width-60, .width-66, .width-75, .width-8, .width-80, .width-84, .width-92 {
    width: 100%; }

  .width-col-mob-1, .width-mobile-8 {
    width: 8.333333%; }

  .width-col-mob-2, .width-mobile-16 {
    width: 16.666667%; }

  .width-mobile-20 {
    width: 20%; }

  .width-col-mob-3, .width-mobile-25 {
    width: 25%; }

  .width-col-mob-4, .width-mobile-33 {
    width: 33.333333%; }

  .width-mobile-40 {
    width: 40%; }

  .width-col-mob-5, .width-mobile-42 {
    width: 41.666667%; }

  .width-col-mob-6, .width-mobile-50 {
    width: 50%; }

  .width-col-mob-7, .width-mobile-58 {
    width: 58.333333%; }

  .width-mobile-60 {
    width: 60%; }

  .width-col-mob-8, .width-mobile-66 {
    width: 66.666667%; }

  .width-col-mob-9, .width-mobile-75 {
    width: 75%; }

  .width-mobile-80 {
    width: 80%; }

  .width-col-mob-10, .width-mobile-84 {
    width: 83.333333%; }

  .width-col-mob-11, .width-mobile-92 {
    width: 91.666667%; }

  .width-col-mob-12, .width-mobile-100 {
    width: 100%; } }
@media (min-width: 568px) {
  .d-ms-none {
    display: none !important; } }
@media (min-width: 568px) {
  .d-ms-show {
    display: inline-block !important; } }
@media (min-width: 1440px) {
  .d-ml-none {
    display: none !important; } }
@media (min-width: 1440px) {
  .d-ml-show {
    display: inline-block !important; } }
@media (max-width: 375px) {
  .xxs-none {
    display: none !important; } }

@media (max-width: 575px) {
  .xs-none {
    display: none !important; } }

@media (max-width: 767px) {
  .sm-none {
    display: none !important; } }

@media (max-width: 991px) and (min-width: 768px) {
  .md-none {
    display: none !important; } }

@media (min-width: 992px) {
  .lg-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .xl-none {
    display: none !important; } }

/*  Formatting ------------------------------------------ */
.hidden {
  display: none; }

.move {
  cursor: move; }

.section-title {
  display: none; }

.owl-theme .owl-controls .owl-buttons > div {
  position: absolute; }

/* menu ---------------------------------*/
.navbar {
  position: static;
  min-height: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0;
  width: 100%; }

.m-close {
  text-align: center;
  border: none;
  background: #FDE919;
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate(50%, 25%);
  -ms-transform: translate(50%, 25%);
  -o-transform: translate(50%, 25%);
  transform: translate(50%, 25%);
  width: 50px;
  height: 50px;
  line-height: 50px; }
  .m-close i:before {
    content: "\e823";
    font-family: "arenafont";
    font-display: optional;
    font-size: 16px;
    color: white;
    display: block;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    line-height: 50px; }
  .m-close:hover {
    background: #428bca; }
    .m-close:hover i:before {
      color: #888888; }

.cata-product {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  vertical-align: top;
  clear: both; }

/*.product-wrapper .featured-img.soldout {
    filter: grayscale(100%);
}*/
.number-1 {
  width: 100%; }

.number-2 {
  width: 50%; }

.number-3 {
  width: 33.33%; }

.number-4 {
  width: 25%; }

.number-5 {
  width: 20%; }

@media (max-width: 767px) {
  .number-2, .number-3, .number-4, .number-5 {
    width: 50%; } }
img.img-lazy {
  position: absolute;
  top: 0;
  left: 0; }

*:has(> img.img-lazy) {
  position: relative; }

.btn[disabled="disabled"] {
  pointer-events: none; }

.quantity-product input[type="number"] {
  -moz-appearance: textfield; }

.boxed-wrapper.loading {
  cursor: wait;
  opacity: 0; }

.bw-image {
  position: relative; }
  .bw-image .breadcrumb-holder {
    background-position: center;
    background-size: cover;
    height: 200px; }
    .bw-image .breadcrumb-holder .breadcrumb {
      position: absolute;
      top: 50%;
      margin-top: -23px; }

.breadcrumb-holder {
  text-transform: inherit; }
  @media (max-width: 767px) {
    .breadcrumb-holder .breadcrumb a[href="/"], .breadcrumb-holder .breadcrumb li.active {
      display: none; } }

.swatch label {
  border: none;
  background: none;
  line-height: 1.5;
  object-fit: cover; }

.swatch-col .white label {
  border: 1px solid #eee; }

.templateProduct .variants-wrapper .selector-wrapper {
  display: none; }

.cf-white {
  box-shadow: 0px 0px 1px 0px #aaa9a9; }

@media (max-width: 991px) {
  .desktop {
    display: none; } }

@media (min-width: 992px) {
  .mobile {
    display: none; } }

.owl-carousel .owl-wrapper {
  display: none; }
.owl-carousel .owl-item {
  width: 330px;
  /*    visibility: hidden;*/
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .owl-carousel .owl-item.active {
    /*      visibility: visible;*/ }
  .owl-carousel .owl-item img {
    transform-style: inherit;
    -webkit-transform-style: inherit;
    -moz-transform-style: inherit;
    display: inline-block; }
.owl-carousel .post-image {
  background: #f3f3f3; }

.featured-img {
  background: #f3f3f3; }

.blog-carousel:not(.owl-loaded) {
  display: none; }

.fancybox-inner, .fancybox-outer {
  position: absolute; }

.dropdown-toggle:after {
  display: none; }

table {
  width: 100%; }

.button-radius {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }

.btn-checkout {
  border: 2px solid rgba(0, 0, 0, 0);
  background: #428bca;
  color: white;
  -moz-transition: 0.35s all ease 0s;
  -o-transition: 0.35s all ease 0s;
  -webkit-transition: 0.35s all ease 0s;
  transition: 0.35s all ease 0s; }
  .btn-checkout:hover {
    color: white;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #006bc9; }

.btn-view-cart {
  color: #333333;
  border: 2px solid #333333;
  background: white;
  -moz-transition: 0.35s all ease 0s;
  -o-transition: 0.35s all ease 0s;
  -webkit-transition: 0.35s all ease 0s;
  transition: 0.35s all ease 0s; }
  .btn-view-cart:hover {
    border: 2px solid #006bc9;
    background: #006bc9;
    color: white; }

.f-break {
  width: 100vw !important;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  flex: 0 0 100vw; }

.slider-layer:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.layer-opacity-0.slider-layer:before {
  content: '';
  opacity: 0; }

.layer-opacity-10.slider-layer:before {
  content: '';
  opacity: 0.1; }

.layer-opacity-20.slider-layer:before {
  content: '';
  opacity: 0.2; }

.layer-opacity-30.slider-layer:before {
  content: '';
  opacity: 0.3; }

.layer-opacity-40.slider-layer:before {
  content: '';
  opacity: 0.4; }

.layer-opacity-50.slider-layer:before {
  content: '';
  opacity: 0.5; }

.layer-opacity-60.slider-layer:before {
  content: '';
  opacity: 0.6; }

.layer-opacity-70.slider-layer:before {
  content: '';
  opacity: 0.7; }

.layer-opacity-80.slider-layer:before {
  content: '';
  opacity: 0.8; }

.layer-opacity-90.slider-layer:before {
  content: '';
  opacity: 0.9; }

.layer-opacity-100.slider-layer:before {
  content: '';
  opacity: 1; }

div[class*='carousel'][data-owl-xs]:not(.owl-loaded) {
  display: flex !important;
  overflow: hidden; }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded) > .products-grid-item .product-card, div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .category-item, div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .logo-list-item, div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .spc-block, div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .banner-item,
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .customer-item-inner, div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .plan-item {
    margin-bottom: 0; }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .post-item, div[class*='carousel'][data-owl-xs]:not(.owl-loaded) .banner-item {
    padding: 0; }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xs="1"] > * {
    flex: 0 0 100%; }
  @media (min-width: 576px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-sm="1"] > * {
      flex: 0 0 100%; } }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-md="1"] > * {
      flex: 0 0 100%; } }
  @media (min-width: 992px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-lg="1"] > * {
      flex: 0 0 100%; } }
  @media (min-width: 1200px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xl="1"] > * {
      flex: 0 0 100%; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-xs="5"] > * {
    padding-right: 5px; }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-md="5"] > * {
      padding-right: 5px; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xs="2"] > * {
    flex: 0 0 50%; }
  @media (min-width: 576px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-sm="2"] > * {
      flex: 0 0 50%; } }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-md="2"] > * {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-lg="2"] > * {
      flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xl="2"] > * {
      flex: 0 0 50%; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-xs="10"] > * {
    padding-right: 10px; }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-md="10"] > * {
      padding-right: 10px; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xs="3"] > * {
    flex: 0 0 33.33333%; }
  @media (min-width: 576px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-sm="3"] > * {
      flex: 0 0 33.33333%; } }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-md="3"] > * {
      flex: 0 0 33.33333%; } }
  @media (min-width: 992px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-lg="3"] > * {
      flex: 0 0 33.33333%; } }
  @media (min-width: 1200px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xl="3"] > * {
      flex: 0 0 33.33333%; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-xs="15"] > * {
    padding-right: 15px; }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-md="15"] > * {
      padding-right: 15px; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xs="4"] > * {
    flex: 0 0 25%; }
  @media (min-width: 576px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-sm="4"] > * {
      flex: 0 0 25%; } }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-md="4"] > * {
      flex: 0 0 25%; } }
  @media (min-width: 992px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-lg="4"] > * {
      flex: 0 0 25%; } }
  @media (min-width: 1200px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xl="4"] > * {
      flex: 0 0 25%; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-xs="20"] > * {
    padding-right: 20px; }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-md="20"] > * {
      padding-right: 20px; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xs="5"] > * {
    flex: 0 0 20%; }
  @media (min-width: 576px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-sm="5"] > * {
      flex: 0 0 20%; } }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-md="5"] > * {
      flex: 0 0 20%; } }
  @media (min-width: 992px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-lg="5"] > * {
      flex: 0 0 20%; } }
  @media (min-width: 1200px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xl="5"] > * {
      flex: 0 0 20%; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-xs="25"] > * {
    padding-right: 25px; }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-md="25"] > * {
      padding-right: 25px; } }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-md="6"] > * {
      flex: 0 0 16.66667%; } }
  @media (min-width: 992px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-lg="6"] > * {
      flex: 0 0 16.66667%; } }
  @media (min-width: 1200px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xl="6"] > * {
      flex: 0 0 16.66667%; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-xs="30"] > * {
    padding-right: 30px; }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-md="30"] > * {
      padding-right: 30px; } }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-md="7"] > * {
      flex: 0 0 14.28571%; } }
  @media (min-width: 992px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-lg="7"] > * {
      flex: 0 0 14.28571%; } }
  @media (min-width: 1200px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-owl-xl="7"] > * {
      flex: 0 0 14.28571%; } }
  div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-xs="35"] > * {
    padding-right: 35px; }
  @media (min-width: 768px) {
    div[class*='carousel'][data-owl-xs]:not(.owl-loaded)[data-padding-md="35"] > * {
      padding-right: 35px; } }

@media (max-width: 575px) {
  .product-slider-content > .row {
    margin-right: -7.5px;
    margin-left: -7.5px; }
    .product-slider-content > .row > div {
      padding-left: 7.5px;
      padding-right: 7.5px; }

  .hp-tabs-list > div > .row {
    margin-right: -7.5px;
    margin-left: -7.5px; }
    .hp-tabs-list > div > .row > div {
      padding-left: 7.5px;
      padding-right: 7.5px; }

  .hp-tabs-section .hp-tabs-list.row {
    margin-right: -7.5px;
    margin-left: -7.5px; }
    .hp-tabs-section .hp-tabs-list.row > div {
      padding-left: 7.5px;
      padding-right: 7.5px; }

  .left-homepage ~ .col-12 {
    padding: 0; }

  .templateIndex .main-content > .container {
    padding-top: 0; }

  .type-group-text .row {
    margin-right: -7.5px;
    margin-left: -7.5px; }
    .type-group-text .row > div {
      padding-left: 7.5px;
      padding-right: 7.5px; }

  .cata-product {
    margin-right: -7.5px;
    margin-left: -7.5px; }
    .cata-product .mode-view-item {
      padding-left: 7.5px !important;
      padding-right: 7.5px !important; }

  .page-vendor .vendor-content {
    margin: 0 -7.5px; }
    .page-vendor .vendor-content > div {
      padding: 10px 7.5px; }

  .partner-wrapper.padding-false .widget-partner.row {
    margin: 0 -7.5px; }
    .partner-wrapper.padding-false .widget-partner.row .padding-true {
      padding: 0 7.5px; }

  .partner-wrapper.padding-true .widget-partner.row {
    margin: 0 -7.5px; }
    .partner-wrapper.padding-true .widget-partner.row > div {
      padding: 0 7.5px; }

  .product-wrapper {
    margin-bottom: 15px; } }
@media (max-width: 1440px) and (min-width: 768px) {
  .sidebar-right .cata-product .products-grid-item.number-3 {
    width: 33.33%; } }
@media (max-width: 767px) and (min-width: 568px) {
  .sidebar-right .cata-product .products-grid-item.number-3 {
    width: 33.33%; } }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

#preview-bar-iframe {
  box-shadow: unset !important; }

.topbar-image {
  background-size: cover;
  background-repeat: no-repeat; }

.topbar-column .tb-col-content > *, .topbar-column .tb-col-content .custom-text > * {
  display: inline-block;
  font-weight: 300; }

.topbar-column .custom-text .custom--text p {
  margin-bottom: 0; }

.topbar-column:first-child .tb-col-content .custom-text:first-child {
  padding-right: 15px; }

.topbar-column:last-child .tb-col-content .custom-text:last-child {
  padding-left: 15px; }

.topbar {
  background: #ededed; }
  .topbar.border-bottom .table-row {
    border-bottom: 1px solid rgba(225, 225, 225, 0.5); }
  .topbar .table-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0; }
    .topbar .table-row .topbar-column {
      overflow: hidden; }
      .topbar .table-row .topbar-column ul.widget-social-icons li {
        padding-right: 0;
        padding-left: 5px; }
        .topbar .table-row .topbar-column ul.widget-social-icons li a {
          color: #006bc9; }
      .topbar .table-row .topbar-column.text-lg-left .tb-col-content {
        justify-content: flex-start; }
      .topbar .table-row .topbar-column.text-lg-center .tb-col-content {
        justify-content: center; }
      .topbar .table-row .topbar-column.text-lg-right .tb-col-content {
        justify-content: flex-end; }
      @media (max-width: 767px) {
        .topbar .table-row .topbar-column.text-left .tb-col-content {
          justify-content: flex-start; }
        .topbar .table-row .topbar-column.text-center .tb-col-content {
          justify-content: center; }
        .topbar .table-row .topbar-column.text-right .tb-col-content {
          justify-content: flex-end; } }
      .topbar .table-row .topbar-column .tb-col-content {
        display: flex;
        align-items: center; }
        @media (max-width: 399px) {
          .topbar .table-row .topbar-column .tb-col-content .custom-text .custom--text {
            font-size: 12px; } }
        .topbar .table-row .topbar-column .tb-col-content > div {
          font-size: 14px;
          color: #324839; }
          .topbar .table-row .topbar-column .tb-col-content > div a {
            font-size: 14px;
            color: #324839; }
        .topbar .table-row .topbar-column .tb-col-content .compare-target .icon-type {
          position: relative;
          top: -2px; }
        .topbar .table-row .topbar-column .tb-col-content .m-customer-account i {
          position: relative;
          top: -1px; }
        .topbar .table-row .topbar-column .tb-col-content .icon-type {
          display: inline-flex;
          vertical-align: middle; }
        .topbar .table-row .topbar-column .tb-col-content .topbar-config {
          position: relative;
          top: -1px; }
          .topbar .table-row .topbar-column .tb-col-content .topbar-config .icon-type {
            margin-right: 4px; }
        .topbar .table-row .topbar-column .tb-col-content .header-icons {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          padding-left: 12px;
          align-items: center; }
          .topbar .table-row .topbar-column .tb-col-content .header-icons .topbar-label {
            margin-top: -2px;
            padding-right: 3px; }
          .topbar .table-row .topbar-column .tb-col-content .header-icons > ul > li {
            padding-left: 0; }
        .topbar .table-row .topbar-column .tb-col-content .subscibe-content {
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 1439px) {
            .topbar .table-row .topbar-column .tb-col-content .subscibe-content {
              display: none; } }
          .topbar .table-row .topbar-column .tb-col-content .subscibe-content p {
            margin-bottom: 0;
            padding: 0 10px; }
          .topbar .table-row .topbar-column .tb-col-content .subscibe-content form input {
            padding: 10px;
            width: 250px;
            border: 1px solid #e1e1e1;
            height: 42px;
            border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px; }
            .topbar .table-row .topbar-column .tb-col-content .subscibe-content form input:focus {
              border-color: transparent;
              background: white; }
          .topbar .table-row .topbar-column .tb-col-content .subscibe-content form button {
            background: #428bca;
            color: white;
            font-size: 16px;
            border: 1px solid inherit;
            border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0; }
        .topbar .table-row .topbar-column .tb-col-content .block-countdown {
          padding: 0 30px 0 10px; }
          .topbar .table-row .topbar-column .tb-col-content .block-countdown .wrapper-countdown > div {
            font-weight: 600; }
            .topbar .table-row .topbar-column .tb-col-content .block-countdown .wrapper-countdown > div > span:not(:last-child):after {
              content: ":";
              padding-left: 3px; }
          .topbar .table-row .topbar-column .tb-col-content .block-countdown .wrapper-countdown .text-date {
            padding-left: 3px; }
        .topbar .table-row .topbar-column .tb-col-content .btn-group a {
          padding: 0px 15px;
          height: 40px;
          line-height: 36px;
          font-size: 16px;
          border-radius: 2px 2px 2px 2px;
          -moz-border-radius: 2px 2px 2px 2px;
          -webkit-border-radius: 2px 2px 2px 2px; }
    .topbar .table-row .tb-col-content > div .icon-type {
      display: inline-block; }
    .topbar .table-row #topbar-col-1 .tb-col-content > div:not(:last-child) {
      padding-right: 25px; }
      @media (max-width: 374px) {
        .topbar .table-row #topbar-col-1 .tb-col-content > div:not(:last-child) {
          padding-right: 10px; } }
    .topbar .table-row #topbar-col-1 .tb-col-content span {
      margin-right: 4px; }
    @media (max-width: 575px) {
      .topbar .table-row .wrap-header-right .widget-social-icons {
        display: none; } }
  @media (max-width: 991px) {
    .topbar .m-cart-icon {
      position: absolute;
      display: block;
      top: 50%;
      right: -5px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .topbar .m-cart-icon .mobile-basket {
        line-height: 40px;
        position: relative;
        display: block; }
        .topbar .m-cart-icon .mobile-basket > .demo-icon {
          font-size: 20px;
          color: #428bca; }
        .topbar .m-cart-icon .mobile-basket > img {
          max-width: 20px; }
    .topbar .tb-col-content .topbar-popup {
      position: relative;
      top: 3px; }
    .topbar .wrap-header-left, .topbar .wrap-header-right {
      display: none; } }

.popup-wrapper {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0; }

.topbar-popup-elem {
  background: white none repeat scroll 0 0;
  position: fixed;
  max-height: 350px;
  width: 300px;
  display: none;
  z-index: 9999;
  padding: 25px;
  opacity: 0;
  left: 50%;
  top: 50%;
  margin-top: -175px;
  margin-left: -150px;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  box-shadow: 7px 5px 9px white inset, 0px 2px 5px rgba(0, 0, 0, 0.5); }
  .topbar-popup-elem .h4 {
    padding: 12px 0; }
  .topbar-popup-elem .h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px; }
  .topbar-popup-elem .topbar-currency {
    padding-bottom: 15px; }
  .topbar-popup-elem .topbar-popup-close {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #428bca;
    color: white;
    text-align: center;
    font-size: 13px;
    cursor: pointer; }
    @media (max-width: 479px) {
      .topbar-popup-elem .topbar-popup-close .topbar-popup-close {
        top: -30px; } }
    .topbar-popup-elem .topbar-popup-close:hover {
      opacity: 0.7; }
  .topbar-popup-elem .translate-position {
    padding-bottom: 15px; }
    .topbar-popup-elem .translate-position .weglot-container {
      display: block; }
      .topbar-popup-elem .translate-position .weglot-container .wg-drop {
        display: block;
        background: #f2f2f3;
        box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); }
        .topbar-popup-elem .translate-position .weglot-container .wg-drop > div {
          border: none; }
          .topbar-popup-elem .translate-position .weglot-container .wg-drop > div a {
            height: 40px;
            line-height: 40px;
            border: 1px solid #e1e1e1;
            color: #006bc9; }
  .topbar-popup-elem.open {
    display: block;
    opacity: 1;
    animation: fade-Custom 0.5s ease;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  @media (max-width: 479px) {
    .topbar-popup-elem {
      width: 100%;
      margin: 0;
      left: 0;
      top: auto;
      bottom: 0;
      -webkit-transform: translate(0, 350px);
      -ms-transform: translate(0, 350px);
      -o-transform: translate(0, 350px);
      transform: translate(0, 350px);
      -moz-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease; }
      .topbar-popup-elem.open {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transition: 0.35s all ease;
        -o-transition: 0.35s all ease;
        -webkit-transition: 0.35s all ease;
        transition: 0.35s all ease;
        animation: fade-Custom-mobile 0.5s ease; } }

@media (min-width: 992px) {
  .topbar-popup > div {
    position: relative;
    top: 3px; } }
.topbar-popup .currency-code, .topbar-popup .currency-name {
  display: none; }

.run-t {
  -moz-animation: scroll-left 20000ms linear infinite;
  -webkit-animation: scroll-left 20000ms linear infinite;
  animation: scroll-left 20000ms linear infinite; }

/* header ----------------*/
@media (min-width: 992px) {
  .templateIndex .h-desk-absolute .header-desktop {
    position: absolute;
    display: block;
    left: 0;
    z-index: 9;
    width: 100%;
    -moz-transition: 0.45s all ease;
    -o-transition: 0.45s all ease;
    -webkit-transition: 0.45s all ease;
    transition: 0.45s all ease; }
  .templateIndex .h-desk-absolute:hover .header-desktop {
    background: white !important; }

  .h-desk-color #header-style:not(.h-desk-absolute) {
    background: white; }
  .h-desk-color #header-style .header-desktop {
    background: white; }

  .h-desk-image {
    background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_1920x.progressive.gif.jpg);
    background-position: center center; }
    .h-desk-image[data-desk-type="repeat"] {
      background-repeat: repeat; }
    .h-desk-image[data-desk-type="repeat-x"] {
      background-repeat: repeat-x; }
    .h-desk-image[data-desk-type="repeat-y"] {
      background-repeat: repeat-y; }
    .h-desk-image[data-desk-type="cover"] {
      background-size: cover; }
    .h-desk-image .h-desk-sticky .header-desktop {
      background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_1920x.progressive.gif.jpg);
      background-position: center center; }
      .h-desk-image .h-desk-sticky .header-desktop[data-desk-type="repeat"] {
        background-repeat: repeat; }
      .h-desk-image .h-desk-sticky .header-desktop[data-desk-type="repeat-x"] {
        background-repeat: repeat-x; }
      .h-desk-image .h-desk-sticky .header-desktop[data-desk-type="repeat-y"] {
        background-repeat: repeat-y; }
      .h-desk-image .h-desk-sticky .header-desktop[data-desk-type="cover"] {
        background-size: cover; } }
@media (max-width: 991px) {
  .templateIndex .mobile-searchbox {
    display: block; }

  body:not(.templateIndex) .header-mobile-3 .mobile-searchbox, body:not(.templateIndex) .header-mobile-1 .mobile-searchbox {
    display: none; } }
.select-theme-chosen {
  z-index: 999; }

.popup-wrapper .popup-icons-mobile {
  background: white none repeat scroll 0 0;
  position: fixed;
  height: 333px;
  width: 400px;
  display: block;
  z-index: 9999;
  opacity: 1;
  left: 50%;
  top: 50%;
  margin-top: -163px;
  margin-left: -200px;
  animation: fade-Custom 0.5s ease;
  -moz-transform: scaleY(1) translateY(0px);
  -o-transform: scaleY(1) translateY(0px);
  -ms-transform: scaleY(1) translateY(0px);
  -webkit-transform: scaleY(1) translateY(0px);
  transform: scaleY(1) translateY(0px);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
  -ms-transform: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
  -o-transform: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1); }
  .popup-wrapper .popup-icons-mobile.hide {
    -moz-transform: scaleY(0) translateY(0px);
    -o-transform: scaleY(0) translateY(0px);
    -ms-transform: scaleY(0) translateY(0px);
    -webkit-transform: scaleY(0) translateY(0px);
    transform: scaleY(0) translateY(0px);
    opacity: 0; }
  @media (max-width: 479px) {
    .popup-wrapper .popup-icons-mobile {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      -moz-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
      animation: fade-Custom-mobile 0.5s ease;
      width: 100%;
      margin: 0;
      left: 0;
      top: auto;
      bottom: 0;
      padding-bottom: calc(env(safe-area-inset-bottom) /3); }
      .popup-wrapper .popup-icons-mobile .m-customer-account {
        background: #428bca;
        color: white;
        height: 42px;
        width: 100%;
        text-align: center;
        line-height: 42px;
        margin-bottom: 30px; }
        .popup-wrapper .popup-icons-mobile .m-customer-account a {
          color: inherit; } }
  .popup-wrapper .popup-icons-mobile .topbar-popup-close {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #428bca;
    color: white;
    text-align: center;
    font-size: 13px; }
    @media (max-width: 479px) {
      .popup-wrapper .popup-icons-mobile .topbar-popup-close {
        top: -30px; } }
  .popup-wrapper .popup-icons-mobile .nav li {
    flex: 1; }
    .popup-wrapper .popup-icons-mobile .nav li a[href="#account_info"] {
      padding: 18px 30px; }
    .popup-wrapper .popup-icons-mobile .nav li a[href="#signin"], .popup-wrapper .popup-icons-mobile .nav li a[href="#signup"] {
      text-align: center;
      padding: 11px;
      background: #f2f2f3;
      -moz-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
      font-size: 16px; }
    .popup-wrapper .popup-icons-mobile .nav li a.active {
      background: white; }
  .popup-wrapper .popup-icons-mobile #account_info ul li {
    list-style: none;
    padding: 4px 25px;
    border-bottom: 1px solid #e1e1e1; }
    .popup-wrapper .popup-icons-mobile #account_info ul li a {
      display: flex;
      height: 30px;
      line-height: 30px;
      align-items: center; }
      .popup-wrapper .popup-icons-mobile #account_info ul li a i {
        padding-right: 10px;
        font-size: 20px; }
  .popup-wrapper .popup-icons-mobile #account_info ul li:first-child {
    border-top: 1px solid #e1e1e1; }
  .popup-wrapper .popup-icons-mobile #signin, .popup-wrapper .popup-icons-mobile #signup {
    padding: 25px; }
  .popup-wrapper .popup-icons-mobile #re-captcha {
    padding-top: 10px; }
  .popup-wrapper .popup-icons-mobile .text-center {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0; }
    .popup-wrapper .popup-icons-mobile .text-center .compare-target {
      border-top: 1px solid #e1e1e1;
      padding: 20px 0; }
      .popup-wrapper .popup-icons-mobile .text-center .compare-target i {
        font-size: 20px;
        margin-right: 4px; }
  .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper {
    display: flex;
    align-items: center; }
    .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper button, .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper > a {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0;
      height: 40px;
      margin: 0;
      line-height: 40px;
      display: flex;
      justify-content: center;
      text-transform: capitalize; }
    .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper input {
      margin-bottom: 0;
      border: 1px solid #e1e1e1;
      padding: 10px; }
      .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper input:focus {
        border-color: #e1e1e1; }
    .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper .row {
      margin: 0;
      width: 100%; }
      .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper .row > div {
        padding: 0; }
    .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper.text-center {
      position: relative; }
    .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper #popup_customer_password, .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper #popup_email, .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper #popup_password {
      border-top: 0; }
    .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper #popup_first-name {
      border-right: 0; }
    .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper #first-name {
      border-right: 0; }
  .popup-wrapper .popup-icons-mobile .tab-content .control-wrapper:last-child {
    padding-top: 20px; }

.header-icons img {
  image-rendering: pixelated;
  -webkit-backface-visibility: hidden; }
.header-icons > ul {
  list-style: none; }
  .header-icons > ul > li {
    display: inline-block;
    padding-left: 12px;
    cursor: pointer; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .header-icons > ul > li {
        padding-left: 8px; } }
    .header-icons > ul > li .number {
      position: absolute;
      display: block;
      left: 16px;
      top: -4px;
      border-radius: 50px 50px 50px 50px;
      -moz-border-radius: 50px 50px 50px 50px;
      -webkit-border-radius: 50px 50px 50px 50px;
      text-align: center;
      width: 17px;
      height: 17px;
      line-height: 17px;
      font-size: 15px;
      color: white;
      background: #428bca; }
    .header-icons > ul > li .popup-icons {
      position: absolute;
      display: block;
      top: 80px;
      right: 0;
      text-align: left;
      min-width: 150px;
      display: none;
      z-index: 9;
      padding: 10px 0;
      background: white;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      -ms-transform: 0 0 10px rgba(0, 0, 0, 0.3);
      -o-transform: 0 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .header-icons > ul > li .popup-icons > div a {
        padding: 0 15px;
        display: block;
        line-height: 30px;
        color: #428bca;
        font-size: 17px; }
        .header-icons > ul > li .popup-icons > div a:hover {
          color: #5e4c43; }
      .header-icons > ul > li .popup-icons > div:not(:last-child) {
        border-bottom: 1px solid rgba(225, 225, 225, 0.4); }
      .header-icons > ul > li .popup-icons.open {
        display: block; }
    .header-icons > ul > li > a {
      color: #428bca;
      font-weight: 500; }
      .header-icons > ul > li > a:hover {
        color: #5e4c43; }
    .header-icons > ul > li.search-icon i {
      font-size: 20px;
      color: #428bca; }
      .header-icons > ul > li.search-icon i:hover {
        color: #5e4c43; }
    .header-icons > ul > li.m-customer-account i {
      font-size: 20px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .header-icons > ul > li.m-customer-account i {
          font-size: 20px; } }
      .header-icons > ul > li.m-customer-account i:hover {
        color: #5e4c43; }
    .header-icons > ul > li .wishlist-icon {
      position: relative; }
      .header-icons > ul > li .wishlist-icon i {
        font-size: 20px; }
      .header-icons > ul > li .wishlist-icon:hover {
        color: #5e4c43; }
    .header-icons > ul > li.compare-target i {
      font-size: 20px; }
    .header-icons > ul > li.compare-target .compare-icon {
      position: relative; }
      .header-icons > ul > li.compare-target .compare-icon:hover {
        color: #5e4c43; }
    .header-icons > ul > li.top-cart-holder > .cart-target {
      height: 100%;
      width: 100%;
      position: relative; }
      .header-icons > ul > li.top-cart-holder > .cart-target .cart-dd {
        margin: 0; }
      .header-icons > ul > li.top-cart-holder > .cart-target > .basket {
        position: relative;
        height: 100%;
        display: block; }
        .header-icons > ul > li.top-cart-holder > .cart-target > .basket:after {
          content: none; }
        .header-icons > ul > li.top-cart-holder > .cart-target > .basket > i {
          font-size: 24px; }
          .header-icons > ul > li.top-cart-holder > .cart-target > .basket > i:hover {
            color: #5e4c43; }
        .header-icons > ul > li.top-cart-holder > .cart-target > .basket .n-item {
          display: inline-block; }
      .header-icons > ul > li.top-cart-holder > .cart-target.opened .cart-dd {
        visibility: visible;
        z-index: 9999;
        opacity: 1;
        -webkit-transform: translate(10px, 26px);
        -ms-transform: translate(10px, 26px);
        -o-transform: translate(10px, 26px);
        transform: translate(10px, 26px); }
    @media (min-width: 1025px) {
      .header-icons > ul > li.top-cart-holder:hover .cart-dd {
        visibility: visible;
        z-index: 9999;
        opacity: 1;
        -webkit-transform: translate(10px, 26px);
        -ms-transform: translate(10px, 26px);
        -o-transform: translate(10px, 26px);
        transform: translate(10px, 26px); } }
.header-icons .navbar-responsive-menu {
  padding: 10px 0 10px 5px; }

@media (max-width: 991px) {
  .layout-full .header-mobile {
    padding: 15px; }
    .layout-full .header-mobile.header-mobile-1 .mobile-searchbox {
      display: none; } }

.header-desktop .searchbox .search {
  position: relative;
  display: block;
  width: 100%;
  min-width: 205px; }
  .header-desktop .searchbox .search .search-icon {
    position: absolute;
    display: block;
    top: -1px;
    right: -2px;
    background: none;
    border: none;
    font-size: 20px;
    height: 28px;
    line-height: 1;
    padding: 0; }
  @media (min-width: 992px) {
    .header-desktop .searchbox .search .close {
      display: none; } }
  .header-desktop .searchbox .search .form-control {
    border: 0;
    background: none;
    border-bottom: 1px solid #428bca;
    padding: 4px 0;
    width: 85%;
    height: 28px; }
  .header-desktop .searchbox .search input[placeholder="Search"] {
    font-weight: 400; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .header-desktop .searchbox .search {
      min-width: 0; }
      .header-desktop .searchbox .search .form-control {
        width: 0;
        -moz-transition: width 0.7s cubic-bezier(0, 0.795, 0, 1);
        -o-transition: width 0.7s cubic-bezier(0, 0.795, 0, 1);
        -webkit-transition: width 0.7s cubic-bezier(0, 0.795, 0, 1);
        transition: width 0.7s cubic-bezier(0, 0.795, 0, 1); }
      .header-desktop .searchbox .search:hover .form-control {
        width: 80%; } }
.header-desktop .custom-text > div {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
  .header-desktop .custom-text > div p {
    margin-bottom: 0; }
  .header-desktop .custom-text > div p:last-child {
    margin-top: 5px;
    margin-bottom: 5px; }

@media (max-width: 991px) {
  .layout-boxed .header-mobile.header-mobile-1 {
    padding: 15px 0; } }
.header-content {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 999; }
  .header-content.layout-full {
    padding: 0 15px; }
    .header-content.layout-full .h-desk-absolute .header-desktop {
      padding: 0 15px; }
    @media (max-width: 767px) {
      .header-content.layout-full {
        padding: 0; } }
  @media (max-width: 991px) {
    .header-content .header-logo h1 a {
      color: #324839; } }
  .header-content .header-main {
    position: relative; }
    @media (min-width: 992px) {
      .header-content .header-main .table-row {
        position: relative;
        display: flex;
        width: 100%;
        align-items: center; }
        .header-content .header-main .table-row .header-logo h1 a {
          color: #324839; } }
    .header-content .header-main .topbar-popup span {
      font-size: 20px;
      color: #324839; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .header-content .header-main .topbar-popup span {
          font-size: 20px; } }
      .header-content .header-main .topbar-popup span:hover {
        color: #5e4c43; }
      @media (max-width: 991px) {
        .header-content .header-main .topbar-popup span {
          color: #324839; }
          .header-content .header-main .topbar-popup span:hover {
            color: color-icon-hover-mb; } }
    .header-content .header-main .header-icons > ul .search-icon {
      font-size: 20px; }
      .header-content .header-main .header-icons > ul .search-icon .icon-type i {
        font-size: 20px; }
    .header-content .header-main .header-icons > ul .m-customer-account .icon-type i {
      font-size: 20px; }
    .header-content .header-main .header-icons > ul .topbar-popup .icon-type i {
      font-size: 20px; }
    .header-content .header-main .header-icons > ul .top-cart-holder .icon-type i {
      font-size: 24px; }
    .header-content .header-main .header-icons > ul > li .icon-type i {
      color: #324839; }
    .header-content .header-main .header-icons > ul > li:hover .demo-icon {
      color: black; }
    @media (max-width: 991px) {
      .header-content .header-main .header-mobile--right-content > div:not(.search-icon) {
        color: #324839;
        margin-left: 15px; }
      .header-content .header-main .header-mobile--right-content .wishlist-icon {
        font-size: 20px; }
      .header-content .header-main .header-mobile--right-content .compare-target {
        font-size: 20px; }
      .header-content .header-main .header-mobile--right-content .topbar-popup {
        display: flex; }
        .header-content .header-main .header-mobile--right-content .topbar-popup .currency-flag-btn {
          display: flex;
          align-items: center; }
      .header-content .header-main .header-mobile--right-content .search-icon a {
        color: #324839;
        font-size: 20px; }
      .header-content .header-main .header-mobile--right-content .m-customer-account {
        font-size: 20px; }
      .header-content .header-main .header-mobile--right-content .m-cart-icon .mobile-basket {
        position: relative;
        display: block;
        color: #324839; }
        .header-content .header-main .header-mobile--right-content .m-cart-icon .mobile-basket .demo-icon {
          font-size: 24px;
          color: #324839; } }
  @media (max-width: 991px) {
    .header-content .h-mobi-sticky .header-mobile {
      position: fixed;
      z-index: 999;
      left: 0;
      right: 0;
      top: 0;
      border: none;
      margin-top: 0;
      width: 100%; }
    .header-content .h-mobi-sticky .header-mobile.header-mobile-2 .header-mobile--bottom-content {
      display: none; } }
  @media (min-width: 992px) {
    .header-content .h-desk-sticky .header-desktop {
      position: fixed;
      z-index: 999;
      left: 0;
      right: 0;
      top: 0;
      border: none;
      margin-top: 0;
      width: 100%;
      background: white; }
      .header-content .h-desk-sticky .header-desktop .menu-list > li > a > .labels-wrapper {
        display: none; }
    .header-content.layout-boxed .style-6.h-desk-sticky .header-desktop .header-main > div {
      position: fixed;
      left: 0;
      right: 0;
      max-width: 100%;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      .header-content.layout-boxed .style-6.h-desk-sticky .header-desktop .header-main > div .sidemenu-holder {
        max-width: 1120px;
        margin: auto;
        position: relative; }
        .header-content.layout-boxed .style-6.h-desk-sticky .header-desktop .header-main > div .sidemenu-holder .menu-list .dropdown .dropdown-menu {
          margin: auto; }
    .header-content .style-6.h-desk-sticky .header-desktop .header-main > div:first-child, .header-content .style-4.h-desk-sticky .header-desktop .header-main > div:first-child, .header-content .style-5.h-desk-sticky .header-desktop .header-main > div:first-child {
      display: none; } }
  .header-content .header-desktop .header-main {
    padding: 25px 0; }
  .header-content.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .header-content .style-1 .table-row .header-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
      flex: 0 0 21%;
      max-width: 21%; }
    .header-content .style-1 .table-row .horizontal-menu {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
      flex: 0 0 58%;
      max-width: 58%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
    .header-content .style-1 .table-row .header-icons {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
      flex: 0 0 21%;
      max-width: 21%;
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
  .header-content .style-2.header-absolute .header-desktop {
    box-shadow: none; }
  .header-content .style-2 .header-desktop {
    -webkit-box-shadow: 0px 3px 4px -2px #eaeaea;
    -ms-transform: 0px 3px 4px -2px #eaeaea;
    -o-transform: 0px 3px 4px -2px #eaeaea;
    box-shadow: 0px 3px 4px -2px #eaeaea; }
  .header-content .style-2 .header-mobile {
    -webkit-box-shadow: 0px 3px 4px -2px #eaeaea;
    -ms-transform: 0px 3px 4px -2px #eaeaea;
    -o-transform: 0px 3px 4px -2px #eaeaea;
    box-shadow: 0px 3px 4px -2px #eaeaea; }
  @media (max-width: 1399px) and (min-width: 1200px) {
    .header-content .style-2 .header-main .table-row .searchbox {
      max-width: 240px; } }
  .header-content .style-2 .header-main .table-row .searchbox .result-ajax-search {
    right: 30px;
    min-width: 380px; }
  .header-content .style-2 .header-main .table-row .searchbox .search-quick-menu {
    min-width: 380px;
    width: 100%;
    right: 30px; }
  @media (min-width: 992px) {
    .header-content .style-2 .header-main .table-row .header-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; }
    .header-content .style-2 .header-main .table-row .wrap-header-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%; }
      .header-content .style-2 .header-main .table-row .wrap-header-left .horizontal-menu {
        height: 100%; }
      .header-content .style-2 .header-main .table-row .wrap-header-left > div .menu-list {
        text-align: left; }
    .header-content .style-2 .header-main .table-row .wrap-header-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
      flex: 0 0 42%;
      max-width: 42%;
      display: flex;
      justify-content: flex-end; }
      .header-content .style-2 .header-main .table-row .wrap-header-right > div ul li:first-child span {
        padding-left: 5px;
        font-size: 19px; }
      .header-content .style-2 .header-main .table-row .wrap-header-right .currencies li:first-child span {
        padding-left: 0; }
        .header-content .style-2 .header-main .table-row .wrap-header-right .currencies li:first-child span:after {
          display: none; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .header-content .style-2 .header-main .table-row .wrap-header-left {
      flex: 1; }
    .header-content .style-2 .header-main .table-row .header-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%;
      text-align: center; }
    .header-content .style-2 .header-main .table-row .wrap-header-right {
      flex: 1; } }
  .header-content .style-2:not(.navigation-style-03) .header-main .table-row .wrap-header-left > div .menu-list > li:first-child {
    padding-left: 0; }
  .header-content .style-3 .header-desktop .header-main .table-row > div {
    flex: 1; }
  .header-content .style-3 .header-desktop .header-main .table-row .search-icon {
    display: flex;
    align-items: center; }
    .header-content .style-3 .header-desktop .header-main .table-row .search-icon a {
      font-size: 19px;
      color: #428bca; }
      .header-content .style-3 .header-desktop .header-main .table-row .search-icon a:hover {
        color: #5e4c43; }
  .header-content .style-3 .header-desktop .header-main .table-row .sidemenu-holder .navbar .navbar-collapse .menu-list > li {
    padding-top: 20px;
    padding-bottom: 20px; }
  .header-content .style-3 .header-desktop .header-main .table-row .wrap-header-left {
    display: flex;
    justify-content: flex-end; }
  .header-content .style-3 .header-desktop .header-main .table-row .header-logo {
    text-align: center; }
  @media (max-width: 1400px) and (min-width: 992px) {
    .header-content .style-3 .header-desktop .header-main .table-row .wrap-header-right .menu-list > li:first-child {
      padding-left: 15px; } }
  .header-content .style-3 .header-desktop .header-main .table-row .header-icons {
    text-align: right; }
  @media (max-width: 1439px) and (min-width: 992px) {
    .header-content .style-3 .header-desktop .header-main .table-row .sidemenu-holder .navbar-collapse .menu-list > li {
      padding-right: 12px; }
    .header-content .style-3 .header-desktop .header-main .table-row .search-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
      flex: 0 0 18%;
      max-width: 18%; }
    .header-content .style-3 .header-desktop .header-main .table-row .wrap-header-left, .header-content .style-3 .header-desktop .header-main .table-row .wrap-header-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .header-content .style-3 .header-desktop .header-main .table-row .header-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
      flex: 0 0 14%;
      max-width: 14%; }
    .header-content .style-3 .header-desktop .header-main .table-row .header-icons {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
      flex: 0 0 18%;
      max-width: 18%; } }
  .header-content .style-4 .header-desktop .header-main {
    padding: 0; }
  .header-content .style-4 .header-desktop .table-row {
    padding: 25px 0;
    align-items: center; }
    .header-content .style-4 .header-desktop .table-row > div {
      flex: 1; }
    .header-content .style-4 .header-desktop .table-row .header-logo {
      text-align: center; }
    .header-content .style-4 .header-desktop .table-row .wrap-header-right {
      text-align: right; }
      .header-content .style-4 .header-desktop .table-row .wrap-header-right .header-icons > ul > li.search-icon i {
        font-size: 20px; }
  .header-content .style-4 .header-desktop .header-main .horizontal-menu {
    text-align: center; }
    .header-content .style-4 .header-desktop .header-main .horizontal-menu .navbar .navbar-collapse .menu-list > li {
      padding-bottom: 25px; }
  .header-content .style-5 .header-desktop .header-main {
    padding: 0; }
    .header-content .style-5 .header-desktop .header-main .table-row:first-child {
      padding: 25px 0; }
      .header-content .style-5 .header-desktop .header-main .table-row:first-child > div {
        flex: 1; }
    .header-content .style-5 .header-desktop .header-main .table-row .searchbox .search .form-control {
      width: 100%;
      padding-left: 40px;
      height: 30px; }
    .header-content .style-5 .header-desktop .header-main .table-row .searchbox .search .search-icon {
      left: 0;
      padding: 0;
      top: 0;
      right: auto; }
    .header-content .style-5 .header-desktop .header-main .table-row .searchbox .search-quick-menu {
      width: 100%; }
    .header-content .style-5 .header-desktop .header-main .table-row .wrap-header-right {
      text-align: right; }
    .header-content .style-5 .header-desktop .header-main .table-row:last-child {
      border-top: 1px solid #e1e1e1; }
      .header-content .style-5 .header-desktop .header-main .table-row:last-child .wrap-header-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%; }
      .header-content .style-5 .header-desktop .header-main .table-row:last-child .wrap-header-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; }
  .header-content .style-6 .header-main {
    padding: 0; }
  .header-content .style-6 .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > a.dropdown-link:after {
    font-family: 'FontAwesomeSolid';
    content: '\f107';
    font-weight: 900;
    position: relative;
    float: right;
    margin-left: 5px;
    font-size: 10px; }
  @media (min-width: 992px) {
    .header-content .style-6 .table-row:first-child {
      position: relative;
      margin: 0 auto;
      padding: 20px 0;
      align-items: center; }
      .header-content .style-6 .table-row:first-child > div {
        flex: 1; } }
  .header-content .style-6 .table-row:first-child .wrap-header-right {
    display: flex;
    align-items: center; }
    .header-content .style-6 .table-row:first-child .wrap-header-right .custom-text {
      width: 73%;
      text-align: center; }
      .header-content .style-6 .table-row:first-child .wrap-header-right .custom-text .custom-icon i {
        font-size: 38px;
        color: #428bca; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .header-content .style-6 .table-row:first-child .wrap-header-right .custom-text .custom-icon {
          display: none; } }
    .header-content .style-6 .table-row:first-child .wrap-header-right .header-icons {
      display: inline-block;
      width: 27%;
      text-align: right; }
      .header-content .style-6 .table-row:first-child .wrap-header-right .header-icons .cart-target {
        height: 43px;
        width: 57px;
        background: white;
        text-align: center;
        padding: 0; }
        @media (max-width: 1199px) and (min-width: 992px) {
          .header-content .style-6 .table-row:first-child .wrap-header-right .header-icons .cart-target {
            width: 50px; } }
        .header-content .style-6 .table-row:first-child .wrap-header-right .header-icons .cart-target i {
          height: 100%;
          display: block;
          line-height: 31px;
          padding: 5px 0;
          max-height: 43px;
          position: relative; }
        .header-content .style-6 .table-row:first-child .wrap-header-right .header-icons .cart-target .number {
          width: 31px;
          height: 31px;
          font-size: 17px;
          line-height: 31px;
          left: 39px;
          top: -12px; }
  @media (min-width: 992px) {
    .header-content .style-6 .table-row:first-child .searchbox {
      margin-right: 10%; } }
  .header-content .style-6 .table-row:first-child .searchbox .result-ajax-search {
    padding-right: 40px; }
  .header-content .style-6 .table-row:first-child .searchbox .search {
    margin: 0 auto;
    padding: 0;
    height: 34px;
    background: transparent;
    border: 1px solid rgba(225, 225, 225, 0.5); }
    .header-content .style-6 .table-row:first-child .searchbox .search .form-control {
      height: 32px;
      padding: 5px 50px 5px 10px;
      border: none;
      line-height: 18px;
      text-transform: none;
      background: white;
      width: 100%; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .header-content .style-6 .table-row:first-child .searchbox .search .form-control {
          width: 270px; } }
    .header-content .style-6 .table-row:first-child .searchbox .search .search-icon {
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0;
      height: 34px;
      width: 40px;
      text-align: center;
      padding: 0;
      background: #428bca;
      color: white;
      font-size: 20px; }
      @media (max-width: 991px) {
        .header-content .style-6 .table-row:first-child .searchbox .search .search-icon {
          height: 32px; } }
  .header-content .style-6 .table-row:last-child .horizontal-menu {
    padding: 0 15px;
    background: white;
    width: 100%; }
  .header-content .style-6 .table-row:last-child .sidemenu-holder .navbar .menu-list > li {
    padding: 8px 5px; }
    .header-content .style-6 .table-row:last-child .sidemenu-holder .navbar .menu-list > li > a {
      padding: 3px 5px; }
  .header-content .style-6 .table-row:last-child .sidemenu-holder .navbar .menu-list > li:not(:last-child):after {
    content: '';
    width: 2px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    border-right: 0px solid #676767;
    background: #454545;
    margin: 0 0 0 7px; }

.navbar .bar {
  height: 2px;
  background: #324839;
  margin-top: 5px;
  margin-bottom: auto;
  display: block;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px; }
  .navbar .bar:nth-child(1) {
    width: 20px;
    margin-top: 0; }
  .navbar .bar:nth-child(2) {
    width: 20px; }
  .navbar .bar:nth-child(3) {
    width: 20px; }

/*menu on PC---------------------------------*/
.horizontal-menu {
  position: static; }
  .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0px;
    background: white;
    padding: 0;
    z-index: -99;
    width: 245px;
    margin: 0;
    border: none;
    visibility: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    -webkit-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu {
        width: 200px; } }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .sb-product-content a {
      color: #428bca;
      font-size: 15px; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .sb-product-content .sb-price * {
      color: #428bca;
      font-size: 15px; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .product-content .product-name a {
      color: #428bca; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .product-content .product-price span {
      color: #428bca; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .product-content .product-price .price-compare {
      display: none; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .product-content .product-review {
      display: none; }
  .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-tabs {
    padding: 0; }
  .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown:hover > a, .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.hover > a {
    position: relative; }
  .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown:hover > .dropdown-menu, .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.hover > .dropdown-menu {
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu {
    position: static; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu {
      left: 50% !important;
      top: 100%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.position-left {
        left: 0 !important;
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        transform: translate(0%, 0); }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.position-right {
        left: 0 !important;
        -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        -o-transform: translate(0%, 0);
        transform: translate(0%, 0); }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu .dropdown-menu {
        font-size: 15px; }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-4 {
        width: 100%; }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-3 {
        width: 75%; }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-2 {
        width: 50%; }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.column-1 {
        width: 25%; }
      .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu > .dropdown-menu.position-center {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu:hover > a, .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu.hover > a {
      position: relative; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu:hover > .dropdown-menu.position-center, .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu.hover > .dropdown-menu.position-center {
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu:hover > .dropdown-menu.position-right, .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu.hover > .dropdown-menu.position-right {
      left: auto !important;
      right: 0;
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu:hover > .dropdown-menu.position-left, .horizontal-menu .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu.hover > .dropdown-menu.position-left {
      left: 0 !important;
      right: auto;
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
  .horizontal-menu .navbar .navbar-collapse .menu-list > li > a {
    position: relative;
    font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .horizontal-menu .navbar .navbar-collapse .menu-list > li:hover {
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li:hover > a {
      color: #5e4c43; }
    .horizontal-menu .navbar .navbar-collapse .menu-list > li:hover > span.expand .fa {
      color: #5e4c43; }

.sidemenu-holder {
  display: flex;
  height: 100%; }
  .sidemenu-holder .dropdown-menu > li {
    padding: 5px 25px; }
    .sidemenu-holder .dropdown-menu > li > a {
      padding: 5px 0;
      display: inline-block;
      text-decoration: none;
      font-size: 15px; }
    .sidemenu-holder .dropdown-menu > li:after {
      content: "";
      width: 3px;
      background: #5e4c43;
      visibility: hidden;
      -moz-transition: 0.35s all ease 0s;
      -o-transition: 0.35s all ease 0s;
      -webkit-transition: 0.35s all ease 0s;
      transition: 0.35s all ease 0s;
      position: absolute;
      display: block;
      top: 50%;
      right: 0;
      bottom: 50%; }
    .sidemenu-holder .dropdown-menu > li:hover:after {
      visibility: visible;
      top: 0;
      bottom: 0; }
  .sidemenu-holder .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(225, 225, 225, 0.8); }
  .sidemenu-holder .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    position: static;
    height: 100%; }
    .sidemenu-holder .navbar .navbar-collapse .menu-list {
      display: flex;
      height: 100%;
      width: 100%;
      margin: 0; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list.text-left {
        justify-content: flex-start; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list.text-center {
        justify-content: center; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list.text-right {
        justify-content: flex-end; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li {
        display: flex;
        align-items: center;
        padding: 6px 15px;
        margin: 0;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        margin-bottom: 0px;
        position: relative;
        /*have submenu*/ }
        @media (max-width: 1400px) and (min-width: 992px) {
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li {
            padding-left: 0%;
            padding-right: 1.5rem; } }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a {
          font-size: 15px;
          display: inline-block;
          line-height: 30px;
          color: #428bca;
          font-weight: 500;
          text-transform: uppercase; }
          @media (max-width: 1199px) and (min-width: 992px) {
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a {
              font-size: 14px; } }
          @media (max-width: 1024px) and (min-width: 992px) {
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a {
              pointer-events: none; } }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a:hover {
            color: #5e4c43; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li {
          position: relative; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li .dropdown-link {
            padding-right: 25px; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li span.expand {
            position: absolute;
            top: 0;
            right: 20px;
            height: 32px;
            width: 25px;
            text-align: right;
            line-height: 32px;
            display: block; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-link {
            margin-right: 0; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-link:after {
              display: none; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.dropdown-submenu > span.expand {
            right: 0;
            left: auto;
            top: 4px;
            text-align: center;
            font-size: 9px;
            color: #428bca; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.dropdown-submenu > span.expand:before {
              content: '\e809';
              font-family: "arenafont";
              font-display: optional;
              font-size: 16px; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
            left: 100%;
            top: 0;
            padding: 0;
            right: auto;
            -webkit-transform: translate(10px, 0);
            -ms-transform: translate(10px, 0);
            -o-transform: translate(10px, 0);
            transform: translate(10px, 0);
            display: block;
            width: 245px;
            margin: 0;
            border: none;
            opacity: 0;
            z-index: -99;
            visibility: hidden;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
            -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            -moz-transition: 0.35s all ease-in-out;
            -o-transition: 0.35s all ease-in-out;
            -webkit-transition: 0.35s all ease-in-out;
            transition: 0.35s all ease-in-out;
            border-radius: 0px 0px 0px 0px;
            -moz-border-radius: 0px 0px 0px 0px;
            -webkit-border-radius: 0px 0px 0px 0px; }
            @media (max-width: 1199px) and (min-width: 992px) {
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
                width: 200px; } }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left:after {
            right: auto;
            left: 0; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left > span.expand {
            right: auto;
            left: 0; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left > span.expand:before {
              content: '\e80a';
              font-family: "arenafont";
              font-display: optional;
              font-size: 16px; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left .dropdown-menu {
            left: auto;
            right: 100%;
            -webkit-transform: translate(-10px, 0);
            -ms-transform: translate(-10px, 0);
            -o-transform: translate(-10px, 0);
            transform: translate(-10px, 0); }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left .dropdown-menu li:not(:last-child) {
              border-bottom: 1px solid rgba(225, 225, 225, 0.8); }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li.flyout-left .dropdown-menu li:after {
              left: 0; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li:hover > span.expand {
            color: #5e4c43; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu li:hover .dropdown-menu {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            visibility: visible;
            opacity: 1;
            z-index: 99; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu.column-4 {
          width: 891px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu.column-3 {
          width: 665px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu.column-2 {
          width: 410px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu.column-1 {
          width: 225px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li > a {
          color: #428bca;
          white-space: normal;
          position: relative; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li > a span {
            color: #428bca;
            -moz-transition: all 0.35s ease 0s;
            -o-transition: all 0.35s ease 0s;
            -webkit-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li > a:hover span {
            color: #5e4c43; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu {
          background: white; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li span.expand .fa {
            color: #428bca; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a {
            color: #428bca;
            white-space: normal; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a span {
              color: #428bca; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a:hover span {
              color: #5e4c43; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li:hover > span.expand .fa {
            color: #5e4c43; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li .dropdown-menu > li:hover > a span {
            color: #5e4c43; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li:hover > span.expand .fa {
          color: #5e4c43; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li:hover > a span {
          color: #5e4c43; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
          background: white; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown > .dropdown-menu .product-button {
          display: none; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-sub {
          background: transparent;
          border: 0;
          border-radius: 0;
          box-shadow: none;
          position: static;
          width: 100%;
          min-width: auto;
          padding-top: 0; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown .dropdown-menu-sub > li > a {
            color: #428bca;
            white-space: inherit;
            text-decoration: none;
            font-weight: 400; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu:hover > .dropdown-menu .dropdown-menu-sub, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu.hold > .dropdown-menu .dropdown-menu-sub, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.dropdown.mega-menu.hover > .dropdown-menu .dropdown-menu-sub {
          display: block;
          padding-top: 8px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu:not(.dropdown-menu-tabs) {
          padding: 15px 0;
          padding-bottom: 10px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu {
          overflow: hidden; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .row {
            margin: 0; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link:not(:last-child) {
            margin-bottom: 10px; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a.mega-image {
            padding: 0;
            border: none;
            position: relative; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > span.expand {
            display: none; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu {
            margin: 0; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub:before {
            content: none; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li {
            border: none;
            padding: 0; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li:after {
              content: none; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover {
              color: #5e4c43; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li:hover {
              background: none; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item {
            overflow: hidden; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item:not(:last-child) {
              margin-bottom: 20px; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-head {
              float: left;
              width: 35%;
              padding-right: 5px;
              position: relative; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-head:before {
                content: '';
                display: block;
                padding-bottom: 100%; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-head img {
                object-fit: cover;
                font-family: "object-fit: cover";
                height: 100%; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-head a {
                position: unset; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-head:hover img {
                border-color: #5e4c43; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-content {
              padding-left: 15px;
              float: left;
              width: 65%; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-content .product-name {
                font-weight: 400; }
                .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-content .product-name a {
                  font-size: 17px;
                  color: #428bca; }
                  .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-content .product-name a:hover {
                    color: #5e4c43; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item .sb-product-content .sb-price .price-sale {
                font-size: 15px; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .bp-item:hover {
              background: none; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.no-title-2 > a,
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.no-title-2 > span.expand {
            display: none !important; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners {
            margin: 0; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners > a {
              margin: 0; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners.no-title-1 > a,
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners.no-title-1 > span.expand {
              display: none !important; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub {
              padding-top: 10px; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub li a {
                padding: 0;
                display: block; }
                .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub li a:hover img {
                  opacity: 0.8; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .product-title a {
            color: #428bca !important; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .product-title a:hover {
              color: #5e4c43 !important; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title {
          padding: 0;
          border-right: 0px solid #e1e1e1; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title {
            margin: 0;
            padding: 0;
            height: 100%; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li {
              padding: 10px 20px;
              line-height: 20px;
              cursor: pointer;
              color: #428bca;
              font-size: 15px;
              font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-weight: 400;
              text-transform: uppercase;
              -moz-transition: all 0.35s ease 0s;
              -o-transition: all 0.35s ease 0s;
              -webkit-transition: all 0.35s ease 0s;
              transition: all 0.35s ease 0s; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li.active, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li:hover {
                color: #5e4c43;
                background: #f2f2f3; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li:empty {
                display: none; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .tab-title > li:not(:first-child):after {
              content: "\f105";
              font-family: "arenafont";
              font-display: optional;
              font-size: 18px;
              line-height: 40px;
              position: absolute;
              display: block;
              top: 0;
              right: 15px; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .heading-tab-menu {
            pointer-events: none;
            padding-top: 15px !important;
            padding-bottom: 15px !important; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .heading-tab-menu span {
              font-weight: 700; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .heading-tab-menu .icon {
              padding-left: 5px; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-title .heading-tab-menu > li:after {
              content: "\f105";
              font-family: "arenafont";
              font-display: optional;
              font-size: 18px;
              line-height: 40px;
              position: absolute;
              display: block;
              top: 0;
              right: 15px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content {
          position: relative;
          height: 100%;
          padding-top: 15px;
          padding-bottom: 15px; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner {
            position: absolute;
            display: block;
            left: 15px;
            top: 15px;
            right: 15px;
            opacity: 0;
            -moz-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            -webkit-transition: opacity 0.5s;
            transition: opacity 0.5s;
            visibility: hidden;
            z-index: -99; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-sub-link .dropdown-menu-sub > li > a img {
              -moz-transition: all 0.35s ease 0s;
              -o-transition: all 0.35s ease 0s;
              -webkit-transition: all 0.35s ease 0s;
              transition: all 0.35s ease 0s; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-sub-link .dropdown-menu-sub > li > a:hover img {
              opacity: 0.8; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              padding-top: 20px; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-head {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 30%;
                flex: 0 0 30%;
                max-width: 30%;
                position: relative; }
                .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-head:before {
                  content: '';
                  display: block;
                  padding-bottom: 100%; }
                .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-head img {
                  object-fit: cover;
                  font-family: "object-fit: cover";
                  height: 100%; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-content {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 70%;
                flex: 0 0 70%;
                max-width: 70%;
                padding-left: 15px;
                position: relative; }
                .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-content .sb-price .price-compare {
                  display: none; }
                .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-content .sb-review {
                  display: none; }
            .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .m-list {
              margin: 0;
              padding: 0; }
              .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mm-tab-col-content .tab-content-inner .m-list li a {
                line-height: 20px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content .tab-content-inner.active, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content .tab-content-inner.hover, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content .tab-content-inner.active, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content .tab-content-inner.hover {
          opacity: 1;
          visibility: visible;
          z-index: 1;
          position: static; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .active, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .active {
          display: none; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .hover.active, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .hover.active {
          display: block; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .hover[class*=is-hover], .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .hover[class*=is-hover] {
          display: none; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .active.is-hover, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content.block-shopify--hover .active.is-hover {
          display: block; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content.mega-hover-element .tab-content-inner.hover, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content.mega-hover-element .tab-content-inner.hover {
          display: none; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-content.mega-hover-element .tab-content-inner.is-hover, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-content.mega-hover-element .tab-content-inner.is-hover {
          display: block; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-title .block-shopify--hover .active, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-title .block-shopify--hover .active {
          color: #428bca;
          background: none; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-title .block-shopify--hover .hover, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu:hover > .dropdown-menu-tabs .mm-tab-col-title .block-shopify--hover .is-hover, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-title .block-shopify--hover .hover, .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu.hover > .dropdown-menu-tabs .mm-tab-col-title .block-shopify--hover .is-hover {
          color: #5e4c43;
          background: #f2f2f3; }
        @media (min-width: 1025px) {
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li:hover > a:after {
            opacity: 1; } }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-image-bottom {
        margin-top: 10px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-image-bottom > a {
          display: block;
          position: relative; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a {
        font-size: 15px;
        position: relative;
        display: inline;
        line-height: 20px;
        padding: 5px 0;
        font-weight: 600;
        color: #428bca;
        text-decoration: none; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a:hover {
          color: #5e4c43; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > a.mega-image {
          padding: 0;
          margin: 15px auto 18px;
          border: none;
          position: relative; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link > span.expand {
        display: none; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu {
        margin: 0;
        padding: 0; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub:before {
        content: none; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li {
        border: none;
        padding: 0 0 0 0px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li a {
          display: inline-block;
          position: relative; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:after {
            content: none; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover {
            color: #5e4c43;
            background: none; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.no-title-2 > a,
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.no-title-2 > span.expand {
        display: none !important; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners {
        margin: 0; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners.no-title-1 > a,
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .mega-sub-link.banners.no-title-1 > span.expand {
          display: none !important; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .product-title a {
        color: #428bca !important; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu > .dropdown-menu .product-title a:hover {
          color: #5e4c43 !important; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col img {
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        display: block;
        width: 100%;
        border: none !important;
        -webkit-box-shadow: 0 0 0 white;
        -ms-transform: 0 0 0 white;
        -o-transform: 0 0 0 white;
        box-shadow: 0 0 0 white; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col img:hover {
          -webkit-box-shadow: 0 0 0 white;
          -ms-transform: 0 0 0 white;
          -o-transform: 0 0 0 white;
          box-shadow: 0 0 0 white; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .bp-item {
        width: 100%;
        display: table;
        table-layout: fixed;
        padding: 13px 0 0 !important; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-head {
        padding: 0; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-head a {
          padding: 0 !important;
          margin: 0 !important; }
      .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-content {
        padding-top: 15px; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a {
          display: inline-block;
          line-height: 1.2;
          padding: 3px 0; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a:after {
            content: none; }
          .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a:hover {
            background: none; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-content .sb-price .price-sale {
          color: #428bca; }
        .sidemenu-holder .navbar .navbar-collapse .menu-list > li.mega-menu .mega-col .sb-product-content .sb-price .price-compare {
          display: none; }

.ham-desk {
  /*  &:hover .menu-on-hover,*/ }
  .ham-desk .menu-on-hover {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    background: white;
    width: 242px;
    text-align: left;
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transform: translate(30px, 50px);
    -ms-transform: translate(30px, 50px);
    -o-transform: translate(30px, 50px);
    transform: translate(30px, 50px);
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-box-shadow: 3px 8px 9px rgba(134, 132, 132, 0.5);
    -ms-transform: 3px 8px 9px rgba(134, 132, 132, 0.5);
    -o-transform: 3px 8px 9px rgba(134, 132, 132, 0.5);
    box-shadow: 3px 8px 9px rgba(134, 132, 132, 0.5); }
    @media (min-width: 1200px) and (max-width: 1250px) {
      .ham-desk .menu-on-hover {
        -webkit-transform: translate(0px, 50px);
        -ms-transform: translate(0px, 50px);
        -o-transform: translate(0px, 50px);
        transform: translate(0px, 50px); } }
    .ham-desk .menu-on-hover .menu-top {
      padding: 15px 0 0px 25px;
      border-bottom: 1px solid #e1e1e1;
      border-top: 2px solid #006bc9; }
      .ham-desk .menu-on-hover .menu-top:before {
        content: "";
        border: solid 10px transparent;
        position: absolute;
        display: block;
        top: -20px;
        right: 30px;
        border-bottom-color: #006bc9; }
      .ham-desk .menu-on-hover .menu-top:after {
        content: "";
        border-bottom: 9px solid #fff;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        position: absolute;
        display: block;
        top: -7px;
        right: 31px;
        z-index: 100; }
    .ham-desk .menu-on-hover .menu-middle {
      padding-left: 25px;
      border-bottom: 1px solid #e1e1e1; }
      .ham-desk .menu-on-hover .menu-middle .title {
        margin-bottom: 12px; }
    .ham-desk .menu-on-hover .menu-bottom {
      padding-left: 25px; }
      .ham-desk .menu-on-hover .menu-bottom .title {
        margin-bottom: 10px; }
      .ham-desk .menu-on-hover .menu-bottom .list-inline li {
        margin-right: 15px; }
    .ham-desk .menu-on-hover ul {
      list-style: none;
      padding-left: 0; }
      .ham-desk .menu-on-hover ul li {
        margin-bottom: 13px; }
        .ham-desk .menu-on-hover ul li a {
          color: #333333; }
          .ham-desk .menu-on-hover ul li a:hover {
            color: #006bc9; }
        .ham-desk .menu-on-hover ul li.active a {
          color: #006bc9; }
        .ham-desk .menu-on-hover ul li.li-lang.active {
          border: 1px solid #006bc9; }
        .ham-desk .menu-on-hover ul li:last-child {
          margin-bottom: 20px; }
        .ham-desk .menu-on-hover ul li.li-lang:last-child {
          margin-bottom: 13px; }
    .ham-desk .menu-on-hover img {
      width: auto; }
    .ham-desk .menu-on-hover .title {
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 20px;
      display: block; }
  .ham-desk .menu-on-hover.opened {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px); }
    @media (min-width: 1200px) and (max-width: 1250px) {
      .ham-desk .menu-on-hover.opened {
        -webkit-transform: translate(0px, 30px);
        -ms-transform: translate(0px, 30px);
        -o-transform: translate(0px, 30px);
        transform: translate(0px, 30px); } }

.horizontal-menu .back-prev-menu {
  display: none; }

@media (min-width: 992px) {
  .mega-mutiple-link .mega-sub-link {
    line-height: 20px; }
  .mega-mutiple-link .dropdown-menu {
    position: relative !important;
    padding-bottom: 20px !important; }
    .mega-mutiple-link .dropdown-menu a {
      overflow: visible !important; } }
@media (max-width: 991px) {
  .h-mobi-image {
    background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_300x.progressive.gif.jpg);
    background-position: center center; }
    .h-mobi-image[data-mobi-type="repeat"] {
      background-repeat: repeat; }
    .h-mobi-image[data-mobi-type="repeat-x"] {
      background-repeat: repeat-x; }
    .h-mobi-image[data-mobi-type="repeat-y"] {
      background-repeat: repeat-y; }
    .h-mobi-image[data-mobi-type="cover"] {
      background-size: cover; }
    .h-mobi-image .h-mobi-sticky .header-mobile {
      background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_300x.progressive.gif.jpg);
      background-position: center center; }
      .h-mobi-image .h-mobi-sticky .header-mobile[data-mobi-type="repeat"] {
        background-repeat: repeat; }
      .h-mobi-image .h-mobi-sticky .header-mobile[data-mobi-type="repeat-x"] {
        background-repeat: repeat-x; }
      .h-mobi-image .h-mobi-sticky .header-mobile[data-mobi-type="repeat-y"] {
        background-repeat: repeat-y; }
      .h-mobi-image .h-mobi-sticky .header-mobile[data-mobi-type="cover"] {
        background-size: cover; }

  .h-mobi-color .header-mobile {
    background: white; }
  .h-mobi-color .h-mobi-sticky .header-mobile {
    background: white; }

  .header-mobile-absolute {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%; }

  .header-mobile:not(.header-mobile-2) .wishlist-target {
    position: absolute;
    display: block;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    min-width: 40px;
    font-size: 20px; }
    .header-mobile:not(.header-mobile-2) .wishlist-target a .number {
      position: absolute;
      display: block;
      left: 16px;
      top: -2px;
      border-radius: 50px 50px 50px 50px;
      -moz-border-radius: 50px 50px 50px 50px;
      -webkit-border-radius: 50px 50px 50px 50px;
      text-align: center;
      width: 17px;
      height: 17px;
      line-height: 17px;
      font-size: 15px;
      color: white;
      background: #428bca; }
  .header-mobile:not(.header-mobile-2) .cart-target a .number {
    position: absolute;
    display: block;
    left: 12px;
    top: -1px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 15px;
    color: white;
    background: #428bca; }
  .header-mobile:not(.header-mobile-2) .searchbox .text {
    display: none; }
  .header-mobile:not(.header-mobile-2) .searchbox form {
    display: flex;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #428bca;
    background: white; }
    .header-mobile:not(.header-mobile-2) .searchbox form input {
      flex: 1;
      background: none;
      padding: 5px 20px 5px 50px;
      border: 0; }
      .header-mobile:not(.header-mobile-2) .searchbox form input:focus {
        border: none; }
      .header-mobile:not(.header-mobile-2) .searchbox form input:hover ~ .search-icon {
        background: #428bca; }
        .header-mobile:not(.header-mobile-2) .searchbox form input:hover ~ .search-icon i:before {
          color: white; }
      .header-mobile:not(.header-mobile-2) .searchbox form input:focus ~ .close {
        opacity: 1; }
    .header-mobile:not(.header-mobile-2) .searchbox form button {
      font-size: 18px;
      background: none;
      border: none; }
      .header-mobile:not(.header-mobile-2) .searchbox form button i:before {
        font-weight: 700;
        margin: 0;
        color: #428bca; }
    .header-mobile:not(.header-mobile-2) .searchbox form .search-icon {
      position: absolute;
      display: block;
      left: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      text-align: center; }
    .header-mobile:not(.header-mobile-2) .searchbox form .close {
      font-size: 14px;
      opacity: 0;
      width: 40px;
      height: 40px;
      line-height: 40px; }

  .header-mobile.header-mobile-2 .table-row .header-logo {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .header-mobile.header-mobile-2 .table-row .mobile-searchbox {
    max-width: 300px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 20px; }
    .header-mobile.header-mobile-2 .table-row .mobile-searchbox form {
      display: flex;
      position: relative;
      width: 100%;
      border: 1px solid #e1e1e1; }
      .header-mobile.header-mobile-2 .table-row .mobile-searchbox form input {
        padding: 5px 45px 5px 10px;
        height: 32px; }
        .header-mobile.header-mobile-2 .table-row .mobile-searchbox form input:focus {
          border: none; }
      .header-mobile.header-mobile-2 .table-row .mobile-searchbox form button {
        font-size: 20px;
        background: #428bca;
        border: none; }
        .header-mobile.header-mobile-2 .table-row .mobile-searchbox form button i:before {
          margin: 0;
          color: white; }
      .header-mobile.header-mobile-2 .table-row .mobile-searchbox form .search-icon {
        position: absolute;
        display: block;
        right: 0;
        width: 40px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        text-align: center; }
      .header-mobile.header-mobile-2 .table-row .mobile-searchbox form .close {
        display: none; }
    .header-mobile.header-mobile-2 .table-row .mobile-searchbox .result-ajax-search {
      min-width: 300px; }
  .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content > div {
      flex: 1;
      justify-content: center;
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content > div a {
        position: relative; }
      .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content > div .number {
        position: absolute;
        display: block;
        left: 14px;
        top: -6px;
        border-radius: 50px 50px 50px 50px;
        -moz-border-radius: 50px 50px 50px 50px;
        -webkit-border-radius: 50px 50px 50px 50px;
        text-align: center;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 15px;
        color: white;
        background: #428bca; }
      .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content > div .icon-text {
        display: none; }
    .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content > div:not(:last-child) {
      border-right: 1px solid #e1e1e1; }
    .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content .topbar-popup > div {
      display: flex; }
    .header-mobile.header-mobile-2 .table-row .header-mobile--bottom-content .icon-type {
      font-size: 24px;
      color: #324839; }
  .header-mobile.header-mobile-3 {
    padding-top: 15px;
    padding-bottom: 15px; }
    .header-mobile.header-mobile-3 .table-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .header-mobile.header-mobile-3 .table-row .responsive-menu-mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
      .header-mobile.header-mobile-3 .table-row .header-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        justify-content: center;
        display: flex; }
      .header-mobile.header-mobile-3 .table-row .header-mobile--right-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        display: flex;
        justify-content: flex-end; } }
@media (max-width: 991px) and (min-width: 768px) {
  .header-mobile.header-mobile-1 .header-main .table-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .header-mobile.header-mobile-1 .header-main .table-row .navbar-responsive-menu {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      touch-action: manipulation; }
      .header-mobile.header-mobile-1 .header-main .table-row .navbar-responsive-menu .responsive-menu-mobile {
        width: 40px;
        padding: 6px 0; }
    .header-mobile.header-mobile-1 .header-main .table-row .header-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      display: flex;
      justify-content: center; }
    .header-mobile.header-mobile-1 .header-main .table-row .header-mobile--right-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      display: flex;
      justify-content: flex-end; } }
@media (max-width: 767px) {
  .header-mobile.header-mobile-1 .header-main .table-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .header-mobile.header-mobile-1 .header-main .table-row .navbar-responsive-menu {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
      flex: 0 0 12%;
      max-width: 12%;
      touch-action: manipulation; }
      .header-mobile.header-mobile-1 .header-main .table-row .navbar-responsive-menu .responsive-menu-mobile {
        width: 35px;
        padding: 6px 0; }
    .header-mobile.header-mobile-1 .header-main .table-row .header-logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
      display: flex;
      justify-content: flex-start; }
    .header-mobile.header-mobile-1 .header-main .table-row .header-mobile--right-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      display: flex;
      justify-content: flex-end; }
      .header-mobile.header-mobile-1 .header-main .table-row .header-mobile--right-content > div:not(:first-child) {
        margin-left: 12px; } }
@media (max-width: 374px) {
  .header-content .header-main .header-mobile--right-content > div:not(.search-icon) {
    font-size: 18px; }
  .header-content .header-main .header-mobile--right-content .topbar-popup span {
    font-size: 18px; }
  .header-content .header-main .header-mobile--right-content .search-icon a {
    font-size: 18px; }
  .header-content .header-main .header-mobile--right-content .m-cart-icon .mobile-basket > .demo-icon {
    font-size: 18px; }

  .header-mobile.header-mobile-1 .header-main .table-row .header-mobile--right-content > div:not(:first-child) {
    margin-right: 8px; } }
.h-desk-sticky .header-desktop {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.h-mobi-sticky .header-mobile {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sidemenu-holder .navbar .navbar-collapse .dropdown.mega-menu .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-head a {
  display: none; }
.sidemenu-holder .navbar .navbar-collapse .dropdown.mega-menu:hover .mm-tab-col-content .tab-content-inner .mega-tab-product .sb-product-head a {
  display: block; }

.bc-wrapper {
  position: relative;
  z-index: 1; }
  .bc-wrapper.slide-height-full-screen .home-slideshow .swiper-slide {
    min-height: 100vh; }
    .bc-wrapper.slide-height-full-screen .home-slideshow .swiper-slide > a {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 1200px) {
      .bc-wrapper.slide-height-full-screen .home-slideshow .swiper-slide {
        min-height: 80vh; } }
    @media (max-width: 479px) {
      .bc-wrapper.slide-height-full-screen .home-slideshow .swiper-slide {
        height: 60vh; } }
  .bc-wrapper.boxed {
    margin: 0px auto;
    padding: 0 15px; }
    .bc-wrapper.boxed .box-social.position-left {
      left: 0; }
    .bc-wrapper.boxed .box-social.position-right {
      right: 0; }
    @media (min-width: 1200px) {
      .bc-wrapper.boxed {
        width: 1200px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .bc-wrapper.boxed {
        width: 980px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .bc-wrapper.boxed {
        width: 768px; } }
    @media (max-width: 767px) {
      .bc-wrapper.boxed {
        width: 100%; } }
    .bc-wrapper.boxed .container {
      max-width: 100%; }
      @media (min-width: 768px) {
        .bc-wrapper.boxed .container {
          padding: 0 85px; } }
  @media (max-width: 991px) {
    .bc-wrapper .follow-us {
      display: none !important; } }

.bc-wrapper:not(.slide-height-auto) .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.bc-wrapper.slide-height-full-screen .swiper-slide a > * {
  height: 100%; }

.video-slide {
  position: absolute;
  width: 100%;
  height: 100%; }
  .video-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 3; }
    .video-slide .video::-webkit-media-controls {
      display: none; }

.container-box {
  padding: 0 10px;
  position: absolute;
  display: table;
  width: fit-content; }
  .container-box > div {
    background: transparent;
    line-height: 1.0;
    padding: 0;
    margin: 0px auto;
    font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .container-box > div b, .container-box > div strong {
      display: block; }
    .container-box > div.heading {
      position: relative;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      -ms-animation-fill-mode: backwards;
      -o-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
    .container-box > div.subheading {
      position: relative;
      text-transform: none;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      -ms-animation-fill-mode: backwards;
      -o-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      display: flex;
      align-items: center; }
      .container-box > div.subheading > span {
        display: flex;
        align-items: center; }
    .container-box > div.cation {
      position: relative;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      -ms-animation-fill-mode: backwards;
      -o-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      line-height: 1.5; }
    .container-box > div.button-link {
      position: relative;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      -ms-animation-fill-mode: backwards;
      -o-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      display: inline-block; }
      .container-box > div.button-link .slider-button {
        text-transform: capitalize;
        display: inline-block;
        padding: 14px 40px;
        line-height: normal; }

.home-slideshow {
  /*      transition-duration: 1600ms !important;*/ }
  .home-slideshow .swiper-slide {
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    background: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    @media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
      .home-slideshow .swiper-slide {
        opacity: 1 !important; } }
    @media (min-width: 1025px) {
      .home-slideshow .swiper-slide.has-video:hover .container {
        z-index: 4; } }
    .home-slideshow .swiper-slide.has-video iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
    .home-slideshow .swiper-slide .container-box {
      opacity: 0; }
    .home-slideshow .swiper-slide.swiper-slide-active {
      opacity: 1 !important; }
      .home-slideshow .swiper-slide.swiper-slide-active .container-box {
        opacity: 1; }
    .home-slideshow .swiper-slide > a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      background: #f3f3f3; }
      .home-slideshow .swiper-slide > a > img:not(.lazyload) {
        opacity: 0; }
  .home-slideshow .swiper-content {
    z-index: 3;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 20%; }
    @media (max-width: 1349px) and (min-width: 1300px) {
      .home-slideshow .swiper-content.have-social {
        padding: 0 3%; } }
    @media (max-width: 1299px) and (min-width: 768px) {
      .home-slideshow .swiper-content.have-social {
        padding: 0 8%; } }
    .home-slideshow .swiper-content .container-box.text-center > div {
      justify-content: center; }
    .home-slideshow .swiper-content .container-box.text-right > div {
      justify-content: flex-end; }

.home-slideshow-wrapper {
  overflow: hidden; }

.slideshow-catalog-wrapper .swiper-content {
  top: 0;
  bottom: 0; }
.slideshow-catalog-wrapper.layout-full {
  padding: 0; }
@media (max-width: 767px) {
  .slideshow-catalog-wrapper .swiper-slide .swiper-content .heading {
    font-size: 1.5em; }
  .slideshow-catalog-wrapper .swiper-slide .swiper-content .subheading {
    font-size: 0.8em; }
    .slideshow-catalog-wrapper .swiper-slide .swiper-content .subheading span {
      font-size: 150% !important; }
  .slideshow-catalog-wrapper .swiper-slide .swiper-content .cation {
    display: none; }
  .slideshow-catalog-wrapper .swiper-slide .swiper-content .button-link {
    display: none; } }

@media (min-width: 768px) {
  .swiper-slide .img-mobi {
    visibility: hidden; }
  .swiper-slide .img-desk {
    visibility: visible; } }
@media (max-width: 767px) {
  .swiper-slide .img-mobi {
    visibility: visible; }
  .swiper-slide .img-desk {
    visibility: hidden; } }

.slide-pointer {
  position: absolute;
  z-index: 9999;
  width: 170px;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .slide-pointer {
      display: none; } }
  .slide-pointer > div {
    color: white; }
  .slide-pointer .s-p-item {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: -100%;
    -moz-transform: scaleY(0) translateY(0px);
    -o-transform: scaleY(0) translateY(0px);
    -ms-transform: scaleY(0) translateY(0px);
    -webkit-transform: scaleY(0) translateY(0px);
    transform: scaleY(0) translateY(0px);
    box-shadow: 0px 3px 4px 1px #888;
    background: white;
    font-size: 0; }
    .slide-pointer .s-p-item > div {
      color: #428bca; }
    .slide-pointer .s-p-item img {
      width: 170px !important; }
  .slide-pointer:hover .s-p-item {
    visibility: visible;
    opacity: 1;
    font-size: inherit;
    animation: fade-Custom 0.5s ease;
    -moz-transform: scaleY(1) translateY(0px);
    -o-transform: scaleY(1) translateY(0px);
    -ms-transform: scaleY(1) translateY(0px);
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px); }

.s-p-center-after .s-p-center {
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .s-p-center-after .s-p-center:after {
    content: "\e811";
    font-family: "arenafont";
    font-display: optional;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: white;
    margin-left: 15px;
    font-weight: 700;
    color: #428bca;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    animation: box-shadow-animation 5s linear infinite; }
.s-p-center-after .s-p-left {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(66, 139, 202, 0.4); }

.s-p-center-before .s-p-center {
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .s-p-center-before .s-p-center:before {
    content: "\e811";
    font-family: "arenafont";
    font-display: optional;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: white;
    margin-right: 10px;
    font-weight: 700;
    color: #428bca;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    animation: box-shadow-animation 5s linear infinite; }
.s-p-center-before .s-p-right {
  padding: 20px 10px;
  border-top: 1px solid rgba(66, 139, 202, 0.4); }

.header-content .labels-wrapper {
  position: absolute;
  display: block;
  left: 50%;
  top: -24px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2; }
  .header-content .labels-wrapper .menu-label {
    display: block;
    font-size: 10px;
    font-weight: 400;
    padding: 0 6px;
    line-height: 20px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
    .header-content .labels-wrapper .menu-label > span:after {
      content: "";
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid transparent;
      position: absolute;
      bottom: -4px;
      left: 10px; }
    .header-content .labels-wrapper .menu-label.label-new {
      background: #c2d44e;
      color: #202822; }
      .header-content .labels-wrapper .menu-label.label-new span:after {
        border-top: 4px solid #c2d44e; }
    .header-content .labels-wrapper .menu-label.label-hot {
      background: #ff3b30;
      color: white; }
      .header-content .labels-wrapper .menu-label.label-hot span:after {
        border-top: 4px solid #ff3b30; }
    .header-content .labels-wrapper .menu-label.label-sal {
      background: #81cfdc;
      color: #202822; }
      .header-content .labels-wrapper .menu-label.label-sal span:after {
        border-top: 4px solid #81cfdc; }

.header-content .dropdown-menu .labels-wrapper {
  left: 100%;
  top: 5px;
  padding-left: 10px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  .header-content .dropdown-menu .labels-wrapper .menu-label span:after {
    display: none; }

.f-select a {
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  background: #f2f2f3;
  padding-left: 10px;
  color: #006bc9; }
  .f-select a:after {
    content: "\f006";
    font-family: "arenafont";
    font-display: optional;
    padding-right: 10px;
    position: absolute;
    right: 0; }
  .f-select a.active:after {
    content: "\f004";
    font-family: "arenafont";
    font-display: optional;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
.f-select ul {
  list-style: none;
  display: none; }
  .f-select ul li {
    height: 40px;
    line-height: 40px;
    align-items: center;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    width: 100%;
    cursor: pointer; }
    .f-select ul li span {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .f-select ul.open {
    position: absolute;
    display: block;
    left: 25px;
    visibility: visible;
    z-index: 99;
    background: white;
    border: 1px solid #e1e1e1;
    max-width: 250px;
    max-height: 200px;
    overflow-y: auto;
    width: 100%; }

.popup-wrapper .topbar-currency .currencies-btn .currency-flag {
  margin-right: 10px;
  background-position: center; }
.popup-wrapper .topbar-currency .currencies-btn .currency-code {
  display: none; }

.currency-flag-1 .currency-flag {
  width: 30px;
  height: 20px;
  background-position: center;
  display: block; }

.currency-flag-2 .currency-flag {
  width: 24px;
  height: 24px;
  background-position: center;
  display: block; }

.currency-flag-3 .currency-flag {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%; }

#searchModal {
  background: rgba(90, 90, 90, 0.5) none repeat scroll 0 0; }
  #searchModal #searchModal[aria-hidden="false"] {
    z-index: 99999; }
  #searchModal .search-drawer-wrapper .searchbox.s-loading .navbar-form:before, #searchModal .modal-dialog .searchbox.s-loading .navbar-form:before {
    z-index: 5;
    font-size: 20px;
    vertical-align: middle;
    font-family: "arenafont";
    font-display: optional;
    content: "\e984";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #333333;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    display: block;
    top: 0px;
    right: 0; }
    @media (max-width: 991px) {
      #searchModal .search-drawer-wrapper .searchbox.s-loading .navbar-form:before, #searchModal .modal-dialog .searchbox.s-loading .navbar-form:before {
        height: 40px;
        line-height: 40px;
        font-size: 20px; } }
  #searchModal .search-drawer-wrapper .searchbox.s-loading .navbar-form .close, #searchModal .modal-dialog .searchbox.s-loading .navbar-form .close {
    opacity: 0; }
  #searchModal .search-drawer-wrapper .searchbox.s-loading .navbar-form .search-icon {
    opacity: 0 !important; }
  #searchModal .modal-dialog {
    max-width: 100%;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 3; }
    #searchModal .modal-dialog .modal-content {
      padding: 30px 75px;
      border: none;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px;
      -webkit-box-shadow: 0px 0px 9px 3px rgba(134, 132, 132, 0.4);
      -ms-transform: 0px 0px 9px 3px rgba(134, 132, 132, 0.4);
      -o-transform: 0px 0px 9px 3px rgba(134, 132, 132, 0.4);
      box-shadow: 0px 0px 9px 3px rgba(134, 132, 132, 0.4);
      background: #f2f2f3; }
    #searchModal .modal-dialog .text {
      text-align: left; }
    #searchModal .modal-dialog button.close {
      opacity: 1;
      -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
      -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.5);
      -o-transform: 0 0px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      cursor: pointer;
      text-align: center;
      z-index: 3;
      font-size: 0;
      background: none;
      border: none; }
      #searchModal .modal-dialog button.close:before {
        content: "\e823";
        font-family: "arenafont";
        font-display: optional;
        font-size: 16px;
        color: white;
        display: block;
        line-height: 30px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        color: #428bca;
        line-height: 40px; }
      #searchModal .modal-dialog button.close span {
        display: none; }
      #searchModal .modal-dialog button.close:hover:before {
        color: #888888; }
    #searchModal .modal-dialog h3 {
      margin: 0;
      padding: 0 0 15px;
      font-size: 18px; }
    #searchModal .modal-dialog .navbar-form {
      padding: 0;
      margin: 0;
      position: relative; }
      #searchModal .modal-dialog .navbar-form .form-control {
        width: 100%;
        height: 40px;
        border: 1px solid #c3c3c3;
        padding: 5px 50px; }
        #searchModal .modal-dialog .navbar-form .form-control:focus {
          -webkit-box-shadow: 0 0 0 white;
          -ms-transform: 0 0 0 white;
          -o-transform: 0 0 0 white;
          box-shadow: 0 0 0 white;
          background: white; }
      #searchModal .modal-dialog .navbar-form .search-icon {
        border: none;
        padding: 0;
        margin: 0;
        background: none;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        display: block;
        left: 0;
        top: 0px;
        z-index: 8; }
        #searchModal .modal-dialog .navbar-form .search-icon i {
          font-size: 15px;
          color: #333333; }
          #searchModal .modal-dialog .navbar-form .search-icon i:before {
            font-weight: 700; }
        #searchModal .modal-dialog .navbar-form .search-icon:hover i {
          color: #428bca; }
  #searchModal .result-ajax-search {
    text-align: left;
    width: 100%;
    padding: 0px;
    margin: 15px 0 0;
    display: none;
    overflow: hidden;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.3);
    -o-transform: 0 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3); }
    #searchModal .result-ajax-search ul {
      margin: 0;
      padding: 0;
      height: 450px;
      overflow: auto;
      background: white;
      width: 100%; }
      #searchModal .result-ajax-search ul li {
        display: block;
        overflow: hidden;
        padding: 15px;
        border-bottom: 1px solid #e1e1e1; }
        #searchModal .result-ajax-search ul li:last-child {
          border: none; }
        #searchModal .result-ajax-search ul li .search-item-img {
          float: left;
          margin: 0px 15px 0 0; }
        #searchModal .result-ajax-search ul li .search-item-title {
          display: block;
          line-height: 1.4;
          margin: 0 0 5px 115px; }
          #searchModal .result-ajax-search ul li .search-item-title .marked {
            color: #428bca;
            font-weight: 600; }
          #searchModal .result-ajax-search ul li .search-item-title:hover {
            color: #428bca; }
        #searchModal .result-ajax-search ul li .price-compare {
          margin: 0 0 0 10px;
          text-decoration: line-through;
          color: #324839;
          font-size: 20px; }
        #searchModal .result-ajax-search ul li p {
          margin: 0; }
        #searchModal .result-ajax-search ul li:hover {
          background: none; }
  #searchModal.search-drawer-target .search-drawer-wrapper {
    border: 0;
    position: fixed;
    z-index: 99999;
    width: 500px;
    height: 100%;
    right: 0;
    overflow-y: auto;
    top: 0;
    background: #f2f2f3;
    opacity: 0;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    -o-transform: translate(500px, 0);
    transform: translate(500px, 0);
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 575px) {
      #searchModal.search-drawer-target .search-drawer-wrapper {
        width: 100%;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0); } }
    #searchModal.search-drawer-target .search-drawer-wrapper .searchbox {
      padding: 50px 15px; }
      #searchModal.search-drawer-target .search-drawer-wrapper .searchbox .navbar-form {
        position: relative; }
        #searchModal.search-drawer-target .search-drawer-wrapper .searchbox .navbar-form .form-control {
          padding-left: 15px;
          padding-right: 50px;
          border: 1px solid #e1e1e1; }
          #searchModal.search-drawer-target .search-drawer-wrapper .searchbox .navbar-form .form-control:focus {
            background: white; }
        #searchModal.search-drawer-target .search-drawer-wrapper .searchbox .navbar-form .search-icon {
          position: absolute;
          display: block;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          border: none;
          background: none;
          opacity: 1;
          font-size: 22px; }
    #searchModal.search-drawer-target .search-drawer-wrapper .result-ajax-search ul {
      height: 100%; }
    #searchModal.search-drawer-target .search-drawer-wrapper .h4 {
      padding-bottom: 20px; }
    #searchModal.search-drawer-target .search-drawer-wrapper .close {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #428bca;
      color: white;
      margin: 13px;
      text-align: center;
      font-size: 13px;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
      #searchModal.search-drawer-target .search-drawer-wrapper .close i {
        display: flex;
        justify-content: center; }
    @media (max-width: 991px) {
      #searchModal.search-drawer-target .search-drawer-wrapper .result-ajax-search .result-item {
        display: table;
        width: 100%;
        padding: 10px;
        border: none; }
        #searchModal.search-drawer-target .search-drawer-wrapper .result-ajax-search .result-item .search-item-img {
          display: none;
          float: none; }
        #searchModal.search-drawer-target .search-drawer-wrapper .result-ajax-search .result-item .search-item-title {
          display: table-cell;
          margin: 0 !important; }
        #searchModal.search-drawer-target .search-drawer-wrapper .result-ajax-search .result-item .price-sale {
          display: table-cell;
          text-align: right;
          vertical-align: top;
          font-weight: 600; }
      #searchModal.search-drawer-target .search-drawer-wrapper .search-results .fake-result {
        border: none; } }
  #searchModal.search-drawer-target.show {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0; }
    #searchModal.search-drawer-target.show .search-drawer-wrapper {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1; }
  #searchModal .search-quick-menu {
    padding: 15px 0;
    text-align: left; }
    #searchModal .search-quick-menu > p {
      font-size: 20px;
      font-weight: 600;
      margin: 0 0 10px; }
    #searchModal .search-quick-menu ul li {
      list-style: none;
      padding: 5px 0; }

.mobile-searchbox .result-ajax-search {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 15px 0 0;
  display: none;
  overflow: hidden; }
  @media (min-width: 992px) {
    .mobile-searchbox .result-ajax-search {
      -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
      -ms-transform: 0 3px 2px rgba(0, 0, 0, 0.1);
      -o-transform: 0 3px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); } }
  .mobile-searchbox .result-ajax-search ul {
    margin: 0;
    padding: 0;
    max-height: 410px;
    overflow: auto;
    background: white;
    width: 100%; }
    .mobile-searchbox .result-ajax-search ul li {
      display: block;
      overflow: hidden;
      padding: 10px 15px;
      border-bottom: 1px solid #e1e1e1; }
      .mobile-searchbox .result-ajax-search ul li:last-child {
        border: none; }
      .mobile-searchbox .result-ajax-search ul li .search-item-img {
        float: left;
        margin: 0px 15px 0 0; }
        @media (max-width: 991px) {
          .mobile-searchbox .result-ajax-search ul li .search-item-img {
            display: none; } }
      .mobile-searchbox .result-ajax-search ul li .search-item-title {
        display: block;
        line-height: 1.4;
        margin: 0 0 5px 115px; }
        @media (max-width: 991px) {
          .mobile-searchbox .result-ajax-search ul li .search-item-title {
            margin: 0; } }
        @media (max-width: 479px) {
          .mobile-searchbox .result-ajax-search ul li .search-item-title {
            font-size: 17px; } }
        .mobile-searchbox .result-ajax-search ul li .search-item-title .marked {
          color: #428bca;
          font-weight: 600; }
        .mobile-searchbox .result-ajax-search ul li .search-item-title:hover {
          color: #428bca; }
      .mobile-searchbox .result-ajax-search ul li .price-compare {
        margin: 0 0 0 10px;
        text-decoration: line-through;
        color: #324839;
        font-size: 20px; }
      .mobile-searchbox .result-ajax-search ul li p {
        margin: 0;
        line-height: 26px; }
      .mobile-searchbox .result-ajax-search ul li:hover {
        background: none; }
@media (max-width: 991px) {
  .mobile-searchbox {
    position: relative;
    padding-top: 15px; }
    .mobile-searchbox .result-ajax-search {
      margin: 0;
      height: 250px;
      overflow-y: auto;
      position: absolute;
      z-index: 9999; }
      .mobile-searchbox .result-ajax-search .search-results {
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
        -ms-transform: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
        -o-transform: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
        padding: 15px 0;
        border: 1px solid #e1e1e1;
        height: 250px; }
        .mobile-searchbox .result-ajax-search .search-results .fake-result {
          border: none; }
    .mobile-searchbox .search-icon {
      pointer-events: none; }
    .mobile-searchbox .search-quick-menu {
      display: none;
      padding: 15px 10px; }
      .mobile-searchbox .search-quick-menu > p {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 10px; }
      .mobile-searchbox .search-quick-menu ul li {
        list-style: none;
        padding: 5px 0; }
    .mobile-searchbox.active .search-quick-menu {
      display: block;
      position: absolute;
      z-index: 9999; }
    .mobile-searchbox.active .search-icon {
      pointer-events: auto; }
    .mobile-searchbox .result-ajax-search .result-item {
      display: table !important;
      width: 100%;
      padding: 10px !important;
      border: none !important; }
      .mobile-searchbox .result-ajax-search .result-item .search-item-title {
        display: table-cell; }
      .mobile-searchbox .result-ajax-search .result-item .price-sale, .mobile-searchbox .result-ajax-search .result-item .price {
        display: table-cell;
        text-align: right;
        vertical-align: top; } }

@media (min-width: 992px) {
  .fake-search .fake-result {
    display: block;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #e1e0e0;
    position: relative; }
    .fake-search .fake-result:before {
      content: "";
      width: 70px;
      height: 70px;
      max-width: 70px;
      display: inline-block;
      float: left;
      background: #f3f3f3; }
    .fake-search .fake-result:after {
      content: "";
      display: inline-block;
      line-height: 1.4;
      margin: 0 0 5px 80px;
      font-size: 15px;
      height: 15px;
      width: 240px;
      float: left;
      position: absolute;
      background: #f3f3f3; } }
.result-ajax-search {
  scrollbar-color: #428bca #f2f2f3;
  scrollbar-width: thin; }
  .result-ajax-search ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f2f2f3; }
  .result-ajax-search ul::-webkit-scrollbar {
    width: 6px;
    background-color: #f2f2f3; }
  .result-ajax-search ul::-webkit-scrollbar-thumb {
    background-color: #428bca; }

.header-main .searchbox {
  position: relative; }
  .header-main .searchbox .result-ajax-search {
    text-align: left;
    width: 100%;
    padding: 0px;
    margin: 15px 0 0;
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 12;
    min-width: 340px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.3);
    -o-transform: 0 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3); }
    .header-main .searchbox .result-ajax-search ul {
      margin: 0;
      padding: 0;
      height: 360px;
      overflow: auto;
      background: white;
      width: 100%; }
      .header-main .searchbox .result-ajax-search ul li {
        display: flex;
        overflow: hidden;
        cursor: pointer;
        padding: 10px;
        border-bottom: 1px solid rgba(225, 225, 225, 0.5); }
        .header-main .searchbox .result-ajax-search ul li:last-child {
          border: none; }
        .header-main .searchbox .result-ajax-search ul li a {
          display: block;
          width: 100%; }
        .header-main .searchbox .result-ajax-search ul li .search-item-img {
          float: left;
          margin: 0px 10px 0 0;
          max-width: 70px;
          max-height: 70px; }
        .header-main .searchbox .result-ajax-search ul li .search-item-title {
          display: block;
          line-height: 1.4;
          margin: 0 0 5px 80px; }
          @media (max-width: 991px) {
            .header-main .searchbox .result-ajax-search ul li .search-item-title {
              margin-left: 0; } }
          .header-main .searchbox .result-ajax-search ul li .search-item-title .marked {
            color: #428bca;
            font-weight: 600; }
          .header-main .searchbox .result-ajax-search ul li .search-item-title:hover {
            color: #428bca; }
        .header-main .searchbox .result-ajax-search ul li .price {
          color: #324839; }
        .header-main .searchbox .result-ajax-search ul li .price-compare {
          margin: 0 0 0 10px;
          text-decoration: line-through;
          color: #324839;
          font-size: 20px; }
        .header-main .searchbox .result-ajax-search ul li p {
          margin: 0; }
        .header-main .searchbox .result-ajax-search ul li:hover {
          background: #f2f2f3; }
.header-main .searchbox .search-quick-menu {
  display: none;
  padding: 15px 10px;
  text-align: left;
  margin: 0;
  height: 250px;
  overflow-y: auto;
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: white;
  width: calc(100% - 40px); }
  .header-main .searchbox .search-quick-menu > p {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px; }
  .header-main .searchbox .search-quick-menu ul li {
    list-style: none;
    padding: 5px 0; }
.header-main .searchbox.is-focus .search-quick-menu {
  display: block;
  position: absolute;
  z-index: 9999; }
.header-main .searchbox.is-focus .search-icon {
  pointer-events: auto; }

.search-quick-menu .menu-list li a {
  color: #202822; }

/* Menu mobile -----------------------------*/
.mobile-layout-bar {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 998;
  padding-bottom: calc(env(safe-area-inset-bottom) /3);
  bottom: 0;
  display: block;
  left: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  .mobile-layout-bar .cata-toolbar {
    padding: 7px 15px;
    margin: 0 auto; }
    .mobile-layout-bar .cata-toolbar .sort-by {
      float: left;
      display: inline-block;
      position: relative;
      top: 1px;
      padding-bottom: 0; }
      @media (max-width: 374px) {
        .mobile-layout-bar .cata-toolbar .sort-by .sort-by-inner {
          max-width: 140px;
          overflow: hidden; } }
      .mobile-layout-bar .cata-toolbar .sort-by .sort-by-inner .select-sort {
        color: #202822;
        background: white; }
    .mobile-layout-bar .cata-toolbar .filter-icon {
      color: #202822; }
    .mobile-layout-bar .cata-toolbar .grid-list .grid.active {
      color: #202822; }
    .mobile-layout-bar .cata-toolbar .grid-list .list.active {
      color: #202822; }

/* MENU MOBILE BOTTOM BLOCK */
@media (max-width: 812px) {
  .mobile-version .menu-mobile {
    padding-left: env(safe-area-inset-left); } }
.mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link {
  background: white;
  color: #428bca;
  text-decoration: none; }
  .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li a, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .expand, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link a, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link .expand {
    color: #428bca;
    text-decoration: none; }
    .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li a:hover, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .expand:hover, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link a:hover, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link .expand:hover {
      color: #5e4c43; }
  .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li:hover, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link:hover {
    color: #5e4c43; }
.mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .header-logo {
  height: 50px;
  line-height: 50px; }
  .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .header-logo h1 {
    line-height: 30px; }
  .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .header-logo img {
    max-width: 100px !important; }
.mobile-version .menu-mobile .dropdown .mega--banner-images a {
  display: none; }
.mobile-version .menu-mobile .dropdown img {
  visibility: hidden; }
.mobile-version .menu-mobile.opened .dropdown .mega--banner-images a {
  display: block; }
.mobile-version .menu-mobile.opened .dropdown img {
  visibility: visible; }
.mobile-version .menu-mobile .close-nav-mobile {
  transform: none;
  background: transparent; }
  .mobile-version .menu-mobile .close-nav-mobile i:before {
    color: white; }

.mobile-version .menu-mobile .num-items-in-compare .number, .mobile-version .menu-mobile .num-items-in-wishlist .number {
  top: 8px;
  color: #428bca;
  background: white; }
.mobile-version.mobile-style-1 .menu-mobile.opened {
  height: calc(100% - 100px); }
@media (max-width: 479px) {
  .mobile-version.mobile-style-1 .menu-mobile {
    width: 100%;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }
    .mobile-version.mobile-style-1 .menu-mobile.opened {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }
.mobile-version.mobile-style-3 .top-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #428bca;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9; }
  .mobile-version.mobile-style-3 .top-nav > div {
    flex: 1;
    height: 50px;
    width: 100%;
    line-height: 50px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    position: relative;
    padding: 0; }
    .mobile-version.mobile-style-3 .top-nav > div .m-close {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      padding: 0; }
    .mobile-version.mobile-style-3 .top-nav > div a {
      color: white; }
    .mobile-version.mobile-style-3 .top-nav > div .icon-type {
      color: white; }
    .mobile-version.mobile-style-3 .top-nav > div .currency-flag-btn {
      display: flex;
      align-items: center; }
    .mobile-version.mobile-style-3 .top-nav > div .topbar-config {
      color: white; }
    .mobile-version.mobile-style-3 .top-nav > div .icon-text {
      display: none; }
  .mobile-version.mobile-style-3 .top-nav > div:not(:last-child) {
    border-right: 1px solid rgba(225, 225, 225, 0.4); }
.mobile-version.mobile-style-3 .nav-collapse {
  padding-top: 50px; }
  .mobile-version.mobile-style-3 .nav-collapse .main-nav > .back-prev-menu {
    display: none; }
.mobile-version.mobile-style-3 .mm-wrapper .nav-collapse .main-nav, .mobile-version.mobile-style-2 .mm-wrapper .nav-collapse .main-nav {
  height: calc(100% - 60px) !important; }
  .mobile-version.mobile-style-3 .mm-wrapper .nav-collapse .main-nav .dropdown-menu-sub, .mobile-version.mobile-style-2 .mm-wrapper .nav-collapse .main-nav .dropdown-menu-sub {
    height: calc(100% - 60px) !important; }

.mobile-contact-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: #428bca;
  padding: 5px 0;
  z-index: 9; }
  .mobile-contact-bar > li {
    flex: 1; }
    .mobile-contact-bar > li i, .mobile-contact-bar > li span {
      display: block;
      text-align: center; }
    .mobile-contact-bar > li a {
      color: white; }
      .mobile-contact-bar > li a:focus, .mobile-contact-bar > li a:hover {
        color: white; }
    .mobile-contact-bar > li i {
      font-size: 18px; }
    .mobile-contact-bar > li span {
      font-size: 16px; }

.contactbar-info {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 56px;
  padding: 35px 20px 15px;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  opacity: 0;
  display: none;
  border-top: 1px solid #e1e1e1;
  -moz-transition: 0.35s all ease-in-out;
  -o-transition: 0.35s all ease-in-out;
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  background: white; }
  .contactbar-info.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block; }
  .contactbar-info .contactbar-info-close {
    position: absolute;
    display: block;
    top: 15px;
    right: 20px; }

.mobile-version .menu-mobile {
  border: 0;
  position: fixed;
  z-index: 99999;
  opacity: 0;
  width: 340px;
  height: 100%;
  left: 0;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transform: translate(-340px, 0);
  -ms-transform: translate(-340px, 0);
  -o-transform: translate(-340px, 0);
  transform: translate(-340px, 0);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.1s; }
  @media (max-width: 340px) {
    .mobile-version .menu-mobile {
      width: 100%; } }
  .mobile-version .menu-mobile.opened {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    visibility: visible; }
    .mobile-version .menu-mobile.opened .m-close {
      opacity: 1; }
    .mobile-version .menu-mobile.opened .menu-mobile-open {
      transform: translateX(0%) !important;
      display: block !important;
      overflow-y: auto !important; }
  .mobile-version .menu-mobile .mm-wrapper {
    width: 100%;
    overflow: hidden;
    background: white; }
    @media (max-width: 991px) {
      .mobile-version .menu-mobile .mm-wrapper {
        height: 100%; } }
    .mobile-version .menu-mobile .mm-wrapper .btn-switch {
      width: 100%;
      text-align: right !important; }
      .mobile-version .menu-mobile .mm-wrapper .btn-switch .slider {
        border: 1px solid #222; }
    .mobile-version .menu-mobile .mm-wrapper .nav-collapse {
      position: relative;
      height: 100%; }
      .mobile-version .menu-mobile .mm-wrapper .nav-collapse .sub-open > li:not(.back-prev-menu):not(.active), .mobile-version .menu-mobile .mm-wrapper .nav-collapse .sub-open > .dropdown:not(.back-prev-menu):not(.active), .mobile-version .menu-mobile .mm-wrapper .nav-collapse .sub-open > .mega-sub-link:not(.active) {
        display: none !important; }
      .mobile-version .menu-mobile .mm-wrapper .nav-collapse .sub-open .menu-mobile-open .back-prev-menu {
        z-index: 9; }
      .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav {
        list-style: none;
        height: 100%;
        overflow-y: auto;
        /*MEGA MENU*/ }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav.sub-open {
          overflow: hidden; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .dropdown {
          display: table;
          width: 100%; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .dropdown .expand:before {
            content: '\f006';
            position: absolute;
            font-family: "arenafont";
            font-display: optional;
            right: 0;
            font-size: 12px;
            line-height: 50px;
            padding: 0 15px; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .dropdown-menu {
          padding: 0;
          width: 100%;
          height: 100%;
          box-shadow: unset;
          opacity: 1;
          /*visibility: hidden;*/
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          overflow: hidden;
          margin: 0;
          -moz-transition: all 0.35s ease-out 0s;
          -o-transition: all 0.35s ease-out 0s;
          -webkit-transition: all 0.35s ease-out 0s;
          transition: all 0.35s ease-out 0s;
          transform: translateX(100%);
          z-index: 9;
          background: white;
          border: none;
          border-radius: 0px 0px 0px 0px;
          -moz-border-radius: 0px 0px 0px 0px;
          -webkit-border-radius: 0px 0px 0px 0px; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav > .back-prev-menu > span:not(.m-close) {
          display: block;
          padding: 15px 10px;
          color: #428bca;
          font-size: 19px;
          line-height: 20px; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav > .back-prev-menu > span:not(.m-close):before {
            display: none; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .back-prev-menu {
          background: #428bca;
          border-bottom: none;
          width: 100%;
          position: relative;
          text-align: center;
          text-transform: capitalize; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .back-prev-menu .m-close {
            position: absolute;
            left: 0;
            z-index: 1; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .back-prev-menu .expand:before {
            content: '\f007';
            position: absolute;
            top: 0;
            left: 0;
            padding-left: 15px;
            z-index: 1;
            text-align: left;
            width: 100%;
            line-height: 50px;
            color: white; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link {
          position: unset;
          border-bottom: 1px solid rgba(66, 139, 202, 0.1); }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li a, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .expand, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link a, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link .expand {
            font-size: 17px;
            position: relative; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-tab-product a, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link .mega-tab-product a {
            position: unset; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li > a, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li .mega-sub-link > a {
            line-height: 19px;
            padding: 15px;
            display: table-cell;
            width: 100%;
            text-transform: capitalize; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-sub-link.mega-mutiple-link {
          border-bottom: 0; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav li:hover, .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .dropdown:hover {
          cursor: pointer; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .labels-wrapper {
          display: none; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu {
          overflow: hidden;
          border: none; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .featured-img img:hover {
            opacity: 1; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .product-wrapper .product-add-cart .disabled:after {
            width: 24px;
            height: 24px;
            position: absolute;
            display: block;
            left: 50%;
            top: 50%; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .product-label {
            position: absolute; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .product-button a {
            color: white;
            background: #428bca; }
          .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product {
            padding-bottom: 30px; }
            .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product .sb-product-head {
              position: relative; }
              .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product .sb-product-head:before {
                content: '';
                display: block;
                padding-bottom: 100%; }
              .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product .sb-product-head img {
                object-fit: cover;
                font-family: "object-fit: cover";
                height: 100%; }
            .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product .sb-product-content {
              padding-top: 20px;
              padding-left: 15px; }
            .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product .sb-review {
              display: none; }
            .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product .sb-price .price-sale {
              color: #428bca; }
            .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .dropdown-menu .mega-tab-product .sb-price .price-compare {
              display: none; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .col-item {
          padding: 0;
          border: none; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .mega-menu .row {
          margin: 0; }
        .mobile-version .menu-mobile .mm-wrapper .nav-collapse .main-nav .back-prev-menu .expand {
          color: white !important;
          line-height: 20px;
          font-size: 19px;
          padding: 15px 10px;
          display: block; }
    .mobile-version .menu-mobile .mm-wrapper .bp-item {
      padding-bottom: 30px;
      text-align: left; }
      .mobile-version .menu-mobile .mm-wrapper .bp-item .sb-product-head {
        position: relative; }
        .mobile-version .menu-mobile .mm-wrapper .bp-item .sb-product-head:before {
          content: '';
          display: block;
          padding-bottom: 100%; }
        .mobile-version .menu-mobile .mm-wrapper .bp-item .sb-product-head img {
          object-fit: cover;
          font-family: "object-fit: cover";
          height: 100%; }
      .mobile-version .menu-mobile .mm-wrapper .bp-item .sb-product-content {
        padding-top: 20px;
        padding-left: 15px; }
      .mobile-version .menu-mobile .mm-wrapper .bp-item .price-sale {
        color: #428bca; }

.nav-style-2 .sidemenu-holder .navbar .navbar-collapse .menu-list li.active > a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40%;
  background: #428bca;
  visibility: visible; }
.nav-style-2 .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40%;
  background: #428bca;
  visibility: hidden; }
.nav-style-2 .sidemenu-holder .navbar .navbar-collapse .menu-list > li:hover > a:before {
  width: 100%;
  background: #5e4c43;
  visibility: visible;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }

.nav-style-3 .sidemenu-holder .navbar .menu-list > li.active > a {
  background: #5e4c43;
  padding: 0 15px;
  color: white;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }
  .nav-style-3 .sidemenu-holder .navbar .menu-list > li.active > a a {
    color: inherit; }

.nav-style-4 .sidemenu-holder .navbar .navbar-collapse .menu-list li.active > a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #428bca;
  visibility: visible; }
.nav-style-4 .sidemenu-holder .navbar .navbar-collapse .menu-list li.active > a:hover:before {
  background: #5e4c43; }
.nav-style-4 .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0%;
  bottom: 5px;
  height: 1px;
  width: 100%;
  background: #5e4c43;
  visibility: hidden; }
.nav-style-4 .sidemenu-holder .navbar .navbar-collapse .menu-list > li:hover > a:before {
  bottom: 0;
  visibility: visible;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.nav-style-5 .sidemenu-holder .navbar .menu-list > li.active a > span:before {
  content: "";
  position: absolute;
  display: block;
  left: -10%;
  top: 50%;
  height: 1px;
  width: 122%;
  background: rgba(66, 139, 202, 0.6);
  visibility: visible; }
.nav-style-5 .sidemenu-holder .navbar .menu-list > li > a > span:before {
  content: "";
  position: absolute;
  display: block;
  left: -10%;
  top: 50%;
  height: 1px;
  width: 120%;
  background: rgba(94, 76, 67, 0.6);
  visibility: hidden; }
.nav-style-5 .sidemenu-holder .navbar .menu-list > li:hover > a > span {
  overflow: hidden; }
  .nav-style-5 .sidemenu-holder .navbar .menu-list > li:hover > a > span:before {
    visibility: visible;
    background: rgba(94, 76, 67, 0.6); }

.nav-style-6 .sidemenu-holder .navbar .navbar-collapse .menu-list > li {
  padding: 25px 10px; }
  .nav-style-6 .sidemenu-holder .navbar .navbar-collapse .menu-list > li > a {
    padding: 0 5px;
    display: flex; }
  .nav-style-6 .sidemenu-holder .navbar .navbar-collapse .menu-list > li:hover > a {
    background: #5e4c43;
    color: #428bca;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
  .nav-style-6 .sidemenu-holder .navbar .navbar-collapse .menu-list > li.active > a {
    background: #5e4c43;
    color: #428bca;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }

@media (max-width: 991px) {
  #newsletter_popup .modal-dialog {
    max-width: 100%;
    margin: 1rem; } }
@media (max-width: 479px) {
  #newsletter_popup .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    animation: fade-Custom-mobile 0.5s ease;
    width: 100%;
    margin: 0;
    left: 0;
    top: auto;
    bottom: 0;
    padding-bottom: calc(env(safe-area-inset-bottom) /3);
    align-items: flex-end;
    height: 100%; }
    #newsletter_popup .modal-dialog .modal-content {
      border: 0; }
    #newsletter_popup .modal-dialog .text-box .block-social {
      display: none; } }

.modal-content .modal-body {
  padding: 0; }
.modal-content #newsletter-popup {
  width: 880px;
  z-index: 9999;
  margin: 0 calc((100% - 880px) / 2);
  max-height: 95vh;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  @media (max-width: 991px) {
    .modal-content #newsletter-popup {
      width: 100%;
      margin: 0; } }
  .modal-content #newsletter-popup .text-box-image {
    height: 100%; }
    .modal-content #newsletter-popup .text-box-image .block-image {
      height: 100%; }
      .modal-content #newsletter-popup .text-box-image .block-image span {
        height: 100%; }
        .modal-content #newsletter-popup .text-box-image .block-image span img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          font-family: "object-fit: cover"; }
  .modal-content #newsletter-popup .newsletter-popup-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative; }
  .modal-content #newsletter-popup .block-image-true .text-box.position-right {
    float: right;
    width: 50%; }
    @media (max-width: 767px) {
      .modal-content #newsletter-popup .block-image-true .text-box.position-right {
        float: none;
        width: 100% !important; } }
  .modal-content #newsletter-popup .block-image-true .text-box.position-left {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .modal-content #newsletter-popup .block-image-true .text-box.position-left {
        float: none;
        width: 100% !important; } }
  .modal-content #newsletter-popup .block-image-true .text-box.position-middle {
    margin-bottom: -40%; }
  .modal-content #newsletter-popup .block-image-true .block-image.image-position-right {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .modal-content #newsletter-popup .block-image-true .block-image.image-position-right {
        display: none; } }
  .modal-content #newsletter-popup .block-image-true .block-image.image-position-left {
    float: right;
    width: 50%; }
    @media (max-width: 767px) {
      .modal-content #newsletter-popup .block-image-true .block-image.image-position-left {
        display: none; } }
  .modal-content #newsletter-popup .block-image-true .block-image.image-position-top {
    max-height: 440px;
    height: 100%;
    overflow: hidden; }
  .modal-content #newsletter-popup .block-image-true .block-image.image-position-bottom {
    max-height: 440px;
    height: 100%;
    overflow: hidden; }
  .modal-content #newsletter-popup .block-image-true .block-image.image-position-middle {
    max-height: 440px;
    height: 100%;
    overflow: hidden; }
  .modal-content #newsletter-popup .text-box {
    position: relative;
    padding: 35px 30px 30px;
    z-index: 999;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767px) {
      .modal-content #newsletter-popup .text-box {
        padding: 40px 15px 15px; } }
    .modal-content #newsletter-popup .text-box .text-box-content {
      margin-bottom: 23px; }
      @media (max-width: 767px) {
        .modal-content #newsletter-popup .text-box .text-box-content {
          margin-bottom: 15px; } }
      .modal-content #newsletter-popup .text-box .text-box-content:last-child {
        margin-bottom: 0; }
      .modal-content #newsletter-popup .text-box .text-box-content form input {
        background: #f2f2f3; }
    .modal-content #newsletter-popup .text-box .bold-text-true {
      font-weight: 700; }
    .modal-content #newsletter-popup .text-box input {
      padding: 13px 20px;
      height: 40px; }
    .modal-content #newsletter-popup .text-box button {
      line-height: 20px;
      display: block;
      height: 40px; }
    .modal-content #newsletter-popup .text-box .button-position-bottom input {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    .modal-content #newsletter-popup .text-box .button-position-bottom .input-group__btn {
      margin: auto; }
      .modal-content #newsletter-popup .text-box .button-position-bottom .input-group__btn button {
        width: 100%;
        padding: 6px 30px; }
    .modal-content #newsletter-popup .text-box .button-position-right form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .modal-content #newsletter-popup .text-box .button-position-right form {
          display: block; } }
      .modal-content #newsletter-popup .text-box .button-position-right form input {
        margin-right: 10px;
        width: 60%; }
        @media (max-width: 991px) {
          .modal-content #newsletter-popup .text-box .button-position-right form input {
            width: 100%;
            margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .modal-content #newsletter-popup .text-box .button-position-right form button {
          width: 100%; } }
    .modal-content #newsletter-popup .text-box .block-social {
      text-align: center; }
    .modal-content #newsletter-popup .text-box .widget-social {
      margin: 0; }
      .modal-content #newsletter-popup .text-box .widget-social.border-top-true {
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin: 15px 0px 0px; }
    .modal-content #newsletter-popup .text-box .countdown-content {
      text-align: center;
      padding-bottom: 10px; }
      .modal-content #newsletter-popup .text-box .countdown-content .offer-text {
        margin-bottom: 15px; }
      .modal-content #newsletter-popup .text-box .countdown-content .countdown-section {
        margin: 0 4px; }
        .modal-content #newsletter-popup .text-box .countdown-content .countdown-section .countdown-amount {
          background: none;
          color: white;
          font-size: 17px; }
        .modal-content #newsletter-popup .text-box .countdown-content .countdown-section .countdown-period {
          color: white;
          font-size: 15px; }
      .modal-content #newsletter-popup .text-box .countdown-content .popup-countdown {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center; }
        .modal-content #newsletter-popup .text-box .countdown-content .popup-countdown > span {
          padding: 5px 10px;
          margin: 0 10px; }
        .modal-content #newsletter-popup .text-box .countdown-content .popup-countdown .date-number {
          display: block; }
  .modal-content #newsletter-popup .np-close {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    background: #428bca;
    z-index: 9999;
    text-align: center; }
    .modal-content #newsletter-popup .np-close:before {
      content: "\E823";
      font-family: "arenafont";
      font-display: optional;
      font-size: 16px;
      display: block; }
  .modal-content #newsletter-popup .fancybox-close-small {
    display: none; }
  .modal-content #newsletter-popup .subscribe-result .result-inner {
    padding: 45px 40px 40px;
    text-align: center; }
    .modal-content #newsletter-popup .subscribe-result .result-inner button {
      padding: 5px 50px;
      border: 1px solid currentColor; }
  .modal-content #newsletter-popup .subscribe-result .text-1 {
    margin: 0px 0px 30px;
    font-size: 32px;
    font-weight: 700; }
  .modal-content #newsletter-popup .subscribe-result .coupon-code {
    margin: 0px 0px 30px; }
    .modal-content #newsletter-popup .subscribe-result .coupon-code .text-2 {
      margin-bottom: 15px; }
    .modal-content #newsletter-popup .subscribe-result .coupon-code .code {
      font-weight: 700; }

.partner-wrapper {
  padding-top: 40px;
  padding-bottom: 40px; }
  .partner-wrapper.layout-full {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }
  @media (max-width: 767px) {
    .partner-wrapper {
      padding-top: 30px;
      padding-bottom: 10px; } }
  .partner-wrapper .widget-partner {
    position: relative; }
    .partner-wrapper .widget-partner.row .padding-true {
      padding-bottom: 30px; }
      @media (max-width: 575px) {
        .partner-wrapper .widget-partner.row .padding-true {
          padding-bottom: 15px; } }
    .partner-wrapper .widget-partner .partner-item {
      padding-bottom: 15px; }
      .partner-wrapper .widget-partner .partner-item.padding-false {
        padding: 0; }
      .partner-wrapper .widget-partner .partner-item:hover {
        opacity: 0.7;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s; }
      .partner-wrapper .widget-partner .partner-item .image-text {
        text-align: center;
        padding-top: 20px;
        font-size: 18px; }
        .partner-wrapper .widget-partner .partner-item .image-text a {
          padding: 6px 25px;
          border-radius: 20px 20px 20px 20px;
          -moz-border-radius: 20px 20px 20px 20px;
          -webkit-border-radius: 20px 20px 20px 20px;
          font-weight: 600;
          position: relative;
          display: inline-block; }
    @media (max-width: 991px) {
      .partner-wrapper .widget-partner .owl-controls {
        display: none; } }
  @media (max-width: 575px) {
    .partner-wrapper .widget-partner-row.row {
      margin-right: -7.5px;
      margin-left: -7.5px; }
      .partner-wrapper .widget-partner-row.row > div {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
  .partner-wrapper .item-content a {
    background: #f3f3f3; }

.policies-wrapper .policies-style-1 .policy-item .policy-image {
  width: 30%;
  display: flex;
  justify-content: center;
  margin: 0 auto; }
.policies-wrapper .policies-style-1 .policy-item .text {
  text-align: center; }
  .policies-wrapper .policies-style-1 .policy-item .text h4 {
    padding-top: 20px; }
  .policies-wrapper .policies-style-1 .policy-item .text span {
    padding-top: 10px;
    display: block;
    font-size: 18px; }
.policies-wrapper .policies-style-2 .policy-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  padding-bottom: 15px; }
  .policies-wrapper .policies-style-2 .policy-item .policy-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 100%; }
  .policies-wrapper .policies-style-2 .policy-item .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 100%;
    padding-left: 15px; }
.policies-wrapper .policies-style-3 .wrapper-policy {
  display: grid;
  padding: 0 15px; }
  @media (max-width: 991px) {
    .policies-wrapper .policies-style-3 .wrapper-policy {
      width: 100% !important;
      display: flex; } }
  .policies-wrapper .policies-style-3 .wrapper-policy .policy-item {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */ }
    .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .policy-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 100%;
      padding-right: 20px; }
    .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 100%; }
      @media (max-width: 991px) {
        .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .text {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
          flex: 0 0 70%;
          max-width: 100%; } }
      .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .text span {
        padding-top: 15px;
        display: block;
        font-size: 13px; }
      .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .text h4 {
        font-size: 16px;
        font-weight: 600; }
.policies-wrapper .policies-style-3 .policy-b-item {
  padding: 0 15px; }
  @media (max-width: 991px) {
    .policies-wrapper .policies-style-3 .policy-b-item {
      width: 100% !important; } }
@media (max-width: 1199px) {
  .policies-wrapper .policies-style-3 .wrapper-policy .policy-item {
    display: block;
    padding-bottom: 30px; }
    .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .policy-image {
      width: 20%;
      padding-right: 0; }
    .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .text {
      padding-top: 15px; } }
@media (max-width: 767px) {
  .policies-wrapper .policies-style-3 .wrapper-policy .policy-item .policy-image {
    width: 40%; } }
@media (max-width: 991px) {
  .policies-wrapper .policies-style-3 .wrapper-policy > div:first-child {
    padding-right: 15px; }
  .policies-wrapper .policies-style-3 .wrapper-policy > div:last-child {
    padding-left: 15px; } }
@media (max-width: 767px) {
  .policies-wrapper .policies-style-1 .policy-item, .policies-wrapper .policies-style-2 .policy-item {
    padding-bottom: 30px; } }
@media (min-width: 768px) {
  .policies-wrapper.has-border .policies-content {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; } }
@media (min-width: 768px) {
  .policies-wrapper.has-border .policies-content .row > div:not(:last-child) {
    border-right: 1px solid #e1e1e1; } }
.policies-wrapper.has-border .policies-content .row .text span {
  padding-top: 0;
  padding-bottom: 20px; }
.policies-wrapper.has-border .policies-content.policies-style-2 .policy-item {
  padding-top: 10px;
  padding-bottom: 10px; }
.policies-wrapper.has-border .policies-content.policies-style-3 {
  border: 1px solid #e1e1e1; }

.blog-container {
  padding-bottom: 10px; }
  .blog-container .blog-content {
    position: relative; }
    .blog-container .blog-content .post-item.border {
      border: none; }
      .blog-container .blog-content .post-item.border .post-content {
        border: 1px solid #e1e1e1; }
    @media (min-width: 1025px) {
      .blog-container .blog-content .post-item.shadow .post-image a img {
        opacity: 1;
        -moz-transition: 0.4s all ease;
        -o-transition: 0.4s all ease;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease; }
      .blog-container .blog-content .post-item.shadow .post-image:hover a img {
        opacity: 0.8; } }
    .blog-container .blog-content .post-item.border:not(.shadow) .post-image a:before {
      -moz-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0;
      content: '';
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      display: block;
      background: white; }
    .blog-container .blog-content .post-item.border:not(.shadow) .post-image a:hover:before {
      opacity: 0.2; }
    .blog-container .blog-content .post-item.border:not(.shadow) .post-content {
      box-shadow: none; }
    .blog-container .blog-content .post-item:hover.shadow .post-content {
      -webkit-box-shadow: 0px -2px 7px 1px rgba(134, 132, 132, 0.4);
      -ms-transform: 0px -2px 7px 1px rgba(134, 132, 132, 0.4);
      -o-transform: 0px -2px 7px 1px rgba(134, 132, 132, 0.4);
      box-shadow: 0px -2px 7px 1px rgba(134, 132, 132, 0.4); }
    .blog-container .blog-content .post-item-inner {
      margin-bottom: 5px; }
      .blog-container .blog-content .post-item-inner .post-image {
        position: relative; }
      .blog-container .blog-content .post-item-inner .post-content {
        background: white;
        -moz-transition: 0.45s all ease;
        -o-transition: 0.45s all ease;
        -webkit-transition: 0.45s all ease;
        transition: 0.45s all ease; }
        .blog-container .blog-content .post-item-inner .post-content .info {
          padding: 10px 20px; }
        .blog-container .blog-content .post-item-inner .post-content .meta-data {
          font-size: 14px;
          color: #888888;
          margin-top: 8px; }
          .blog-container .blog-content .post-item-inner .post-content .meta-data .blog-author a {
            color: #202822; }
          .blog-container .blog-content .post-item-inner .post-content .meta-data > span:before {
            content: "";
            border-right: 1px solid #888888;
            position: absolute;
            display: block;
            top: 2px;
            right: 0;
            height: 15px; }
          @media (max-width: 767px) {
            .blog-container .blog-content .post-item-inner .post-content .meta-data > span:before {
              display: none !important; } }
          .blog-container .blog-content .post-item-inner .post-content .meta-data > span {
            padding-right: 8px;
            margin-right: 5px;
            position: relative; }
            .blog-container .blog-content .post-item-inner .post-content .meta-data > span:last-child:before {
              display: none; }
        .blog-container .blog-content .post-item-inner .post-content .post-comment {
          border-top: 1px solid #e1e1e1;
          padding: 12px 20px; }
          .blog-container .blog-content .post-item-inner .post-content .post-comment .link-to-post {
            background: #f2f2f3;
            border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -webkit-border-radius: 50% 50% 50% 50%;
            color: #333333;
            font-size: 15px;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center; }
            .blog-container .blog-content .post-item-inner .post-content .post-comment .link-to-post:hover {
              background: #428bca;
              color: white; }
        .blog-container .blog-content .post-item-inner .post-content .blog-title {
          padding-top: 10px; }
          @media (max-width: 991px) {
            .blog-container .blog-content .post-item-inner .post-content .blog-title {
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -moz-line-clamp: 2;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical; } }
          .blog-container .blog-content .post-item-inner .post-content .blog-title a {
            font-size: 18px;
            color: #333333;
            font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .blog-container .blog-content .post-item-inner .post-content .post-excerpt {
          padding-top: 10px;
          font-size: 14px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -moz-line-clamp: 2;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical; }
          .blog-container .blog-content .post-item-inner .post-content .post-excerpt span {
            margin-bottom: 10px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -moz-line-clamp: 3;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            color: #888888;
            line-height: 18px;
            max-height: calc(18px * 3); }
        .blog-container .blog-content .post-item-inner .post-content .btn {
          text-transform: inherit;
          padding: 0px 0 3px 0;
          margin-top: 15px;
          border-bottom: 1px solid;
          line-height: 1;
          color: #333333;
          font-weight: 400;
          font-size: 14px; }
        .blog-container .blog-content .post-item-inner .post-content.style-2 {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          padding: 10px 0; }
          .blog-container .blog-content .post-item-inner .post-content.style-2 .blog-date-2 {
            max-width: 64px;
            width: 100%;
            min-height: 64px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: #333333;
            border: 1px solid #333333;
            margin-top: 15px; }
            @media (max-width: 767px) {
              .blog-container .blog-content .post-item-inner .post-content.style-2 .blog-date-2 {
                display: none; } }
            .blog-container .blog-content .post-item-inner .post-content.style-2 .blog-date-2 span {
              display: block;
              font-weight: 600;
              text-transform: uppercase;
              font-size: 16px; }
            .blog-container .blog-content .post-item-inner .post-content.style-2 .blog-date-2 .blog-day {
              border-bottom: 1px solid #333333;
              padding-bottom: 7px;
              margin-bottom: 7px; }
          .blog-container .blog-content .post-item-inner .post-content.style-2 .info {
            width: 100%;
            padding: 0;
            padding-left: 20px; }
            @media (max-width: 1199px) {
              .blog-container .blog-content .post-item-inner .post-content.style-2 .info {
                padding-left: 10px; } }
            .blog-container .blog-content .post-item-inner .post-content.style-2 .info .btn {
              border: none;
              font-weight: 500; }
              .blog-container .blog-content .post-item-inner .post-content.style-2 .info .btn:before {
                content: "\e9b2";
                font-family: "arenafont";
                font-display: optional;
                padding-right: 5px; }
            .blog-container .blog-content .post-item-inner .post-content.style-2 .info .blog-title {
              text-transform: uppercase; }
            @media (max-width: 767px) {
              .blog-container .blog-content .post-item-inner .post-content.style-2 .info .meta-data, .blog-container .blog-content .post-item-inner .post-content.style-2 .info .post-excerpt {
                display: none; } }
            .blog-container .blog-content .post-item-inner .post-content.style-2 .info .post-comment {
              padding-left: 0;
              padding-right: 0;
              margin-top: 10px; }
      @media (max-width: 767px) {
        .blog-container .blog-content .post-item-inner .post-item {
          padding-bottom: 15px; } }

.section-separator {
  overflow: hidden; }
  .section-separator.color, .section-separator.image {
    padding: 25px 0; }
  .section-separator.image.lazyloaded {
    background-size: 100%; }
  .section-separator.section-separator-margin-top {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .section-separator.section-separator-margin-top {
        padding-top: 15px; } }
  .section-separator.section-separator-margin-bottom {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .section-separator.section-separator-margin-bottom {
        padding-bottom: 15px; } }

.separator-heading-line {
  max-width: 1420px;
  padding: 0px;
  margin: 0px auto 37px;
  text-align: center; }
  @media (max-width: 767px) {
    .separator-heading-line {
      margin: 0px auto 10px; } }
  .separator-heading-line h2 {
    margin: 0px auto 1.5%;
    font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .separator-heading-line h2.largest, .separator-heading-line h2.largest-1, .separator-heading-line h2.largest-2, .separator-heading-line h2.largest-3, .separator-heading-line h2.largest-4, .separator-heading-line h2.largest-5 {
      line-height: 1.0;
      font-weight: 700; }
    .separator-heading-line h2.h1, .separator-heading-line h2.h2, .separator-heading-line h2.h3, .separator-heading-line h2.h4, .separator-heading-line h2.h5, .separator-heading-line h2.h6 {
      font-weight: 500; }
  .separator-heading-line .separator-subtext {
    display: block;
    font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .separator-heading-line .separator-subtext.largest, .separator-heading-line .separator-subtext.largest-1, .separator-heading-line .separator-subtext.largest-2, .separator-heading-line .separator-subtext.largest-3, .separator-heading-line .separator-subtext.largest-4, .separator-heading-line .separator-subtext.largest-5 {
      line-height: 1.0;
      font-weight: 700; }
    .separator-heading-line .separator-subtext.h1, .separator-heading-line .separator-subtext.h2, .separator-heading-line .separator-subtext.h3, .separator-heading-line .separator-subtext.h4, .separator-heading-line .separator-subtext.h5, .separator-heading-line .custom-item-inner-product .info > a.separator-subtext, .custom-item-inner-product .separator-heading-line .info > a.separator-subtext,
    .separator-heading-line .custom-item-inner-collection .info > a.separator-subtext,
    .custom-item-inner-collection .separator-heading-line .info > a.separator-subtext, .separator-heading-line .separator-subtext.h6 {
      font-weight: 500; }
  .separator-heading-line .separator-sub-line {
    max-width: 100%;
    /*20%;*/
    margin: 0px auto 2%;
    overflow: hidden;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px; }
    .separator-heading-line .separator-sub-line.sub-line-bt {
      margin: 2% auto 0; }
    .separator-heading-line .separator-sub-line.sub-double-line {
      max-width: 80px;
      border-width: 1px; }
  .separator-heading-line.side-line h2 {
    position: relative;
    margin: 0px auto;
    display: inline-block;
    padding: 0 50px; }
    @media (max-width: 479px) {
      .separator-heading-line.side-line h2 {
        padding: 0 20px; } }
    .separator-heading-line.side-line h2 span {
      display: inline-block;
      padding: 0 20px;
      position: relative;
      z-index: 1;
      white-space: nowrap;
      background: white; }
    .separator-heading-line.side-line h2:after, .separator-heading-line.side-line h2:before {
      content: '';
      height: 1px;
      width: 50%;
      border-top-width: 1px;
      border-bottom-width: 0px;
      border-left-width: 0px;
      border-right-width: 0px;
      position: absolute;
      display: block;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .separator-heading-line.side-line h2:before {
      left: 50%; }
    .separator-heading-line.side-line h2:after {
      right: 50%; }
  .separator-heading-line.side-line.line-solid h2:after, .separator-heading-line.side-line.line-solid h2:before {
    border-style: solid; }
  .separator-heading-line.side-line.line-dotted h2:after, .separator-heading-line.side-line.line-dotted h2:before {
    border-style: dotted; }
  .separator-heading-line.side-line.line-dashed h2:after, .separator-heading-line.side-line.line-dashed h2:before {
    border-style: dashed; }
  .separator-heading-line.side-line .separator-logo {
    margin: 8px auto 13px;
    display: block; }
  .separator-heading-line.side-line .separator-subtext {
    margin: 8px auto 0; }
  .separator-heading-line.left-line {
    text-align: left; }
    .separator-heading-line.left-line h2 {
      position: relative;
      padding: 0;
      display: block; }
      .separator-heading-line.left-line h2:after {
        content: none !important; }
      .separator-heading-line.left-line h2:before {
        content: '';
        height: 1px;
        width: 100%;
        border-width: 1px;
        position: absolute;
        display: block;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .separator-heading-line.left-line h2 span {
        display: inline-block;
        padding: 0 8% 0 0;
        position: relative;
        background: white; }
    .separator-heading-line.left-line.line-solid h2:before {
      border-style: solid; }
    .separator-heading-line.left-line.line-dotted h2:before {
      border-style: dotted; }
    .separator-heading-line.left-line.line-dashed h2:before {
      border-style: dashed; }
  .separator-heading-line.right-line {
    text-align: right; }
    .separator-heading-line.right-line h2 {
      position: relative;
      padding: 0;
      display: block; }
      .separator-heading-line.right-line h2:after {
        content: none !important; }
      .separator-heading-line.right-line h2:before {
        content: '';
        height: 1px;
        width: 100%;
        border-width: 1px;
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .separator-heading-line.right-line h2 span {
        display: inline-block;
        padding: 0 0 0 8%;
        position: relative;
        background: white; }
    .separator-heading-line.right-line.line-solid h2:before {
      border-style: solid; }
    .separator-heading-line.right-line.line-dotted h2:before {
      border-style: dotted; }
    .separator-heading-line.right-line.line-dashed h2:before {
      border-style: dashed; }
  .separator-heading-line.line-solid .separator-sub-line {
    border-style: solid; }
  .separator-heading-line.line-dotted .separator-sub-line {
    border-style: dotted; }
  .separator-heading-line.line-dashed .separator-sub-line {
    border-style: dashed; }

.hp-tabs-section.layout-full {
  padding: 0; }
.hp-tabs-section .nav-tab-wrapper .title-wrapper {
  align-items: center; }
  @media (min-width: 992px) {
    .hp-tabs-section .nav-tab-wrapper .title-wrapper .subtitle {
      padding-top: 0;
      padding-left: 15px; } }
  @media (max-width: 991px) {
    .hp-tabs-section .nav-tab-wrapper .title-wrapper {
      display: block !important; } }
@media (max-width: 991px) {
  .hp-tabs-section .nav-tab-wrapper.d-lg-flex .nav-tabs {
    text-align: center !important; } }
.hp-tabs-section .nav-tab-wrapper .nav-tabs {
  border: none;
  padding-bottom: 30px;
  display: block; }
  .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-link {
    background: none;
    border: none;
    color: #006bc9;
    padding: 0;
    position: relative; }
    .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-link.active, .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-link:hover {
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px;
      border: none; }
      .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-link.active:before, .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-link:hover:before {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        bottom: -5px;
        background-color: #006bc9;
        left: 50%;
        margin-left: -10px; }
    .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-link:hover {
      color: #006bc9; }
  .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-item {
    padding: 5px 24px; }
    @media (max-width: 479px) {
      .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-item {
        padding: 5px 10px; } }
  .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-item:last-child {
    padding-right: 0; }
  .hp-tabs-section .nav-tab-wrapper .nav-tabs .nav-item:first-child {
    padding-left: 0; }
.hp-tabs-section .tab-content {
  position: relative; }
  .hp-tabs-section .tab-content .owl-controls .owl-nav {
    display: table;
    width: 100%;
    position: relative; }
    .hp-tabs-section .tab-content .owl-controls .owl-nav > div {
      display: table-cell;
      position: relative;
      width: 50%; }
    .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-next {
      color: #888888; }
      .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-next:before {
        content: "\e9b2";
        left: 60px;
        bottom: 0;
        margin-top: 0;
        top: auto;
        font-size: 17px;
        background: none;
        color: #888888; }
      .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-next:after {
        content: "NEXT";
        padding-left: 20px; }
      .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-next:hover {
        color: #333333; }
        .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-next:hover:before {
          color: #333333; }
    .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-prev {
      text-align: right;
      color: #888888; }
      .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-prev:before {
        content: "\e9b1";
        right: 60px;
        bottom: 0;
        margin-top: 0;
        top: auto;
        font-size: 17px;
        background: none;
        color: #888888; }
      .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-prev:after {
        content: "PREV";
        padding-right: 20px;
        border-right: 1px solid #888888; }
      .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-prev:hover {
        color: #333333; }
        .hp-tabs-section .tab-content .owl-controls .owl-nav .owl-prev:hover:before {
          color: #333333; }
  .hp-tabs-section .tab-content .owl-controls .owl-dots .owl-dot {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
  .hp-tabs-section .tab-content > .tab-pane {
    height: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .hp-tabs-section .tab-content > .tab-pane.show {
      height: auto;
      z-index: 1;
      position: static;
      opacity: 1; }

.product-listing-section .border-pimage {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px; }
  .product-listing-section .border-pimage .product-image {
    border: 3px solid #e1e1e1;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease; }
    .product-listing-section .border-pimage .product-image:hover {
      border: 3px solid #428bca; }
.product-listing-section .listing-items-col {
  margin: 0 0 30px; }
  .product-listing-section .listing-items-col .plist--item .listing-item {
    padding-bottom: 17px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1; }
  .product-listing-section .listing-items-col .listing-item {
    margin-bottom: 20px; }
    .product-listing-section .listing-items-col .listing-item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .product-listing-section .listing-items-col .listing-item.row {
      margin-left: 0;
      margin-right: 0; }
    .product-listing-section .listing-items-col .listing-item .product-image {
      max-width: 100px;
      overflow: hidden;
      position: relative;
      padding: 0;
      background: #f3f3f3;
      height: 100%; }
      .product-listing-section .listing-items-col .listing-item .product-image:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .product-listing-section .listing-items-col .listing-item .product-image a {
        display: block; }
      .product-listing-section .listing-items-col .listing-item .product-image img {
        object-fit: cover;
        font-family: "object-fit: cover";
        height: 100%; }
  .product-listing-section .listing-items-col .owl-nav {
    top: -65px; }
  .product-listing-section .listing-items-col .product-content {
    padding-left: 20px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .product-listing-section .listing-items-col .product-content {
        padding-left: 10px; } }
    .product-listing-section .listing-items-col .product-content .product-content-inner > a {
      font-size: 17px;
      font-weight: 500; }
    .product-listing-section .listing-items-col .product-content .product-price {
      padding-top: 8px;
      align-items: flex-start; }
      .product-listing-section .listing-items-col .product-content .product-price > span {
        font-size: 16px;
        font-weight: 500; }
.product-listing-section .listing-title .prod-listing {
  padding-bottom: 17px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px; }
.product-listing-section .border-pimage .listing-title .prod-listing {
  border: none;
  margin-bottom: 0; }
.product-listing-section .border-pimage .product-content .product-price {
  display: flex;
  flex-direction: column-reverse; }
  .product-listing-section .border-pimage .product-content .product-price > span {
    display: block;
    padding: 0; }
@media (max-width: 991px) {
  .product-listing-section .owl-controls {
    display: none; } }
@media (max-width: 991px) and (min-width: 768px) {
  .product-listing-section .product-listing-items .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

.home-banner-items {
  overflow-x: hidden; }
  .home-banner-items.adapt-first-image {
    height: 100%; }
    .home-banner-items.adapt-first-image .banner-item:not(:first-child) {
      height: 100% !important; }
    .home-banner-items.adapt-first-image .image {
      height: 100%; }
      .home-banner-items.adapt-first-image .image a {
        height: 100%; }
        .home-banner-items.adapt-first-image .image a span {
          height: 100%; }
          .home-banner-items.adapt-first-image .image a span img {
            height: 100%; }

@media (max-width: 479px) {
  .home-banner .home-banner-items {
    margin-top: 0px !important; } }
.banner-item {
  position: relative; }
  .banner-item .image {
    background: #f3f3f3; }
    .banner-item .image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .banner-item.text-box-default .text {
    padding: 0;
    margin-top: -35px; }
    .banner-item.text-box-default .text .btn-group {
      margin-bottom: 10px; }
      .banner-item.text-box-default .text .btn-group .btn {
        -webkit-box-shadow: 0px 3px 7px -3px #428bca;
        -ms-transform: 0px 3px 7px -3px #428bca;
        -o-transform: 0px 3px 7px -3px #428bca;
        box-shadow: 0px 3px 7px -3px #428bca; }
  .banner-item .text {
    position: relative;
    z-index: 2;
    padding: 25px; }
    .banner-item .text .title {
      font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 100; }
    .banner-item .text .subtitle {
      margin-bottom: 15px;
      margin-top: 10px; }
      @media (max-width: 1440px) {
        .banner-item .text .subtitle {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -moz-line-clamp: 2;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical; } }
      @media (max-width: 991px) {
        .banner-item .text .subtitle {
          margin-bottom: 10px; } }
    .banner-item .text .caption {
      font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .banner-item .text .btn-group {
      padding-top: 10px; }
      .banner-item .text .btn-group .btn-banner {
        padding: 12px 30px;
        line-height: 1;
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s; }
        @media (max-width: 991px) {
          .banner-item .text .btn-group .btn-banner {
            padding: 8px 20px; } }
        .banner-item .text .btn-group .btn-banner .button-text {
          display: block; }
    .banner-item .text .offer .count-hours, .banner-item .text .offer .count-minutes {
      padding: 0 5px; }
    .banner-item .text .offer .count-day, .banner-item .text .offer .count-hours, .banner-item .text .offer .count-minutes, .banner-item .text .offer .count-seconds {
      font-weight: 700;
      display: inline-block; }
    .banner-item .text .offer .text-date {
      padding-left: 4px;
      font-size: 17px;
      font-weight: 400;
      display: block; }
  .banner-item.text-box-overlay .text {
    position: absolute;
    z-index: 2;
    display: table;
    width: fit-content; }
  .banner-item.text-box-next_to_image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .banner-item.text-box-next_to_image > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media (min-width: 1200px) {
      .banner-item.text-box-next_to_image .image {
        -webkit-clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0% 100%); } }
    @media (max-width: 1199px) {
      .banner-item.text-box-next_to_image {
        display: block; } }
  .banner-item.text-box-prev_to_image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse; }
    .banner-item.text-box-prev_to_image > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media (max-width: 1199px) {
      .banner-item.text-box-prev_to_image {
        display: block; } }

.home-banner {
  /*Effect Zoom Fade*/
  /*End Zoom Fade*/
  /*Effect Blur*/
  /*End Blur*/
  /*Effect Glow*/
  /*End Effect Glow*/
  /*Effect Color*/
  /*End Effect Glow*/
  /*Effect Grayscale*/
  /*End Grayscale*/ }
  .home-banner.layout-full {
    padding: 0; }
  .home-banner.no-padding .row {
    margin: 0; }
    .home-banner.no-padding .row > div {
      padding: 0; }
  @media (max-width: 767px) {
    .home-banner .row > div {
      padding-top: 7.5px;
      padding-bottom: 7.5px; } }
  .home-banner .home-banner-carousel .owl-controls {
    opacity: 0;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s; }
    .home-banner .home-banner-carousel .owl-controls .owl-dots .owl-dot.active span {
      background: #006bc9; }
    .home-banner .home-banner-carousel .owl-controls .owl-dots .owl-dot span {
      display: block;
      background: #428bca;
      width: 45px;
      height: 4px; }
    .home-banner .home-banner-carousel .owl-controls .owl-nav .owl-prev {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 40px;
      background: #006bc9;
      line-height: 40px;
      height: 40px; }
      .home-banner .home-banner-carousel .owl-controls .owl-nav .owl-prev:before {
        color: white;
        left: 2px;
        top: 0;
        right: 0px;
        margin: 0; }
    .home-banner .home-banner-carousel .owl-controls .owl-nav .owl-next {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 40px;
      background: #006bc9;
      line-height: 40px;
      height: 40px; }
      .home-banner .home-banner-carousel .owl-controls .owl-nav .owl-next:before {
        color: white;
        right: 0;
        top: 0;
        left: 4px;
        margin: 0; }
  .home-banner:hover .home-banner-carousel .owl-controls {
    opacity: 1; }
  @media (min-width: 1025px) {
    .home-banner.effect-2 .banner-item img {
      -moz-transition: 0.35s all ease-in-out;
      -o-transition: 0.35s all ease-in-out;
      -webkit-transition: 0.35s all ease-in-out;
      transition: 0.35s all ease-in-out; }
    .home-banner.effect-2 .banner-item .text-container {
      -moz-transition: 0.35s all ease-in-out;
      -o-transition: 0.35s all ease-in-out;
      -webkit-transition: 0.35s all ease-in-out;
      transition: 0.35s all ease-in-out; }
      .home-banner.effect-2 .banner-item .text-container .btn-group {
        -moz-transition: 0.35s all ease-in-out;
        -o-transition: 0.35s all ease-in-out;
        -webkit-transition: 0.35s all ease-in-out;
        transition: 0.35s all ease-in-out;
        opacity: 0; }
    .home-banner.effect-2 .banner-item:hover .image img {
      opacity: 0.8; }
    .home-banner.effect-2 .banner-item:hover .text .text-container {
      -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
      transform: translate(0, 10px); }
      .home-banner.effect-2 .banner-item:hover .text .text-container .btn-group {
        opacity: 1; } }
  @media (max-width: 767px) {
    .home-banner.effect-2 .banner-item.col-12 .image .image--style {
      min-height: 100%; }
      .home-banner.effect-2 .banner-item.col-12 .image .image--style img {
        min-height: 100%; }
    .home-banner.effect-2 .banner-item.col-12 .text .text-container .title {
      font-size: 14px; }
    .home-banner.effect-2 .banner-item.col-12 .text .text-container .btn-group {
      display: none; } }
  @media (min-width: 1025px) {
    .home-banner.effect-3 .banner-item .image img {
      -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
      -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
      -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
      transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .home-banner.effect-3 .banner-item:hover .image img {
      transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); } }
  .home-banner.effect-4 {
    overflow: hidden; }
    @media (min-width: 1025px) {
      .home-banner.effect-4 .banner-item .image img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -moz-transition: 0.35s all ease-in-out;
        -o-transition: 0.35s all ease-in-out;
        -webkit-transition: 0.35s all ease-in-out;
        transition: 0.35s all ease-in-out; }
      .home-banner.effect-4 .banner-item.col-12 .text .text-container {
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
        -o-transform: translate(40px, 0);
        transform: translate(40px, 0);
        -moz-transition: 0.35s all ease-in-out 0s;
        -o-transition: 0.35s all ease-in-out 0s;
        -webkit-transition: 0.35s all ease-in-out 0s;
        transition: 0.35s all ease-in-out 0s; }
        .home-banner.effect-4 .banner-item.col-12 .text .text-container .btn-group {
          -webkit-transform: translate(40px, 0);
          -ms-transform: translate(40px, 0);
          -o-transform: translate(40px, 0);
          transform: translate(40px, 0);
          opacity: 0;
          -moz-transition: 0.35s all ease-in-out 0s;
          -o-transition: 0.35s all ease-in-out 0s;
          -webkit-transition: 0.35s all ease-in-out 0s;
          transition: 0.35s all ease-in-out 0s; }
      .home-banner.effect-4 .banner-item:hover .image img {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1); }
      .home-banner.effect-4 .banner-item:hover.col-12 .text .text-container {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transition: 0.35s all ease-in-out 0s;
        -o-transition: 0.35s all ease-in-out 0s;
        -webkit-transition: 0.35s all ease-in-out 0s;
        transition: 0.35s all ease-in-out 0s; }
        .home-banner.effect-4 .banner-item:hover.col-12 .text .text-container .btn-group {
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          opacity: 1; } }
    .home-banner.effect-4 .banner-item.col-12 .text {
      padding: 0;
      width: 100%; }
      .home-banner.effect-4 .banner-item.col-12 .text .text-container > div {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .home-banner.effect-4 .banner-item.col-12 .text .text-container .title {
          font-size: 21px; } }
    @media (max-width: 767px) {
      .home-banner.effect-4 .banner-item.col-12 .image .image--style {
        min-height: 100%; }
        .home-banner.effect-4 .banner-item.col-12 .image .image--style img {
          min-height: 100%; }
      .home-banner.effect-4 .banner-item.col-12 .text .text-container .title {
        font-size: 14px; }
      .home-banner.effect-4 .banner-item.col-12 .text .text-container .btn-group {
        display: none; } }
  .home-banner.effect-5 .banner-item .image img {
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    opacity: 1; }
  .home-banner.effect-5 .banner-item:hover .image img {
    opacity: 0.7;
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1); }
  .home-banner.effect-6 .banner-item:hover .image img {
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  .home-banner.effect-7 .banner-item:hover .image img {
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1); }
  .home-banner.effect-8 .banner-item .image img {
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .home-banner.effect-8 .banner-item:hover .image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .home-banner.effect-9 .banner-item:hover .image img {
    -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.home-banner-masonry .bc-masonry.padding-true {
  margin: 0 -15px; }
  .home-banner-masonry .bc-masonry.padding-true .banner-item {
    padding: 15px; }
.home-banner-masonry .bc-masonry {
  position: relative;
  overflow: hidden; }
  .home-banner-masonry .bc-masonry .banner-item {
    height: auto;
    z-index: 1; }
    .home-banner-masonry .bc-masonry .banner-item:not(.muuri-item) {
      display: inline-block;
      float: left; }
    .home-banner-masonry .bc-masonry .banner-item.muuri-item {
      position: absolute; }

.item-content {
  position: relative;
  width: 100%;
  height: 100%; }

/*Customize Block*/
.custom-content-width .col-md-12 {
  padding: 0; }

.custom-content-wrapper.custom-content-margin-top {
  margin-top: 30px; }
.custom-content-wrapper.custom-content-margin-bottom {
  margin-bottom: 30px; }
.custom-content-wrapper.only-min-height .custom-item.col-md-12 {
  position: relative; }
  .custom-content-wrapper.only-min-height .custom-item.col-md-12 .custom-item-inner {
    width: 100%;
    padding: 0px; }
    .custom-content-wrapper.only-min-height .custom-item.col-md-12 .custom-item-inner.custom-item-inner-text .custom-block-heading-text {
      margin: 0px auto;
      padding-bottom: 35px;
      text-align: center; }
  .custom-content-wrapper.only-min-height .custom-item.col-md-12.align-center .custom-item-inner {
    text-align: center;
    padding: 0 10px; }
  .custom-content-wrapper.only-min-height .custom-item.col-md-12.align-left .custom-item-inner {
    text-align: left; }
  .custom-content-wrapper.only-min-height .custom-item.col-md-12.align-right .custom-item-inner {
    text-align: right; }

.custom-content-header {
  margin: 0 auto 3%; }

.custom-item-inner-collection,
.custom-item-inner-html {
  display: block; }

.custom-block-heading-text,
.custom-block-body-text {
  margin-left: auto;
  margin-right: auto; }

.custom-block-heading-text {
  font-weight: 700; }

.custom-block-body-text.h6 {
  font-size: 15px; }
.custom-block-body-text p {
  margin: 0; }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  padding: 0; }
  .custom-content .info {
    padding: 15px 20px; }
  .custom-content .custom-block-heading-text {
    margin: 0 auto 3%; }
  .custom-content .align-top .custom-block-html {
    padding-top: 50px; }
    @media (max-width: 991px) {
      .custom-content .align-top .custom-block-html {
        padding-top: 0; } }

.custom-item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 15px; }

.custom-item-inner {
  position: relative;
  max-width: 100%; }
  .custom-item-inner .custom-block-image {
    background: #f3f3f3; }
  .custom-item-inner.custom-item-inner-bgimage {
    max-width: 1170px;
    margin: 0px auto;
    padding: 0 4%; }
    .custom-item-inner.custom-item-inner-bgimage .custom-block-heading-text {
      max-width: 100%; }

.custom-item-inner-product,
.custom-item-inner-collection {
  background: #ebebeb; }
  .custom-item-inner-product .info > a,
  .custom-item-inner-collection .info > a {
    text-transform: uppercase;
    font-family: Open Sans, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px; }
    @media (max-width: 479px) {
      .custom-item-inner-product .info > a,
      .custom-item-inner-collection .info > a {
        letter-spacing: 0;
        text-transform: none; } }
  .custom-item-inner-product .info .product-author,
  .custom-item-inner-collection .info .product-author {
    color: #888888;
    font-size: 17px;
    padding: 0 0 10px; }
  .custom-item-inner-product .info .product-name,
  .custom-item-inner-collection .info .product-name {
    color: #333333;
    margin: 0 0 5px;
    text-transform: none;
    letter-spacing: 0; }

.align-center,
.align-bottom {
  text-align: center; }

.align-top {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align-bottom {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.single-product-section {
  overflow: hidden;
  position: relative;
  background: #f3f3f3; }
  .single-product-section .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0; }
  @media (max-width: 991px) {
    .single-product-section .sp-product-wrapper {
      width: 35% !important; } }
  @media (max-width: 479px) {
    .single-product-section .sp-product-wrapper {
      width: 70% !important; } }
  .single-product-section .sp-product-wrapper .sp-product-item {
    margin: 40px 0; }
    @media (max-width: 1024px) {
      .single-product-section .sp-product-wrapper .sp-product-item {
        margin: 20px 0; } }
    @media (max-width: 767px) {
      .single-product-section .sp-product-wrapper .sp-product-item {
        margin: 0; } }
    .single-product-section .sp-product-wrapper .sp-product-item .product-content {
      padding: 0 35px; }
      @media (max-width: 1024px) {
        .single-product-section .sp-product-wrapper .sp-product-item .product-content {
          padding: 0 15px; } }
    .single-product-section .sp-product-wrapper .sp-product-item .sp-title {
      padding-top: 45px; }
      @media (max-width: 1024px) {
        .single-product-section .sp-product-wrapper .sp-product-item .sp-title {
          padding: 20px 0; } }
      @media (max-width: 1024px) {
        .single-product-section .sp-product-wrapper .sp-product-item .sp-title {
          font-size: 18px !important; } }
    .single-product-section .sp-product-wrapper .sp-product-item .sp-subtitle {
      padding-top: 15px;
      line-height: 18px;
      font-family: Roboto, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media (max-width: 1024px) {
        .single-product-section .sp-product-wrapper .sp-product-item .sp-subtitle {
          display: none; } }
    .single-product-section .sp-product-wrapper .sp-product-item .product-price {
      padding-top: 15px;
      padding-bottom: 5px; }
      @media (max-width: 1024px) {
        .single-product-section .sp-product-wrapper .sp-product-item .product-price {
          display: none; } }
    .single-product-section .sp-product-wrapper .sp-product-item .sp-btn {
      padding-bottom: 55px;
      padding-top: 20px; }
      @media (max-width: 1024px) {
        .single-product-section .sp-product-wrapper .sp-product-item .sp-btn {
          display: none; } }
      .single-product-section .sp-product-wrapper .sp-product-item .sp-btn .btn {
        padding: 12px 25px;
        text-transform: capitalize;
        line-height: 1;
        -moz-transition: 0.35s all ease;
        -o-transition: 0.35s all ease;
        -webkit-transition: 0.35s all ease;
        transition: 0.35s all ease; }
      @media (max-width: 479px) {
        .single-product-section .sp-product-wrapper .sp-product-item .sp-btn a {
          padding: 6px 20px;
          font-size: 12px; } }

.newsletter-section {
  position: relative;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 170px;
  background-color: #f3f3f3; }
  .newsletter-section .bg-image {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: white; }
  .newsletter-section .form-style-1 {
    padding: 100px 0; }
    .newsletter-section .form-style-1 .mc-form {
      position: relative;
      display: flex;
      width: 100%; }
      .newsletter-section .form-style-1 .mc-form input {
        flex-grow: 1;
        vertical-align: middle;
        padding: 10px 15px;
        border: 1px solid #e1e1e1; }
      .newsletter-section .form-style-1 .mc-form .btn-newsletter {
        padding: 10px;
        min-width: 120px;
        line-height: 9px;
        color: white; }
  .newsletter-section .form-style-2 {
    padding: 95px 0; }
    .newsletter-section .form-style-2 .mc-form {
      position: relative;
      display: flex;
      width: 90%;
      margin: 0 auto; }
      .newsletter-section .form-style-2 .mc-form input {
        flex-grow: 1;
        vertical-align: middle;
        padding: 10px 0px;
        border: 0;
        border-bottom: 2px solid #428bca;
        margin-right: 15px;
        background: none; }
      .newsletter-section .form-style-2 .mc-form .btn-newsletter {
        padding: 5px 10px;
        min-width: 120px;
        color: white; }
  .newsletter-section .form-style-3 {
    padding: 36px 0; }
    .newsletter-section .form-style-3 .title-wrapper {
      padding-bottom: 20px; }
      .newsletter-section .form-style-3 .title-wrapper .subtitle {
        line-height: 20px; }
    .newsletter-section .form-style-3 .mc-form {
      position: relative;
      display: flex;
      width: 100%; }
      .newsletter-section .form-style-3 .mc-form input {
        flex-grow: 1;
        vertical-align: middle;
        padding: 10px 20px;
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px; }
      .newsletter-section .form-style-3 .mc-form .btn-newsletter {
        padding: 0;
        min-width: 120px;
        color: white;
        height: 36px;
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
        line-height: inherit;
        position: absolute;
        display: block;
        top: 2px;
        right: 2px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .newsletter-section .form-style-3 {
        width: 40% !important; } }
  @media (max-width: 991px) {
    .newsletter-section .form-style-1, .newsletter-section .form-style-2, .newsletter-section .form-style-3 {
      padding: 30px 0;
      width: 65% !important; } }
  @media (max-width: 479px) {
    .newsletter-section .subtitle {
      line-height: 20px;
      font-size: 14px; }
    .newsletter-section .newsletter-section-content {
      padding: 30px 0;
      width: 100% !important; }
      .newsletter-section .newsletter-section-content .mc-form input {
        font-size: 13px; }
      .newsletter-section .newsletter-section-content .mc-form .btn-newsletter {
        min-width: 100px;
        font-size: 13px; } }

.home-customer {
  position: relative; }
  .home-customer .item-content {
    background: white;
    padding: 30px;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    @media (max-width: 991px) and (min-width: 768px) {
      .home-customer .item-content {
        padding: 30px 15px; } }
  @media (max-width: 767px) {
    .home-customer .customer-item {
      padding-bottom: 20px; } }
  .home-customer .customer-style-1 .item-content {
    align-content: center;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-content: center;
    /* Safari 7.0+ */
    align-items: center;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    padding: 30px 30px 30px 0; }
    .home-customer .customer-style-1 .item-content .customer-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 100%;
      padding-left: 2px; }
    .home-customer .customer-style-1 .item-content .customer-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 100%;
      padding-left: 20px; }
      .home-customer .customer-style-1 .item-content .customer-content .custom-name {
        padding-bottom: 10px; }
      .home-customer .customer-style-1 .item-content .customer-content p {
        margin: 0; }
      .home-customer .customer-style-1 .item-content .customer-content .customer-rating {
        text-align: right; }
  @media (max-width: 991px) and (min-width: 768px) {
    .home-customer .customer-style-1 .item-content {
      display: block;
      padding: 30px 15px; }
      .home-customer .customer-style-1 .item-content .customer-image {
        width: 40%;
        margin: 0 auto; }
      .home-customer .customer-style-1 .item-content .customer-content {
        padding-left: 0;
        padding-top: 20px; } }
  .home-customer .customer-style-2 .customer-content {
    align-content: center;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-content: center;
    /* Safari 7.0+ */
    align-items: center;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    padding-top: 15px; }
    .home-customer .customer-style-2 .customer-content .customer-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 100%; }
    .home-customer .customer-style-2 .customer-content .customer-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 100%;
      padding-left: 20px; }
      .home-customer .customer-style-2 .customer-content .customer-info p {
        margin: 0; }
  @media (max-width: 991px) and (min-width: 768px) {
    .home-customer .customer-style-2 .customer-content {
      display: block; }
      .home-customer .customer-style-2 .customer-content .customer-image {
        width: 40%;
        margin: 0 auto; }
      .home-customer .customer-style-2 .customer-content .customer-info {
        padding-left: 0;
        padding-top: 20px; } }
  .home-customer .customer-style-3 .item-content .customer-image {
    width: 30%;
    margin: 0 auto;
    display: block; }
  .home-customer .customer-style-3 .item-content .customer-content {
    text-align: center; }
    .home-customer .customer-style-3 .item-content .customer-content .custom-name {
      padding-top: 12px; }
      .home-customer .customer-style-3 .item-content .customer-content .custom-name span {
        display: block; }
      .home-customer .customer-style-3 .item-content .customer-content .custom-name .caption {
        padding-top: 5px; }
    .home-customer .customer-style-3 .item-content .customer-content .message {
      padding-top: 18px; }
  .home-customer .customer-style-4 .item-content {
    align-content: center;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-content: center;
    /* Safari 7.0+ */
    align-items: center;
    -webkit-align-items: center;
    /* Safari 7.0+ */
    padding: 30px 30px 30px 0; }
    .home-customer .customer-style-4 .item-content .customer-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 100%;
      padding-left: 2px; }
    .home-customer .customer-style-4 .item-content .customer-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 100%;
      padding-left: 20px; }
      .home-customer .customer-style-4 .item-content .customer-content p {
        margin: 0; }
      .home-customer .customer-style-4 .item-content .customer-content .customer-rating {
        padding-bottom: 7px; }
      .home-customer .customer-style-4 .item-content .customer-content .message {
        padding-bottom: 17px; }
      .home-customer .customer-style-4 .item-content .customer-content .custom-name {
        position: relative;
        padding-left: 40px; }
        .home-customer .customer-style-4 .item-content .customer-content .custom-name:before {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          top: 50%;
          width: 30px;
          height: 2px;
          z-index: 1; }
  .home-customer .owl-controls .owl-nav {
    display: table;
    width: 100%;
    position: relative; }
    .home-customer .owl-controls .owl-nav > div {
      display: table-cell;
      position: relative;
      width: 50%; }
    .home-customer .owl-controls .owl-nav .owl-next {
      color: #888888; }
      .home-customer .owl-controls .owl-nav .owl-next:before {
        content: "\e9b2";
        left: 60px;
        bottom: 0;
        margin-top: 0;
        top: auto;
        font-size: 17px;
        background: none;
        color: #888888; }
      .home-customer .owl-controls .owl-nav .owl-next:after {
        content: "NEXT";
        padding-left: 20px; }
      .home-customer .owl-controls .owl-nav .owl-next:hover {
        color: #333333; }
        .home-customer .owl-controls .owl-nav .owl-next:hover:before {
          color: #333333; }
    .home-customer .owl-controls .owl-nav .owl-prev {
      text-align: right;
      color: #888888; }
      .home-customer .owl-controls .owl-nav .owl-prev:before {
        content: "\e9b1";
        right: 60px;
        bottom: 0;
        margin-top: 0;
        top: auto;
        font-size: 17px;
        background: none;
        color: #888888; }
      .home-customer .owl-controls .owl-nav .owl-prev:after {
        content: "PREV";
        padding-right: 20px;
        border-right: 1px solid #888888; }
      .home-customer .owl-controls .owl-nav .owl-prev:hover {
        color: #333333; }
        .home-customer .owl-controls .owl-nav .owl-prev:hover:before {
          color: #333333; }
  .home-customer .owl-controls .owl-dots .owl-dot {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
  .home-customer .customer-item {
    padding-bottom: 10px; }
    .home-customer .customer-item:hover .item-content {
      -webkit-box-shadow: 0px 0px 10px rgba(134, 132, 132, 0.6);
      -ms-transform: 0px 0px 10px rgba(134, 132, 132, 0.6);
      -o-transform: 0px 0px 10px rgba(134, 132, 132, 0.6);
      box-shadow: 0px 0px 10px rgba(134, 132, 132, 0.6); }
  @media (max-width: 991px) {
    .home-customer .customer-style-4 .item-content .customer-content .message span, .home-customer .customer-style-3 .item-content .customer-content .message span {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -moz-line-clamp: 3;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical; }
    .home-customer .owl-controls {
      display: none; } }

.templateIndex .main-content > .container {
  padding-top: 30px; }
  @media (max-width: 991px) {
    .templateIndex .main-content > .container {
      padding-top: 20px; } }
@media (max-width: 991px) {
  .templateIndex .header-mobile:not(.header-mobile-2) .mobile-searchbox {
    min-height: 56px; } }

@media (min-width: 576px) and (max-width: 991px) {
  .left-homepage ~ #home-main-content .layout-full {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) {
  #shopify-section-homepage-left-column .left-column-container .sb-widget {
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
    clear: both;
    margin: 0 0 30px; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-title {
      padding-bottom: 16px;
      font-size: 22px;
      text-transform: inherit; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-caterogies,
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product {
      border: 1px solid #e1e1e1;
      padding: 20px 25px 25px;
      border-radius: 2px 2px 2px 2px;
      -moz-border-radius: 2px 2px 2px 2px;
      -webkit-border-radius: 2px 2px 2px 2px; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-caterogies ul li {
      list-style: none;
      padding: 5px 0;
      border-bottom: 1px solid #e1e1e1;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-caterogies ul li span.icon {
        display: inline-block;
        max-width: 25px;
        max-height: 25px;
        margin: 0 8px 0 0;
        padding: 0;
        overflow: hidden; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-caterogies ul li a {
        flex: 1;
        position: relative;
        top: 2px; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-caterogies ul li span {
        position: relative;
        top: 2px; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-caterogies ul li:last-child {
      border: none; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner-carousel .item {
      padding: 16px 8px;
      background: rgba(242, 242, 243, 0.4); }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner-carousel .item .btn {
        position: relative;
        margin: -18px auto 0;
        max-width: 140px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        left: 0;
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0); }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner-carousel:hover .item .btn {
      bottom: 0; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner-carousel .block-text {
      padding: 0 15px 15px;
      text-align: center; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner-carousel .block-text h4 {
        border-bottom: 2px solid #e1e1e1;
        padding-bottom: 5px;
        margin-bottom: 12px;
        font-weight: 100; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner-carousel .owl-controls {
      padding-top: 12px; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .listing-item:not(:last-child) {
      margin-bottom: 20px; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .listing-item .sb-product-head {
      padding: 0;
      background: #f3f3f3; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-head:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-head a {
      display: block; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-head img {
      object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-head img {
      border-radius: 2px 2px 2px 2px;
      -moz-border-radius: 2px 2px 2px 2px;
      -webkit-border-radius: 2px 2px 2px 2px;
      -moz-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
      border: 3px solid #e1e1e1; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-head img:hover {
        border-color: #428bca; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-content {
      padding-right: 0; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-content .bp-content-inner > a {
        font-size: 17px; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-content .bp-content-inner .product-price > span > * {
        font-size: 16px; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-content .bp-content-inner .product-price .price-compare > * {
        font-size: 12px; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-brands .brands-list a {
      margin: 0 5px 8px 0;
      color: #006bc9;
      background: rgba(0, 107, 201, 0.06);
      display: inline-block;
      padding: 5px 10px;
      -moz-transition: 0.45s all ease;
      -o-transition: 0.45s all ease;
      -webkit-transition: 0.45s all ease;
      transition: 0.45s all ease; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-brands .brands-list a:hover {
        background: #006bc9;
        color: white; }
    #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner {
      position: relative;
      overflow: hidden;
      background: #f3f3f3; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner > a {
        display: block;
        position: relative; }
        #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner > a img {
          width: 100%; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner .owl-dots {
        background: white; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner .text {
        margin: 0;
        font-size: 30px;
        text-align: left;
        font-weight: 200;
        padding: 0 15px;
        position: absolute;
        display: block;
        left: 5px;
        top: 0;
        -webkit-transform: translate3d(0px, 45px, 0);
        transform: translate3d(0px, 45px, 0);
        -ms-transform: translate3d(0px, 45px, 0);
        -o-transform: translate3d(0px, 45px, 0);
        opacity: 0.8;
        -moz-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner .btn {
        padding: 5px 25px;
        line-height: 26px;
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        position: absolute;
        display: block;
        left: 25px;
        bottom: 0;
        -webkit-transform: translate3d(0px, 5px, 0);
        transform: translate3d(0px, 5px, 0);
        -ms-transform: translate3d(0px, 5px, 0);
        -o-transform: translate3d(0px, 5px, 0);
        opacity: 0; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner:hover .text {
        -webkit-transform: translate3d(0px, 25px, 0);
        transform: translate3d(0px, 25px, 0);
        -ms-transform: translate3d(0px, 25px, 0);
        -o-transform: translate3d(0px, 25px, 0);
        opacity: 1; }
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner:hover .btn {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        opacity: 1;
        bottom: 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-caterogies,
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product {
        padding: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-product .sb-product-content {
        padding-left: 10px; } }
      @media (min-width: 992px) and (min-width: 1025px) {
        #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner > a:after {
          content: '';
          position: absolute;
          display: block;
          left: 10px;
          top: 10px;
          right: 10px;
          bottom: 10px;
          opacity: 0;
          transform: scale(0, 0);
          -moz-transform: scale(0, 0);
          -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
          -o-transform: scale(0, 0);
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          border: 1px solid rgba(255, 255, 255, 0.5); } }
      @media (min-width: 992px) and (max-width: 1440px) {
        #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner .text {
          font-size: 20px; } }
      @media (min-width: 992px) and (max-width: 1440px) {
        #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner .btn {
          font-size: 12px; } }
    @media (min-width: 992px) and (min-width: 1025px) {
      #shopify-section-homepage-left-column .left-column-container .sb-widget .sb-banner:hover > a:after {
        opacity: 1;
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1); } }

/* footer --------------------------*/
.footer-container {
  background: #52453e;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .footer-container.border-true .top-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer-container .widget-social {
    padding: 15px 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.1); }
    .footer-container .widget-social .h4 {
      font-size: 22px;
      display: inline-block;
      color: white;
      padding: 0;
      margin: 0 30px 0 0;
      font-weight: 300;
      float: left;
      line-height: 34px; }
    .footer-container .widget-social ul li {
      display: inline-block;
      margin: 0;
      padding: 0 8px 0 4px;
      text-align: center;
      float: none; }
      .footer-container .widget-social ul li a {
        display: inline-block;
        padding: 0 3px;
        height: 34px;
        line-height: 34px;
        font-size: 24px;
        color: white; }
        .footer-container .widget-social ul li a:hover {
          color: #428bca; }
  .footer-container .viewmore-footer {
    display: none; }
  .footer-container .viewmore-mobile {
    color: white; }
    .footer-container .viewmore-mobile i {
      color: white; }
  .footer-container .top-footer {
    padding: 30px 0 5px;
    height: 100%;
    max-height: 100%; }
    .footer-container .top-footer .footer-block .h1, .footer-container .top-footer .footer-block .h2, .footer-container .top-footer .footer-block .h3, .footer-container .top-footer .footer-block .h4, .footer-container .top-footer .footer-block .h5, .footer-container .top-footer .footer-block .custom-item-inner-product .info > a, .custom-item-inner-product .footer-container .top-footer .footer-block .info > a,
    .footer-container .top-footer .footer-block .custom-item-inner-collection .info > a,
    .custom-item-inner-collection .footer-container .top-footer .footer-block .info > a, .footer-container .top-footer .footer-block .h6 {
      color: white; }
    .footer-container .top-footer .footer-block .infor-support li {
      color: white;
      font-size: 15px;
      font-weight: 400; }
    .footer-container .top-footer .footer-block.footer-menu li {
      padding: 4px 0; }
    .footer-container .top-footer .footer-block li {
      line-height: 27px;
      list-style: none;
      font-weight: 400;
      font-size: 15px; }
      .footer-container .top-footer .footer-block li a {
        color: white;
        font-size: 15px; }
        .footer-container .top-footer .footer-block li a:hover {
          color: #428bca; }
    .footer-container .top-footer .footer-logo .header-logo {
      padding-bottom: 10px; }
    .footer-container .top-footer .footer-logo li {
      line-height: 33px; }
    .footer-container .top-footer .footer-social.style-02 li {
      display: block; }
    .footer-container .top-footer .footer-social.style-01 li {
      padding-right: 15px;
      font-size: 20px; }
    .footer-container .top-footer .footer-information .fb-content {
      padding: 10px 0;
      font-size: 15px;
      font-weight: 400;
      width: 100%;
      display: table;
      table-layout: fixed;
      vertical-align: middle; }
      .footer-container .top-footer .footer-information .fb-content i {
        font-size: 36px;
        line-height: 40px;
        color: #428bca;
        padding: 0 12px 0 0;
        display: table-cell;
        vertical-align: middle;
        width: 56px; }
      .footer-container .top-footer .footer-information .fb-content a {
        display: table-cell;
        vertical-align: middle; }
      .footer-container .top-footer .footer-information .fb-content .text-1 {
        color: white;
        padding: 0 0 5px;
        display: block; }
      .footer-container .top-footer .footer-information .fb-content .text-2 {
        color: white;
        display: block;
        line-height: 14px;
        opacity: 0.7; }
    .footer-container .top-footer .footer-block .b-footer-title {
      padding: 7px 0 13px;
      line-height: 25px; }
    .footer-container .top-footer .footer-subscribe {
      padding-bottom: 5px; }
      .footer-container .top-footer .footer-subscribe .payment-icons {
        padding-top: 20px; }
      .footer-container .top-footer .footer-subscribe .payment-image img {
        width: auto; }
      .footer-container .top-footer .footer-subscribe form button i:after {
        content: '\f178';
        font-family: "arenafont";
        font-display: optional;
        padding-right: 5px; }
      .footer-container .top-footer .footer-subscribe.subscribe-style-1 .form-control {
        padding-right: 40px;
        color: white; }
      .footer-container .top-footer .footer-subscribe.subscribe-style-1 form {
        position: relative;
        display: flex;
        width: 100%; }
        .footer-container .top-footer .footer-subscribe.subscribe-style-1 form input {
          flex-grow: 1;
          vertical-align: middle;
          padding: 10px 15px;
          border: 1px solid rgba(255, 255, 255, 0.7);
          width: 100%;
          background: none; }
        .footer-container .top-footer .footer-subscribe.subscribe-style-1 form button {
          padding: 5px 10px;
          position: absolute;
          right: 0;
          background: none;
          color: white; }
      .footer-container .top-footer .footer-subscribe .subscibe-content {
        color: white;
        overflow: hidden;
        margin-bottom: 15px; }
      .footer-container .top-footer .footer-subscribe.subscribe-style-2 form input {
        padding: 0px 5px;
        font-size: 13px;
        border: 1px solid white;
        background: none; }
      .footer-container .top-footer .footer-subscribe.subscribe-style-2 form button {
        padding: 0px 12px;
        color: white;
        display: inline-block;
        background: #428bca;
        font-size: 13px;
        height: 40px; }
        @media (min-width: 1200px) {
          .footer-container .top-footer .footer-subscribe.subscribe-style-2 form button i {
            display: none; } }
      .footer-container .top-footer .footer-subscribe.subscribe-style-3 form {
        position: relative;
        display: flex; }
        .footer-container .top-footer .footer-subscribe.subscribe-style-3 form input {
          vertical-align: middle;
          padding: 10px 0px;
          border: none;
          border-bottom: 2px solid #428bca;
          background: none;
          font-size: 13px;
          flex: 1;
          margin-right: 10px; }
        .footer-container .top-footer .footer-subscribe.subscribe-style-3 form button {
          padding: 0px 12px;
          color: white;
          background: #428bca;
          font-size: 13px;
          height: 40px; }
          @media (min-width: 1200px) {
            .footer-container .top-footer .footer-subscribe.subscribe-style-3 form button i {
              display: none; } }
      .footer-container .top-footer .footer-subscribe.subscribe-style-4 form .form-control {
        background: none;
        border: 2px solid rgba(255, 255, 255, 0.1);
        color: #b1b1b1;
        width: 100%;
        padding: 10px 20px;
        height: 38px; }
      .footer-container .top-footer .footer-subscribe.subscribe-style-4 form input {
        background: none; }
      .footer-container .top-footer .footer-subscribe.subscribe-style-4 form button {
        background: #428bca;
        color: white;
        margin: 20px 0 0;
        padding: 0 20px;
        font-size: 15px;
        line-height: 36px;
        height: 38px;
        border-radius: 2px 2px 2px 2px;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px; }
  .footer-container .bottom-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    background: #52453e; }
    .footer-container .bottom-footer li a {
      color: white; }
      .footer-container .bottom-footer li a:hover {
        color: #428bca; }
    .footer-container .bottom-footer li i:hover {
      color: #428bca; }
    .footer-container .bottom-footer .row > div ul li:not(first-child) {
      margin-left: 8px; }
    .footer-container .bottom-footer .copyright p, .footer-container .bottom-footer .copyright a {
      margin: 0;
      color: white; }
    .footer-container .bottom-footer .text-center .footer-status-site ul {
      justify-content: center; }
    .footer-container .bottom-footer .text-left .footer-status-site ul {
      justify-content: flex-start; }
    .footer-container .bottom-footer .footer-status-site > ul {
      display: flex;
      justify-content: flex-end; }
      .footer-container .bottom-footer .footer-status-site > ul > li:last-child {
        padding-left: 20px; }
    .footer-container .bottom-footer .footer-status-site .f-select-up {
      position: relative; }
      .footer-container .bottom-footer .footer-status-site .f-select-up a {
        border: none;
        background: none;
        box-shadow: none;
        padding: 0;
        height: auto;
        align-items: inherit; }
        .footer-container .bottom-footer .footer-status-site .f-select-up a:after {
          display: none; }
      .footer-container .bottom-footer .footer-status-site .f-select-up ul li {
        height: 37px; }
      .footer-container .bottom-footer .footer-status-site .f-select-up ul.open {
        left: 0;
        bottom: 100%;
        width: 130px;
        padding-left: 0;
        z-index: 999; }
    .footer-container .bottom-footer .footer-status-site .stt-currency .currency-name {
      display: none; }
    .footer-container .bottom-footer .footer-status-site .stt-currency a .currency-flag {
      margin-right: 10px; }
    .footer-container .bottom-footer .footer-status-site .stt-currency .currencies-btn {
      position: relative; }
      .footer-container .bottom-footer .footer-status-site .stt-currency .currencies-btn .open .currency-flag {
        margin-right: 10px; }
      .footer-container .bottom-footer .footer-status-site .stt-currency .currencies-btn a:after {
        display: none; }
      .footer-container .bottom-footer .footer-status-site .stt-currency .currencies-btn a.active:after {
        display: none; }
    .footer-container .bottom-footer .stt-language .wg-drop {
      background: none; }
      .footer-container .bottom-footer .stt-language .wg-drop .wgcurrent {
        border: none;
        min-width: 110px;
        text-align: right; }
        .footer-container .bottom-footer .stt-language .wg-drop .wgcurrent a {
          padding: 0;
          height: auto;
          line-height: 21px; }
        .footer-container .bottom-footer .stt-language .wg-drop .wgcurrent:after {
          display: none; }
      .footer-container .bottom-footer .stt-language .wg-drop ul {
        background: white;
        padding: 0;
        width: 130px;
        bottom: 100%; }
        .footer-container .bottom-footer .stt-language .wg-drop ul li a {
          color: inherit; }
    @media (max-width: 991px) {
      .footer-container .bottom-footer .footer-status-site .stt-currency a {
        padding-left: 5px; }
      .footer-container .bottom-footer .footer-status-site .stt-currency .currencies-btn .open li {
        padding-left: 5px; }
      .footer-container .bottom-footer .stt-language .wg-drop .wgcurrent {
        min-width: 100px; }
        .footer-container .bottom-footer .stt-language .wg-drop .wgcurrent a {
          padding-left: 5px; }
          .footer-container .bottom-footer .stt-language .wg-drop .wgcurrent a:after {
            padding-right: 5px; }
      .footer-container .bottom-footer .stt-language .wg-drop ul {
        width: 120px; }
        .footer-container .bottom-footer .stt-language .wg-drop ul li a {
          padding: 0 5px; } }
  @media (max-width: 991px) {
    .footer-container .subscribe-style-2 form {
      position: relative; }
      .footer-container .subscribe-style-2 form button {
        position: absolute;
        right: 0; }
      .footer-container .subscribe-style-2 form input {
        width: 100%; }
    .footer-container .footer-block {
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .footer-container .top-footer {
      padding: 30px 0; }
      .footer-container .top-footer .viewmore-footer {
        text-align: right;
        position: absolute;
        display: block;
        top: 55px;
        right: 0;
        z-index: 22;
        padding: 0 15px; }
    .footer-container .bottom-footer {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      padding-bottom: 10px;
      padding-top: 10px; }
      .footer-container .bottom-footer .row > div {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center !important; }
        .footer-container .bottom-footer .row > div > ul {
          text-align: center !important; }
      .footer-container .bottom-footer .bt-bot_curr_lang {
        order: 1; }
        .footer-container .bottom-footer .bt-bot_curr_lang .footer-status-site ul {
          justify-content: center; }
      .footer-container .bottom-footer .bt-copyright {
        order: 5; }
        .footer-container .bottom-footer .bt-copyright .copyright {
          text-align: center; }
      .footer-container .bottom-footer .bt-bot_payment {
        order: 4; }
        .footer-container .bottom-footer .bt-bot_payment .payment-image {
          text-align: center; } }

@media (max-width: 991px) and (min-width: 768px) {
  #footer-content .footer-container:not[style="background-image:"] .top-footer .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  #footer-content .top-footer .row > div {
    text-align: left !important; } }

.wg-drop.country-selector .wg-flags a {
  text-align: left; }
  .wg-drop.country-selector .wg-flags a:before {
    margin-right: 10px;
    margin-left: 0; }

.translate-position .wg-drop.country-selector .wgcurrent a {
  padding-right: 40px;
  padding-left: 10px;
  text-align: left; }
.translate-position .wg-drop.country-selector .wgcurrent:after {
  content: "\f004" !important;
  font-family: "arenafont";
  font-display: optional;
  background-image: none;
  top: 2px;
  left: auto;
  right: 0; }

.translate-position .wg-drop.country-selector.closed .wgcurrent:after {
  content: "\f006" !important;
  font-family: "arenafont";
  font-display: optional;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #006bc9; }

/* Page 404 */
#shopify-section-404-template .page-404 {
  padding: 35px 0 80px; }
  #shopify-section-404-template .page-404 .box-404-text > p:first-child {
    font-weight: 700;
    margin: 0 auto 23px;
    font-size: 36px; }
  #shopify-section-404-template .page-404 .box-404-text > p:last-child {
    margin: 15px 0; }
  #shopify-section-404-template .page-404 .box-404-text .image img {
    width: auto; }
  #shopify-section-404-template .page-404 .box-404-text .search-404 {
    width: 50%;
    margin: 0 auto;
    position: relative;
    line-height: 2.5;
    padding: 15px 0; }
    @media (max-width: 767px) {
      #shopify-section-404-template .page-404 .box-404-text .search-404 {
        width: 100%; } }
    #shopify-section-404-template .page-404 .box-404-text .search-404 form {
      display: flex;
      max-width: 500px;
      margin: auto;
      position: relative; }
      #shopify-section-404-template .page-404 .box-404-text .search-404 form input {
        max-width: 500px;
        margin: auto;
        border: 1px solid #e1e1e1;
        height: 42px;
        padding: 10px 55px 10px 10px; }
      #shopify-section-404-template .page-404 .box-404-text .search-404 form button {
        position: absolute;
        display: block;
        right: 0; }

.btn-rounded .page-404 form input {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }
