/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*background RGBA
============================================*/
/*inline-block
============================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.cart_box_shadow {
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.1);
}
.fontAwesome {
  font-family: 'FontAwesome';
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
h1 {
  font-size: 20px;
  margin: 0 0 5px;
  padding: 0px;
  margin: 0 0 15px 0;
}
h2 {
  font-size: 18px;
  margin: 0 0 5px;
  padding: 10px 0;
}
h3 {
  font-size: 16px;
  margin: 0 0 5px;
  padding: 10px 0;
}
h4 {
  font-size: 14px;
  margin: 0 0 5px;
  padding: 10px 0;
}
h5 {
  font-size: 12px;
  margin: 0 0 5px;
  padding: 10px 0;
}
h6 {
  font-size: 11px;
  margin: 0 0 5px;
  padding: 10px 0;
}
.box-shadow-none {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.clearBox {
  display: inline-block;
  width: 100%;
}
.displayTable {
  display: table;
}
.verticalAlign {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.hidden {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.hideBox {
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  top: 27px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
body:not(.rtl) .hideBox {
  left: 0;
  text-align: left;
}
body.rtl .hideBox {
  right: 0;
  text-align: right;
}
.hideBox:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 1;
}
body:not(.rtl) .hideBox:before {
  left: 0;
}
body.rtl .hideBox:before {
  right: 0;
}
.downArrow {
  content: '\f0dd';
  position: absolute;
  top: -2px;
  font-family: 'FontAwesome';
}
body:not(.rtl) .downArrow {
  right: 10px;
}
body.rtl .downArrow {
  left: 10px;
}
.nopadding {
  padding: 0 !important;
}
.account .mainCol .action.edit,
.account .mainCol .action.change-password {
  color: #27aba6;
  display: inline-block;
  margin: 2px 10px 2px 0;
  padding: 3px 15px 3px 0;
}
.account .mainCol .action.edit:hover,
.account .mainCol .action.change-password:hover {
  color: #666666;
}
.account .mainCol .action.edit:after,
.account .mainCol .action.change-password:after,
.account .mainCol .action.edit:before,
.account .mainCol .action.change-password:before {
  display: none;
}
.price-box.price-final_price {
  display: inline-block;
  vertical-align: top;
}
.price-box.price-final_price .old-price .price-label {
  display: none;
}
.price-box.price-final_price .old-price .price-wrapper {
  font-size: 12px;
  text-decoration: line-through;
}
.salePrice {
  background: #fc3f3f none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 6px 5px;
  padding: 3px 8px;
  vertical-align: top;
}
.salePrice:before {
  content: '-';
}
.loaderBox:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  content: "\f110";
  z-index: 99;
  font-size: 20px;
}
body:not(.rtl) .loaderBox:before {
  left: 50%;
  margin-left: -10px;
}
body.rtl .loaderBox:before {
  right: 50%;
  margin-right: -10px;
}
.loaderBox:after {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  content: "";
  z-index: 98;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
body:not(.rtl) .loaderBox:after {
  margin-left: -15px;
  left: 50%;
}
body.rtl .loaderBox:after {
  margin-right: -15px;
  right: 50%;
}
.icon_bg {
  display: inline-block;
  vertical-align: top;
}
.icon_bg li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
body:not(.rtl) .icon_bg li {
  padding-left: 40px;
}
body.rtl .icon_bg li {
  padding-right: 40px;
}
.icon_bg li em {
  background: #27aba6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  height: 36px;
  line-height: 35px;
  text-align: center;
  width: 36px;
}
body:not(.rtl) .icon_bg li em {
  margin-left: -50px;
  margin-right: 10px;
}
body.rtl .icon_bg li em {
  margin-right: -50px;
  margin-left: 10px;
}
.icon_bg li span {
  display: inline-block;
  vertical-align: top;
}
.arrow {
  display: inline-block;
  vertical-align: top;
}
.arrow li {
  position: relative;
  -webkit-animation: padding;
  -o-animation: padding;
  animation: padding;
  -webkit-transition: padding 300ms ease-in-out 0s;
  -moz-transition: padding 300ms ease-in-out 0s;
  transition: padding 300ms ease-in-out 0s;
  -o-transition: padding 300ms ease-in-out 0s;
  margin: 2px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
body:not(.rtl) .arrow li {
  padding-left: 15px;
}
body.rtl .arrow li {
  padding-right: 15px;
}
.arrow li:before {
  font-size: 14px;
  color: #000000;
  font-family: "Ionicons";
  top: -1px;
  font-family: FontAwesome;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
body:not(.rtl) .arrow li:before {
  left: 0;
  content: '\f3d1';
}
body.rtl .arrow li:before {
  right: 0;
  content: '\f3d2';
}
.arrow li:hover {
  padding-left: 20px;
}
body:not(.rtl) .arrow li:hover:before {
  left: 5px;
}
body.rtl .arrow li:hover:before {
  right: 5px;
}
.arrow.white li:before {
  color: #ffffff;
}
.bullet {
  display: inline-block;
  vertical-align: top;
}
.bullet li {
  position: relative;
  -webkit-animation: padding;
  -o-animation: padding;
  animation: padding;
  -webkit-transition: padding 300ms ease-in-out 0s;
  -moz-transition: padding 300ms ease-in-out 0s;
  transition: padding 300ms ease-in-out 0s;
  -o-transition: padding 300ms ease-in-out 0s;
  margin: 2px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
body:not(.rtl) .bullet li {
  padding-left: 15px;
}
body.rtl .bullet li {
  padding-right: 15px;
}
.bullet li:before {
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  top: 7px;
  width: 6px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
body:not(.rtl) .bullet li:before {
  left: 0;
}
body.rtl .bullet li:before {
  right: 0;
}
body:not(.rtl) .bullet li:hover {
  padding-left: 20px;
}
body.rtl .bullet li:hover {
  padding-right: 20px;
}
body:not(.rtl) .bullet li:hover:before {
  left: 5px;
}
body.rtl .bullet li:hover:before {
  right: 5px;
}
.bullet.white li:before {
  background: #fff;
}
.disc {
  display: inline-block;
  vertical-align: top;
}
.disc li {
  position: relative;
  -webkit-animation: padding;
  -o-animation: padding;
  animation: padding;
  -webkit-transition: padding 300ms ease-in-out 0s;
  -moz-transition: padding 300ms ease-in-out 0s;
  transition: padding 300ms ease-in-out 0s;
  -o-transition: padding 300ms ease-in-out 0s;
  margin: 2px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
body:not(.rtl) .disc li {
  padding-left: 20px;
}
body.rtl .disc li {
  padding-right: 20px;
}
.disc li:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #27aba6;
  content: "\f401";
  font-family: "Ionicons";
  height: 18px;
  position: absolute;
  top: 1px;
  width: 12px;
}
body:not(.rtl) .disc li:before {
  left: 0;
}
body.rtl .disc li:before {
  right: 0;
}
.disc.white li:before {
  color: #ffffff;
}
/* Flashing */
.flashing_effect:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
/* Shine */
.shine_effect {
  position: relative;
}
.shine_effect:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine_effect:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.shine_effect.from_right:before {
  left: auto;
  right: -75%;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}
.shine_effect.from_right:hover:before {
  -webkit-animation: shine_right .75s;
  animation: shine_right .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine_right {
  100% {
    right: 125%;
  }
}
@keyframes shine_right {
  100% {
    right: 125%;
  }
}
/* Circle */
.circle_effect {
  position: relative;
}
.circle_effect:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.circle_effect:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  text-align: left;
  background: #ffffff;
  overflow-x: hidden;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
.alink {
  text-decoration: none;
  color: #222222;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
}
a:visited {
  color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #27aba6;
}
a:focus {
  outline: 0;
}
a:hover {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  text-decoration: none !important;
}
._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
textarea,
select,
button {
  -webkit-appearance: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  border-width: 1px;
  border-style: solid;
  line-height: 35px;
  min-height: 35px;
  padding: 0 10px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  line-height: auto;
  min-height: auto;
  width: auto;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
dt {
  font-weight: 700;
  margin-bottom: 3px;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
body:not(.rtl) .a-left {
  text-align: left !important;
}
body.rtl .a-left {
  text-align: right !important;
}
.a-center,
.center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.f-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.no-display {
  display: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.table-block {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cell-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
fieldset {
  border: 0;
}
p {
  margin: 0 0 10px;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
}
.noPadding {
  padding: 0 !important;
}
.message.success {
  padding: 25px 20px 25px 45px;
}
.page.messages .message {
  padding: 0;
  margin: 0;
}
.page.messages .message > div {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 315px;
  z-index: 9999;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 70px 30px 30px 30px;
  min-height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.page.messages .message > div:after {
  content: 'Close';
  background: #23B574;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  padding: 12px;
  width: calc(100% - 30px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
body:not(.rtl) .page.messages .message > div:after {
  left: 15px;
}
body.rtl .page.messages .message > div:after {
  right: 15px;
}
.page.messages .message > div:before {
  content: "\f00c";
  font-family: "Ionicons";
  position: absolute;
  font-size: 25px;
  top: 0;
  width: 75px;
  height: 75px;
  margin: -37px 0 0 -37px;
  line-height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 4px solid #fff;
  left: 50%;
}
.page.messages .message.message-success.success > div:before {
  content: "\f383";
  background: #23B574;
}
.page.messages .message.message-success.success > div:after {
  background: #23B574;
}
.page.messages .message.message-error.error > div:before {
  content: "\f2d7";
  background: #E34C5F;
}
.page.messages .message.message-error.error > div:after {
  background: #E34C5F;
}
.page.messages .message.message-notice.notice > div:before {
  content: "\f101";
  background: #FFB74D;
}
.page.messages .message.message-notice.notice > div:after {
  background: #FFB74D;
}
.page.messages .message:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9999;
}
body:not(.rtl) .page.messages .message:before {
  left: 0;
}
body.rtl .page.messages .message:before {
  right: 0;
}
.loading-mask .loader img {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding-left: 40px;
  background-image: url('../images/AjaxLoader.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.b-lazy {
  margin: 50px 0;
}
.b-lazy.b-loaded {
  margin: 0;
}
body:not(.rtl) .upSide.areaBox.proArea {
  float: right;
}
body.rtl .upSide.areaBox.proArea {
  float: left;
}
.cms-index-index .page-main.container.maincontent {
  padding: 0;
  width: 100%;
}
.flexRule.container .container {
  width: auto;
  padding: 0;
}
body:not(.cms-index-index) .flexRule.container {
  padding: 60px 0 0 0;
  width: auto;
}
body:not(.rtl) .account .mainCol .block:not(.widget) .block-content .box:nth-child(1) {
  clear: left;
  float: left;
}
body.rtl .account .mainCol .block:not(.widget) .block-content .box:nth-child(1) {
  clear: right;
  float: right;
}
body:not(.rtl) .account .mainCol .block:not(.widget) .block-content .box:nth-child(2) {
  float: right;
}
body.rtl .account .mainCol .block:not(.widget) .block-content .box:nth-child(2) {
  float: left;
}
.account .mainCol .block:not(.widget) .block-content .box {
  width: 48%;
}
.account .mainCol .block:not(.widget) .block-content:after {
  clear: both;
  content: "";
  display: table;
}
body:not(.rtl) form input.swatch-input {
  left: 0 !important;
}
body.rtl form input.swatch-input {
  right: 0 !important;
}
.theme_color {
  color: #27aba6;
}
.theme_bg {
  background: #27aba6;
}
.white {
  color: #ffffff !important;
}
.price-box {
  font-size: 14px;
  font-weight: bold;
  color: #27aba6;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #27aba6;
}
.price-box .old-price {
  color: #aaa;
  font-size: 12px;
}
.price-box .special-price {
  color: #1dc819;
  font-size: 16px;
}
[class^="block block-dashboard-"] .block-title {
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
[class^="block block-dashboard-"] .block-title strong {
  font-size: 18px;
  font-weight: normal;
}
body:not(.rtl) [class^="block block-dashboard-"] .block-title strong {
  margin-right: 20px;
}
body.rtl [class^="block block-dashboard-"] .block-title strong {
  margin-left: 20px;
}
.actions-toolbar {
  clear: both;
}
.block {
  display: inline-block;
  width: 100%;
}
.block-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.boxed .page-wrapper {
  box-shadow: 0 0 50px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 100%;
  width: 1280px;
}
.boxed .page-wrapper .container {
  width: 100%;
}
.cms-index-index .container.oneCol {
  background: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.checkout-index-index .logoBox .logo img {
  display: none;
}
.checkout-index-index .logoBox .logo img.defaultLogo {
  display: block;
}
.page-layout-1column:not(.cms-index-index) .oneCol .column.main,
.page-layout-checkout .oneCol .column.main {
  padding-left: 15px;
  padding-right: 15px;
}
.page-layout-1column div.toolbar-products {
  width: calc(100% - 30px);
}
.cms-index-index .oneCol .column.main.row {
  margin: 0;
}
.bannerBlock {
  padding-top: 30px;
}
header.page-header .header.panel {
  padding-bottom: 0;
  padding-top: 0;
}
.page-header {
  vertical-align: top;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: none;
}
.headingBox {
  position: relative;
  padding-bottom: 40px;
}
.fieldset.coupon button.action {
  padding: 14px 40px;
}
.fieldset.coupon button.action span {
  color: #666666;
}
.checkout-success {
  padding: 30px;
}
.block-banner .owl-carousel {
  padding: 10px;
  margin: 0 0 5px 0;
}
.block-banner .block-title {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0;
}
.block-banner p {
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.block-text {
  font-size: 14px;
}
.post-instagram {
  text-align: center;
}
.post-instagram .instagram_slider .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
body:not(.rtl) .post-instagram .instagram_slider .item a {
  left: 0;
}
body.rtl .post-instagram .instagram_slider .item a {
  right: 0;
}
.post-instagram .instagram_slider .item a i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  color: #ffffff;
  margin-top: -15px;
}
body:not(.rtl) .post-instagram .instagram_slider .item a i {
  left: 50%;
  margin-left: -15px;
}
body.rtl .post-instagram .instagram_slider .item a i {
  right: 50%;
  margin-right: -15px;
}
.post-instagram .instagram_slider .item:hover a {
  visibility: visible;
  opacity: 0.5;
}
.post-instagram .viewGallery {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #333;
  line-height: 20px;
  margin: 20px 10px;
  vertical-align: top;
}
.post-instagram .viewGallery .fa {
  font-size: 15px;
  margin: 0 0 0 15px;
}
.post-instagram .viewGallery:hover {
  border-color: #27aba6;
  color: #27aba6;
}
.post-instagram #insta_feed {
  margin-bottom: 15px;
}
.login-container {
  background: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
  margin-top: 100px;
}
.login-container .tab-title {
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.login-container .tab-title.active {
  display: block;
}
.login-container .account-social-login {
  display: inline-block;
  vertical-align: :top;
  width: 100%;
}
.login-container .form.create.account {
  min-width: auto;
  width: 100%;
}
.login-container .block.block-customer-login {
  width: 100%;
  margin: 0;
}
.login-container .fieldset > .field > div.control {
  width: 100%;
}
.login-container .custorm-tab-content {
  display: none;
}
.login-container .custorm-tab-content.tab-active {
  display: block;
}
.login-container .block.block-new-customer {
  display: none;
}
.customer-account-login .form-create-account .fieldset-fullname .field-name-prefix,
.customer-account-login .form-create-account .fieldset-fullname .field-name-suffix {
  width: 100px;
}
.customer-account-login .fieldset-fullname .field.field-name-firstname {
  width: calc(33.3333% - 10px);
}
body:not(.rtl).customer-account-login .fieldset-fullname .field.field-name-firstname {
  clear: left;
}
body.rtl.customer-account-login .fieldset-fullname .field.field-name-firstname {
  clear: right;
}
.customer-account-login .fieldset-fullname .field.field-name-middlename,
.customer-account-login .fieldset-fullname .field.field-name-lastname {
  width: calc(33.3333% - 10px);
}
body:not(.rtl) .form-create-account .fieldset-fullname .fields .field {
  float: left;
  margin: 0 10px 10px 0;
}
body.rtl .form-create-account .fieldset-fullname .fields .field {
  float: right;
  margin: 0 0 10px 10px;
}
.actions-toolbar {
  margin-bottom: 50px;
}
#owl-brand .owl-item .item {
  text-align: center;
}
.bwr_block {
  padding-bottom: 15px;
}
.page-products .sorter {
  position: static;
}
[class*="bannerBlock"] > .container,
.container.padTop,
.container.zeroNine,
.zeroNine,
.container.whiteBox,
.logBox > .container,
.category-banner,
.fotorama__stage,
.headertype1 {
  background-color: #ffffff;
}
.column.main #contact-form.form.contact {
  float: right;
  padding: 0 15px;
  width: 100%;
}
.contact_info {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 20px;
  background: #e5e5e5;
  display: inline-block;
  width: 100%;
}
.contact_detail_info .icon_box {
  margin-bottom: 40px;
  position: relative;
}
body:not(.rtl) .contact_detail_info .icon_box {
  padding-left: 100px;
}
body.rtl .contact_detail_info .icon_box {
  padding-right: 100px;
}
.contact_detail_info .icon_box .material-icons {
  padding: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #666666;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
body:not(.rtl) .contact_detail_info .icon_box .material-icons {
  left: 0px;
}
body.rtl .contact_detail_info .icon_box .material-icons {
  right: 0px;
}
.contact_detail_info .icon_box h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}
.contact_detail_info .icon_box h3:before {
  position: absolute;
  width: 60px;
  height: 2px;
  background: #666666;
  bottom: 0;
  content: '';
}
body:not(.rtl) .contact_detail_info .icon_box h3:before {
  left: 0px;
}
body.rtl .contact_detail_info .icon_box h3:before {
  right: 0px;
}
.block-compare .counter.qty {
  display: none;
}
.block-compare .product-item {
  position: relative;
}
.block-compare .product-item .product-item-name {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0;
  width: 100%;
}
body:not(.rtl) .block-compare .product-item .product-item-name {
  margin-left: 20px;
}
body.rtl .block-compare .product-item .product-item-name {
  margin-right: 20px;
}
.block-compare .product-item .product-item-name a {
  color: #666666;
}
.block-compare .product-item .action.delete span {
  display: none;
}
.block-compare .product-item .action.delete:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  font-size: 15px;
  color: #666666;
  content: '\f057';
}
body:not(.rtl) .block-compare .product-item .action.delete:before {
  left: 0;
}
body.rtl .block-compare .product-item .action.delete:before {
  right: 0;
}
.fieldset.coupon .field .control #coupon_code {
  height: 47px;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #666666;
}
.col-md-9 .container.zeroNine {
  float: none !important;
  padding: 0 !important;
  width: auto !important;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #27aba6;
}
.product.attibute.description {
  font-size: 12px;
  line-height: 24px;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #27aba6;
}
.products-grid.wishlist .product-item .product-item-name {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-name a {
  color: #666666;
  text-decoration: none;
}
.products-grid.wishlist .product-item .price-box {
  color: #222222;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  padding: 7px 15px;
  white-space: nowrap;
}
.wanexo-blogs-post-view .page-title-wrapper {
  display: none;
}
.blog_grid .blog-post-content {
  padding: 20px 0;
  display: inline-block;
}
.blog_grid .blog-cover {
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
}
body:not(.rtl) .blog_grid .blog-cover {
  float: left;
}
body.rtl .blog_grid .blog-cover {
  float: right;
}
.blog_grid .blog-cover .blog-img {
  width: 200px;
}
body:not(.rtl) .blog_grid .blog-cover .blog-img {
  float: left;
}
body.rtl .blog_grid .blog-cover .blog-img {
  float: right;
}
.blog_grid .blog-cover .blog-img a {
  display: block;
}
body:not(.rtl) .blog_grid .blog-cover .blog-content {
  padding-left: 220px;
}
body.rtl .blog_grid .blog-cover .blog-content {
  padding-right: 220px;
}
.blog_grid .blog-cover .blog-content h3 {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}
.blog_grid .blog-cover .blog-content .post-details {
  color: #666666;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
}
.blog_grid .blog-cover .blog-content p {
  line-height: 25px;
  padding: 5px 0;
}
.blog_grid .blog-cover .blog-content .blog-readmore {
  text-transform: uppercase;
  font-size: 12px;
  color: #222222;
  font-weight: bold;
}
.blog_grid .blog-cover .blog-content .blog-readmore:hover {
  text-decoration: underline;
}
.bList {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bList li {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.post-content .itemBlog {
  display: inline-block;
  width: auto;
  width: 50%;
  padding: 15px;
}
body:not(.rtl) .post-content .itemBlog {
  float: left;
  text-align: left;
}
body.rtl .post-content .itemBlog {
  float: right;
  text-align: right;
}
.post-content .itemBlog h2 {
  display: inline-block;
  font-size: 25px;
  width: 100%;
  text-transform: capitalize;
}
.post-content .itemBlog .img-block {
  display: inline-block;
  padding-bottom: 20px;
}
.post-content .itemBlog .shortdec {
  color: #666666;
  font-size: 14px;
}
.post-content .itemBlog .rblog {
  display: inline-block;
  width: 100%;
}
.post-content .itemBlog .rblog .blog-readmore {
  background: none;
  border: 1px solid #e5e5e5;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.post-content .itemBlog .rblog .blog-readmore:hover {
  border: 1px solid #27aba6;
  color: #27aba6;
}
.post-content .itemBlog:nth-child(2n) + .itemBlog {
  clear: left;
}
.post-content-item h2 {
  display: inline-block;
  font-size: 25px;
  text-transform: capitalize;
  vertical-align: top;
  width: 100%;
}
.post-content-item .img-block {
  display: inline-block;
  padding-bottom: 20px;
}
.post-content-item .big-shortdec {
  color: #666666;
  font-size: 14px;
  line-height: 2.2em;
  margin: 0 0 30px;
}
.post-content-item .big-shortdec p {
  color: #666666;
  font-size: 14px;
  line-height: 2.2em;
  margin: 0 0 30px;
}
.block {
  margin-bottom: 40px;
}
.block .block-title {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: 15px;
  font-size: 16px;
  background: none;
}
.block .block-title strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  padding: 0;
  margin: 0;
  border: none;
}
.breadcrumbs {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin: 10px 0;
}
.breadcrumbs ul {
  margin: 0;
}
.breadcrumbs ul li.item {
  display: inline;
  font-weight: normal;
  font-size: 11px;
}
.breadcrumbs ul li.item span {
  display: inline-block;
  padding: 0 3px;
}
.breadcrumbs ul li.item:not(:last-child):after {
  line-height: 15px;
}
.sidebar-post-wrapper {
  margin-bottom: 30px;
}
.sidebar-post-wrapper #search-blog .search {
  margin-bottom: 10px;
}
.sidebar-post-wrapper .sidebar-content li {
  color: #666666;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.sidebar-post-wrapper .sidebar-content li a {
  color: #666666;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  font-weight: bold;
}
.sidebar-post-wrapper .sidebar-content li a:hover {
  margin-left: 15px;
  color: #666666;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.progress-bar.animate {
  width: 100%;
  background: yellow;
}
.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close,
.modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close {
  background: #000000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
}
.modal-popup .action-close:before,
.modal-slide .action-close:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #ffffff;
  font-size: 12px !important;
  line-height: 12px;
  vertical-align: middle;
}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  min-height: auto;
}
.modal-content .block-title strong {
  border-bottom: medium none;
  width: auto;
}
.fixHeader span.mdlabel {
  display: none;
}
.checkout-container {
  padding: 50px 0;
  position: relative;
}
.checkout-container .authentication-wrapper {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50px;
  margin: 0;
}
body:not(.rtl) .checkout-container .authentication-wrapper {
  text-align: right;
  right: 0;
}
body.rtl .checkout-container .authentication-wrapper {
  text-align: left;
  left: 0;
}
body:not(.rtl) .checkout-container .modal-custom.authentication-dropdown {
  text-align: left;
}
body.rtl .checkout-container .modal-custom.authentication-dropdown {
  text-align: right;
}
.checkout-container .opc-progress-bar-item._active:before {
  background: #9ee684;
}
.checkout-container .opc-progress-bar-item._active > span:before {
  background: #9ee684;
}
.checkout-container .opc-block-summary {
  background: #ffffff;
  border: 1px solid #e1e1e1;
}
.checkout-container .opc-wrapper .step-title,
.checkout-container .opc-block-shipping-information .shipping-information-title,
.checkout-container .opc-block-summary > .title,
.checkout-container .checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.checkout-container .cart.table-wrapper .product-image-wrapper,
.checkout-container .minicart-items .product-image-wrapper,
.checkout-container .block-giftregistry-shared-items .product-image-wrapper {
  padding: 5px;
  border: 1px solid #e1e1e1;
}
.checkout-container .opc-wrapper .form-login,
.checkout-container .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-container .field input.input-text,
.checkout-container .field .select {
  line-height: 49px;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #e5e5e5;
}
.checkout-container #checkout-loader.loading-mask {
  background: url(../images/loader.svg) no-repeat center center;
  background-size: 160px;
  height: 13px;
}
.checkout-container #checkout-loader.loading-mask .loader img {
  display: none;
}
@media (min-width: 768px) {
  .checkout-index-index .logoBox {
    text-align: center;
  }
  .checkout-index-index .logoBox .logo {
    text-align: center;
    display: inline-block;
    height: 60px;
  }
  .b-lazy {
    margin: 150px 0;
  }
}
@media (min-width: 992px) {
  .blog_grid .blog-cover {
    width: 50%;
  }
  body:not(.rtl) .blog_grid .blog-cover {
    padding-right: 40px;
  }
  body.rtl .blog_grid .blog-cover {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .checkout-container {
    padding: 50px 150px;
  }
  .checkout-index-index .header.content.container {
    padding: 0 165px;
  }
  body:not(.rtl) .checkout-container .authentication-wrapper {
    right: 150px;
  }
  body.rtl .checkout-container .authentication-wrapper {
    left: 150px;
  }
}
@media (max-width: 767px) {
  .blog_grid .blog-cover {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  body:not(.rtl) .blog_grid .blog-cover {
    float: left;
  }
  body.rtl .blog_grid .blog-cover {
    float: right;
  }
  .blog_grid .blog-cover .blog-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog_grid .blog-cover .blog-content {
    display: inline-block;
    vertical-align: top;
  }
  body:not(.rtl) .blog_grid .blog-cover .blog-content {
    padding-left: 0;
  }
  body.rtl .blog_grid .blog-cover .blog-content {
    padding-right: 0;
  }
  .checkout-container .authentication-wrapper {
    top: -60px;
  }
  body:not(.rtl) .checkout-container .authentication-wrapper {
    right: 0;
  }
  body.rtl .checkout-container .authentication-wrapper {
    left: 0;
  }
  .checkout-container .opc-estimated-wrapper {
    background: none;
    padding: 18px 0;
  }
  .checkout-container .opc-wrapper .form-login,
  .checkout-container .opc-wrapper .form-shipping-address,
  .checkout-container .opc-wrapper .methods-shipping {
    background: none;
    margin: 0;
    padding: 20px 15px;
  }
}
@media (min-width: 992px) {
  [class*="page-layout"]:not(.fixHeader) .headertype1 .stickyRow > .container {
    padding: 0;
    width: 100%;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .headerTop {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    z-index: 99;
    color: #222222;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .flippy {
    position: relative;
    margin: 12px 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .flippy li a {
    color: #666666;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .switcher {
    padding: 18px 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 .switcher {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .logoWrapper {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1;
    width: 30%;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype1 .logoWrapper {
    margin-left: -15%;
    left: 50%;
    right: auto;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 .logoWrapper {
    margin-right: -15%;
    right: 50%;
    left: auto;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .logoWrapper .logoBox {
    text-align: center;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .logoWrapper .logoBox .logo {
    display: table-cell;
    float: none;
    height: 55px;
    width: auto;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 15px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype1 .topRight {
    text-align: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 .topRight {
    text-align: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #user_account #ua_trigger:before {
    content: 'perm_identity';
    font-size: 21px;
    font-family: "Material Icons";
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #search_box {
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #search_box #sb_trigger {
    font-size: 0;
    height: 55px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #search_box #sb_trigger:before {
    color: #222222;
    content: 'search';
    font-family: "Material Icons";
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #sb_detial {
    width: 350px;
    margin: 0;
    position: absolute;
    top: 10px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype1 #sb_detial {
    right: 3px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 #sb_detial {
    left: 3px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #sb_detial .search_container {
    border: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #sb_detial .search_container.icon .action.search span:before {
    font-family: 'Material Icons';
    border: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: 'search';
    font-size: 21px;
    text-transform: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 #sb_detial .search_container .field.search input {
    border-bottom: 2px solid #666;
    padding: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper {
    vertical-align: top;
    display: inline-block;
    padding: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart {
    position: relative;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart {
    padding-left: 35px;
    margin-left: 10px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart {
    padding-right: 35px;
    margin-right: 10px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart .text {
    font-size: 0;
    height: 55px;
    vertical-align: top;
    display: inline-block;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart:after {
    display: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart:before {
    color: #222222;
    content: 'shopping_cart';
    font-family: "Material Icons";
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart:before {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart:before {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart .counter.qty {
    border: 1px solid #222222;
    background: #222222;
    color: #ffffff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    text-align: center;
    line-height: 20px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart .counter.qty {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .action.showcart .counter.qty {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .counter.qty {
    line-height: 55px;
    margin: 0;
    height: 55px;
    vertical-align: middle;
    background: none;
    color: #666666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .minicart-wrapper .block-minicart {
    top: 55px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .switcher .options ul.dropdown {
    top: 33px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .nav-container ul#nav > li.level0 {
    padding: 0 15px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .nav-container ul#nav > li.level0 > a {
    line-height: 48px;
    padding: 0;
    font-size: 13px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .nav-container ul#nav > li.level0:hover > a:before {
    bottom: 0;
    content: "";
    height: 16px;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #000;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype1 .nav-container ul#nav > li.level0:hover > a:before {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype1 .nav-container ul#nav > li.level0:hover > a:before {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .nav-container ul#nav > li.megamenu .pump {
    top: 48px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype1 .nav-container ul#nav > li:not(.megamenu) > ul {
    top: 48px;
  }
  [class*="page-layout"]:not(.fixHeader).transparentheader.cms-index-index .headertype1 {
    position: absolute;
    top: 0;
    width: 100%;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader).transparentheader.cms-index-index .headertype1 {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader).transparentheader.cms-index-index .headertype1 {
    right: 0;
  }
  .fixHeader .topLeft,
  .fixHeader #search_box,
  .fixHeader #user_account {
    display: none;
  }
  .fixHeader .topRight {
    width: auto;
  }
  body:not(.rtl).fixHeader .topRight {
    float: right;
  }
  body.rtl.fixHeader .topRight {
    float: left;
  }
  .fixHeader .stickyRow > .container {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  header.headertype1 .header_info.flippy {
    display: none;
  }
}
@media (max-width: 991px) {
  header.headertype1 .topLeft,
  header.headertype1 #user_account {
    display: none;
  }
}
@media (min-width: 992px) {
  body.transparentheader.cms-index-index .headertype2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .stickyRow .header-top {
    padding: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .stickyRow .headerCenter {
    position: relative;
    padding: 0;
    z-index: 9;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .greet.welcome {
    padding: 5px;
    float: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .flippy li {
    line-height: 32px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper {
    margin-right: 15px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper {
    margin-left: 15px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart {
    position: relative;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart {
    padding-left: 35px;
    margin-left: 10px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart {
    padding-right: 35px;
    margin-right: 10px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart .text {
    font-size: 0;
    height: 55px;
    width: auto;
    vertical-align: top;
    display: inline-block;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart:after {
    display: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart:before {
    color: #222222;
    content: 'shopping_cart';
    font-family: "Material Icons";
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart:before {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart:before {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart .counter.qty {
    border: 1px solid #222222;
    background: #222222;
    color: #ffffff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    text-align: center;
    line-height: 20px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart .counter.qty {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .action.showcart .counter.qty {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .block-minicart {
    top: 55px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .block-minicart {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .minicart-wrapper .block-minicart {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .headerTop {
    background: #444444;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 32px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .headerTop .switcher {
    padding: 7px 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .topLinks {
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .topLinks .greet.welcome {
    display: inline-block;
    font-style: italic;
    vertical-align: top;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .switcher {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .switcher {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .switcher .switcher-trigger strong {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .switcher .options ul.dropdown {
    top: 20px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .switcher .options ul.dropdown {
    text-align: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .switcher .options ul.dropdown {
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .switcher .options div.action.toggle.switcher-trigger,
  [class*="page-layout"]:not(.fixHeader) .headertype2 .switcher .options div.action.toggle.switcher-trigger.active {
    top: 0;
    font-size: 8px;
    margin: 0;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .logoWrapper {
    float: left;
    margin-left: 15px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .logoWrapper {
    float: right;
    margin-right: 15px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #search_box {
    margin-top: 20px;
    position: relative;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 #search_box {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 #search_box {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #search_box #sb_trigger {
    font-size: 0;
    height: 55px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #search_box #sb_trigger:before {
    color: #222222;
    content: 'search';
    font-family: "Material Icons";
    font-size: 21px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #sb_detial {
    width: 350px;
    margin: 0;
    position: absolute;
    top: 10px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 #sb_detial {
    right: 3px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 #sb_detial {
    left: 3px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #sb_detial .search_container {
    border: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #sb_detial .search_container.icon .action.search span:before {
    font-family: 'Material Icons';
    border: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: 'search';
    font-size: 20px;
    text-transform: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #sb_detial .search_container .field.search input {
    border-bottom: 2px solid #666;
    padding: 0 10px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #user_account {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 #user_account {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 #user_account {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #user_account #ua_trigger {
    font-size: 0;
    height: 55px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 #user_account #ua_trigger:before {
    color: #222222;
    content: 'perm_identity';
    font-size: 21px;
    font-family: "Material Icons";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .header.links {
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: absolute;
    width: 170px;
    background: #ffffff;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links {
    right: 0;
    text-align: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links {
    left: 0;
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .header.links li {
    width: 100%;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links li {
    text-align: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links li {
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .header.links li a {
    padding: 0 0 5px 0;
    margin: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:before,
  [class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:after {
    border: 6px solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    margin: 0 3px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:before,
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:after {
    right: 9px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:before,
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:after {
    left: 9px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:before {
    top: -12px;
    border-color: transparent transparent #e5e5e5 transparent;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .header.links:after {
    top: -11px;
    border-color: transparent transparent #ffffff transparent;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .navHeader {
    float: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .navHeader {
    float: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container {
    position: static;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container {
    text-align: left;
    padding: 0 0 0 35px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container {
    text-align: right;
    padding: 0 35px 0 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li {
    padding: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li > a {
    font-size: 12px;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222222;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li:hover > a {
    color: #222222;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li:hover > ul {
    top: 90px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li > ul {
    top: 104px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li.level0 > a {
    line-height: 110px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li.level0 > a:after {
    position: absolute;
    content: '';
    height: 3px;
    background: #27aba6;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    visibility: hidden;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li.level0:hover > a:after {
    visibility: visible;
    bottom: 20px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li.megamenu .pump {
    top: 104px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .nav-container ul#nav > li.megamenu:hover .pump {
    top: 90px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype2 .logoBox .logo {
    padding: 20px 0;
  }
  .fixHeader .headertype2 .headerTop {
    display: none;
  }
  body:not(.rtl).fixHeader .headertype2 .nav-container ul#nav {
    padding: 0 0 0 180px;
  }
  body.rtl.fixHeader .headertype2 .nav-container ul#nav {
    padding: 0 180px 0 0;
  }
  .fixHeader .headertype2 .container.headerCenter.wx_menu {
    padding: 0;
  }
  body:not(.rtl).fixHeader .headertype2 .minicart-wrapper {
    margin-right: 15px;
    float: right;
  }
  body.rtl.fixHeader .headertype2 .minicart-wrapper {
    margin-left: 15px;
    float: left;
  }
}
@media (max-width: 991px) {
  .headertype2 .headerTop,
  .headertype2 #user_account {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-wrapper header.headertype2 [class*="col-"] {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.transparentheader.cms-index-index .headertype3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop {
    border-bottom: 1px solid #e5e5e5;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop > .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .email_to {
    padding: 13px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .email_to {
    float: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .email_to {
    float: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .flippy {
    padding: 0;
    vertical-align: top;
    font-weight: bold;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .flippy li {
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: normal;
    color: #222222;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .flippy li {
    padding-left: 20px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .flippy li {
    padding-right: 20px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .flippy li a {
    color: #222222;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerTop .flippy li a strong {
    color: #27aba6;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .greet.welcome {
    padding: 12px;
    color: #ffffff;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .greet.welcome {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .greet.welcome {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .switcher {
    padding: 13px 0;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .switcher {
    float: right;
    margin: 0 0 0 20px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .switcher {
    float: left;
    margin: 0 20px 0 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .switcher strong {
    font-weight: bold;
    color: #222222;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .logoWrapper {
    float: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .logoWrapper {
    float: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .logoWrapper .logoBox .logo {
    height: 95px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li {
    margin-right: 25px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li {
    margin-left: 25px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li a {
    font-size: 14px;
    font-weight: normal;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    color: #222222;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li a {
    padding-left: 60px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li a {
    padding-right: 60px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li i {
    font-size: 20px;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li i {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header_offer li i {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #search_box {
    vertical-align: middle;
    width: 300px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 #search_box {
    padding-right: 15px;
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 #search_box {
    padding-left: 15px;
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #search_box #sb_detial {
    position: static;
    width: auto;
    top: 0;
    display: block !important;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 #search_box #sb_detial {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 #search_box #sb_detial {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #search_box #sb_detial .search_container {
    height: 41px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 #search_box #sb_detial .search_container {
    border-color: transparent transparent transparent #e5e5e5;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 #search_box #sb_detial .search_container {
    border-color: transparent #e5e5e5 transparent transparent;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #search_box #sb_trigger {
    display: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .search_container .field.search input {
    height: 41px;
    background: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .search_container.icon .action.search {
    top: 3px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .search_container.icon .action.search {
    right: 5px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .search_container.icon .action.search {
    left: 5px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .search_container.icon .action.search span:before {
    content: 'search';
    font-family: "Material Icons";
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #user_account {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 #user_account {
    margin-right: 25px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 #user_account {
    margin-left: 25px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #user_account #ua_trigger {
    font-size: 14px;
    font-weight: normal;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    text-transform: uppercase;
    color: #222222;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 #user_account #ua_trigger {
    padding-left: 60px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 #user_account #ua_trigger {
    padding-right: 60px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #user_account #ua_trigger:before {
    display: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 #user_account i {
    font-size: 24px;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    color: #222222;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 #user_account i {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 #user_account i {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header.links {
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: absolute;
    width: 170px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links {
    right: 0;
    text-align: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links {
    left: 0;
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header.links li {
    width: 100%;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links li {
    text-align: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links li {
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header.links li a {
    padding: 0 0 5px 0;
    margin: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:before,
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:after {
    border: 6px solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    margin: 0 3px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:before,
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:after {
    right: 9px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:before,
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:after {
    left: 9px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:before {
    top: -12px;
    border-color: transparent transparent #666666 transparent;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header.links:after {
    top: -11px;
    border-color: transparent transparent #ffffff transparent;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .headerMidLeft {
    display: table;
    padding: 20px 0;
    z-index: 1;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .headerMidLeft {
    text-align: right;
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .headerMidLeft {
    text-align: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .logoWrapper .logoBox {
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    float: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart {
    font-size: 14px;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    font-weight: normal;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart {
    padding-left: 60px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart {
    padding-right: 60px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart:after {
    display: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart:before {
    content: 'shopping_cart';
    font-family: "Material Icons";
    font-size: 20px;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #222222;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart:before {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart:before {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .action.showcart .text {
    color: #222222;
    text-transform: uppercase;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .block-minicart {
    top: 55px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .block-minicart {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .block-minicart {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .counter.qty {
    line-height: 25px;
    margin: 0;
    height: 25px;
    vertical-align: middle;
    background: none;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    background: #27aba6;
    text-align: center;
    position: absolute;
    top: -7px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .counter.qty {
    left: 35px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .minicart-wrapper .counter.qty {
    right: 35px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .navBox3 {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container {
    position: static;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container {
    text-align: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container {
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0 > a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0.parent > a {
    position: relative;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0.parent > a {
    padding-right: 20px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0.parent > a {
    padding-left: 20px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0.parent > a:after {
    content: '\f3d0';
    font-family: 'Ionicons';
    font-size: 10px;
    position: absolute;
    top: 3px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0.parent > a:after {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0.parent > a:after {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.level0:hover > a {
    color: #27aba6;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li.megamenu .pump {
    top: 53px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li:not(.megamenu) > ul {
    top: 37px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li:not(.megamenu) > ul {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .navHeader .nav-container ul#nav > li:not(.megamenu) > ul {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_social {
    display: inline-block;
    vertical-align: top;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header_social {
    float: right;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 25px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header_social {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 25px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_social li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 46px;
    line-height: 46px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype3 .header_social li {
    text-align: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype3 .header_social li {
    text-align: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_social li a {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype3 .header_social li a:hover {
    color: #27aba6;
  }
  .fixHeader .headertype3 .headerTop,
  .fixHeader .headertype3 .searchBox,
  .fixHeader .headertype3 .header_offer,
  .fixHeader .headertype3 #user_account {
    display: none;
  }
  body:not(.rtl).fixHeader .headertype3 .headerMidLeft {
    float: right;
  }
  body.rtl.fixHeader .headertype3 .headerMidLeft {
    float: left;
  }
  body:not(.rtl).fixHeader .headertype3 .headerMidLeft .verticalAlign {
    float: right;
  }
  body.rtl.fixHeader .headertype3 .headerMidLeft .verticalAlign {
    float: left;
  }
  .fixHeader .headertype3 .navHeader {
    position: absolute;
  }
  body:not(.rtl).fixHeader .headertype3 .navHeader {
    left: 0;
  }
  body.rtl .fixHeader .headertype3 .navHeader {
    right: 0;
  }
}
@media (max-width: 991px) {
  .headertype3 .header_offer,
  .headertype3 #user_account,
  .headertype3 .headerTop {
    display: none;
  }
  .headertype3 .stickyRow > .container > .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .headertype3 #sb_detial {
    width: 100%;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  body.transparentheader.cms-index-index .headertype4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: none;
  }
  .headertype4 .greet.welcome {
    float: right;
    padding: 10px 20px;
  }
  .headertype4 .headerTop {
    border-bottom: 1px solid #E5E5E5;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
  }
  .headertype4 .flippy {
    height: 36px;
    margin: 0 15px;
  }
  .headertype4 .flippy li {
    opacity: 0;
    line-height: 30px;
    margin: 0;
    padding: 4px 0;
  }
  .headertype4 .flippy li a {
    color: #666666;
  }
  .headertype4 .flippy li strong {
    color: #27aba6;
  }
  .headertype4 .switcher {
    padding: 10px 0;
  }
  body:not(.rtl) .headertype4 .switcher {
    float: right;
  }
  body.rtl .headertype4 .switcher {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .stickyRow > .container {
    padding: 0;
    width: 100%;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .logoWrapper {
    float: left;
    margin-left: 30px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .logoWrapper {
    float: right;
    margin-right: 30px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .logoBox .logo {
    height: 85px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .header_right {
    margin-right: 30px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .header_right {
    margin-left: 30px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #user_account {
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
    z-index: 2;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 #user_account {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 #user_account {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #user_account #ua_trigger {
    font-size: 0;
    height: 80px;
    width: 65px;
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #user_account #ua_trigger:before {
    color: #222222;
    content: 'perm_identity';
    font-family: "Material Icons";
    font-size: 29px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #user_account .header.links {
    top: 85px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .action.showcart {
    white-space: nowrap;
    margin-right: 0;
    width: 62px;
    position: relative;
    height: 80px;
    vertical-align: top;
    display: inline-block;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .action.showcart .text {
    font-size: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .action.showcart:after {
    display: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .action.showcart:before {
    position: absolute;
    content: "shopping_cart";
    font-family: "Material Icons";
    top: 20px;
    font-size: 27px;
    color: #222222;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .action.showcart:before {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .action.showcart:before {
    right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .counter.qty {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid #27aba6;
    color: #222222;
    position: absolute;
    top: 20px;
    background: #ffffff;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .counter.qty {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .counter.qty {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .counter.qty .counter-number {
    text-align: center;
    display: block;
    line-height: 22px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .block-minicart {
    top: 85px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .block-minicart {
    right: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .minicart-wrapper .block-minicart {
    left: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader {
    padding: 18px 25px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader {
    float: left;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader {
    float: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader .nav-container {
    position: static;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader .nav-container ul#nav > li.level0 > a {
    line-height: 48px;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader .nav-container ul#nav > li.level0:hover > a {
    color: #27aba6;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader .nav-container ul#nav > li.megamenu .pump {
    top: 120px;
    max-width: 1200px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader .nav-container ul#nav > li:not(.megamenu) > ul {
    top: 68px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader .nav-container ul#nav > li:not(.megamenu) > ul {
    left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 .navHeader .nav-container ul#nav > li:not(.megamenu) > ul {
    right: 0;
  }
  .fixHeader .headertype4 .headerTop,
  .fixHeader .headertype4 .search_container {
    display: none;
  }
  .fixHeader .headertype4 .minicart-wrapper {
    position: absolute;
    top: 0;
  }
  body:not(.rtl).fixHeader .headertype4 .minicart-wrapper {
    right: 15px;
  }
  body.rtl.fixHeader .headertype4 .minicart-wrapper {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_trigger {
    display: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial {
    position: static;
    width: auto;
    top: auto;
    display: block !important;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial {
    right: auto;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial {
    left: auto;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container {
    border: none;
    height: 41px;
    position: relative;
    background: rgba(177, 177, 177, 0.2);
    width: 15%;
    margin: 21px 10px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container .field.search input {
    border: none;
    background: none;
    height: 40px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container .action.search {
    top: 2px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container .action.search {
    right: 8px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container .action.search {
    left: 8px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial .search_container.icon .action.search span::before {
    top: 1px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box {
    display: inline-block;
    z-index: 9;
    vertical-align: top;
    position: relative;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_trigger {
    font-size: 0;
    height: 80px;
    width: 45px;
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_trigger:before {
    color: #222222;
    content: 'search';
    font-family: 'Material Icons';
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-transform: none;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial {
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: absolute;
    background: #ffffff;
    top: 85px;
  }
  body:not(.rtl) [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial {
    right: 0;
    text-align: left;
  }
  body.rtl [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial {
    left: 0;
    text-align: right;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:before,
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:after {
    border: 6px solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    margin: 0 3px;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:before,
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:after {
    right: 9px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:before,
  body.rtl[class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:after {
    left: 9px;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:before {
    top: -12px;
    border-color: transparent transparent #e5e5e5 transparent;
  }
  [class*="page-layout"]:not(.fixHeader) .headertype4 #search_box #sb_detial:after {
    top: -11px;
    border-color: transparent transparent #ffffff transparent;
  }
}
@media (max-width: 991px) {
  .headertype4 .headerTop {
    display: none;
  }
  .headertype4 #user_account {
    display: none;
  }
}
@media (min-width: 992px) {
  #user_account {
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  #user_account #ua_trigger {
    font-size: 0;
    height: 55px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  #user_account #ua_trigger:before {
    color: #222222;
    content: '\f47d';
    font-family: "Ionicons";
    font-size: 34px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
  }
  #user_account .header.links {
    border: 1px solid #e5e5e5;
    padding: 15px;
    position: absolute;
    width: 170px;
    background: #ffffff;
  }
  body:not(.rtl) #user_account .header.links {
    right: 0;
    text-align: left;
  }
  body.rtl #user_account .header.links {
    left: 0;
    text-align: right;
  }
  #user_account .header.links li {
    width: 100%;
  }
  body:not(.rtl) #user_account .header.links li {
    text-align: left;
  }
  body.rtl #user_account .header.links li {
    text-align: right;
  }
  #user_account .header.links li a {
    padding: 0 0 5px 0;
    margin: 0;
  }
  #user_account .header.links li.item.link.compare .counter.qty {
    color: #27aba6;
  }
  #user_account .header.links:before,
  #user_account .header.links:after {
    border: 6px solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    margin: 0 3px;
  }
  body:not(.rtl) #user_account .header.links:before,
  body:not(.rtl) #user_account .header.links:after {
    right: 9px;
  }
  body.rtl #user_account .header.links:before,
  body.rtl #user_account .header.links:after {
    left: 9px;
  }
  #user_account .header.links:before {
    top: -12px;
    border-color: transparent transparent #e5e5e5 transparent;
  }
  #user_account .header.links:after {
    top: -11px;
    border-color: transparent transparent #ffffff transparent;
  }
  .greet.welcome {
    padding: 17px;
    display: inline-block;
    font-size: 14px;
  }
  .switcher .options div.action.toggle.switcher-trigger.active:after,
  .switcher .options div.action.toggle.switcher-trigger:after {
    font-size: 8px;
    top: 2px;
  }
  .switcher .options ul.dropdown:before {
    top: -12px;
    margin: 0 10px;
  }
  .switcher .options ul.dropdown:after {
    top: -14px;
    margin: 0 9px;
  }
  body:not(.fixHeader).transparentheader.cms-index-index [class*="headertype"] {
    background: none;
  }
  body:not(.rtl) .headerTop:not(.switcher_right) .switcher .options {
    padding-right: 15px;
    padding-left: 0;
  }
  body.rtl .headerTop:not(.switcher_right) .switcher .options {
    padding-left: 15px;
    padding-right: 0;
  }
  body:not(.rtl) .headerTop:not(.switcher_right) .switcher .options ul.dropdown {
    left: 0;
  }
  body.rtl .headerTop:not(.switcher_right) .switcher .options ul.dropdown {
    right: 0;
  }
  body:not(.rtl) .headerTop:not(.switcher_right) .switcher .options ul.dropdown:before {
    left: 0;
  }
  body.rtl .headerTop:not(.switcher_right) .switcher .options ul.dropdown:before {
    right: 0;
  }
  body:not(.rtl) .headerTop:not(.switcher_right) .switcher .options ul.dropdown:after {
    left: 0;
  }
  body.rtl .headerTop:not(.switcher_right) .switcher .options ul.dropdown:after {
    right: 0;
  }
  body:not(.rtl) .headerTop:not(.switcher_right) .switcher .options div.action.toggle:after {
    right: 0;
    left: auto;
  }
  body.rtl .headerTop:not(.switcher_right) .switcher .options div.action.toggle:after {
    left: 0;
    right: auto;
  }
  body:not(.rtl) .switcher_right .switcher .options {
    padding-right: 15px;
    padding-left: 0;
  }
  body.rtl .switcher_right .switcher .options {
    padding-left: 15px;
    padding-right: 0;
  }
  body:not(.rtl) .switcher_right .switcher .options ul.dropdown {
    right: -15px;
  }
  body.rtl .switcher_right .switcher .options ul.dropdown {
    left: -15px;
  }
  body:not(.rtl) .switcher_right .switcher .options ul.dropdown:before {
    right: 0;
    left: auto;
  }
  body.rtl .switcher_right .switcher .options ul.dropdown:before {
    left: 0;
    right: auto;
  }
  body:not(.rtl) .switcher_right .switcher .options ul.dropdown:after {
    right: 0;
    left: auto;
  }
  body.rtl .switcher_right .switcher .options ul.dropdown:after {
    left: 0;
    right: auto;
  }
  body:not(.rtl) .switcher_right .switcher .options div.action.toggle:after {
    right: 0;
    left: auto;
  }
  body.rtl .switcher_right .switcher .options div.action.toggle:after {
    left: 0;
    right: auto;
  }
  [class*="page-layout"]:not(.fixHeader) {
    /*Top Links*/
  }
  [class*="page-layout"]:not(.fixHeader) .header.links {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
  [class*="page-layout"]:not(.fixHeader) .header.links li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .header.links li {
    margin-left: 0;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .header.links li {
    margin-right: 0;
  }
  [class*="page-layout"]:not(.fixHeader) .header.links li a {
    display: inline-block;
    color: #666666;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .header.links li a {
    padding-left: 15px;
    margin-left: 12px;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .header.links li a {
    padding-right: 15px;
    margin-right: 12px;
  }
  [class*="page-layout"]:not(.fixHeader) .header.links li a:hover {
    color: #27aba6;
  }
  .boxed.fixHeader header .container {
    width: 1280px;
    max-width: 100%;
  }
  .stickyRow {
    top: -80px;
  }
  .fixHeader .logoWrapper {
    padding: 0;
    position: absolute;
    width: 120px;
    z-index: 99;
  }
  body:not(.rtl).fixHeader .logoWrapper {
    left: 30px;
  }
  body.rtl.fixHeader .logoWrapper {
    right: 30px;
  }
  .fixHeader .logoWrapper .logoBox .logo {
    height: 60px;
  }
  .fixHeader .logoWrapper .logoBox .logo img {
    display: block;
  }
  .fixHeader .greet.welcome {
    display: none;
  }
  .fixHeader .stickyRow {
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: top 300ms ease-in-out 0s;
    -moz-transition: top 300ms ease-in-out 0s;
    transition: top 300ms ease-in-out 0s;
    -o-transition: top 300ms ease-in-out 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    height: 60px;
  }
  body:not(.rtl).fixHeader .stickyRow {
    left: 0;
  }
  body.rtl.fixHeader .stickyRow {
    right: 0;
  }
  .fixHeader .navWrap {
    position: absolute;
    top: 0;
    width: 100%;
  }
  body:not(.rtl).fixHeader .navWrap {
    left: 0;
  }
  body.rtl.fixHeader .navWrap {
    right: 0;
  }
  .fixHeader .nav-container {
    padding: 0;
  }
  body:not(.rtl).fixHeader .nav-container {
    text-align: left;
  }
  body.rtl.fixHeader .nav-container {
    text-align: right;
  }
  body:not(.rtl).fixHeader .nav-container ul#nav {
    padding: 0 0 0 150px;
  }
  body.rtl.fixHeader .nav-container ul#nav {
    padding: 0 150px 0 0;
  }
  .fixHeader .nav-container ul#nav > li.level0 {
    border: none;
    padding: 0;
  }
  .fixHeader .nav-container ul#nav > li.level0 > a {
    color: #222222;
    margin: 0;
    padding: 22px 15px;
    font-size: 13px;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
  }
  .fixHeader .nav-container ul#nav > li.level0.parent > a:after,
  .fixHeader .nav-container ul#nav > li.level0.parent > a:before {
    display: none;
  }
  .fixHeader .nav-container ul#nav > li.level0:hover > a {
    color: #999999;
  }
  .fixHeader .nav-container ul#nav > li.level0:hover > a:before {
    display: none;
  }
  .fixHeader .nav-container ul#nav > li.level0:hover > .pump,
  .fixHeader .nav-container ul#nav > li.level0:hover > ul {
    border-top: 1px solid #d7d7d7;
    top: 60px !important;
  }
  .fixHeader .nav-container ul#nav > li.level0:before,
  .fixHeader .nav-container ul#nav > li.level0:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .greet.welcome {
    position: absolute;
    right: 120px;
    top: 16px;
  }
  .page-header .headerCenter {
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .nav-open body:not(.rtl) .nav-sections {
    left: 0;
  }
  .nav-open body.rtl .nav-sections {
    right: 0;
  }
  .nav-before-open .page-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body:not(.rtl) .page-wrapper {
    -webkit-animation: left;
    -o-animation: left;
    animation: left;
    -webkit-transition: left 300ms ease-in-out 0s;
    -moz-transition: left 300ms ease-in-out 0s;
    transition: left 300ms ease-in-out 0s;
    -o-transition: left 300ms ease-in-out 0s;
    left: 0;
  }
  .nav-before-open body.rtl .page-wrapper {
    -webkit-animation: right;
    -o-animation: right;
    animation: right;
    -webkit-transition: right 300ms ease-in-out 0s;
    -moz-transition: right 300ms ease-in-out 0s;
    transition: right 300ms ease-in-out 0s;
    -o-transition: right 300ms ease-in-out 0s;
    right: 0;
  }
  .nav-open body:not(.rtl) .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open body.rtl .page-wrapper {
    right: calc(100% - 54px);
  }
  .nav-open div.mobIcon a span.sp2 {
    width: 80%;
  }
  .nav-open div.mobIcon a span.sp1 {
    position: relative;
    top: 3px;
    width: 50%;
  }
  .nav-open body:not(.rtl) div.mobIcon a span.sp1 {
    left: -2px;
  }
  .nav-open body.rtl div.mobIcon a span.sp1 {
    right: -2px;
  }
  .nav-open div.mobIcon a span.sp3 {
    position: relative;
    top: -3px;
    width: 50%;
  }
  .nav-open body:not(.rtl) div.mobIcon a span.sp3 {
    left: -2px;
  }
  .nav-open body.rtl div.mobIcon a span.sp3 {
    right: -2px;
  }
  .nav-open body:not(.rtl) div.mobIcon a span.sp1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform: rotate -45deg;
    -webkit-transition: rotate -45deg;
    -moz-transition: rotate -45deg;
    -o-transition: rotate -45deg;
  }
  .nav-open body.rtl div.mobIcon a span.sp1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate 45deg;
    -webkit-transition: rotate 45deg;
    -moz-transition: rotate 45deg;
    -o-transition: rotate 45deg;
  }
  .nav-open body:not(.rtl) div.mobIcon a span.sp3 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate 45deg;
    -webkit-transition: rotate 45deg;
    -moz-transition: rotate 45deg;
    -o-transition: rotate 45deg;
  }
  .nav-open body.rtl div.mobIcon a span.sp3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform: rotate -45deg;
    -webkit-transition: rotate -45deg;
    -moz-transition: rotate -45deg;
    -o-transition: rotate -45deg;
  }
  .nav-sections {
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    background: #fff;
    width: calc(100% - 54px);
  }
  body:not(.rtl) .nav-sections {
    -webkit-animation: left;
    -o-animation: left;
    animation: left;
    -webkit-transition: left 300ms ease-in-out 0s;
    -moz-transition: left 300ms ease-in-out 0s;
    transition: left 300ms ease-in-out 0s;
    -o-transition: left 300ms ease-in-out 0s;
    left: calc(-1 * (100% - 54px));
  }
  body.rtl .nav-sections {
    -webkit-animation: right;
    -o-animation: right;
    animation: right;
    -webkit-transition: right 300ms ease-in-out 0s;
    -moz-transition: right 300ms ease-in-out 0s;
    transition: right 300ms ease-in-out 0s;
    -o-transition: right 300ms ease-in-out 0s;
    right: calc(-1 * (100% - 54px));
  }
  .nav-sections .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title {
    background: #f8f8f8 none repeat scroll 0 0;
    border-color: #eaeaea;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    cursor: pointer;
    position: relative;
  }
  body:not(.rtl) .nav-sections .nav-sections-items .nav-sections-item-title {
    float: left;
  }
  body.rtl .nav-sections .nav-sections-items .nav-sections-item-title {
    float: right;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title a {
    color: #666666;
    font-size: 13px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title.active:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000000;
  }
  body:not(.rtl) .nav-sections .nav-sections-items .nav-sections-item-title.active:before {
    left: 0;
  }
  body.rtl .nav-sections .nav-sections-items .nav-sections-item-title.active:before {
    right: 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title.active {
    background: none;
    border-bottom: 0 none;
  }
  .nav-sections .nav-sections-item-content {
    box-sizing: border-box;
    margin-top: 71px;
    padding: 25px 0;
    width: 100%;
  }
  body:not(.rtl) .nav-sections .nav-sections-item-content {
    float: right;
    margin-left: -100%;
  }
  body.rtl .nav-sections .nav-sections-item-content {
    float: left;
    margin-right: -100%;
  }
  .nav-sections .nav-sections-item-content .header.links {
    padding: 15px 0;
  }
  .nav-sections .nav-sections-item-content .header.links li {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  body:not(.rtl) .nav-sections .nav-sections-item-content .header.links li {
    text-align: left;
  }
  body.rtl .nav-sections .nav-sections-item-content .header.links li {
    text-align: right;
  }
  .nav-sections .nav-sections-item-content .header.links li a {
    font-size: 13px;
    padding: 10px 25px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .nav-sections .header.links li {
    color: #666666;
    display: inline-block;
    width: 100%;
  }
  body:not(.rtl) .nav-sections .header.links li {
    text-align: left;
  }
  body.rtl .nav-sections .header.links li {
    text-align: right;
  }
  .nav-sections .header.links li a {
    color: #666666;
    font-size: 14px;
    padding: 10px 25px;
  }
  .nav-sections .header.links li a:hover {
    color: #27aba6;
  }
  .nav-sections .header.links li.greet.welcome span {
    color: #666666;
    font-size: 14px;
    padding: 10px 25px;
  }
  .nav-sections .header_language {
    color: #666666;
    font-size: 15px;
    padding: 0 25px;
    position: relative;
    vertical-align: top;
    width: 100%;
  }
  .nav-sections .header_language #current {
    color: #27aba6;
  }
  .nav-sections .header_language .language_detail {
    background: none;
    box-shadow: none;
    display: block;
    min-width: 150px;
    padding: 10px 0 0;
    position: relative;
    top: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  body:not(.rtl) .nav-sections .header_language .language_detail {
    left: 0;
  }
  body.rtl .nav-sections .header_language .language_detail {
    right: 0;
  }
  .nav-sections .header_language:before {
    display: none;
  }
  .nav-sections .header_currency {
    color: #666666;
    font-size: 15px;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding: 0 25px ;
  }
  .nav-sections .header_currency #current {
    color: #27aba6;
  }
  .nav-sections .header_currency .currency_detail {
    background: none;
    box-shadow: none;
    display: inline-block;
    min-width: 150px;
    padding: 0;
    position: relative;
    top: 0;
    vertical-align: top;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 0 0;
    width: 100%;
  }
  body:not(.rtl) .nav-sections .header_currency .currency_detail {
    left: 0;
    text-align: left;
  }
  body.rtl .nav-sections .header_currency .currency_detail {
    right: 0;
    text-align: right;
  }
  .nav-sections .header_currency:before {
    display: none;
  }
  .nav-sections .switcher {
    border-top: none;
    padding: 0;
    margin-bottom: 15px;
  }
  body:not(.rtl) .nav-sections .switcher {
    text-align: left;
  }
  body.rtl .nav-sections .switcher {
    text-align: right;
  }
  .nav-sections .switcher .switcher-label.label {
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
  }
  .nav-sections .switcher .options .action.toggle {
    font-size: 13px;
    padding: 10px 15px 0 20px;
    color: #222222;
  }
  .nav-sections .switcher .options .action.toggle:after {
    display: none;
  }
  .nav-sections .switcher .options ul.dropdown li {
    margin: 0;
    padding: 5px 5px;
  }
  .nav-sections .switcher .options ul.dropdown li a {
    color: #666666;
    font-size: 13px;
    padding: 1px 15px;
  }
  .mobIcon {
    cursor: pointer;
    font-size: 0;
    height: 55px;
    margin: 0;
    padding: 14px 8px 14px 0px;
    width: 40px;
    z-index: 999;
    display: block;
  }
  body:not(.rtl) .mobIcon {
    float: left;
  }
  body.rtl .mobIcon {
    float: right;
  }
  .mobIcon a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .mobIcon a span {
    background: #666666;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
    height: 1px;
    margin: 4px 0;
    width: 80%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transform: rotate 0;
    -webkit-transition: rotate 0;
    -moz-transition: rotate 0;
    -o-transition: rotate 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    font-size: 0;
  }
  body:not(.rtl) .mobIcon a span {
    float: left;
  }
  body.rtl .mobIcon a span {
    float: right;
  }
  .mobIcon a span.sp2 {
    width: 50%;
  }
  .navigation {
    display: none;
  }
  .col-sm-4.header-left.hideMe {
    z-index: -1;
  }
  .menu-button-title {
    display: none;
  }
  .mobile-navigation h1.mobMenu {
    margin: 0;
    padding: 5px 10px;
    background: #27aba6;
    color: #ffffff;
  }
  .mobile-navigation h1.mobMenu span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    vertical-align: top;
  }
  .mobile-navigation h1.mobMenu a.menuBox {
    font-size: 19px;
    line-height: 19px;
    margin-top: 5px;
    color: #ffffff;
    float: right;
  }
  .mobile-navigation #mobNav {
    padding-top: 15px;
  }
  .mobile-navigation #mobNav li {
    display: block;
    font-size: 13px;
    position: relative;
    background: #ffffff;
    margin: 0;
  }
  body:not(.rtl) .mobile-navigation #mobNav li {
    text-align: left;
  }
  body.rtl .mobile-navigation #mobNav li {
    text-align: right;
  }
  .mobile-navigation #mobNav li a {
    color: #666666;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
  }
  .mobile-navigation #mobNav li a:hover {
    color: #27aba6;
  }
  body:not(.rtl) .mobile-navigation #mobNav li a:before {
    font-family: "Ionicons";
    content: "\f3d3";
    padding-right: 8px;
  }
  body.rtl .mobile-navigation #mobNav li a:after {
    font-family: "Ionicons";
    content: "\f3d5";
    padding-left: 8px;
  }
  .mobile-navigation #mobNav li ul.level0 {
    border: 0 none;
  }
  .mobile-navigation #mobNav li ul {
    margin-top: 0;
  }
  body:not(.rtl) .mobile-navigation #mobNav li ul li a {
    padding-left: 25px;
  }
  body.rtl .mobile-navigation #mobNav li ul li a {
    padding-right: 25px;
  }
  body:not(.rtl) .mobile-navigation #mobNav li ul li li a {
    padding-left: 50px;
  }
  body.rtl .mobile-navigation #mobNav li ul li li a {
    padding-right: 50px;
  }
  body:not(.rtl) .mobile-navigation #mobNav li ul li li li a {
    padding-left: 75px;
  }
  body.rtl .mobile-navigation #mobNav li ul li li li a {
    padding-right: 75px;
  }
  body:not(.rtl) .mobile-navigation #mobNav li ul li li li li a {
    padding-left: 100px;
  }
  body.rtl .mobile-navigation #mobNav li ul li li li li a {
    padding-right: 100px;
  }
  .mobile-navigation #mobNav li em.open-close {
    cursor: pointer;
    padding: 8px 14px;
    position: absolute;
    top: 0;
  }
  body:not(.rtl) .mobile-navigation #mobNav li em.open-close {
    right: 10px;
  }
  body.rtl .mobile-navigation #mobNav li em.open-close {
    left: 10px;
  }
  .mobile-navigation #mobNav li em.open-close:before {
    font-family: "Ionicons";
    font-size: 18px;
    font-style: normal;
    position: absolute;
    top: 7px;
    content: "\f48a";
  }
  body:not(.rtl) .mobile-navigation #mobNav li em.open-close:before {
    right: 10px;
  }
  body.rtl .mobile-navigation #mobNav li em.open-close:before {
    left: 10px;
  }
  .mobile-navigation #mobNav li.active > em.open-close:before {
    content: "\f463";
  }
  .addmob {
    width: 100%;
  }
  .addmob .container.headerCenter {
    width: 100%;
  }
  .page-wrapper .page-header {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .page-wrapper .page-header [class*="col-"] {
    padding: 0;
    position: static;
    width: auto;
  }
}
@media (max-width: 767px) {
  .greet.welcome {
    display: none;
  }
  .nav-open .nav-sections {
    width: calc(85%);
  }
  .nav-open body:not(.rtl) .page-wrapper {
    left: calc(100% - 15%);
  }
  .nav-open body.rtl .page-wrapper {
    right: calc(100% - 15%);
  }
}
.logoBox {
  display: table;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.logoBox .logo {
  display: table-cell;
  float: none;
  height: 101px;
  width: auto;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 15px;
}
.logoBox .logo img {
  float: none;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
.logoWrapper {
  display: table;
}
body:not(.rtl) .logoWrapper .logoBox {
  text-align: left;
}
body.rtl .logoWrapper .logoBox {
  text-align: right;
}
.logoWrapper .logoBox.fx_logo .logo img.logoSm {
  display: none;
}
.logoWrapper .logoBox.fx_logo .logo img.wxo_logo_fx {
  display: none;
}
.fixHeader .logoWrapper .logoBox.fx_logo .logo img.defaultLogo {
  display: none;
}
.fixHeader .logoWrapper .logoBox.fx_logo .logo img.wxo_logo_fx {
  display: block;
}
@media (max-width: 991px) {
  .logoWrapper .logoBox {
    width: 150px;
  }
  .logoWrapper .logoBox .logo {
    height: 55px;
    font-size: 15px;
  }
  .logoWrapper .logoBox .logo img {
    display: block;
  }
  .logoWrapper .logoBox.sm_logo .logo img.logoSm {
    display: block;
  }
  .logoWrapper .logoBox.sm_logo .logo .defaultLogo {
    display: none;
  }
  .logoWrapper[class*="col-"] {
    padding: 0;
    width: auto;
  }
  body:not(.rtl) .logoWrapper[class*="col-"] {
    float: left;
  }
  body.rtl .logoWrapper[class*="col-"] {
    float: right;
  }
}
.search_container .field.search input {
  border: none;
  line-height: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .search_container {
    border: 1px solid #e5e5e5;
    height: 41px;
    position: relative;
  }
  .search_container .field.search {
    position: relative;
  }
  .search_container .action.search {
    position: absolute;
    top: 0;
    padding: 0;
    background: none;
    border: none;
  }
  body:not(.rtl) .search_container .action.search {
    right: 0;
  }
  body.rtl .search_container .action.search {
    left: 0;
  }
  .search_container .action.search span {
    display: inline-block;
    line-height: 40px;
    padding: 0;
    text-transform: capitalize;
    width: auto;
    color: #ffffff;
    border: none;
    background: none;
    padding: 0 25px;
    background: #27aba6;
  }
  .search_container.icon .action.search span {
    display: inline-block;
    font-size: 0;
    line-height: 35px;
    padding: 0;
    text-transform: capitalize;
    width: 35px;
    color: #666666;
    border: none;
    background: none;
  }
  .search_container.icon .action.search span:before {
    font-family: 'Material Icons';
    border: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: 'search';
    font-size: 27px;
    text-transform: none;
  }
  body:not(.rtl) .search_container.icon .action.search span:before {
    right: 0;
  }
  body.rtl .search_container.icon .action.search span:before {
    left: 0;
  }
}
@media (min-width: 768px) {
  #sb_detial {
    position: absolute;
    width: 350px;
    top: 8px;
  }
  body:not(.rtl) #sb_detial {
    right: 0;
  }
  body.rtl #sb_detial {
    left: 0;
  }
  #sb_detial .search_container {
    border: 1px solid #cfcfcf;
    height: 37px;
  }
}
@media (max-width: 991px) {
  #search_box #sb_trigger {
    position: absolute;
    top: 12px;
    background-size: 20px;
    font-size: 0;
    width: 30px;
    height: 30px;
    color: #666666;
  }
  body:not(.rtl) #search_box #sb_trigger {
    right: 70px;
  }
  body.rtl #search_box #sb_trigger {
    left: 70px;
  }
  #search_box #sb_trigger:before {
    font-family: "Material Icons";
    border: medium none;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 100%;
    height: 100%;
    content: 'search';
    font-size: 25px;
    font-weight: normal;
  }
  body:not(.rtl) #search_box #sb_trigger:before {
    left: 5px;
  }
  body.rtl #search_box #sb_trigger:before {
    right: 5px;
  }
  body:not(.rtl) #sb_detial {
    right: 70px;
  }
  body.rtl #sb_detial {
    left: 70px;
  }
  .search_container {
    -webkit-transition: top 300ms ease-in-out 0s;
    -moz-transition: top 300ms ease-in-out 0s;
    transition: top 300ms ease-in-out 0s;
    -o-transition: top 300ms ease-in-out 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    border: 1px solid #d1d1d1;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
  }
  .search_container input[type="text"] {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .search_container .action.search {
    position: absolute;
    top: 0;
    padding: 0;
    background: none;
    border: none;
  }
  body:not(.rtl) .search_container .action.search {
    right: 0;
  }
  body.rtl .search_container .action.search {
    left: 0;
  }
  .search_container .action.search span {
    display: inline-block;
    font-size: 0;
    line-height: 35px;
    padding: 0;
    text-transform: capitalize;
    width: 35px;
    color: #666666;
    border: none;
    background: none;
  }
  .search_container .action.search span:before {
    font-family: "Material Icons";
    border: medium none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: 'search';
    font-size: 27px;
    font-weight: normal;
    text-transform: none;
  }
  body:not(.rtl) .search_container .action.search span:before {
    right: 0;
  }
  body.rtl .search_container .action.search span:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  #search_box.show_box #sb_trigger:before {
    content: 'clear';
    top: -3px;
    font-size: 25px;
  }
  body:not(.rtl) #search_box.show_box #sb_trigger:before {
    left: 8px;
  }
  body.rtl #search_box.show_box #sb_trigger:before {
    right: 8px;
  }
}
@media (min-width: 992px) {
  [class*="page-layout"]:not(.fixHeader) .minicart-wrapper {
    padding: 0 10px;
    margin-left: 0;
  }
  body:not(.rtl)[class*="page-layout"]:not(.fixHeader) .minicart-wrapper {
    float: right;
  }
  body.rtl[class*="page-layout"]:not(.fixHeader) .minicart-wrapper {
    float: left;
  }
  [class*="page-layout"]:not(.fixHeader) .minicart-wrapper .action.showcart .text {
    position: static;
    height: auto;
    width: auto;
    color: #666666;
  }
  [class*="page-layout"]:not(.fixHeader) .minicart-wrapper .action.showcart.active:after,
  [class*="page-layout"]:not(.fixHeader) .minicart-wrapper .action.showcart:after {
    margin-top: 0;
    font-size: 10px;
  }
  [class*="page-layout"]:not(.fixHeader) .minicart-wrapper .block-minicart {
    top: 50px;
  }
  .fixHeader .minicart-wrapper {
    padding: 0;
    z-index: 99;
  }
  body:not(.rtl).fixHeader .minicart-wrapper {
    margin: 0;
  }
  body.rtl.fixHeader .minicart-wrapper {
    margin: 0;
  }
  .fixHeader .minicart-wrapper .action.showcart {
    display: block;
  }
  body:not(.rtl).fixHeader .minicart-wrapper .action.showcart {
    padding: 12px 0 12px 20px;
  }
  body.rtl.fixHeader .minicart-wrapper .action.showcart {
    padding: 12px 20px 12px 0;
  }
  .fixHeader .minicart-wrapper .action.showcart:after {
    display: none;
  }
  .fixHeader .minicart-wrapper .action.showcart:before {
    position: absolute;
    content: 'shopping_cart';
    font-family: "Material Icons";
    top: 12px;
    font-size: 21px;
    color: #222222;
  }
  body:not(.rtl).fixHeader .minicart-wrapper .action.showcart:before {
    left: 0;
  }
  body.rtl.fixHeader .minicart-wrapper .action.showcart:before {
    right: 0;
  }
  .fixHeader .minicart-wrapper .block-minicart {
    top: 60px;
  }
  body:not(.rtl).fixHeader .minicart-wrapper .block-minicart {
    right: 0;
  }
  body.rtl.fixHeader .minicart-wrapper .block-minicart {
    left: 0;
  }
  .fixHeader .minicart-wrapper .counter.qty {
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 0;
    border: 2px solid #222222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background: #ffffff;
  }
}
.minicart-items-wrapper .minicart-items .action.delete:before,
.minicart-items-wrapper .minicart-items .action.edit:before {
  font-size: 14px;
  padding: 0 5px;
}
body:not(.rtl) .minicart-wrapper .action.close {
  right: 0;
  left: auto;
}
body.rtl .minicart-wrapper .action.close {
  left: 0;
  right: auto;
}
body:not(.rtl) .minicart-wrapper .block-minicart {
  right: 0;
  left: auto;
}
body.rtl .minicart-wrapper .block-minicart {
  left: 0;
  right: auto;
}
body:not(.rtl) .minicart-wrapper .block-minicart:before {
  right: 23px;
  left: auto;
}
body.rtl .minicart-wrapper .block-minicart:before {
  left: 23px;
  right: auto;
}
body:not(.rtl) .minicart-wrapper .block-minicart:after {
  right: 22px;
  left: auto;
}
body.rtl .minicart-wrapper .block-minicart:after {
  left: 22px;
  right: auto;
}
.minicart-wrapper .loading-mask {
  background: none;
  height: 38px;
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 38px;
}
body:not(.rtl) .minicart-wrapper .loading-mask {
  left: 50%;
}
body.rtl .minicart-wrapper .loading-mask {
  right: 50%;
}
.minicart-wrapper .loading-mask .loader {
  position: relative;
}
.minicart-wrapper .loading-mask .loader img {
  display: none;
}
.minicart-wrapper .loading-mask .loader:before {
  background: url("../images/ripple.svg") no-repeat scroll 0 0;
  content: "";
  height: 38px;
  position: absolute;
  top: 0;
  width: 38px;
}
body:not(.rtl) .minicart-wrapper .loading-mask .loader:before {
  left: 0;
}
body.rtl .minicart-wrapper .loading-mask .loader:before {
  right: 0;
}
.minicart-wrapper .counter.qty {
  padding: 10px;
  color: #666666;
  width: 25px;
  height: 35px;
  padding: 0;
  display: inline-block !important;
  text-align: center;
  line-height: 35px;
  margin: 0 5px;
}
.minicart-wrapper .qty.empty:before {
  content: "0";
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
}
.minicart-wrapper .qty.empty .counter-number {
  font-size: 0;
  display: none;
}
.minicart-wrapper .subtitle.empty {
  font-size: 12px;
  font-weight: normal;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: 12px;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin: 0;
}
@media (max-width: 991px) {
  .minicart-wrapper {
    margin-top: 0;
    position: absolute;
    top: 0;
    padding: 0;
    background-size: 20px;
  }
  body:not(.rtl) .minicart-wrapper {
    right: 0;
  }
  body.rtl .minicart-wrapper {
    left: 0;
  }
  body:not(.rtl) .minicart-wrapper .action.showcart,
  body:not(.rtl) .minicart-wrapper .action.showcart.active {
    padding: 36px 38px 10px 20px;
  }
  body.rtl .minicart-wrapper .action.showcart,
  body.rtl .minicart-wrapper .action.showcart.active {
    padding: 36px 20px 10px 38px;
  }
  .minicart-wrapper .action.showcart:after,
  .minicart-wrapper .action.showcart.active:after {
    display: none;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    position: absolute;
    content: "shopping_cart";
    font-family: "Material Icons";
    top: 12px;
    font-size: 22px;
    color: #666666;
  }
  body:not(.rtl) .minicart-wrapper .action.showcart:before,
  body:not(.rtl) .minicart-wrapper .action.showcart.active:before {
    left: 0;
  }
  body.rtl .minicart-wrapper .action.showcart:before,
  body.rtl .minicart-wrapper .action.showcart.active:before {
    right: 0;
  }
  .minicart-wrapper .counter.qty {
    color: #666666;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 8px;
    background: none;
    border: 1px solid #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  body:not(.rtl) .minicart-wrapper .counter.qty {
    right: 15px;
  }
  body.rtl .minicart-wrapper .counter.qty {
    left: 15px;
  }
  .minicart-wrapper .block-minicart {
    top: 55px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .minicart-wrapper {
    display: none;
  }
}
@media (max-width: 319px) {
  body:not(.rtl) .minicart-wrapper.active .block-minicart {
    right: 0;
  }
  body.rtl .minicart-wrapper.active .block-minicart {
    left: 0;
  }
}
[class^="grid-"] {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
body:not(.rtl) [class^="grid-"] {
  float: left;
}
body.rtl [class^="grid-"] {
  float: right;
}
.grid-1 {
  width: 100%;
}
.item-cover {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.item-cover:hover .product-image .quick-view {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.item-cover:hover .has_hover_img .pro-img-first {
  opacity: 0;
  visibility: hidden;
}
.item-cover:hover .has_hover_img .pro-img-sec {
  opacity: 1;
  visibility: visible;
}
.item-cover img {
  max-width: 100%;
  display: block;
  position: static;
}
.item-cover img.swatch-option-loading {
  opacity: 0.7;
}
.item-cover img.swatch-option-loading + .fa {
  opacity: 1;
}
.item-cover .product-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  background: #ffffff;
}
.item-cover .product-image .pro-img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item-cover [class*="pro-img-"] {
  position: relative;
}
.item-cover .img_default {
  display: inline-block;
  width: 100%;
  position: relative;
}
body:not(.rtl) .item-cover .img_default .pro-img-first {
  left: 0;
}
body.rtl .item-cover .img_default .pro-img-first {
  right: 0;
}
.item-cover .pro-img-first,
.item-cover .pro-img-sec {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
}
body:not(.rtl) .item-cover .pro-img-first,
body:not(.rtl) .item-cover .pro-img-sec {
  margin-left: -100%;
  float: right;
}
body.rtl .item-cover .pro-img-first,
body.rtl .item-cover .pro-img-sec {
  margin-right: -100%;
  float: left;
}
.item-cover .pro-img-first img,
.item-cover .pro-img-sec img {
  display: inline-block;
  vertical-align: top;
}
.item-cover .pro-img-sec {
  opacity: 0;
  visibility: hidden;
}
[class*="item-style-0"] .product-item {
  display: inline-block;
  width: 100%;
}
[class*="item-style-0"] .product-item .item {
  width: 100%;
  margin: 0;
}
body:not(.rtl) [class*="item-style-0"] .product-item .item {
  float: left;
}
body.rtl [class*="item-style-0"] .product-item .item {
  float: right;
}
[class*="item-style-0"] .fa-spinner {
  position: absolute;
  top: 50%;
  font-size: 39px;
  z-index: 1;
  width: 39px;
  height: 40px;
  text-align: center;
  margin-top: -20px;
  opacity: 0;
  color: #ffffff;
}
body:not(.rtl) [class*="item-style-0"] .fa-spinner {
  left: 50%;
  margin-left: -20px;
}
body.rtl [class*="item-style-0"] .fa-spinner {
  right: 50%;
  margin-right: -20px;
}
[class*="item-style-0"] .item-shop {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 14px 0px 0px;
}
[class*="item-style-0"] h3 {
  font-size: 13px;
  line-height: normal;
  margin: 0px;
  padding: 10px 0;
}
[class*="item-style-0"] h3 a {
  color: #222222;
  text-decoration: none;
}
[class*="item-style-0"] .price-box {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}
[class*="item-style-0"] .product-reviews-summary .rating-summary .rating-result {
  width: 65px;
  vertical-align: top;
}
[class*="item-style-0"] .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 11px;
}
[class*="item-style-0"] .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 11px;
}
[class*="item-style-0"] .product-reviews-summary .reviews-actions {
  display: none;
}
[class*="item-style-0"] .product-reviews-summary.short.empty {
  display: none;
}
[class*="item-style-0"] [class^="swatch-opt-"] {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
[class*="item-style-0"] .label-product {
  position: absolute;
  top: 0px;
  width: 55px;
  z-index: 9;
}
body:not(.rtl) [class*="item-style-0"] .label-product {
  left: 0px;
}
body.rtl [class*="item-style-0"] .label-product {
  right: 0px;
}
[class*="item-style-0"] .label-product span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 6px 8px 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}
[class*="item-style-0"] .product-reviews-summary {
  margin-bottom: 10px;
  vertical-align: top;
}
[class*="item-style-0"] .product-reviews-summary {
  position: relative;
}
[class*="item-style-0"] .product-reviews-summary:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}
body:not(.rtl) [class*="item-style-0"] .product-reviews-summary:before {
  left: 0px;
}
body.rtl [class*="item-style-0"] .product-reviews-summary:before {
  right: 0px;
}
[class*="item-style-0"] .item-action {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 13px 0px 0px;
}
[class*="item-style-0"] .btn-cart .fa {
  vertical-align: top;
  line-height: 37px;
}
[class*="item-style-0"] .btn-cart span {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 7px;
  letter-spacing: 0;
  line-height: 33px;
}
[class*="item-style-0"] form {
  display: inline-block;
  vertical-align: top;
}
[class*="item-style-0"] .quick-view,
[class*="item-style-0"] .action-btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 0px;
  padding: 0px 8px;
  margin: 0px;
  color: #666666;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
[class*="item-style-0"] .action-btn:not(.btn-cart) {
  font-size: 22px;
}
@media (min-width: 768px) {
  body:not(.rtl) .grid-3:nth-child(3n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl .grid-3:nth-child(3n) + [class*="grid-"] {
    clear: right;
  }
  body:not(.rtl) .grid-2:nth-child(2n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl .grid-2:nth-child(2n) + [class*="grid-"] {
    clear: right;
  }
  .grid-6,
  .grid-5,
  .grid-4,
  .grid-3 {
    width: 33.3333%;
  }
  .grid-2 {
    width: 50%;
  }
  .products-grid .product-items[class*="item-style-0"] li.product.product-item {
    padding: 0 10px;
  }
  .item-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.rtl) .grid-6:nth-child(3n) + [class*="grid-"],
  body:not(.rtl) .grid-5:nth-child(3n) + [class*="grid-"],
  body:not(.rtl) .grid-4:nth-child(3n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl .grid-6:nth-child(3n) + [class*="grid-"],
  body.rtl .grid-5:nth-child(3n) + [class*="grid-"],
  body.rtl .grid-4:nth-child(3n) + [class*="grid-"] {
    clear: right;
  }
}
@media (min-width: 992px) {
  .grid-6,
  .grid-5,
  .grid-4 {
    width: 25%;
  }
  body:not(.rtl) .grid-4:nth-child(4n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl .grid-4:nth-child(4n) + [class*="grid-"] {
    clear: right;
  }
  .switcher .options {
    z-index: 99;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.rtl) .grid-6:nth-child(4n) + [class*="grid-"],
  body:not(.rtl) .grid-5:nth-child(4n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl .grid-6:nth-child(4n) + [class*="grid-"],
  body.rtl .grid-5:nth-child(4n) + [class*="grid-"] {
    clear: right;
  }
}
@media (min-width: 1200px) {
  .grid-6 {
    width: 16.6666;
  }
  .grid-5 {
    width: 20%;
  }
  body:not(.rtl) .grid-5:nth-child(5n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl .grid-5:nth-child(5n) + [class*="grid-"] {
    clear: right;
  }
  body:not(.rtl) .grid-6:nth-child(6n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl .grid-6:nth-child(6n) + [class*="grid-"] {
    clear: right;
  }
}
@media (max-width: 767px) {
  body:not(.rtl) [class*="grid-"]:nth-child(2n) + [class*="grid-"] {
    clear: left;
  }
  body.rtl [class*="grid-"]:nth-child(2n) + [class*="grid-"] {
    clear: right;
  }
  [class*="item-style-0"] .product-item .item {
    margin-bottom: 30px;
  }
  [class*="item-style-0"] .item-cover {
    padding: 0;
    box-shadow: none;
  }
  [class*="item-style-0"] .item-cover:hover .item-shop .price-box {
    transform: inherit;
  }
  [class*="item-style-0"] .price-box {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
  }
  [class*="item-style-0"] div.item-action {
    display: none;
  }
  .maincontent .mainCol .products-list .product-items .product-item .product-item-info .product-item-photo {
    width: 100%;
  }
  .product-item .item,
  .products li.product-item {
    padding: 0 10px;
  }
  .products-grid.wishlist .product-item {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .product-item-name {
    display: block;
    width: auto;
  }
  .products-grid.wishlist .product-item .price-box {
    display: block;
  }
  .product-reviews-summary .reviews-actions {
    display: none;
  }
  .label-product {
    width: auto;
  }
  .label-product span.new {
    background-color: #27aba6;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
  }
  .salePrice {
    margin: 0;
    top: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
  }
}
@media (max-width: 679px) {
  div.trendingProducts .item,
  div.trendingProducts .item[class*="featured-"] {
    width: 100%;
    padding: 0 0 0 0;
  }
}
@media (max-width: 479px) {
  .product-items[class*="item-style-0"] .product-item .item,
  .product-items[class*="item-style-0"] .products li.product-item {
    padding: 0;
  }
}
@media (max-width: 319px) {
  body:not(.rtl) .products-grid.wishlist .product-item-actions .action.delete {
    float: left;
  }
  body.rtl .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .product-info-main .product-add-form .box-tocart button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .camera_prev,
  .camera_next {
    display: none;
  }
}
@media (min-width: 768px) {
  .item-style-01 [class^="swatch-opt-"] {
    margin-top: 10px;
  }
  .item-style-01 .label-product span.new {
    background-color: #666666;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
  }
  .item-style-01 .label-product span.new:before {
    content: '';
    border-width: 13px;
    border-style: solid;
    border-color: #666666 transparent #666666 transparent;
    height: 100%;
    position: absolute;
    top: 0;
  }
  body:not(.rtl) .item-style-01 .label-product span.new:before {
    right: -13px;
  }
  body.rtl .item-style-01 .label-product span.new:before {
    left: -13px;
  }
  .item-style-01 .salePrice {
    background-color: #27aba6;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    top: 0;
    position: absolute;
    padding: 6px 10px 5px;
  }
  body:not(.rtl) .item-style-01 .salePrice {
    right: 0;
  }
  body.rtl .item-style-01 .salePrice {
    left: 0;
  }
  .item-style-01 .salePrice:after {
    content: '';
    border-width: 13px;
    border-style: solid;
    height: 100%;
    position: absolute;
    top: 0;
    border-color: #27aba6 transparent #27aba6 transparent;
  }
  body:not(.rtl) .item-style-01 .salePrice:after {
    left: -13px;
  }
  body.rtl .item-style-01 .salePrice:after {
    right: -13px;
  }
  .item-style-01 .product-item .item {
    padding-bottom: 40px;
    position: relative;
  }
  .item-style-01 .product-item .item:hover {
    padding-bottom: 80px;
    margin-bottom: -40px;
  }
  .item-style-01 .product-item .item:hover .item-action .icon_box {
    opacity: 1;
    visibility: visible;
  }
  .item-style-01 .item-action {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 13px 0px 0px;
  }
  body:not(.rtl) .item-style-01 .item-action form {
    float: right;
  }
  body.rtl .item-style-01 .item-action form {
    float: left;
  }
  .item-style-01 .item-action .icon_box {
    position: absolute;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 0px 12px 6px rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    width: 160px;
  }
  .item-style-01 form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px 30px;
  }
  .item-style-01 .action-btn.btn-cart {
    background: #efefef;
    font-size: 11px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 45px;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .item-style-01 .action-btn.btn-cart:hover {
    color: #ffffff;
    background: #27aba6;
  }
  .item-style-01 .action-btn:not(.btn-cart) {
    line-height: 28px;
    padding: 0px 12px;
  }
  .item-style-01 .action-btn:not(.btn-cart):hover {
    color: #27aba6;
  }
}
@media (min-width: 768px) {
  .item-style-02 .label-product {
    width: auto;
  }
  .item-style-02 .label-product span.new {
    background-color: #27aba6;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
  }
  .item-style-02 .salePrice {
    margin: 0;
    top: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
  }
  .item-style-02 .item-shop {
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 15px 15px 15px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
  }
  body:not(.rtl) .item-style-02 .item-shop {
    text-align: left;
  }
  body.rtl .item-style-02 .item-shop {
    text-align: right;
  }
  body:not(.rtl) .item-style-02 .item-shop form {
    float: left;
  }
  body.rtl .item-style-02 .item-shop form {
    float: right;
  }
  .item-style-02 .item-cover:hover .item-shop {
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
  }
  .item-style-02 .item-cover:hover .item-shop .item-action {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  .item-style-02 .product-reviews-summary.short {
    margin: 0;
    top: 5px;
    position: absolute;
  }
  body:not(.rtl) .item-style-02 .product-reviews-summary.short {
    left: 15px;
  }
  body.rtl .item-style-02 .product-reviews-summary.short {
    right: 15px;
  }
  .item-style-02 .product-reviews-summary.short .reviews-actions {
    display: none;
  }
  .item-style-02 .product-reviews-summary.short .rating-summary .rating-result > span:before {
    color: #000000;
  }
  .item-style-02 .icon_box {
    display: inline-block;
    vertical-align: top;
  }
  .item-style-02 .item-action {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -webkit-animation: transform;
    -o-animation: transform;
    animation: transform;
    -webkit-transition: transform 300ms ease-in-out 0s;
    -moz-transition: transform 300ms ease-in-out 0s;
    transition: transform 300ms ease-in-out 0s;
    -o-transition: transform 300ms ease-in-out 0s;
  }
  .item-style-02 .action-btn:hover {
    color: #27aba6;
  }
  .item-style-02 .btn-cart.action-btn {
    background: no-repeat;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    line-height: 35px;
  }
  body:not(.rtl) .item-style-02 .btn-cart.action-btn {
    margin-right: 15px;
  }
  body.rtl .item-style-02 .btn-cart.action-btn {
    margin-right: 15px;
  }
  .item-style-02 .btn-cart.action-btn:hover {
    border-color: #27aba6;
  }
}
@media (min-width: 768px) {
  .item-style-03 .label-product {
    border: 2px solid #fc3f3f;
  }
  .item-style-03 .label-product span.new {
    background: none;
    color: #fc3f3f;
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 8px;
  }
  .item-style-03 span.salePrice {
    top: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    background: none;
    color: #fc3f3f;
    font-size: 14px;
    margin: 0;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .item-style-03 .icon_box {
    position: absolute;
    top: 0;
    background: #222222;
    padding: 5px;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
  }
  body:not(.rtl) .item-style-03 .icon_box {
    right: 0;
  }
  body.rtl .item-style-03 .icon_box {
    left: 0;
  }
  .item-style-03 .action-btn:not(.btn-cart) {
    font-size: 22px;
    line-height: 35px;
    font-size: 20px;
    padding: 0 10px;
    color: #ffffff;
  }
  .item-style-03 .action-btn:not(.btn-cart):hover {
    color: #27aba6;
  }
  .item-style-03 .item-action {
    padding: 0;
  }
  body:not(.rtl) .item-style-03 .item-action {
    float: left;
  }
  body.rtl .item-style-03 .item-action {
    float: right;
  }
  .item-style-03 form {
    position: absolute;
    bottom: 0;
  }
  body:not(.rtl) .item-style-03 form {
    left: 0;
  }
  body.rtl .item-style-03 form {
    right: 0;
  }
  .item-style-03:not(.action_hide) .item-cover {
    position: relative;
  }
  .item-style-03:not(.action_hide) .item-cover:hover .item-shop .price-box,
  .item-style-03:not(.action_hide) .item-cover:hover .item-shop .salePrice {
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
  }
  .item-style-03:not(.action_hide) .item-cover:hover .item-shop .btn-cart.action-btn {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  .item-style-03:not(.action_hide) .item-cover:hover .icon_box {
    visibility: visible;
    opacity: 1;
    top: -44px;
  }
  .item-style-03 .btn-cart.action-btn {
    padding: 0;
    bottom: 35px;
    background: none;
    color: #222222;
    font-size: 12px;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -webkit-animation: transform;
    -o-animation: transform;
    animation: transform;
    -webkit-transition: transform 300ms ease-in-out 0s;
    -moz-transition: transform 300ms ease-in-out 0s;
    transition: transform 300ms ease-in-out 0s;
    -o-transition: transform 300ms ease-in-out 0s;
    position: relative;
  }
  body:not(.rtl) .item-style-03 .btn-cart.action-btn {
    left: 0;
    padding-left: 20px;
  }
  body.rtl .item-style-03 .btn-cart.action-btn {
    right: 0;
    padding-right: 20px;
  }
  .item-style-03 .btn-cart.action-btn:before {
    content: "\f218";
    font-family: "Ionicons";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 9px;
  }
  body:not(.rtl) .item-style-03 .btn-cart.action-btn:before {
    left: 0;
  }
  body.rtl .item-style-03 .btn-cart.action-btn:before {
    right: 0;
  }
  .item-style-03 .btn-cart.action-btn:hover {
    color: #27aba6;
  }
  .item-style-03 .btn-cart.action-btn:hover:before {
    color: #27aba6;
  }
  .item-style-03 .price-box,
  .item-style-03 .salePrice {
    font-size: 18px;
    line-height: 30px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    -webkit-animation: transform;
    -o-animation: transform;
    animation: transform;
    -webkit-transition: transform 300ms ease-in-out 0s;
    -moz-transition: transform 300ms ease-in-out 0s;
    transition: transform 300ms ease-in-out 0s;
    -o-transition: transform 300ms ease-in-out 0s;
  }
  .item-style-03 .product-reviews-summary {
    margin: 0;
  }
  .item-style-03 .item-shop {
    position: relative;
    padding: 0 0 40px 0;
  }
  body:not(.rtl) .item-style-03 .item-shop {
    text-align: left;
  }
  body.rtl .item-style-03 .item-shop {
    text-align: right;
  }
  .item-style-03 h3 {
    font-size: 13px;
    line-height: normal;
    margin: 0px;
    padding: 15px 0 5px 0;
  }
}
@media (min-width: 768px) {
  .item-style-04 .item-cover {
    position: relative;
    padding-bottom: 40px;
  }
  .item-style-04 .item-cover:hover .item-action {
    visibility: visible;
    opacity: 1;
    top: -40px;
  }
  .item-style-04 .quick-view,
  .item-style-04 .action-btn {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-transition: none 300ms ease-in-out 0s;
    -moz-transition: none 300ms ease-in-out 0s;
    transition: none 300ms ease-in-out 0s;
    -o-transition: none 300ms ease-in-out 0s;
  }
  .item-style-04 .item-shop {
    text-align: center;
    padding: 0;
    position: relative;
  }
  .item-style-04 .item-shop h3 a {
    font-weight: bold;
  }
  .item-style-04 .item-shop .price-box {
    font-weight: bold;
  }
  .item-style-04 .item-shop .product-reviews-summary.short {
    display: none;
  }
  .item-style-04 .product-image {
    background: #ffffff;
    overflow: hidden;
  }
  .item-style-04 span.salePrice {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    margin: 0;
    background: #f00;
    font-weight: bold;
    padding: 3px 10px;
    height: auto;
    font-size: 11px;
  }
  .item-style-04 .label-product {
    width: 100%;
  }
  .item-style-04 .label-product span.new {
    background: #27aba6;
    color: #ffffff;
    position: absolute;
    top: 0;
    width: auto;
    padding: 2px 15px;
    font-size: 11px;
    font-weight: bold;
  }
  body:not(.rtl) .item-style-04 .label-product span.new {
    left: 0;
  }
  body.rtl .item-style-04 .label-product span.new {
    right: 0;
  }
  .item-style-04 .action-btn.btn-wish-list {
    position: absolute;
    top: 0;
    padding: 0px 12px;
    width: auto;
    z-index: 1;
  }
  body:not(.rtl) .item-style-04 .action-btn.btn-wish-list {
    right: 0;
  }
  body.rtl .item-style-04 .action-btn.btn-wish-list {
    left: 0;
  }
  .item-style-04 .action-btn.btn-wish-list:hover {
    background: none;
    color: #27aba6;
  }
  .item-style-04 .action-btn.btn-compare,
  .item-style-04 .action-btn.quick-view {
    background: #222222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    height: auto;
    line-height: normal;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
  }
  body:not(.rtl) .item-style-04 .action-btn.btn-compare,
  body:not(.rtl) .item-style-04 .action-btn.quick-view {
    left: 0;
  }
  body.rtl .item-style-04 .action-btn.btn-compare,
  body.rtl .item-style-04 .action-btn.quick-view {
    right: 0;
  }
  .item-style-04 .action-btn.btn-compare .fa,
  .item-style-04 .action-btn.quick-view .fa {
    font-size: 15px;
    line-height: 35px;
  }
  .item-style-04 .action-btn.btn-compare:hover,
  .item-style-04 .action-btn.quick-view:hover {
    background: #27aba6;
    color: #ffffff;
  }
  body:not(.rtl) .item-style-04 .action-btn.quick-view {
    right: 0;
    left: auto;
  }
  body.rtl .item-style-04 .action-btn.quick-view {
    left: 0;
    right: auto;
  }
  .item-style-04 .action-btn.btn-cart {
    background: #222222;
    color: #ffffff;
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    position: relative;
    width: calc(100% - 2px);
    float: none;
    padding: 0 15px;
    border: none;
    margin: 0px 1px 0px 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .item-style-04 .action-btn.btn-cart:hover {
    background: #27aba6;
    color: #ffffff;
  }
  .item-style-04 .action-btn.btn-cart span {
    display: none;
  }
  .item-style-04 .item-action {
    margin-top: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: absolute;
    height: 40px;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    visibility: hidden;
  }
  .item-style-04 .item-action form {
    display: inline-block;
    padding-bottom: 0;
    vertical-align: top;
    width: calc(100% - 80px);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .item-style-04 .btn-wish-list.action-btn {
    display: none;
  }
}
.products-list .product-items {
  display: inline-block;
  width: 100%;
}
.products-list .product-items .product-item {
  margin-bottom: 30px;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.products-list .product-items .product-item + .product-item {
  border-top: 1px solid #e1e1e1;
}
.products-list .product-items .product-item .product-item-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
  position: relative;
}
.products-list .product-items .product-item .item .product-image {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  width: 25%;
  float: left;
}
.products-list .product-items .product-item .item .product-image .product-image-photo {
  position: static;
}
body:not(.rtl) .products-list .product-items .product-item .item .product_action_box {
  margin-left: calc(25% + 25px);
}
body.rtl .products-list .product-items .product-item .item .product_action_box {
  margin-right: calc(25% + 25px);
}
.products-list .product-items .product-item .item .item-action {
  display: inline-block;
  vertical-align: top;
}
.products-list .product-items .product-item .item .btn-cart {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 35px;
  height: auto;
  width: auto;
}
body:not(.rtl) .products-list .product-items .product-item .item .btn-cart {
  margin: 0 10px 0 0;
}
body.rtl .products-list .product-items .product-item .item .btn-cart {
  margin: 0 0 0 10px;
}
.products-list .product-items .product-item .item .icon_box {
  display: inline-block;
  vertical-align: top;
}
.products-list .product-items .product-item .item .icon_box .action-btn {
  width: 49px;
  height: 49px;
  font-size: 20px;
  line-height: 49px;
  border: 2px solid #e5e5e5;
  text-align: center;
  color: #666666;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.products-list .product-items .product-item .item .icon_box .action-btn:hover {
  border-color: #222222;
  color: #222222;
}
.products-list .product-items .product-item .item .product-item-description {
  margin-bottom: 25px;
}
.products-list .product-items .product-item .item .item-cover .price-box.price-final_price {
  display: inline-block;
  font-size: 25px;
  margin: 0;
  vertical-align: top;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.products-list .product-items .product-item .item .item-cover .salePrice {
  background: none;
  color: #fc3f3f;
  display: inline-block;
  margin: 7px;
  border: 2px solid #f00;
}
.products-list .product-items .product-item .item .item-cover .product-reviews-summary {
  margin: 5px 0;
}
.products-list .product-items .product-item .item .item-cover .item-shop {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
body:not(.rtl) .products-list .product-items .product-item .item .item-cover .item-shop {
  padding-left: 10px;
  text-align: left;
  float: left;
}
body.rtl .products-list .product-items .product-item .item .item-cover .item-shop {
  padding-right: 10px;
  text-align: right;
  float: right;
}
.products-list .product-items .product-item .item .item-cover .item-shop h3 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 20px 0;
}
.products-list .product-items .product-item .item .item-cover .item-shop .swatch-attribute-options {
  margin-top: 5px;
}
body:not(.rtl) .products-list .product-items .product-item .item .item-cover .item-shop .swatch-attribute-options {
  text-align: left;
}
body.rtl .products-list .product-items .product-item .item .item-cover .item-shop .swatch-attribute-options {
  text-align: right;
}
.products-list .product-items .product-item .item .item-cover [class*="swatch-opt-"] {
  margin-bottom: 25px;
}
.catalog-category-view .container.maincontent,
.wanexo-brand-brand-productlist .container.maincontent,
.catalogsearch-result-index .container.maincontent {
  width: 100%;
}
.catalog-category-view .container.maincontent .sidebar,
.wanexo-brand-brand-productlist .container.maincontent .sidebar,
.catalogsearch-result-index .container.maincontent .sidebar {
  width: 250px;
}
.catalog-category-view .container.maincontent .mainCol,
.wanexo-brand-brand-productlist .container.maincontent .mainCol,
.catalogsearch-result-index .container.maincontent .mainCol {
  width: calc(100% - 250px);
}
.catalog-category-view .container.maincontent .mainCol .label-product,
.wanexo-brand-brand-productlist .container.maincontent .mainCol .label-product,
.catalogsearch-result-index .container.maincontent .mainCol .label-product {
  position: absolute;
  top: 0px;
  width: 55px;
  z-index: 9;
}
.catalog-category-view .container.maincontent .mainCol .label-product span.new,
.wanexo-brand-brand-productlist .container.maincontent .mainCol .label-product span.new,
.catalogsearch-result-index .container.maincontent .mainCol .label-product span.new {
  background-color: #666666;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 6px 8px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.catalog-category-view .container.maincontent .mainCol .label-product span.new:before,
.wanexo-brand-brand-productlist .container.maincontent .mainCol .label-product span.new:before,
.catalogsearch-result-index .container.maincontent .mainCol .label-product span.new:before {
  content: '';
  border-width: 13px;
  border-style: solid;
  border-color: #e5e5e5 transparent #e5e5e5 transparent;
  height: 100%;
  position: absolute;
  top: 0;
}
body:not(.rtl).catalog-category-view .container.maincontent .mainCol .label-product span.new:before,
body:not(.rtl).wanexo-brand-brand-productlist .container.maincontent .mainCol .label-product span.new:before,
body:not(.rtl).catalogsearch-result-index .container.maincontent .mainCol .label-product span.new:before {
  right: -13px;
}
body.rtl.catalog-category-view .container.maincontent .mainCol .label-product span.new:before,
body.rtl.wanexo-brand-brand-productlist .container.maincontent .mainCol .label-product span.new:before,
body.rtl.catalogsearch-result-index .container.maincontent .mainCol .label-product span.new:before {
  left: -13px;
}
.catalog-category-view .products-grid .product-image,
.wanexo-brand-brand-productlist .products-grid .product-image,
.catalogsearch-result-index .products-grid .product-image {
  overflow: hidden;
}
body:not(.rtl).catalog-category-view .products-grid .swatch-attribute-options,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .swatch-attribute-options,
body:not(.rtl).catalogsearch-result-index .products-grid .swatch-attribute-options {
  text-align: left;
}
body.rtl .catalog-category-view .products-grid .swatch-attribute-options,
body.rtl .wanexo-brand-brand-productlist .products-grid .swatch-attribute-options,
body.rtl .catalogsearch-result-index .products-grid .swatch-attribute-options {
  text-align: right;
}
.catalog-category-view .products-grid .item,
.wanexo-brand-brand-productlist .products-grid .item,
.catalogsearch-result-index .products-grid .item {
  margin-bottom: 40px;
  padding: 0;
}
.catalog-category-view .products-grid .item-shop,
.wanexo-brand-brand-productlist .products-grid .item-shop,
.catalogsearch-result-index .products-grid .item-shop {
  position: relative;
}
.catalog-category-view .products-grid .product-name,
.wanexo-brand-brand-productlist .products-grid .product-name,
.catalogsearch-result-index .products-grid .product-name {
  font-size: 14px;
  color: #222222;
  padding-top: 12px;
  margin: 0;
  font-weight: normal;
}
.catalog-category-view .products-grid .price-box,
.wanexo-brand-brand-productlist .products-grid .price-box,
.catalogsearch-result-index .products-grid .price-box {
  font-size: 14px;
  font-weight: normal;
}
.catalog-category-view .products-grid .product-reviews-summary,
.wanexo-brand-brand-productlist .products-grid .product-reviews-summary,
.catalogsearch-result-index .products-grid .product-reviews-summary {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
body:not(.rtl).catalog-category-view .products-grid .product-reviews-summary,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .product-reviews-summary,
body:not(.rtl).catalogsearch-result-index .products-grid .product-reviews-summary {
  float: left;
}
body.rtl.catalog-category-view .products-grid .product-reviews-summary,
body.rtl.wanexo-brand-brand-productlist .products-grid .product-reviews-summary,
body.rtl.catalogsearch-result-index .products-grid .product-reviews-summary {
  float: right;
}
.catalog-category-view .products-grid .product-reviews-summary .reviews-actions,
.wanexo-brand-brand-productlist .products-grid .product-reviews-summary .reviews-actions,
.catalogsearch-result-index .products-grid .product-reviews-summary .reviews-actions {
  display: none;
}
.catalog-category-view .products-grid .product-reviews-summary .rating-summary .rating-result,
.wanexo-brand-brand-productlist .products-grid .product-reviews-summary .rating-summary .rating-result,
.catalogsearch-result-index .products-grid .product-reviews-summary .rating-summary .rating-result {
  width: 60px;
  vertical-align: top;
}
.catalog-category-view .products-grid .product-reviews-summary .rating-summary .rating-result:before,
.wanexo-brand-brand-productlist .products-grid .product-reviews-summary .rating-summary .rating-result:before,
.catalogsearch-result-index .products-grid .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
.catalog-category-view .products-grid .product-reviews-summary .rating-summary .rating-result span:before,
.wanexo-brand-brand-productlist .products-grid .product-reviews-summary .rating-summary .rating-result span:before,
.catalogsearch-result-index .products-grid .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
.catalog-category-view .products-grid .action-btn:not(.btn-cart),
.wanexo-brand-brand-productlist .products-grid .action-btn:not(.btn-cart),
.catalogsearch-result-index .products-grid .action-btn:not(.btn-cart) {
  font-size: 22px;
  line-height: 24px;
  font-size: 20px;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
body:not(.rtl).catalog-category-view .products-grid .action-btn:not(.btn-cart),
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .action-btn:not(.btn-cart),
body:not(.rtl).catalogsearch-result-index .products-grid .action-btn:not(.btn-cart) {
  float: left;
}
body.rtl.catalog-category-view .products-grid .action-btn:not(.btn-cart),
body.rtl.wanexo-brand-brand-productlist .products-grid .action-btn:not(.btn-cart),
body.rtl.catalogsearch-result-index .products-grid .action-btn:not(.btn-cart) {
  float: right;
}
.catalog-category-view .products-grid .action-btn:not(.btn-cart).btn-wish-list,
.wanexo-brand-brand-productlist .products-grid .action-btn:not(.btn-cart).btn-wish-list,
.catalogsearch-result-index .products-grid .action-btn:not(.btn-cart).btn-wish-list {
  border: none;
}
.catalog-category-view .products-grid .action-btn:not(.btn-cart):hover,
.wanexo-brand-brand-productlist .products-grid .action-btn:not(.btn-cart):hover,
.catalogsearch-result-index .products-grid .action-btn:not(.btn-cart):hover {
  color: #27aba6;
}
.catalog-category-view .products-grid .color_swatches,
.wanexo-brand-brand-productlist .products-grid .color_swatches,
.catalogsearch-result-index .products-grid .color_swatches {
  z-index: 4;
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  font-size: 0;
  position: absolute;
  bottom: 7px;
  border: 1px solid #222222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
}
body:not(.rtl).catalog-category-view .products-grid .color_swatches,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .color_swatches,
body:not(.rtl).catalogsearch-result-index .products-grid .color_swatches {
  right: 20px;
}
body.rtl.catalog-category-view .products-grid .color_swatches,
body.rtl.wanexo-brand-brand-productlist .products-grid .color_swatches,
body.rtl.catalogsearch-result-index .products-grid .color_swatches {
  left: 20px;
}
.catalog-category-view .products-grid .color_swatches:before,
.wanexo-brand-brand-productlist .products-grid .color_swatches:before,
.catalogsearch-result-index .products-grid .color_swatches:before,
.catalog-category-view .products-grid .color_swatches:after,
.wanexo-brand-brand-productlist .products-grid .color_swatches:after,
.catalogsearch-result-index .products-grid .color_swatches:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 10px;
  height: 16px;
  border: 1px solid #222222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
}
.catalog-category-view .products-grid .color_swatches:before,
.wanexo-brand-brand-productlist .products-grid .color_swatches:before,
.catalogsearch-result-index .products-grid .color_swatches:before {
  z-index: -2;
}
body:not(.rtl).catalog-category-view .products-grid .color_swatches:before,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .color_swatches:before,
body:not(.rtl).catalogsearch-result-index .products-grid .color_swatches:before {
  left: 4px;
}
body.rtl.catalog-category-view .products-grid .color_swatches:before,
body.rtl.wanexo-brand-brand-productlist .products-grid .color_swatches:before,
body.rtl.catalogsearch-result-index .products-grid .color_swatches:before {
  right: 4px;
}
.catalog-category-view .products-grid .color_swatches:after,
.wanexo-brand-brand-productlist .products-grid .color_swatches:after,
.catalogsearch-result-index .products-grid .color_swatches:after {
  z-index: -3;
  bottom: -1px;
}
body:not(.rtl).catalog-category-view .products-grid .color_swatches:after,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .color_swatches:after,
body:not(.rtl).catalogsearch-result-index .products-grid .color_swatches:after {
  left: 9px;
}
body.rtl.catalog-category-view .products-grid .color_swatches:after,
body.rtl.wanexo-brand-brand-productlist .products-grid .color_swatches:after,
body.rtl.catalogsearch-result-index .products-grid .color_swatches:after {
  right: 9px;
}
.catalog-category-view .products-grid .icon_box,
.wanexo-brand-brand-productlist .products-grid .icon_box,
.catalogsearch-result-index .products-grid .icon_box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
body:not(.rtl).catalog-category-view .products-grid .icon_box,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .icon_box,
body:not(.rtl).catalogsearch-result-index .products-grid .icon_box {
  text-align: left;
}
body.rtl.catalog-category-view .products-grid .icon_box,
body.rtl.wanexo-brand-brand-productlist .products-grid .icon_box,
body.rtl.catalogsearch-result-index .products-grid .icon_box {
  text-align: right;
}
.catalog-category-view .products-grid [class*="swatch-opt-"],
.wanexo-brand-brand-productlist .products-grid [class*="swatch-opt-"],
.catalogsearch-result-index .products-grid [class*="swatch-opt-"] {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.catalog-category-view .products-grid .option_box,
.wanexo-brand-brand-productlist .products-grid .option_box,
.catalogsearch-result-index .products-grid .option_box {
  padding: 10px 10px 0 10px;
  background: rgba(245, 245, 245, 0.7);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-animation: transform;
  -o-animation: transform;
  animation: transform;
  -webkit-transition: transform 300ms ease-in-out 0s;
  -moz-transition: transform 300ms ease-in-out 0s;
  transition: transform 300ms ease-in-out 0s;
  -o-transition: transform 300ms ease-in-out 0s;
  position: absolute;
  width: 100%;
  display: inline-block;
  bottom: 0;
  z-index: 1;
}
body:not(.rtl).catalog-category-view .products-grid .option_box,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .option_box,
body:not(.rtl).catalogsearch-result-index .products-grid .option_box {
  left: 0;
}
body.rtl.catalog-category-view .products-grid .option_box,
body.rtl.wanexo-brand-brand-productlist .products-grid .option_box,
body.rtl.catalogsearch-result-index .products-grid .option_box {
  right: 0;
}
.catalog-category-view .products-grid .flip_color_swatches .option_box,
.wanexo-brand-brand-productlist .products-grid .flip_color_swatches .option_box,
.catalogsearch-result-index .products-grid .flip_color_swatches .option_box {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
body:not(.rtl).catalog-category-view .products-grid .flip_color_swatches .color_swatches,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .flip_color_swatches .color_swatches,
body:not(.rtl).catalogsearch-result-index .products-grid .flip_color_swatches .color_swatches {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
body.rtl.catalog-category-view .products-grid .flip_color_swatches .color_swatches,
body.rtl.wanexo-brand-brand-productlist .products-grid .flip_color_swatches .color_swatches,
body.rtl.catalogsearch-result-index .products-grid .flip_color_swatches .color_swatches {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
body:not(.rtl).catalog-category-view .products-grid .flip_color_swatches .color_swatches:before,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .flip_color_swatches .color_swatches:before,
body:not(.rtl).catalogsearch-result-index .products-grid .flip_color_swatches .color_swatches:before {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  left: 5px;
}
body.rtl.catalog-category-view .products-grid .flip_color_swatches .color_swatches:before,
body.rtl.wanexo-brand-brand-productlist .products-grid .flip_color_swatches .color_swatches:before,
body.rtl.catalogsearch-result-index .products-grid .flip_color_swatches .color_swatches:before {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  right: 5px;
}
.catalog-category-view .products-grid .flip_color_swatches .color_swatches:after,
.wanexo-brand-brand-productlist .products-grid .flip_color_swatches .color_swatches:after,
.catalogsearch-result-index .products-grid .flip_color_swatches .color_swatches:after {
  bottom: -3px;
}
body:not(.rtl).catalog-category-view .products-grid .flip_color_swatches .color_swatches:after,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .flip_color_swatches .color_swatches:after,
body:not(.rtl).catalogsearch-result-index .products-grid .flip_color_swatches .color_swatches:after {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
body.rtl.catalog-category-view .products-grid .flip_color_swatches .color_swatches:after,
body.rtl.wanexo-brand-brand-productlist .products-grid .flip_color_swatches .color_swatches:after,
body.rtl.catalogsearch-result-index .products-grid .flip_color_swatches .color_swatches:after {
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
.catalog-category-view .products-grid .product_action_box,
.wanexo-brand-brand-productlist .products-grid .product_action_box,
.catalogsearch-result-index .products-grid .product_action_box {
  position: relative;
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
}
.catalog-category-view .products-grid .product_action_box .item-shop-content,
.wanexo-brand-brand-productlist .products-grid .product_action_box .item-shop-content,
.catalogsearch-result-index .products-grid .product_action_box .item-shop-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.catalog-category-view .products-grid .salePrice,
.wanexo-brand-brand-productlist .products-grid .salePrice,
.catalogsearch-result-index .products-grid .salePrice {
  background: none;
  color: #fc3f3f;
  display: inline-block;
  font-size: 10px;
  margin: -2px 7px;
  padding: 2px 8px;
  vertical-align: top;
  border: 2px solid #f00;
}
.catalog-category-view .products-grid .btn-cart.action-btn,
.wanexo-brand-brand-productlist .products-grid .btn-cart.action-btn,
.catalogsearch-result-index .products-grid .btn-cart.action-btn {
  border: none;
  background: none;
  color: #222222;
  padding: 5px 15px 5px 15px;
  position: relative;
  margin-top: 5px;
}
.catalog-category-view .products-grid .btn-cart.action-btn:after,
.wanexo-brand-brand-productlist .products-grid .btn-cart.action-btn:after,
.catalogsearch-result-index .products-grid .btn-cart.action-btn:after {
  content: '+';
  font-size: 16px;
  top: 4px;
  position: absolute;
  font-family: "Ionicons";
}
body:not(.rtl).catalog-category-view .products-grid .btn-cart.action-btn:after,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .btn-cart.action-btn:after,
body:not(.rtl).catalogsearch-result-index .products-grid .btn-cart.action-btn:after {
  left: 0;
}
body.rtl.catalog-category-view .products-grid .btn-cart.action-btn:after,
body.rtl.wanexo-brand-brand-productlist .products-grid .btn-cart.action-btn:after,
body.rtl.catalogsearch-result-index .products-grid .btn-cart.action-btn:after {
  right: 0;
}
.catalog-category-view .products-grid .btn-cart.action-btn.disabled:before,
.wanexo-brand-brand-productlist .products-grid .btn-cart.action-btn.disabled:before,
.catalogsearch-result-index .products-grid .btn-cart.action-btn.disabled:before {
  margin-left: -19px;
  background: url(../images/AjaxLoader.svg) no-repeat;
}
body:not(.rtl) .catalog-category-view .products-grid .btn-cart.action-btn.disabled:before,
body:not(.rtl) .wanexo-brand-brand-productlist .products-grid .btn-cart.action-btn.disabled:before,
body:not(.rtl) .catalogsearch-result-index .products-grid .btn-cart.action-btn.disabled:before {
  left: 3px;
}
body.rtl.catalog-category-view .products-grid .btn-cart.action-btn.disabled:before,
body.rtl.wanexo-brand-brand-productlist .products-grid .btn-cart.action-btn.disabled:before,
body.rtl.catalogsearch-result-index .products-grid .btn-cart.action-btn.disabled:before {
  right: 3px;
}
body:not(.rtl).catalog-category-view .products-grid .swatch-option,
body:not(.rtl).wanexo-brand-brand-productlist .products-grid .swatch-option,
body:not(.rtl).catalogsearch-result-index .products-grid .swatch-option {
  float: left;
}
body.rtl.catalog-category-view .products-grid .swatch-option,
body.rtl.wanexo-brand-brand-productlist .products-grid .swatch-option,
body.rtl.catalogsearch-result-index .products-grid .swatch-option {
  float: right;
}
@media (max-width: 767px) {
  .products-list .product-items .product-item .item [class*="swatch-opt-"],
  .products-list .product-items .product-item .item .product-item-description {
    display: none;
  }
  .products-list .product-items .product-item .item .item-action,
  .products-list .product-items .product-item .item .icon_box {
    display: none;
  }
  .products-list .product-items .product-item .item .item-cover .item-shop h3 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .products-list .product-items .product-item .item .salePrice {
    margin: 0 15px;
  }
  .products-list .product-items .product-item .item .price-box.price-final_price {
    font-size: 20px;
  }
  .products-list .product-items .product-item .item .item-cover {
    display: table;
  }
  .products-list .product-items .product-item .item .item-cover .product-image {
    display: table-cell;
    margin-right: 0;
    position: relative;
    width: 25%;
    vertical-align: top;
    float: none;
  }
  .products-list .product-items .product-item .item .item-cover .product_action_box {
    margin-left: 0;
    display: table-cell;
    width: 75%;
    vertical-align: middle;
    padding-left: 25px;
  }
  .catalog-category-view .products-grid .color_swatches,
  .catalog-category-view .products-grid .option_box,
  .catalog-category-view .products-grid .item-action {
    display: none;
  }
}
.trendingProducts .item {
  width: 50%;
  float: left;
  position: relative;
  padding: 0;
}
.trendingProducts .product-image {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}
.trendingProducts .product-image img {
  width: 100%;
}
.trendingProducts .item-cover {
  padding: 2px;
  overflow: hidden;
}
.trendingProducts .item-cover:hover .product-image .quick-view {
  background: #27aba6;
  border-color: #27aba6;
  color: #ffffff;
}
.trendingProducts .item-cover:hover .itemOuter {
  bottom: 0;
}
.trendingProducts .quick-view {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #222222;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 25px;
  width: 34px;
}
.trendingProducts .itemOuter {
  background: rgba(255, 255, 255, 0.9);
  bottom: -55px;
  display: block;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  -webkit-transition: bottom 150ms ease-in-out 0s;
  -moz-transition: bottom 150ms ease-in-out 0s;
  transition: bottom 150ms ease-in-out 0s;
  -o-transition: bottom 150ms ease-in-out 0s;
}
.trendingProducts .itemOuter h3 {
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
}
.trendingProducts .product-reviews-summary {
  float: right;
}
.trendingProducts .product-reviews-summary .reviews-actions {
  display: none;
}
.trendingProducts .product-reviews-summary .rating-summary .rating-result {
  width: 68px;
}
.trendingProducts .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 12px;
}
.trendingProducts .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 12px;
}
.trendingProducts .item-action-inner {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.trendingProducts .item-price {
  padding-bottom: 5px;
}
.trendingProducts .inner-box {
  display: inline-block;
  margin-top: 10px;
  max-width: 270px;
  text-align: center;
  width: 100%;
  vertical-align: top;
}
.trendingProducts .action-btn {
  display: inline-block;
  vertical-align: top;
  background: none;
  height: 38px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  width: 38px;
  border: 2px solid #696969;
}
.trendingProducts .action-btn.btn-cart {
  padding: 0;
  width: auto;
  padding: 0 15px;
}
.trendingProducts .action-btn:hover {
  background: none;
  border-color: #27aba6;
  color: #27aba6;
}
.trendingProducts form {
  display: inline-block;
  vertical-align: top;
}
.trendingProducts .new {
  background: #6dc910;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 11px;
}
.trendingProducts .price-box {
  font-size: 20px;
}
@media (min-width: 992px) {
  .trendingProducts .item {
    width: 25%;
    padding: 25% 0 0 0;
  }
  .trendingProducts .item.featured-left {
    float: left;
    width: 50%;
    padding: 50% 0 0 0;
  }
  .trendingProducts .item.featured-right {
    float: right;
    width: 50%;
    padding: 50% 0 0 0;
  }
  .trendingProducts .item .item-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
    overflow: hidden;
  }
  .trendingProducts .item[class*="featured-"] .item-cover .itemOuter .item-shop h3.product-name {
    font-size: 30px;
  }
  .trendingProducts .item[class*="featured-"] .item-cover .itemOuter .item-shop .item-price .price {
    font-size: 30px;
  }
  .trendingProducts .item[class*="featured-"] .item-cover .itemOuter .item-shop .item-price .price-box.price-final_price .old-price .price-wrapper .price {
    font-size: 18px;
  }
  .trendingProducts .item[class*="featured-"] .item-cover .itemOuter .item-shop .item-price .rating-summary .rating-result {
    width: 92px;
  }
  .trendingProducts .item[class*="featured-"] .item-cover .itemOuter .item-shop .item-price .rating-summary .rating-result:before {
    font-size: 16px;
  }
  .trendingProducts .item[class*="featured-"] .item-cover .itemOuter .item-shop .item-price .rating-summary .rating-result > span:before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .trendingProducts .item:nth-child(2n) + .item {
    clear: left;
  }
}
/****************************************
 ****************************************
------------- Single Products --------
*****************************************
****************************************/
.single_slider .item-shop {
  padding-top: 25px;
}
body:not(.rtl) .single_slider .item-shop {
  text-align: left;
}
body.rtl .single_slider .item-shop {
  text-align: right;
}
.single_slider .item-shop .product-reviews-summary {
  margin-bottom: 0;
  margin: 10px 0;
}
.single_slider h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px 0;
  position: relative;
  text-transform: uppercase;
}
.single_slider h3:after {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  content: "";
  background: #e3e3e3;
}
body:not(.rtl) .single_slider h3:after {
  left: 0;
}
body.rtl .single_slider h3:after {
  right: 0;
}
.single_slider .product_bottom form {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
body:not(.rtl) .single_slider .product_bottom form {
  margin-right: 15px;
}
body.rtl .single_slider .product_bottom form {
  margin-left: 15px;
}
.single_slider .btn-cart.tocart {
  background: none;
  padding: 0 40px;
  line-height: 60px;
  border: 2px solid #666666;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #666666;
  font-size: 14px;
}
.single_slider .btn-cart.tocart:hover {
  border-color: #27aba6;
  background-color: #27aba6;
  color: #ffffff;
}
.single_slider .icon_btn {
  margin: 8px 0;
}
.single_slider .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: auto;
  border: none;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.single_slider .owl-carousel .owl-nav div {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 25px;
  height: auto;
  width: auto;
  line-height: normal;
  letter-spacing: 2px;
  position: static;
  margin: 0 5px;
}
.single_slider .owl-carousel .owl-dots {
  text-align: center;
  margin: 20px 0;
}
.single_slider .owl-carousel .owl-dots .owl-dot {
  background: none;
  width: 25px;
  height: 25px;
  margin: 5px 0;
  top: 0;
  border: 2px solid transparent;
  box-shadow: none;
  text-align: center;
  position: relative;
}
.single_slider .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 7px;
  height: 7px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-51%, -51%);
  -webkit-transform: translate(-51%, -51%);
  left: 50%;
}
.single_slider .owl-carousel .owl-dots .owl-dot:hover,
.single_slider .owl-carousel .owl-dots .owl-dot.active {
  border-color: #000000;
}
.single_slider .product-name a {
  color: #222222;
}
.single_slider .price-box {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  width: 100%;
}
body:not(.rtl) .single_slider .price-box {
  text-align: left;
}
body.rtl .single_slider .price-box {
  text-align: right;
}
.single_slider .item-cover .product-image {
  background: none;
}
.single_slider .item-cover .product-image .pro-img-first,
.single_slider .item-cover .product-image .pro-img-sec {
  background: none;
}
.single_slider .no-rating {
  display: none;
}
.single_slider .description {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 30px;
  width: 100%;
  line-height: 25px;
}
.has_hover_img {
  display: inline-block;
  max-width: 600px;
  vertical-align: top;
  width: 100%;
}
.single_slider .label-product {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  z-index: 1;
}
body:not(.rtl) .single_slider .label-product {
  float: left;
  left: 0;
}
body.rtl .single_slider .label-product {
  float: right;
  right: 0;
}
.single_slider .label-product span.new {
  font-size: 10px;
  line-height: 12px;
  padding: 6px 0px;
  margin: 0;
  overflow: visible;
  vertical-align: middle;
  width: 81px;
  background-color: #6DC910;
  display: inline-block;
  color: #ffffff;
}
.single_slider .item-cell:hover .has_hover_img .pro-img-first {
  opacity: 0;
  visibility: hidden;
}
.single_slider .item-cell:hover .has_hover_img .pro-img-sec {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .single_slider .item-shop {
    padding: 0 50px;
  }
  body:not(.rtl) .single_slider .item-shop {
    text-align: left;
  }
  body.rtl .single_slider .item-shop {
    text-align: right;
  }
  .single_slider .owl-carousel {
    padding: 80px;
  }
  .single_slider .owl-carousel .item-cover {
    display: table;
    text-align: center;
  }
  .single_slider .owl-carousel .item-cover [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .single_slider .owl-carousel .owl-dots {
    margin: 0;
    position: absolute;
    width: 35px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  body:not(.rtl) .single_slider .owl-carousel .owl-dots {
    right: 40px;
  }
  body.rtl .single_slider .owl-carousel .owl-dots {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .single_slider .item-shop {
    padding: 0;
  }
  .single_slider .item-shop h3 {
    font-size: 20px;
    margin: 20px 0;
  }
  .single_slider .owl-carousel {
    padding: 80px 0 0 0;
  }
  .single_slider .owl-carousel .owl-nav {
    top: 0;
    width: auto;
    border: none;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 100%;
  }
  body:not(.rtl) .single_slider .owl-carousel .owl-nav {
    right: auto;
    left: 50%;
  }
  body.rtl .single_slider .owl-carousel .owl-nav {
    left: auto;
    right: 50%;
  }
  .single_slider .owl-carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  body:not(.rtl) .single_slider .product_bottom form {
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
  .single_slider .item-cover .col-sm-6 {
    padding: 0;
  }
}
/****************************************
 ****************************************
------------- Side Products --------
*****************************************
****************************************/
.side_product .item2 {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  width: 100%;
}
.side_product .product-item-photo {
  width: 80px;
}
body:not(.rtl) .side_product .product-item-photo {
  float: left;
  margin-right: 10px;
}
body.rtl .side_product .product-item-photo {
  float: right;
  margin-left: 10px;
}
body:not(.rtl) .side_product .side_content {
  margin-left: 90px;
}
body.rtl .side_product .side_content {
  margin-right: 90px;
}
.side_product .side_content .product-name {
  margin-bottom: 0;
}
.side_product .side_content .price-box {
  font-size: 15px;
}
.side_product .side_content .product-reviews-summary {
  margin: 5px 0;
}
.side_product .side_content .product-reviews-summary .reviews-actions {
  display: none;
}
.side_product .side_content .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 12px;
}
.side_product .side_content .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 12px;
}
/****************************************
 ****************************************
------------- Mini List Products --------
*****************************************
****************************************/
.quickProducts h2 {
  margin: 0;
  padding: 14px;
}
.mini-list {
  background: #ffffff;
  margin-bottom: 30px;
}
.quick_products {
  padding: 15px 0;
}
.quick_products li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}
.quick_products li .product-item-photo {
  max-width: 100px;
}
body:not(.rtl) .quick_products li .product-item-photo {
  float: left;
}
body.rtl .quick_products li .product-item-photo {
  float: right;
}
.quick_products .quickContent {
  vertical-align: top;
}
body:not(.rtl) .quick_products .quickContent {
  margin-left: 110px;
}
body.rtl .quick_products .quickContent {
  margin-right: 110px;
}
.quick_products .price-box {
  font-size: 14px;
  margin: 8px 0 10px;
  font-weight: bold;
  color: #666666;
}
.quick_products .product-item-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  color: #222222;
  width: 100%;
}
.quick_products .product-reviews-summary {
  margin: 11px 5px;
}
body:not(.rtl) .quick_products .product-reviews-summary {
  float: left;
}
body.rtl .quick_products .product-reviews-summary {
  float: right;
}
.quick_products .product-reviews-summary .reviews-actions {
  display: none;
}
.quick_products .product-reviews-summary .rating-summary {
  margin: 0;
  vertical-align: top;
}
body:not(.rtl) .quick_products .product-reviews-summary .rating-summary {
  float: right;
}
body.rtl .quick_products .product-reviews-summary .rating-summary {
  float: left;
}
.quick_products .product-reviews-summary .rating-summary .rating-result {
  vertical-align: top;
  width: 60px;
}
body:not(.rtl) .quick_products .product-reviews-summary .rating-summary .rating-result {
  float: right;
}
body.rtl .quick_products .product-reviews-summary .rating-summary .rating-result {
  float: left;
}
.quick_products .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 10px;
  height: 12px;
  line-height: 12px;
}
.quick_products .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 10px;
  height: 12px;
  line-height: 12px;
}
.quick_products .quickBottom {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
body:not(.rtl) .quick_products .quickBottom form {
  float: left;
}
body.rtl .quick_products .quickBottom form {
  float: right;
}
.product_design_2 .block.related {
  margin: 30px 0 0 0;
}
.product_design_2 .block.related .related-title h2 {
  margin: 0;
  padding: 0;
}
.product_design_2 .block.related .product-item-details {
  z-index: 1;
}
.product_design_2 .block.related .product-item-details .product-item-name {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.product_design_2 .block.related .product-item-details .product-item-name .product.name a {
  font-weight: 400;
  color: #666666;
}
.product_design_2 .block.related .product-item-details .action.towishlist {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
}
body:not(.rtl) .product_design_2 .block.related .product-item-details .action.towishlist {
  right: 0;
}
body.rtl .product_design_2 .block.related .product-item-details .action.towishlist {
  left: 0;
}
.product_design_2 .block.related .product-item-details .action.towishlist:before {
  content: "\f442";
  font-size: 20px;
  text-align: center;
  font-family: "Ionicons";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.block.related {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.block.related .product-item-details {
  position: static;
}
.block.related .action.towishlist {
  position: absolute;
  top: 0;
  padding: 10px 15px;
  width: auto;
  z-index: 1;
  font-size: 20px;
}
body:not(.rtl) .block.related .action.towishlist {
  right: 0;
}
body.rtl .block.related .action.towishlist {
  left: 0;
}
.block.related .action.towishlist:hover {
  background: none;
  color: #27aba6;
}
.block.upsell h2 {
  font-size: 13px;
  line-height: normal;
  margin: 0px;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}
.heading_style_1 {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  position: relative;
  color: #222222;
  margin: 10px 0;
  padding: 25px 0;
  text-align: center;
}
.heading_style_1:after {
  width: 60px;
  height: 3px;
  background: #222222;
  position: absolute;
  bottom: 0;
  content: "";
}
body:not(.rtl) .heading_style_1:after {
  left: 50%;
  margin-left: -30px;
}
body.rtl .heading_style_1:after {
  right: 50%;
  margin-right: -30px;
}
.heading_style_2 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  color: #222222;
  margin: 30px 0 10px 0;
  padding: 25px 0;
  text-align: center;
}
.heading_style_2:before {
  width: 40px;
  height: 1px;
  background: #27aba6;
  position: absolute;
  top: 0;
  content: "";
}
body:not(.rtl) .heading_style_2:before {
  left: 50%;
  margin-left: -20px;
}
body.rtl .heading_style_2:before {
  right: 50%;
  margin-right: -20px;
}
.heading_mini {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  color: #222222;
  margin: 0;
  padding: 15px 0;
}
body:not(.rtl) .heading_mini {
  text-align: left;
}
body.rtl .heading_mini {
  text-align: right;
}
.heading_mini:before {
  width: 40px;
  height: 1px;
  background: #27aba6;
  position: absolute;
  top: 0;
  content: "";
}
body:not(.rtl) .heading_mini:before {
  left: 0;
}
body.rtl .heading_mini:before {
  right: 0;
}
.subheading {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 10px 0 25px 0;
}
.subheading .center {
  text-align: center;
}
.static_heading {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  position: relative;
  text-transform: capitalize;
  color: #222222;
}
.static_subheading {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  color: #222222;
}
.fancy_subheading {
  font-family: 'Yellowtail', cursive;
  font-size: 20px;
  color: #e5e5e5;
}
.static_text {
  font-size: 15px;
  padding: 15px 0;
}
.box-title:not(div) span {
  font-size: 15px;
}
.box-title {
  display: inline-block;
  margin: 20px 0 15px;
  position: relative;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}
.box-title h2 {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 15px 0;
}
body:not(.rtl) .box-title h2 {
  text-align: left;
}
body.rtl .box-title h2 {
  text-align: right;
}
.box-title span {
  color: #666666;
  font-size: 18px;
  padding: 0;
  position: relative;
}
.page-title-wrapper {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.page-with-filter .filter.active .block-subtitle {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  padding: 15px 10px;
  display: inline-block;
  width: 100%;
  background: #ffffff;
}
.page-layout-1column.page-with-filter .filter:not(.active) .block-title.filter-title {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  h1.page-title {
    padding: 25px 0 10px;
  }
  .page-title-wrapper {
    text-align: center;
  }
  .page-title-wrapper .page-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 0;
  }
  .post-content .itemBlog h2 {
    font-size: 20px;
  }
  .block-title strong {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 7px 0;
    width: auto;
  }
  body:not(.rtl) div.box-title {
    text-align: left;
  }
  body.rtl div.box-title {
    text-align: right;
  }
  div.box-title h2 {
    font-size: 14px;
    padding: 10px;
  }
  .heading_style_1 {
    font-size: 25px;
    line-height: 25px;
    padding: 15px 0;
  }
}
.freeshipping-wrapper {
  background: #27aba6;
}
.freeshipping-wrapper h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
}
.freeshipping-wrapper h2 .fa {
  font-size: 48px;
}
.freeshipping-wrapper h2 strong {
  font-weight: 700;
}
.freeshipping-wrapper h2 span {
  font-weight: 300;
}
.freeshipping-wrapper h2 a {
  display: inline-block;
  font-size: 60px;
  margin-left: 5px;
  vertical-align: middle;
  color: #ffffff;
}
footer a,
footer:focus {
  color: #666666;
}
footer h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .twitter-twets li {
  font-size: 12px;
  padding-bottom: 0;
  position: relative;
  text-transform: none;
}
body:not(.rtl) footer .twitter-twets li {
  padding-left: 20px;
}
body.rtl footer .twitter-twets li {
  padding-right: 20px;
}
footer .links h3 {
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #222222;
}
footer .links ul li {
  margin-top: 3px;
}
.mdl-social {
  display: inline-block;
}
.mdl-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-bottom: 0;
}
body:not(.rtl) .mdl-social li {
  margin-right: 5px;
}
body.rtl .mdl-social li {
  margin-left: 5px;
}
.mdl-social li a {
  font-size: 16px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  width: 40px;
  color: #666666;
  border: 1px solid #666666;
}
body:not(.rtl) .mdl-social li a {
  float: left;
}
body.rtl .mdl-social li a {
  float: right;
}
.coloredIcon .mdl-social li a {
  color: #ffffff;
}
.coloredIcon .mdl-social li a:hover {
  background: #666666;
}
.coloredIcon .mdl-social .facebook {
  background: #3a589b;
}
.coloredIcon .mdl-social .twitter {
  background: #63b4e4;
}
.coloredIcon .mdl-social .google-plus {
  background: #d6492f;
}
.coloredIcon .mdl-social .youtube {
  background: #cf3427;
}
.coloredIcon .mdl-social .pinterest {
  background: #999999;
}
.coloredIcon .mdl-social .linkedin {
  background: #007ab9;
}
.coloredIcon .mdl-social .rss {
  background: #e19126;
}
.coloredIcon .mdl-social .tumblr {
  background: #4d83ba;
}
.coloredIcon .mdl-social .dribbble {
  background: #ea4c89;
}
.copyrightbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyrightbox .footer.links {
  width: auto;
}
body:not(.rtl) .copyrightbox .footer.links {
  margin-right: 7px;
  float: left;
}
body.rtl .copyrightbox .footer.links {
  margin-left: 7px;
  float: right;
}
.copyrightbox .footer.links li {
  margin: 0;
  color: #222222;
  font-size: 12px;
}
body:not(.rtl) .copyrightbox .footer.links li {
  float: left;
  padding-right: 8px;
}
body.rtl .copyrightbox .footer.links li {
  float: right;
  padding-left: 8px;
}
.copyrightbox .footer.links li a {
  color: #666666;
}
body:not(.rtl) .copyrightbox .footer.links li a {
  padding-left: 0;
}
body.rtl .copyrightbox .footer.links li a {
  padding-right: 0;
}
.copyrightbox .footer.links li a:hover {
  color: #27aba6;
}
.copyrightbox .footer.links li:before {
  display: none;
}
.copyrightbox .footer.links li + li:before {
  content: '|';
  display: inline;
}
body:not(.rtl) .copyrightbox .footer.links li + li:before {
  padding-right: 8px;
}
body.rtl .copyrightbox .footer.links li + li:before {
  padding-left: 8px;
}
.copyrightbox .copyText {
  margin: 0;
}
body:not(.rtl) .copyrightbox .copyText {
  text-align: right;
}
body.rtl .copyrightbox .copyText {
  text-align: left;
}
.goTop {
  bottom: 20px;
  position: fixed;
  z-index: 99;
}
body:not(.rtl) .goTop {
  right: 15px;
}
body.rtl .goTop {
  left: -35px;
}
.goTop a {
  background: #222222;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  padding: 7px 15px 7px 50px;
  text-align: center;
  text-transform: uppercase;
  height: 31px;
  font-size: 13px;
  font-weight: bold;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
}
.goTop a i {
  position: absolute;
  left: 15px;
  font-size: 30px;
  top: -5px;
}
.goTop a:hover {
  background: #27aba6;
  color: #ffffff;
}
.goTop a span {
  display: inline-block;
  width: 100%;
}
.goTop a .fa {
  font-size: 20px;
}
@media (max-width: 991px) {
  .copyrightbox .flinks {
    text-align: center;
  }
  .copyrightbox .footer.links {
    padding: 10px 0;
    text-align: center;
    width: auto;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  body:not(.rtl) .copyrightbox .footer.links {
    margin-right: 0;
  }
  body.rtl .copyrightbox .footer.links {
    margin-left: 0;
  }
  .copyrightbox .footer.links li {
    display: inline-block;
    margin: 0;
  }
  body:not(.rtl) .copyrightbox .copyText {
    text-align: center;
  }
  body.rtl .copyrightbox .copyText {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .links h3 {
    position: relative;
  }
  footer .links h3:before {
    content: '\f48a';
    font-family: "Ionicons";
    position: absolute;
    top: 11px;
    cursor: pointer;
    font-style: normal;
  }
  body:not(.rtl) footer .links h3:before {
    right: 0;
  }
  body.rtl footer .links h3:before {
    left: 0;
  }
  footer .links h3.opened:before {
    content: '\f463';
  }
  footer .copyrightbox .footer.links {
    text-align: center;
    width: 100%;
  }
  body:not(.rtl) footer .copyrightbox .footer.links {
    margin-right: 0;
  }
  body.rtl footer .copyrightbox .footer.links {
    margin-left: 0;
  }
  footer .copyrightbox .footer.links li {
    display: inline-block;
    margin: 0;
    padding: 5px 8px;
  }
  body:not(.rtl) footer .copyrightbox .footer.links li {
    float: none;
  }
  body.rtl footer .copyrightbox .footer.links li {
    float: none;
  }
  footer .copyrightbox .footer.links li:before {
    display: none;
  }
  footer .copyText {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
  }
  body:not(.rtl) footer .copyText {
    text-align: center;
  }
  body.rtl footer .copyText {
    text-align: center;
  }
}
.footer1 {
  background: #232323;
  padding: 100px 0 0 0;
}
.footer1 .links h3 {
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: bold;
}
.footer1 .links .bullet li:before {
  background: #6c6c6c;
}
.footer1 .links .app_classes li {
  margin-bottom: 0;
  padding: 0;
}
.footer1 .links .app_classes li a {
  margin-bottom: 15px;
  border: 1px solid #6c6c6c;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 25px;
  position: relative;
}
body:not(.rtl) .footer1 .links .app_classes li a {
  padding: 10px 20px 10px 50px;
}
body.rtl .footer1 .links .app_classes li a {
  padding: 10px 50px 10px 20px;
}
.footer1 .links .app_classes li a i {
  font-size: 25px;
  position: absolute;
  top: 10px;
}
body:not(.rtl) .footer1 .links .app_classes li a i {
  left: 15px;
}
body.rtl .footer1 .links .app_classes li a i {
  right: 15px;
}
.footer1 .links .payment_block {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 20px 0;
}
.footer1 ul li {
  margin: 0 0 15px 0;
}
.footer1 ul li a {
  color: #6c6c6c;
  font-size: 12px;
}
.footer1 ul li a:hover {
  color: #27aba6;
}
.footer1 .block.newsletter {
  display: inline-block;
  border: 1px solid #383838;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  margin: 15px 0  0 0;
}
.footer1 .block.newsletter .newsletter .control input#newsletter {
  height: 40px;
  background: none;
  border: none;
  font-size: 12px;
}
.footer1 .block.newsletter .action.subscribe.primary {
  position: absolute;
  top: 0;
  background: none;
  line-height: 40px;
  font-size: 0;
  letter-spacing: 1px;
  border: none;
}
body:not(.rtl) .footer1 .block.newsletter .action.subscribe.primary {
  right: 0;
  padding: 0 10px 0 0;
}
body.rtl .footer1 .block.newsletter .action.subscribe.primary {
  left: 0;
  padding: 0 0 0 10px;
}
.footer1 .block.newsletter .action.subscribe.primary:hover {
  color: #27aba6;
}
.footer1 .block.newsletter .action.subscribe.primary:before {
  font-family: "Material Icons";
  content: 'mail_outline';
  font-size: 24px;
  color: #ffffff;
  text-transform: none;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 1;
  top: 0;
  letter-spacing: normal;
}
.footer1 .social_icons {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.footer1 .social_icons li {
  margin: 0;
  padding: 0;
}
body:not(.rtl) .footer1 .social_icons li {
  float: left;
}
body.rtl .footer1 .social_icons li {
  float: right;
}
.footer1 .social_icons li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body:not(.rtl) .footer1 .social_icons li a {
  margin-right: 15px;
}
body.rtl .footer1 .social_icons li a {
  margin-left: 15px;
}
.footer1 .social_icons li a:hover {
  background: #27aba6;
  color: #ffffff;
}
.footer1 .copyrightbox {
  border-top: 1px solid #383838;
  padding: 20px 0;
  margin-top: 85px;
}
.footer1 .copyrightbox .footer.links li {
  color: #6c6c6c;
}
.footer1 .copyrightbox .footer.links li a {
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .footer1 .app_classes li a {
    min-width: 200px;
  }
}
.footer2 {
  background: #333333;
  color: #696969;
}
.footer2 .container.linksBox {
  text-align: center;
}
.footer2 .footer_box {
  padding: 50px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
body:not(.rtl) .footer2 .footer_box {
  text-align: left;
}
body.rtl .footer2 .footer_box {
  text-align: right;
}
.footer2 .links a {
  color: #696969;
  font-size: 14px;
  letter-spacing: .05em;
}
.footer2 .links a:hover {
  color: #ffffff;
}
.footer2 .links h3 {
  font-size: 22px;
  margin-bottom: 28px;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
}
.footer2 .links h3:after {
  width: 50px;
  height: 1px;
  background: #27aba6;
  position: absolute;
  top: 0;
  content: '';
}
body:not(.rtl) .footer2 .links h3:after {
  left: 0;
}
body.rtl .footer2 .links h3:after {
  right: 0;
}
.footer2 .links ul li {
  margin-bottom: 15px;
}
.footer2 .contact_info_block li {
  position: relative;
  font-size: 15px;
}
body:not(.rtl) .footer2 .contact_info_block li {
  padding-left: 25px;
}
body.rtl .footer2 .contact_info_block li {
  padding-right: 25px;
}
.footer2 .contact_info_block li .fas,
.footer2 .contact_info_block li i {
  position: absolute;
  font-size: 15px;
  line-height: 20px;
}
body:not(.rtl) .footer2 .contact_info_block li .fas,
body:not(.rtl) .footer2 .contact_info_block li i {
  left: 0;
}
body.rtl .footer2 .contact_info_block li .fas,
body.rtl .footer2 .contact_info_block li i {
  right: 0;
}
.footer2 .footer_about h4 {
  padding: 25px 0 15px 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.footer2 .footer_about p {
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 30px;
}
.footer2 .mdl-social li a {
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
  color: #ababab;
  border: none;
  background: none;
  border: 1px solid #4d4d4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer2 .mdl-social li a:hover {
  background: #ffffff;
  color: #222222;
  border-color: #ffffff;
}
.footer2 .newsletterBox .newsletter .control input#newsletter {
  height: 50px;
}
.footer2 .newsletterBox input#newsletter {
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  border: none;
  border-radius: 0;
}
.footer2 .newsletterBox .field.newsletter {
  margin-top: 20px;
  position: relative;
}
.footer2 .newsletterBox .field.newsletter .action.subscribe.primary {
  position: absolute;
  top: 0;
  font-size: 0;
  border: none;
  background: none;
  padding: 15px 25px;
}
body:not(.rtl) .footer2 .newsletterBox .field.newsletter .action.subscribe.primary {
  right: 0;
}
body.rtl .footer2 .newsletterBox .field.newsletter .action.subscribe.primary {
  left: 0;
}
.footer2 .newsletterBox .field.newsletter .action.subscribe.primary:before {
  font-family: "Material Icons";
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #62646c;
  text-transform: none;
  content: "mail_outline";
}
.footer2 .newsletterBox .field.newsletter .action.subscribe.primary:hover:before {
  color: #ffffff;
}
.footer2 .copyrightbox {
  background: #3B3B3B;
}
.footer2 .copyrightbox .copyText {
  margin: 0;
  padding: 6px 0;
}
body:not(.rtl) .footer2 .copyrightbox .copyText {
  text-align: left;
}
body.rtl .footer2 .copyrightbox .copyText {
  text-align: right;
}
body:not(.rtl) .footer2 .payment_option {
  text-align: right;
}
body.rtl .footer2 .payment_option {
  text-align: left;
}
@media (min-width: 1200px) {
  .footer2 .container.linksBox {
    width: 1200px;
  }
}
@media (max-width: 991px) {
  body:not(.rtl) .footer2 .copyrightbox .copyText {
    text-align: center;
  }
  body.rtl .footer2 .copyrightbox .copyText {
    text-align: center;
  }
  body:not(.rtl) .footer2 .payment_option {
    text-align: center;
    margin: 10px 0;
  }
  body.rtl .footer2 .payment_option {
    text-align: center;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .contact_info_block {
    padding: 0 30px;
  }
}
.footer3 {
  background: #232323;
  padding: 100px 15% 80px 15%;
}
.footer3 .footerTop {
  text-align: center;
}
.footer3 .footer_logo {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-bottom: 30px;
}
.footer3 .social_icons {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0;
  text-align: center;
}
.footer3 .social_icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.footer3 .social_icons li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px !important;
  margin: 0 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer3 .social_icons li a:hover {
  background: #27aba6;
  color: #ffffff;
}
.footer3 .footer_newsletter {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.footer3 .block.newsletter {
  display: inline-block;
  border: 1px solid #383838;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  margin: 0;
  max-width: 500px;
  width: 100%;
}
.footer3 .block.newsletter .newsletter .control input#newsletter {
  height: 40px;
  background: none;
  border: none;
  font-size: 12px;
}
.footer3 .block.newsletter .action.subscribe.primary {
  position: absolute;
  top: 0;
  padding: 0 10px 0 0;
  line-height: 40px;
  width: 40px;
  font-size: 0;
  letter-spacing: 1px;
  border: none;
  background: none;
}
body:not(.rtl) .footer3 .block.newsletter .action.subscribe.primary {
  right: 0;
}
body.rtl .footer3 .block.newsletter .action.subscribe.primary {
  left: 0;
}
.footer3 .block.newsletter .action.subscribe.primary:hover:before {
  color: #27aba6;
}
.footer3 .block.newsletter .action.subscribe.primary:before {
  content: "\f474";
  position: absolute;
  font-family: "Ionicons";
  top: 0;
  font-size: 35px;
  color: #868686;
}
body:not(.rtl) .footer3 .block.newsletter .action.subscribe.primary:before {
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.rtl .footer3 .block.newsletter .action.subscribe.primary:before {
  right: 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.footer3 .payment_block {
  display: inline-block;
  margin: 30px 0;
  vertical-align: top;
}
body:not(.rtl) .footer3 .copyrightbox .copyText {
  text-align: center;
}
body.rtl .footer3 .copyrightbox .copyText {
  text-align: center;
}
@media (min-width: 1440px) {
  footer .footer3 .container.linkbox {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .footer3 .copyrightbox .flinks .footer.links {
    display: inline-block;
    float: none;
    width: auto;
  }
  body:not(.rtl) .footer3 .copyrightbox .flinks .footer.links {
    margin-right: 0;
  }
  body.rtl .footer3 .copyrightbox .flinks .footer.links {
    margin-left: 0;
  }
  .footer3 .copyrightbox .flinks .footer.links li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 5px;
  }
  .footer3 .copyrightbox .copyText {
    padding: 10px;
    text-align: center;
  }
  .footer3 .block.newsletter {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer3 .footer3_top .block.newsletter .content .field.newsletter {
    width: 90%;
  }
  body:not(.rtl) .footer3 .footer3_top .block.newsletter .content .field.newsletter {
    padding-right: 0;
  }
  body.rtl .footer3 .footer3_top .block.newsletter .content .field.newsletter {
    padding-left: 0;
  }
  .footer3 .footer3_top .block.newsletter .content .field.newsletter .control {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  .footer3 .footer3_top .block.newsletter .content .field.newsletter button.action.subscribe {
    margin: 10px 0 0;
    position: static;
  }
  .footer3 .iconbox {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer3 .payment_block {
    padding: 5px 15px;
    text-align: center;
  }
}
.footer4 {
  border-top: 2px solid #000000;
  padding: 0;
  background: #ffffff;
  text-align: center;
}
.footer4 .footer_links {
  text-align: center;
}
.footer4 .footer.links {
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 35px 0;
}
.footer4 .footer.links li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.footer4 .footer.links li a {
  font-size: 11px;
  padding: 0;
  font-weight: bold;
  padding: 0 15px;
  text-transform: uppercase;
}
.footer4 .footer.links li:before {
  display: none;
}
.footer4 .social-block {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  padding: 15px 0;
  text-align: center;
}
.footer4 .social-block ul li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.footer4 .social-block ul li a {
  color: #6c6c6c;
  font-size: 30px;
  margin: 0 15px;
  background: none !important;
}
.footer4 .social-block ul li a:hover {
  color: #27aba6;
}
.footer4 .linkBox {
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  vertical-align: top;
}
body:not(.rtl) .footer4 .linkBox {
  text-align: left;
}
body.rtl .footer4 .linkBox {
  text-align: right;
}
.footer4 .linkBox h3 {
  color: #6d6d6d;
  font-size: 15px;
  font-style: italic;
  margin: 0;
  text-transform: capitalize;
}
.footer4 .linkBox ul li a {
  color: #6d6d6d;
  font-size: 11px;
}
.footer4 .linkBox ul li a:hover {
  color: #27aba6;
}
.footer4 .linkBox ul.twitter-twets li {
  margin: 0 0 10px 0;
}
.footer4 .block.newsletter {
  position: relative;
  margin: 15px 0;
}
.footer4 .block.newsletter .control {
  border-bottom: 1px solid #bcbcbc;
}
body:not(.rtl) .footer4 .block.newsletter .control {
  padding-right: 30px;
}
body.rtl .footer4 .block.newsletter .control {
  padding-left: 30px;
}
.footer4 .block.newsletter .control input#newsletter {
  background: none;
  border: none;
  color: #6d6d6d;
  font-size: 11px;
  height: auto;
}
.footer4 .block.newsletter .action.primary {
  border: none;
  padding: 8px 25px;
  position: absolute;
  top: 0;
  background: none;
  font-size: 0;
}
body:not(.rtl) .footer4 .block.newsletter .action.primary {
  right: 0;
}
body.rtl .footer4 .block.newsletter .action.primary {
  left: 0;
}
.footer4 .block.newsletter .action.primary:before {
  content: "\f473";
  font-size: 34px;
  font-family: "Ionicons";
  color: #666666;
  position: absolute;
}
body:not(.rtl) .footer4 .block.newsletter .action.primary:before {
  right: 15px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
body.rtl .footer4 .block.newsletter .action.primary:before {
  left: 15px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
.footer4 .block.newsletter .action.primary:hover {
  background: none;
}
.footer4 .block.newsletter .action.primary:hover:before {
  color: #27aba6;
}
.footer4 .copyrightbox {
  text-align: center;
  background: rgba(0, 0, 0, 0.06);
  padding: 20px 0;
}
.footer4 .copyrightbox .copyText {
  line-height: 28px;
  margin: 0;
}
body:not(.rtl) .footer4 .copyrightbox .copyText {
  text-align: left;
}
body.rtl .footer4 .copyrightbox .copyText {
  text-align: right;
}
body:not(.rtl) .footer4 .copyrightbox .payment_option {
  text-align: right;
}
body.rtl .footer4 .copyrightbox .payment_option {
  text-align: left;
}
@media (min-width: 1440px) {
  .footer4 .linkBox {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .footer4 .block.newsletter h3 {
    text-align: center;
    width: 100%;
  }
  .footer4 .block.newsletter .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body:not(.rtl) .footer4 .copyrightbox .payment_option,
  body:not(.rtl) .footer4 .copyrightbox .copyText {
    text-align: center;
  }
  body.rtl .footer4 .copyrightbox .payment_option,
  body.rtl .footer4 .copyrightbox .copyText {
    text-align: center;
  }
}
body:not(.rtl) .content_left {
  text-align: left;
}
body.rtl .content_left {
  text-align: right;
}
.content_left .static_heading:after {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  content: "";
  background: #e3e3e3;
}
body:not(.rtl) .content_left .static_heading:after {
  left: 0;
}
body.rtl .content_left .static_heading:after {
  right: 0;
}
body:not(.rtl) .content_right {
  text-align: right;
}
body.rtl .content_right {
  text-align: left;
}
.content_right .static_heading:after {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  content: "";
  background: #e3e3e3;
}
body:not(.rtl) .content_right .static_heading:after {
  right: 0;
  left: auto;
}
body.rtl .content_right .static_heading:after {
  left: 0;
  right: auto;
}
.content_center {
  text-align: center;
}
.content_center .static_heading:after {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  content: "";
  background: #e3e3e3;
  margin-left: -25px;
}
body:not(.rtl) .content_center .static_heading:after {
  left: 50%;
}
body.rtl .content_center .static_heading:after {
  left: 50%;
}
.cover_img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.vertical_middle {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.table_content {
  display: table;
}
.content_with_left_block {
  background: #f9f9f9;
}
.category_block_2 [class*="content_"] {
  padding: 130px 100px;
}
.category_block_2 [class*="content_"]:before {
  content: "";
  position: absolute;
  top: 50%;
  border-width: 10px;
  border-style: solid;
  z-index: 1;
}
body:not(.rtl) .category_block_2 .content_left:before {
  border-color: transparent #ffffff transparent transparent;
  left: -20px;
}
body.rtl .category_block_2 .content_left:before {
  border-color: transparent transparent transparent #ffffff;
  right: -20px;
}
body:not(.rtl) .category_block_2 .content_right:before {
  right: -20px;
  border-color: transparent transparent transparent #ffffff;
}
body.rtl .category_block_2 .content_right:before {
  left: -20px;
  border-color: transparent #ffffff transparent transparent;
}
.static_block8 .container {
  padding: 50px 15px;
}
.static_block8 ul li {
  font-size: 15px;
}
.static-block-collection .sb_colleciton_wrapper {
  display: inline-block;
}
.static-block-collection .sb-collection-content,
.static-block-collection .sb-collection-img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
.static-block-collection .sb-collection-content {
  padding: 20px;
  border: 10px solid #fff;
}
.static-block-collection .sb-collection-img {
  border: 10px solid #fff;
}
.static_category_boxes [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.static_category_boxes .sb_1 {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.static_category_boxes .sb_2 {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.static_category_boxes .sb_2 .des_wrap {
  background: #111111;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
}
body:not(.rtl) .static_category_boxes .sb_2 .des_wrap {
  left: 0;
}
body.rtl .static_category_boxes .sb_2 .des_wrap {
  right: 0;
}
.static_category_boxes .sb_2 .des_wrap h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 0;
}
.static_category_boxes .sb_2 .des_wrap p {
  margin: 15px 0;
  line-height: 25px;
  padding: 0 5%;
  font-size: 13px;
}
.static_category_boxes .sb_2 .displayTable {
  height: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.parallax_box {
  min-height: 400px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.parallax_box .parallax_content {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.parallax_box .parallax_content h4 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.parallax_box .parallax_content h2 {
  color: #ffffff;
  font-size: 85px;
  text-transform: uppercase;
}
.parallax_box .parallax_content a {
  padding: 10px 30px;
  color: #ffffff;
  border: 2px solid #ffffff;
  margin: 20px 5px;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.parallax_product_static {
  padding: 50px 0px;
  text-align: center;
  position: relative;
}
.parallax_product_static .sbpi-inner {
  background-size: cover !important;
  background-size: 80% !important;
  background-attachment: fixed !important;
  background-position: center center!important;
  padding: 100px 0;
}
.parallax_product_static .sbp-price {
  font-size: 30px;
  line-height: 36px;
  color: #eb5202;
  font-weight: 600;
  margin: 20px 0;
  letter-spacing: 2px;
}
.parallax_product_static .parallax_product_content {
  display: inline-block;
  vertical-align: top;
  padding: 50px;
}
.satic-block-fancy {
  padding: 50px 0px;
}
.fancy-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  padding-top: 55px;
}
.fancy-title h2 {
  font-size: 35px;
  line-height: 60px;
  text-transform: uppercase;
  color: #111;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #111;
  padding-bottom: 5px;
  letter-spacing: 3px;
}
.fancy-title .sub-title {
  font-family: Brush Script MT, Brush Script Std, cursive;
  position: absolute;
  top: 0px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  text-align: center;
  color: #27aba6;
  opacity: 0.5;
}
body:not(.rtl) .fancy-title .sub-title {
  left: 0;
}
body.rtl .fancy-title .sub-title {
  right: 0;
}
.fancy-row {
  display: table;
  vertical-align: middle;
  padding: 50px 10px;
}
.fancy-content {
  width: 100%;
  border: 7px solid #f2f2f2;
  background-color: #ffffff;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
}
.fancy-content h3 {
  font-size: 25px;
  color: #111;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0px 0px 20px;
}
.fancy-content h3 span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.fancy-content h3 span:after {
  content: '';
  background-color: #27aba6;
  opacity: 0.5;
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}
body:not(.rtl) .fancy-content h3 span:after {
  left: 0px;
}
body.rtl .fancy-content h3 span:after {
  right: 0;
}
.fancy-content p {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 26px;
}
.fancy-img {
  width: 100%;
  border: 7px solid #f2f2f2;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.fancy-img.overflow-top img {
  margin-top: -70px;
}
.fancy-img.overflow-bottom img {
  margin-bottom: -70px;
}
.fancy-img.overflow-left img {
  margin-bottom: -70px;
}
.fancy-img.overflow-right img {
  margin-bottom: -70px;
}
.parallax_newsletter {
  min-height: 400px;
  background: transparent;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.parallax_newsletter .parallax_newsletter_content {
  vertical-align: top;
  display: inline-block;
  width: 90%;
  text-align: center;
  padding: 98px 0;
}
.parallax_newsletter .parallax_newsletter_content h2 {
  font-size: 48px;
  color: #222222;
}
.parallax_newsletter .parallax_newsletter_content p {
  font-size: 16px;
  padding: 10px 0;
  color: #222222;
}
.parallax_newsletter .block.newsletter {
  width: 100%;
  border: 1px solid #222222;
  margin: 15px 0;
}
.parallax_newsletter .block.newsletter .action.subscribe.primary {
  position: absolute;
  top: 5px;
  border: none;
  padding: 18px;
  background: none;
  color: #666666;
}
body:not(.rtl) .parallax_newsletter .block.newsletter .action.subscribe.primary {
  right: 0;
}
body.rtl .parallax_newsletter .block.newsletter .action.subscribe.primary {
  left: 0;
}
.parallax_newsletter .block.newsletter .action.subscribe.primary:hover {
  background: none;
}
.parallax_newsletter .block.newsletter .newsletter {
  padding: 10px 0;
  position: relative;
}
.parallax_newsletter .block.newsletter .newsletter .control input#newsletter {
  background: transparent;
  border: none;
}
.static_block [class*="sb_"] {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.static_block [class*="sb_"] img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
body:not(.rtl) .static_block [class*="sb_"] img {
  left: 0;
}
body.rtl .static_block [class*="sb_"] img {
  right: 0;
}
.five_img_block .sb_1,
.five_img_block .sb_4 {
  margin-bottom: 5%;
  padding-top: 94%;
}
.five_img_block .sb_2,
.five_img_block .sb_5 {
  padding-top: 52%;
}
.five_img_block .sb_3 {
  padding-top: 149%;
}
.usp_block ul {
  width: 100%;
}
.usp_block ul li {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.usp_block ul li a {
  display: inline-block;
  position: relative;
}
body:not(.rtl) .usp_block ul li a {
  text-align: left;
  padding: 0 0 0 100px;
}
body.rtl .usp_block ul li a {
  text-align: right;
  padding: 0 100px 0 0;
}
.usp_block ul li a img {
  width: 70px;
  position: absolute;
  top: 0;
}
body:not(.rtl) .usp_block ul li a img {
  left: 0;
}
body.rtl .usp_block ul li a img {
  right: 0;
}
.usp_block ul li a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
.usp_block ul li.usp_odd {
  background: #F7F7F7;
}
.usp_block ul li.usp_even {
  background: #F1F1F3;
}
.static-category-block {
  text-align: center;
  padding: 30px 0px;
}
.static-category-block ul {
  max-width: 800px;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 10px 0px;
  width: 100%;
}
.static-category-block ul li {
  list-style: none;
  width: 25%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
body:not(.rtl) .static-category-block ul li {
  float: left;
}
body.rtl .static-category-block ul li {
  float: right;
}
.static-category-block ul li a {
  color: #111;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  height: 200px;
  padding: 20px;
  vertical-align: top;
  -webkit-transition: all 150ms ease-in-out 0s;
  transition: all 150ms ease-in-out 0s;
}
.static-category-block ul li a:hover {
  text-decoration: none;
  background-color: rgba(136, 136, 136, 0.1);
}
.static-category-block ul li a .scb-icons {
  width: 95px;
  height: 95px;
  margin: 10px 0px 0px;
  display: inline-block;
  vertical-align: top;
}
.static-category-block ul li a .scb-icons img {
  max-width: 100px;
  max-height: 100px;
}
.static-category-block ul li a small {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#specific_promo:parent {
  margin: 0;
}
.widget.block.block-static-block {
  margin: 0;
  display: block;
}
.testimonial-cover {
  padding: 20px 50px;
}
.testimonial-cover .testimonial-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  margin-bottom: 10px;
}
.testimonial-cover .testimonial-img img {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  max-width: 120px;
  max-height: 120px;
}
body:not(.rtl) .testimonial-cover .testimonial-img img {
  left: 50%;
}
body.rtl .testimonial-cover .testimonial-img img {
  right: 50%;
}
.testimonial-cover p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin: 20px 0px 30px;
  color: rgba(0, 0, 0, 0.7);
}
.testimonial-cover .author {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  line-height: 24px;
  position: relative;
}
.testimonial-cover .author span {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-style: italic;
}
.testimonial-cover .author .fa {
  font-size: 24px;
  position: absolute;
  color: rgba(0, 0, 0, 0.2);
}
body:not(.rtl) .testimonial-cover .author .fa {
  right: 0px;
}
body.rtl .testimonial-cover .author .fa {
  left: 0px;
}
.testimonial-cover.testimonial-style-02 {
  text-align: center;
}
.testimonial-cover.testimonial-style-02 .fa {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}
.testimoial-left-style {
  padding: 30px 0;
  text-align: center;
}
.testimoial-left-style .tls-cover {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1000px;
}
.testimoial-left-style .tls-cover .tls-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
body:not(.rtl) .testimoial-left-style .tls-cover .tls-img {
  float: left;
}
body.rtl .testimoial-left-style .tls-cover .tls-img {
  float: right;
}
body:not(.rtl) .testimoial-left-style .tls-cover .tls-details {
  margin-left: 130px;
  text-align: left;
}
body.rtl .testimoial-left-style .tls-cover .tls-details {
  margin-right: 130px;
  text-align: right;
}
.testimoial-left-style .tls-cover .tls-details .recent-rating {
  color: #e54722;
}
.testimoial-left-style .tls-cover .tls-details p {
  color: #666666;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  margin: 10px 0px 20px;
}
.testimoial-left-style .tls-cover .tls-details h5 {
  font-weight: bold;
  position: relative;
  font-family: gorgia;
  padding-top: 15px;
  color: #666666;
  font-style: italic;
  margin: 0px;
}
.testimoial-left-style .tls-cover .tls-details h5:before {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0px;
  background-color: #e5e5e5;
}
body:not(.rtl) .testimoial-left-style .tls-cover .tls-details h5:before {
  left: 0px;
}
body.rtl .testimoial-left-style .tls-cover .tls-details h5:before {
  right: 0px;
}
.category-landing-wrapper {
  padding: 100px 0px;
}
.category-landing-wrapper .cl-cover {
  padding: 40px;
  background-color: #ffffff;
  text-align: center;
}
.category-landing-wrapper .cl-cover .cl-img {
  padding-bottom: 20px;
}
.category-landing-wrapper .cl-cover .cl-img img {
  width: 100%;
}
.category-landing-wrapper .cl-cover h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 0px 0px 10px;
}
.category-landing-wrapper .cl-cover h2 a {
  color: #000000;
}
.category-landing-wrapper .cl-cover p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 0px 20px;
}
.services {
  margin: 0 0 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.services .sv_box {
  box-shadow: 0 0 11px 1px #e6e6e6;
  margin-bottom: 30px;
  padding: 28px 20px 27px 108px;
  position: relative;
  background: #ffffff;
}
.services .sv_box .fancy-icon {
  background: #e5e5e5;
  border-radius: 100%;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  text-align: center;
  width: 70px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
body:not(.rtl) .services .sv_box .fancy-icon {
  left: 15px;
}
body.rtl .services .sv_box .fancy-icon {
  right: 15px;
}
.services .sv_box .fancy-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}
.services .sv_box .fancy-description p {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}
.services .sv_box:hover .fancy-icon {
  color: #ffffff;
  background: #27aba6;
}
.static_block {
  display: inline-block;
  width: 100%;
}
.team-cover {
  padding: 50px 0px;
}
.team-cover ul {
  padding: 0px;
  margin: 0px -15px;
}
.team-cover ul li {
  list-style: none;
  padding: 15px;
}
body:not(.rtl) .team-cover ul li {
  float: left;
}
body.rtl .team-cover ul li {
  float: right;
}
.team-cover ul li .team-inner {
  border: 1px solid #e1e1e1;
  padding: 20px;
  text-align: center;
}
.team-cover ul li .team-inner .team-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.team-cover ul li .team-inner h2 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  line-height: 24px;
  margin: 20px 0px 10px;
  text-transform: uppercase;
}
.team-cover ul li .team-inner h5 {
  color: #e54722;
  font-size: 15px;
  margin: 0px 0px 20px;
  padding-bottom: 15px;
  display: inline-block;
  min-width: 100px;
  border-bottom: 1px solid #e1e1e1;
}
.team-cover ul li .team-inner p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px;
}
.team-cover ul li .team-inner .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.team-cover ul li .team-inner .social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #111;
  border: 1px solid #e1e1e1;
  line-height: 28px;
  vertical-align: top;
}
.banner_with_right_block {
  vertical-align: top;
  display: inline-block;
  margin: 0 30px;
  width: calc(100% - 60px);
  padding-top: 30px;
}
.banner_with_right_block .owl_banner_box {
  width: 100%;
  position: relative;
  padding: 0;
}
body:not(.rtl) .banner_with_right_block .owl_banner_box {
  float: left;
}
body.rtl .banner_with_right_block .owl_banner_box {
  float: right;
}
.banner_with_right_block .owl_banner_box .owl-carousel {
  padding: 0;
}
.banner_with_right_block .owl_banner_box .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
body:not(.rtl) .banner_with_right_block .owl_banner_box .owl-dots {
  left: 0;
}
body.rtl .banner_with_right_block .owl_banner_box .owl-dots {
  right: 0;
}
.banner_with_right_block .owl_banner_box .owl-nav div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: none;
  margin-top: -25px;
}
body:not(.rtl) .banner_with_right_block .owl_banner_box .owl-nav div.owl-next {
  right: 20px;
}
body.rtl .banner_with_right_block .owl_banner_box .owl-nav div.owl-next {
  left: 20px;
}
body:not(.rtl) .banner_with_right_block .owl_banner_box .owl-nav div.owl-prev {
  left: 20px;
}
body.rtl .banner_with_right_block .owl_banner_box .owl-nav div.owl-prev {
  right: 20px;
}
.banner_with_right_block .owl_banner_box .owl-nav div:hover {
  background: #27aba6;
  color: #ffffff;
}
.banner_with_right_block .static_block_banner {
  width: 100%;
  position: relative;
}
body:not(.rtl) .banner_with_right_block .static_block_banner {
  float: left;
}
body.rtl .banner_with_right_block .static_block_banner {
  float: right;
}
.banner_with_right_block .static_block_banner ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.banner_with_right_block .static_block_banner ul li {
  vertical-align: top;
  display: inline-block;
}
.banner_with_right_block .static_block_banner ul li a {
  display: block;
}
.banner_with_right_block .static_block_banner ul li a img {
  max-width: 100%;
}
.flippy {
  position: relative;
}
.flippy li {
  opacity: 0;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0;
  font-size: 12px;
}
body:not(.rtl) .flippy li {
  float: left;
  margin-right: -100%;
}
body.rtl .flippy li {
  float: right;
  margin-left: -100%;
}
.flippy li:first-child {
  opacity: 1;
}
.flippy li a {
  color: #ffffff;
}
.owl_full_box .owl-carousel,
.owl_full_box .owl-stage-outer,
.owl_full_box .owl-stage,
.owl_full_box .owl-item,
.owl_full_box .item {
  height: 100%;
}
.owl_full_box .intro {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 50%;
}
body:not(.rtl) .owl_full_box .intro {
  left: 10%;
}
body.rtl .owl_full_box .intro {
  right: 10%;
}
.owl_full_box .intro h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.owl_full_box .intro h2 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.owl_full_box .intro p {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}
.owl_full_box .intro .st_btn2 {
  color: #ffffff;
  margin: 20px 0;
}
.owl_full_box .owl-carousel {
  padding: 0;
}
.owl_full_box .owl-nav div {
  width: 60px;
  height: 60px;
  line-height: normal;
  border-radius: 0;
  border: none;
  font-size: 0;
  background: none;
}
body:not(.rtl) .owl_full_box .owl-nav div.owl-next {
  right: 30px;
}
body.rtl .owl_full_box .owl-nav div.owl-next {
  left: 30px;
}
.owl_full_box .owl-nav div.owl-next:after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  background: #222222;
  top: 50%;
}
body:not(.rtl) .owl_full_box .owl-nav div.owl-next:after {
  right: 0;
}
body.rtl .owl_full_box .owl-nav div.owl-next:after {
  left: 0;
}
.owl_full_box .owl-nav div.owl-next:before {
  content: "";
  width: 15px;
  height: 15px;
  background: none;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 23px;
  border-top: 1px solid #222222;
}
body:not(.rtl) .owl_full_box .owl-nav div.owl-next:before {
  right: -5px;
  border-right: 1px solid #222222;
}
body.rtl .owl_full_box .owl-nav div.owl-next:before {
  left: -5px;
  border-left: 1px solid #222222;
}
.owl_full_box .owl-nav div.owl-next:hover {
  background: none;
}
body:not(.rtl) .owl_full_box .owl-nav div.owl-next:hover {
  right: 10px;
}
body.rtl .owl_full_box .owl-nav div.owl-next:hover {
  left: 10px;
}
.owl_full_box .owl-nav div.owl-prev {
  left: 30px;
}
.owl_full_box .owl-nav div.owl-prev:after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  background: #222222;
  top: 50%;
}
body:not(.rtl) .owl_full_box .owl-nav div.owl-prev:after {
  left: 0;
}
body.rtl .owl_full_box .owl-nav div.owl-prev:after {
  right: 0;
}
.owl_full_box .owl-nav div.owl-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  background: none;
  position: absolute;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: 23px;
  border-top: 1px solid #222222;
}
body:not(.rtl) .owl_full_box .owl-nav div.owl-prev:before {
  left: -5px;
  border-right: 1px solid #222222;
}
body.rtl .owl_full_box .owl-nav div.owl-prev:before {
  right: -5px;
  border-left: 1px solid #222222;
}
.owl_full_box .owl-nav div.owl-prev:hover {
  background: none;
}
body:not(.rtl) .owl_full_box .owl-nav div.owl-prev:hover {
  left: 10px;
}
body.rtl .owl_full_box .owl-nav div.owl-prev:hover {
  right: 10px;
}
.owl_full_box .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
body:not(.rtl) .owl_full_box .owl-dots {
  left: 0;
}
body.rtl .owl_full_box .owl-dots {
  right: 0;
}
.fullpage-wrapper .fullpage_section {
  display: inline-block;
  vertical-align: top;
  padding: 100px;
  width: 100%;
}
.fullpage-wrapper .fullpage_section.intro_center {
  text-align: center;
}
body:not(.rtl) .fullpage-wrapper .fullpage_section.intro_left {
  text-align: left;
}
body.rtl .fullpage-wrapper .fullpage_section.intro_left {
  text-align: right;
}
body:not(.rtl) .fullpage-wrapper .fullpage_section.intro_right {
  text-align: right;
}
body.rtl .fullpage-wrapper .fullpage_section.intro_right {
  text-align: left;
}
.fullpage-wrapper .intro_content {
  width: 90%;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 100px 50px;
}
.fullpage-wrapper .intro_content h3 {
  text-shadow: 0px 0px 38px rgba(41, 44, 58, 0.09);
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .cover_img_sm {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .vertical_middle_sm {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .table_content_sm {
    display: table;
  }
  .static_block8 .container {
    padding: 100px;
  }
  .static_block8 ul {
    margin: 20px 0;
  }
  .static_block8 ul li {
    font-size: 15px;
    color: #666666;
  }
  .static_block8 .static_text {
    line-height: 25px;
    color: #e5e5e5;
  }
  .parallax_product_static .parallax_product_content {
    padding: 50px 20%;
  }
  .banner_right_block [class^="st_"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 49.5%;
    margin-bottom: 7%;
  }
  .banner_right_block [class^="st_"] img {
    position: absolute;
    top: 0;
  }
  body:not(.rtl) .banner_right_block [class^="st_"] img {
    left: 0;
  }
  body.rtl .banner_right_block [class^="st_"] img {
    right: 0;
  }
  .banner_right_block .stblock_3 .st_3 {
    margin-bottom: 0;
  }
  .banner_right_block .stblock_2 .st_1 {
    margin-bottom: 7.4%;
    padding-top: 105.8%;
  }
  .banner_right_block .stblock_2 .st_2 {
    margin-bottom: 0;
  }
  .bwr_block .col-sm-8 {
    padding: 0;
    width: 67%;
    margin-top: 2.5%;
  }
  body:not(.rtl) .bwr_block .col-sm-8 {
    margin-right: 3%;
  }
  body.rtl .bwr_block .col-sm-8 {
    margin-left: 3%;
  }
  .bwr_block .banner_right_block {
    padding: 0;
    width: 30%;
    margin-top: 2.5%;
  }
  body:not(.rtl) .bannerBlock1 ul li + li {
    padding-left: 30px;
  }
  body.rtl .bannerBlock1 ul li + li {
    padding-right: 30px;
  }
  .satic-block-fancy {
    padding: 50px 0px;
  }
  .fancy-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .fancy-title .sub-title {
    font-size: 50px;
  }
  .fancy-row {
    padding: 50px 0;
  }
  .fancy-content {
    width: 49%;
    padding: 75px 70px;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .fancy-content h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .fancy-img {
    width: 49%;
    margin: 0;
  }
  .static-block-collection .sb-collection-content,
  .static-block-collection .sb-collection-img {
    width: 49%;
  }
  .static-block-collection .sb-collection-content {
    padding: 20px;
  }
  .fancy-row {
    padding: 50px 5%;
  }
  body:not(.rtl) .fancy-row.fancy_content_left .fancy-content {
    right: -2%;
    text-align: right;
  }
  body.rtl .fancy-row.fancy_content_left .fancy-content {
    left: -2%;
    text-align: left;
  }
  body:not(.rtl) .fancy-row.fancy_content_left .fancy-img {
    left: -2%;
  }
  body.rtl .fancy-row.fancy_content_left .fancy-img {
    right: -2%;
  }
  body:not(.rtl) .fancy-row.fancy_content_right .fancy-content {
    left: -2%;
    text-align: left;
  }
  body.rtl .fancy-row.fancy_content_right .fancy-content {
    right: -2%;
    text-align: right;
  }
  body:not(.rtl) .fancy-row.fancy_content_right .fancy-img {
    right: -2%;
  }
  body.rtl .fancy-row.fancy_content_right .fancy-img {
    left: -2%;
  }
}
@media (min-width: 992px) {
  .cover_img_md {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .vertical_middle_md {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .table_content_md {
    display: table;
  }
  .category_banner_with_products {
    display: table;
  }
  .category_banner_box,
  .product_content,
  .category_banner_box .static_content_box {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .usp_block ul {
    display: table;
  }
  .usp_block ul li {
    width: 25%;
    display: table-cell;
    float: none;
    padding: 80px 0;
  }
  .category_banner_box a {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .parallax_newsletter .parallax_newsletter_content {
    width: 60%;
  }
  .parallax_newsletter .block.newsletter {
    width: 650px;
  }
  #category_product_section_1 .product_content {
    padding: 50px 20px;
  }
  #category_product_section_2 .product_content {
    padding: 50px 20px;
  }
  #category_product_section_3 .product_content {
    padding: 50px 20px;
  }
  .tabs_with_static_block .tab-area {
    vertical-align: middle;
    display: table-cell;
    float: none;
  }
  .satic-block-fancy {
    padding: 50px 0px;
  }
  .fancy-title h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .fancy-title .sub-title {
    font-size: 80px;
  }
  .static-block-collection .sb_colleciton_wrapper {
    display: table;
    vertical-align: middle;
  }
  body:not(.rtl) .static-block-collection .sb_colleciton_wrapper.content_left .sb-collection-img {
    right: -5%;
  }
  body.rtl .static-block-collection .sb_colleciton_wrapper.content_left .sb-collection-img {
    left: -5%;
  }
  .static-block-collection .sb_colleciton_wrapper.content_left .sb-collection-content {
    z-index: 1;
  }
  body:not(.rtl) .static-block-collection .sb_colleciton_wrapper.content_left .sb-collection-content {
    left: -5%;
    text-align: left;
  }
  body.rtl .static-block-collection .sb_colleciton_wrapper.content_left .sb-collection-content {
    right: -5%;
    text-align: right;
  }
  body:not(.rtl) .static-block-collection .sb_colleciton_wrapper.content_right .sb-collection-img {
    left: -5%;
  }
  body.rtl .static-block-collection .sb_colleciton_wrapper.content_right .sb-collection-img {
    right: -5%;
  }
  .static-block-collection .sb_colleciton_wrapper.content_right .sb-collection-content {
    z-index: 1;
  }
  body:not(.rtl) .static-block-collection .sb_colleciton_wrapper.content_right .sb-collection-content {
    right: -5%;
    text-align: right;
  }
  body.rtl .static-block-collection .sb_colleciton_wrapper.content_right .sb-collection-content {
    left: -5%;
    text-align: left;
  }
  .static-block-collection .sb-collection-content {
    padding: 50px;
    background: rgba(245, 245, 245, 0.8);
  }
  .static-block-collection .sbc-img-up {
    margin-top: -60px;
  }
  .static-block-collection .sbc-img-down {
    margin-bottom: -60px;
  }
  .static_category_boxes .sb_1 {
    padding-top: 80%;
  }
  .static_category_boxes .sb_2 {
    padding-top: 80%;
  }
  .fullpage-wrapper .intro_content {
    width: 80%;
  }
  .fullpage-wrapper .intro_content h3 {
    font-size: 100px;
  }
}
@media (min-width: 1025px) {
  .banner_with_right_block .owl_banner_box {
    width: 74%;
    margin: 0 1% 0 0;
    padding-top: 27%;
  }
  .banner_with_right_block .owl_banner_box #owl_banner {
    position: absolute;
    top: 0;
  }
  body:not(.rtl) .banner_with_right_block .owl_banner_box #owl_banner {
    left: 0;
  }
  body.rtl .banner_with_right_block .owl_banner_box #owl_banner {
    right: 0;
  }
  .banner_with_right_block .static_block_banner {
    width: 24%;
    padding-top: 27%;
    position: relative;
  }
  body:not(.rtl) .banner_with_right_block .static_block_banner {
    float: left;
    margin: 0 0 0 1%;
  }
  body.rtl .banner_with_right_block .static_block_banner {
    float: right;
    margin: 0 1% 0 0;
  }
  .banner_with_right_block .static_block_banner ul {
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    vertical-align: top;
  }
  body:not(.rtl) .banner_with_right_block .static_block_banner ul {
    left: 0;
  }
  body.rtl .banner_with_right_block .static_block_banner ul {
    right: 0;
  }
  .banner_with_right_block .static_block_banner ul li {
    height: 32%;
    margin-bottom: 2%;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
  }
  .banner_with_right_block .static_block_banner ul li.last {
    margin-bottom: 0;
  }
  .fullpage-wrapper .intro_content {
    width: 60%;
  }
  .fullpage-wrapper .intro_content h3 {
    font-size: 150px;
  }
}
@media (max-width: 1024px) {
  .banner_with_right_block .static_block_banner {
    margin-top: 30px;
  }
  .banner_with_right_block .static_block_banner ul li {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }
  body:not(.rtl) .banner_with_right_block .static_block_banner ul li {
    margin-right: 2%;
    float: left;
  }
  body.rtl .banner_with_right_block .static_block_banner ul li {
    margin-left: 2%;
    float: right;
  }
  body:not(.rtl) .banner_with_right_block .static_block_banner ul li.last {
    margin-right: 0;
  }
  body.rtl .banner_with_right_block .static_block_banner ul li.last {
    margin-left: 0;
  }
  .banner_with_right_block .static_block_banner ul li a img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .usp_block ul li {
    width: 50%;
    float: left;
  }
  .static-category-block ul li {
    width: 50%;
  }
  .static-category-block ul li a {
    padding: 10px 0px;
  }
  .static-category-block ul li:nth-child(-n+2) {
    border-top: 0px;
  }
  .static-category-block ul li:nth-child(odd) {
    border-left: 0px;
  }
  .static-category-block ul li:nth-child(n) {
    border-right: 0px;
    border-bottom: 0px;
  }
  .cover_img_md {
    height: 600px;
    width: 100%;
    display: block;
  }
  .category_block_2 [class*="content_"] {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cover_img_sm {
    height: 300px;
    width: 100%;
    display: block;
  }
  .banner_with_right_block .static_block_banner ul li {
    width: 100%;
  }
  body:not(.rtl) .banner_with_right_block .static_block_banner ul li {
    margin-right: 0;
  }
  body.rtl .banner_with_right_block .static_block_banner ul li {
    margin-left: 0;
  }
  .category_banner_box a {
    display: block;
    height: 300px;
    position: relative;
  }
  .parallax_newsletter .parallax_newsletter_content {
    width: 100%;
    padding: 20px;
  }
  .parallax_newsletter .parallax_newsletter_content h2 {
    font-size: 25px;
  }
  .parallax_newsletter .block.newsletter {
    width: 100%;
  }
  .category_block_2 [class*="content_"] {
    padding: 40px;
  }
  .category_block_2 [class*="content_"]:before {
    display: none;
  }
  .owl_full_box .intro h2 {
    font-size: 45px;
  }
  .owl_full_box .intro p {
    display: none;
  }
  .fullpage-wrapper .intro_content h3 {
    font-size: 65px;
    letter-spacing: 0;
  }
  .fullpage-wrapper .intro_content {
    width: 100%;
    padding: 0;
  }
  .fullpage-wrapper .fullpage_section {
    padding: 100px 30px;
    width: 100%;
  }
  .static_category_boxes .col-md-4 {
    margin-top: 30px;
  }
  [class^="sb_"] {
    margin-bottom: 30px;
  }
  .banner_right_block {
    margin-top: 30px;
  }
  .banner_right_block [class^="st_"] {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
  }
  .bwr_block .row {
    padding: 0 15px;
  }
  .bannerBlock1 > .container > .row,
  .bannerBlock3 > .container > .row,
  .bannerBlock4 > .container > .row {
    margin: 0;
  }
  .fancy-row {
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .usp_block ul li {
    width: 100%;
  }
  .price-table-cover ul li {
    width: 100%;
  }
  .fancy-content {
    width: 100%;
    padding: 30px;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin: 0 0 20px 0;
  }
  .fancy-img {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .team-cover ul li {
    width: 100%;
  }
}
/*----------------------------------------------------------------------

						[ About Page ]

----------------------------------------------------------------------*/
.about-us-outer {
  padding: 50px 0px 30px;
  text-align: center;
}
.about-skills {
  padding: 40px 0px;
}
.about-skills h3 {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 60px;
  margin: 20px 0px 10px;
  color: #27aba6;
}
.about-skills h6 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0px 0px 20px;
  color: #111;
  font-weight: normal;
  text-transform: uppercase;
}
.about-us-outer .team-block,
.about-events {
  padding: 70px 0px;
}
.about-us-outer .team-block:before,
.about-events:before {
  margin-top: -50px;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #c4c4c4;
}
body:not(.rtl) .about-us-outer .team-block:before,
body:not(.rtl) .about-events:before {
  left: 0px;
}
body.rtl .about-us-outer .team-block:before,
body.rtl .about-events:before {
  right: 0px;
}
.about-events h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0px 0px 10px;
  color: #111;
}
.about-events p {
  margin-bottom: 20px;
}
.event-icons {
  padding: 50px 0px 20px;
}
.event-icons i {
  vertical-align: top;
  width: 122px;
  height: 122px;
  border: 2px solid #27aba6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 66px;
  line-height: 118px;
  color: #27aba6;
}
.client-wrapper {
  background-color: #2f3841;
  text-align: center;
  padding: 75px 0px;
}
.client-wrapper h2 {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.client-wrapper h2:after {
  content: '';
  height: 1px;
  width: 80px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
}
body:not(.rtl) .client-wrapper h2:after {
  left: 50%;
  margin-left: -40px;
}
body.rtl .client-wrapper h2:after {
  right: 50%;
  margin-right: -40px;
}
.client-slide {
  max-width: 900px;
  padding-top: 30px;
}
.ca-outer {
  width: 100%;
}
body:not(.rtl) .ca-outer {
  float: left;
}
body.rtl .ca-outer {
  float: right;
}
.ca-inner {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  margin: 25px 0px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.active.center .ca-inner {
  width: 150px;
  height: 150px;
  margin: 0px;
}
.ca-action {
  opacity: 0;
  margin: 0px -150px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.active.center .ca-action {
  opacity: 1;
}
.client-slide p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 30px;
  margin: 40px 0px 20px;
}
.client-slide .rating-block .star-icon {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.client-author {
  padding: 20px 0px 50px;
}
.client-author a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.client-slide .indigatior ul li {
  padding: 0px 5px;
}
/*	End of About Page	*/
/*	New About	*/
/*	Skills	*/
.skill-wrapper {
  padding: 50px 0px;
}
.skill-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  color: #111;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  letter-spacing: 0px;
}
.skill-acordian {
  padding: 40px 0px;
}
.skill-acordian li {
  border-bottom: 1px solid #e7e7e7;
}
.skill-acordian li h3 {
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  position: relative;
  padding: 15px 35px 15px 15px;
  cursor: pointer;
  margin: 0px;
}
.skill-acordian li h3 .fa {
  position: absolute;
  top: 16px;
}
body:not(.rtl) .skill-acordian li h3 .fa {
  right: 15px;
}
body.rtl .skill-acordian li h3 .fa {
  left: 15px;
}
.sa-content {
  border-top: 1px solid #e7e7e7;
  padding: 15px;
}
.sa-content p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
}
.skill-progress {
  padding: 40px 0px;
  margin: 0px;
}
.skill-progress li {
  float: left;
  width: 100%;
  padding: 14px 0px 12px;
  margin: 0px 0px 4px;
}
.skill-progress-outer {
  position: relative;
  padding-bottom: 15px;
}
.skill-progress-outer label {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0px;
}
body:not(.rtl) .skill-progress-outer label {
  float: left;
}
body.rtl .skill-progress-outer label {
  float: right;
}
.skill-progress-outer .sp-value {
  line-height: 22px;
}
body:not(.rtl) .skill-progress-outer .sp-value {
  float: right;
}
body.rtl .skill-progress-outer .sp-value {
  float: left;
}
.sp-fill {
  background-color: #eee;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.sp-fill span {
  float: left;
  background-color: #26aba6;
  height: 3px;
  position: absolute;
  bottom: 0px;
}
body:not(.rtl) .sp-fill span {
  float: left;
  left: 0px;
}
body.rtl .sp-fill span {
  float: right;
  right: 0px;
}
/*	End of Skills	*/
.parallax-about {
  background-color: #111;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  padding: 150px 0px;
}
.parallax-about h2 {
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 48px;
  text-transform: uppercase;
  line-height: 36px;
  color: #fff;
  margin: 0px;
  margin: 0px 0px 50px;
}
.parallax-about p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin: 0px 0px 40px;
}
.parallax-about .button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  letter-spacing: 2px;
}
.parallax-about .button:hover span,
.parallax-about .button:hover {
  border-color: #26aba6;
  color: #26aba6;
}
.about-service-wrapper {
  padding: 120px 0px;
}
.about-service-list [class*="col"] {
  padding-top: 36px;
  padding-bottom: 36px;
}
.about-service-list .fa {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 42px;
  text-align: center;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
}
body:not(.rtl) .about-service-list .fa {
  float: left;
}
body.rtl .about-service-list .fa {
  float: right;
}
body:not(.rtl) .about-service-list .as-detail {
  margin-left: 85px;
}
body.rtl .about-service-list .as-detail {
  margin-right: 85px;
}
.about-service-list .as-detail h3 {
  margin: 0px 0px 14px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
}
.about-service-list .as-detail h3 a {
  color: #333;
}
.about-service-list .as-detail p {
  line-height: 22px;
  margin: 0px;
}
.parallax-satuts {
  background-color: #111;
  padding: 120px 0px;
  text-align: center;
  background-attachment: fixed;
}
.parallax-satuts [class*="col"] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.parallax-satuts i {
  font-size: 36px;
  color: #fff;
}
.parallax-satuts h3 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: normal;
  position: relative;
  padding-bottom: 17px;
  margin: 12px 0px 15px;
}
.parallax-satuts h3:after {
  content: '';
  width: 22px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background-color: #fff;
}
body:not(.rtl) .parallax-satuts h3:after {
  margin-left: -11px;
  left: 50%;
}
body.rtl .parallax-satuts h3:after {
  margin-right: -11px;
  right: 50%;
}
.parallax-satuts p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}
.about-blog-wrapper {
  background-color: #f7f7f7;
  padding: 120px 0px;
}
.about-blog-wrapper .blog-list {
  padding-top: 50px;
}
.about-client-wrapper {
  padding: 120px 0px;
}
.client-logo {
  padding: 0px 20px;
}
.client-logo img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.our-team-wrapper {
  padding: 120px 0px;
  background-color: #fcfcfc;
}
.our-team-wrapper [class*="col"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.our-team-cover {
  text-align: center;
}
.team-img img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  vertical-align: top;
}
.team-detail {
  padding: 20px 0px 0px;
}
.team-detail h4 {
  font-size: 15px;
  margin: 0px 0px 5px;
  line-height: 18px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
}
.team-detail h6 {
  font-size: 13px;
  margin: 0px 0px 15px;
  line-height: 18px;
  font-weight: normal;
  color: #666;
}
.team-detail p {
  font-size: 14px;
  margin: 0px;
  line-height: 24px;
}
.team-detail .tb-social li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #333;
}
.team-detail .tb-social li a:hover {
  color: #fff;
}
/*	End of New About	*/
/*	Team Css	*/
.team-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0 20px;
}
.tb-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-top: 30px;
}
.tb-img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 28px;
}
.tb-img a {
  display: inline-block;
  vertical-align: top;
}
.tb-detail {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.tb-detail h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: #111;
}
.tb-detail h3 a {
  color: #111;
}
.tb-detail h4 {
  font-size: 16px;
  line-height: 24px;
  color: #27aba6;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 21px;
}
.tb-detail h4 span {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e2e4;
}
.tb-detail p {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  font-weight: 400;
  margin: 0;
}
.tb-social {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0px;
  padding: 20px 0 0;
}
.tb-social li {
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}
.tb-social li a {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  color: #111;
  font-size: 12px;
  line-height: 28px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
body:not(.rtl) .tb-social li a {
  float: left;
}
body.rtl .tb-social li a {
  float: right;
}
.tb-social li a:hover {
  border-color: #17938b;
  background-color: #27aba6;
  color: #fff;
}
.tb-social li a .fa {
  vertical-align: top;
  line-height: 28px;
}
/*	End of Team Css	*/
/*	Blog Css	*/
.our-blog {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0 20px;
  position: relative;
}
.blog-outer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 7px 0 0;
}
.blog-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
}
.blog-inner h3 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #111;
  margin: 0 0 7px;
}
.blog-inner h3 a {
  color: #111;
}
.blog-inner .date-row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  color: #888;
  letter-spacing: 1px;
  padding-bottom: 18px;
}
.blog-inner .date-row a {
  font-style: italic;
  color: #28aba6;
}
.blog-inner .date-row .separator {
  padding: 0 9px;
}
.blog-inner .blog-img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 20px;
}
.blog-inner .blog-img img {
  width: 100%;
}
.blog-inner p {
  font-size: 12px;
  line-height: 24px;
  color: #444;
  margin: 0;
  letter-spacing: .5px;
}
.blog-inner p a {
  color: #111;
  font-weight: 700;
}
.blog-list [class*="col"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.bl-cover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.blog-category {
  position: absolute;
  top: 20px;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
body:not(.rtl) .blog-category {
  right: 20px;
}
body.rtl .blog-category {
  left: 20px;
}
.bl-extra {
  padding: 20px 25px;
  background-color: #fff;
}
.date-comment {
  margin: 0px;
}
.date-comment li {
  margin: 0px;
}
body:not(.rtl) .date-comment li {
  padding-right: 15px;
}
body.rtl .date-comment li {
  padding-left: 15px;
}
body:not(.rtl) .date-comment li {
  float: left;
}
body.rtl .date-comment li {
  float: right;
}
.date-comment a,
.date-comment span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 18px;
}
body:not(.rtl) .date-comment a,
body:not(.rtl) .date-comment span {
  float: left;
}
body.rtl .date-comment a,
body.rtl .date-comment span {
  float: right;
}
.date-comment a:hover {
  color: #27aba6;
}
.date-comment .fa {
  vertical-align: top;
  line-height: 18px;
}
body:not(.rtl) .date-comment .fa {
  margin-right: 2px;
}
body.rtl .date-comment .fa {
  margin-left: 2px;
}
.bl-extra h2 {
  padding: 0px;
  font-size: 20px;
  line-height: 24px;
  margin: 15px 0px 20px;
  letter-spacing: 1px;
}
.bl-extra h2 a {
  color: #333;
}
.bl-extra h2 a:hover {
  color: #27aba6;
}
.bl-extra p {
  font-size: 15px;
  line-height: 24px;
  margin: 0px 0px 20px;
}
.bl-read-more {
  padding: 10px 0px;
}
.bl-read-more a {
  color: #27aba6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
}
.bl-read-more a .fa {
  vertical-align: top;
  line-height: 18px;
}
.bl-read-more a:hover {
  color: #333;
}
/*	End of Blog Css	*/
/*----------------------------------------------------------------------

						[ Error 404 ]

----------------------------------------------------------------------*/
.error-404 {
  text-align: center;
  padding: 50px 0px;
}
.error-404 h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0px;
  color: #333;
}
.bag-404 {
  padding: 40px 0px 30px;
}
.bag-404 img {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
}
.error-404 h2 {
  font-size: 48px;
  line-height: 72px;
  margin: 0px 0px 20px;
  color: #333;
}
.error-404 h2 span {
  font-size: 60px;
  font-weight: bold;
}
.error-404 p {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 30px;
  color: #333;
}
.go-home a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 30px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #111;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.go-home a:hover {
  border-color: #27aba6;
  color: #27aba6;
}
/*	End of 404	*/
/*----------------------------------------------------------------------

						[ T&C Page ]

----------------------------------------------------------------------*/
.privacy-policy-outer {
  padding: 30px 0px 10px;
}
.privacy-policy-outer h2 {
  margin: 10px 0px;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #111;
}
.privacy-policy-outer p {
  margin: 0px 0px 30px;
  line-height: 22px;
}
/*	End of T&C Page	*/
@media (min-width: 992px) {
  .about-blog-wrapper .blog-list [class*="col"]:nth-child(4) {
    display: none;
  }
  /*	Blog	*/
  .blog_grid .blog-cover {
    width: 50%;
  }
  body:not(.rtl) .blog_grid .blog-cover {
    padding-right: 40px;
  }
  body.rtl .blog_grid .blog-cover {
    padding-left: 40px;
  }
  /*	End of Blog	*/
  /*	Parallax	*/
  .parallax_newsletter {
    background-attachment: fixed !important;
  }
  /*	End of Parallax	*/
}
@media (max-width: 991px) {
  .about-skills h3 {
    font-size: 48px;
  }
  .about-events h3 {
    font-size: 16px;
  }
  .client-wrapper {
    padding: 50px 0px;
  }
  .client-slide {
    padding-top: 20px;
  }
  .client-author {
    padding: 10px 0px 20px;
  }
  .ct-head {
    font-size: 11px;
  }
  .ctp-image {
    width: 110px;
  }
  .ctp-right {
    width: calc(-10%);
  }
  /*----------------------------------------------------------------------

						[ 404 Page ]

----------------------------------------------------------------------*/
  .bag-404 img {
    max-width: 250px;
  }
  .error-404 h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .error-404 h2 span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  /*	Blog	*/
  body:not(.rtl) .blog_grid .blog-cover .blog-img,
  body.rtl .blog_grid .blog-cover .blog-img {
    float: none;
    padding-bottom: 10px;
  }
  body:not(.rtl) .blog_grid .blog-cover .blog-content {
    padding-left: 0px;
  }
  body.rtl .blog_grid .blog-cover .blog-content {
    padding-right: 0px;
  }
  /*	End of Blog	*/
}
@media (max-width: 479px) {
  /*	Client Author	*/
  .ca-inner {
    width: 60px;
    height: 60px;
    margin: 18px 0px;
  }
  .active.center .ca-inner {
    width: 96px;
    height: 96px;
  }
  .ca-action {
    margin: 0px -100px;
  }
}
.page-title-wrapper span {
  font-size: 30px;
  padding: 15px 0;
  display: inline-block;
}
.page-title-wrapper h1 {
  margin: 0;
}
.catalog-category-view .category-image + #maincontent {
  background: #ffffff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.catalog-category-view .category-image {
  text-align: center;
}
.catalog-category-view .category-image .image {
  display: inline-block;
  width: 100%;
}
.category-view .category-description {
  font-size: 15px;
  line-height: 20px;
  padding: 0 20% 20px;
  text-align: center;
  top: 0;
  width: 100%;
}
body:not(.rtl) .category-view .category-description {
  left: 0;
}
body.rtl .category-view .category-description {
  right: 0;
}
.toolbar-products {
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  padding-bottom: 10px;
}
.toolbar-products .pages {
  display: none;
}
.toolbar-products .pages .pages-label {
  display: inline-block;
  font-weight: normal;
}
.toolbar-products .pages .pages-items {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-products .pages .pages-items li {
  display: inline-block;
  margin: 0 0 0 1px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  vertical-align: top;
}
.toolbar-products .pages .pages-items li .page .label {
  display: none !important;
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.toolbar-products .pages .pages-items li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  display: block;
  color: #666666;
}
.toolbar-products .pages .pages-items li a .label {
  display: none !important;
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.toolbar-products .pages .pages-items li .action.next {
  font-size: 0;
  position: relative;
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toolbar-products .pages .pages-items li .action.next:before {
  position: absolute;
  top: 0;
  font-family: "Ionicons";
  content: '\f3d3';
  font-size: 14px;
}
body:not(.rtl) .toolbar-products .pages .pages-items li .action.next:before {
  left: 15px;
}
body.rtl .toolbar-products .pages .pages-items li .action.next:before {
  right: 15px;
}
.toolbar-products .pages .pages-items li .action.next:before:hover {
  color: #ffffff;
}
.toolbar-products .pages .pages-items li .action.previous {
  font-size: 0;
  position: relative;
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toolbar-products .pages .pages-items li .action.previous:before {
  position: absolute;
  top: 0;
  font-family: "Ionicons";
  content: '\f3d3';
  font-size: 14px;
}
body:not(.rtl) .toolbar-products .pages .pages-items li .action.previous:before {
  left: 15px;
}
body.rtl .toolbar-products .pages .pages-items li .action.previous:before {
  right: 15px;
}
.toolbar-products .pages .pages-items li .action.previous:before:hover {
  color: #ffffff;
}
.toolbar-products .pages .pages-items li .action.previous:before {
  content: '\f3d2';
}
.toolbar-products .pages .pages-items li.current {
  background-color: #e5e5e5;
}
.toolbar-products select {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #e5e5e5;
  color: #222222;
}
.toolbar-products .sorter-action:before {
  font-size: 25px;
  color: #222222;
  content: '\f3d7';
  font-family: "Ionicons";
}
.toolbar-products .modes {
  border: 1px solid #222222;
}
.toolbar-products .modes .modes-label + .modes-mode {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.toolbar-products .modes .modes-mode {
  background-color: #222222;
  box-shadow: none;
  color: #ffffff;
  border: none;
}
.toolbar-products .modes .modes-mode[class*="mode-"] {
  background: #ffffff;
  box-shadow: none;
}
.toolbar-products .modes .modes-mode[class*="mode-"].active {
  background: #222222;
  color: #ffffff;
}
.toolbar-products .modes .modes-mode[class*="mode-"].active:before {
  color: #ffffff;
}
.toolbar-products .modes .modes-mode[class*="mode-"]:before {
  color: #222222;
}
.toolbar-products .modes .modes-mode:last-child {
  border-radius: 0;
  border-right: none;
}
.bottomtoolbar .toolbar-products {
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
  border-bottom: none;
  position: static !important;
}
.bottomtoolbar .toolbar-products .modes,
.bottomtoolbar .toolbar-products .toolbar-amount,
.bottomtoolbar .toolbar-products .sorter {
  display: none !important;
  display: block;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.bottomtoolbar .toolbar-products .pages {
  display: block;
}
.bottomtoolbar .toolbar-products .pages .pages-items li {
  margin: 0 0 0 2px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
.bottomtoolbar .toolbar-products .pages .pages-items li a {
  background: none;
}
.bottomtoolbar .toolbar-products .pages .pages-items li.current {
  background-color: transparent;
  border: 1px solid #222222;
}
.bottomtoolbar .toolbar-products .pages .pages-items li:hover {
  border: 1px solid #222222;
}
.bottomtoolbar .toolbar-products .pages strong.page {
  background: transparent;
}
.category-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.category-banner img {
  width: 100%;
}
.page-with-filter .filter-title strong {
  /*top:60px;*/
}
.page-with-filter .filter .block-subtitle {
  border-bottom: 1px solid #E2E2E2;
  font-size: 20px;
  padding: 15px 10px;
  font-weight: normal;
  color: #222222;
}
body:not(.rtl).page-with-filter .filter.active .filter-title strong {
  right: 3px;
  left: auto;
}
body.rtl.page-with-filter .filter.active .filter-title strong {
  left: 3px;
  right: auto;
}
.page-with-filter .filter-options-title {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  text-transform: capitalize;
  word-break: break-all;
  z-index: 1;
  font-size: 15px;
  color: #222222;
}
.page-with-filter .filter-options-title:after {
  top: 6px;
  content: "\f489";
  font-family: "Ionicons";
  font-size: 20px;
  font-weight: normal;
  color: #222222;
}
body:not(.rtl).page-with-filter .filter-options-title:after {
  right: 15px;
  left: auto;
}
body.rtl.page-with-filter .filter-options-title:after {
  left: 15px;
  right: auto;
}
.page-with-filter .filter-options-item {
  border-bottom: 1px solid #eaeaec;
  padding-bottom: 0;
  padding-top: 0;
}
.page-with-filter .filter-options-item.active .filter-options-title:after {
  content: '\f462';
}
.page-with-filter .filter-options-content {
  margin: 0;
  padding: 0 10px 15px 10px;
}
.page-with-filter .filter-options-content a {
  color: #222222;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.page-with-filter .filter-options-content a:hover {
  color: #27aba6;
}
.product-detial-view {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
body .product-detial-view .product.media {
  width: 100%;
}
.product-detial-view .product.media .action-skip-wrapper {
  display: none;
}
.product-detial-view .product.media .fotorama__thumb-border {
  border: 1px solid #222222;
}
.product-detial-view .product.media .chocolat-image {
  cursor: zoom-in;
}
.product-detial-view .product_tabs .product.data.items .item.content {
  background: none;
}
body .product-detial-view .product-info-main {
  width: 100%;
  position: relative;
}
.product-detial-view .product-info-main .product-reviews-summary {
  margin: 15px 0;
}
body:not(.rtl) .product-detial-view .product-info-main .product-reviews-summary {
  float: left;
}
body.rtl .product-detial-view .product-info-main .product-reviews-summary {
  float: right;
}
.product-detial-view .product-info-main .product-reviews-summary.empty {
  color: #e5e5e5;
}
body:not(.rtl) .product-detial-view .product-info-main .product-reviews-summary .rating-summary,
body:not(.rtl) .product-detial-view .product-info-main .product-reviews-summary .customer-review .rating-summary {
  margin: 0 30px 0 0;
}
body.rtl .product-detial-view .product-info-main .product-reviews-summary .rating-summary,
body.rtl .product-detial-view .product-info-main .product-reviews-summary .customer-review .rating-summary {
  margin: 0 0 0 30px;
}
.product-detial-view .product-info-main .product-info-price {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.product-detial-view .product-info-main .product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.product-detial-view .product-info-main .price-box {
  width: auto;
}
.product-detial-view .product-info-main .price-box .price-container .price {
  font-size: 25px;
  line-height: normal;
  font-weight: normal;
  color: #222222;
}
body:not(.rtl) .product-detial-view .product-info-main .price-box .old-price {
  float: left;
  margin-left: 5px;
}
body.rtl .product-detial-view .product-info-main .price-box .old-price {
  float: right;
  margin-right: 5px;
}
.product-detial-view .product-info-main .price-box .old-price .price-container .price {
  font-size: 18px;
  color: #ccc;
}
body:not(.rtl) .product-detial-view .product-info-main .price-box .special-price {
  float: left;
  margin-left: 5px;
}
body.rtl .product-detial-view .product-info-main .price-box .special-price {
  float: right;
  margin-right: 5px;
}
.product-detial-view .product-info-main .price-box .special-price .price-container .price {
  color: #1dc819;
}
.product-detial-view .product-info-main .product-add-form {
  padding-top: 0;
}
.product-detial-view .product-info-main .swatch-attribute-label {
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}
.product-detial-view .product-info-main .swatch-attribute-options {
  margin: 0 0 20px 0;
}
body:not(.rtl) .product-detial-view .product-info-main .swatch-option {
  float: left;
  margin: 0 10px 5px 0;
}
body.rtl .product-detial-view .product-info-main .swatch-option {
  float: right;
  margin: 0 0 5px 10px;
}
.product-detial-view .product-info-main .swatch-attribute.size .swatch-option,
.product-detial-view .product-info-main .swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 5px 20px;
  min-width: auto;
  width: auto;
  height: auto;
  min-height: auto;
  outline: none;
}
.product-detial-view .product-info-main .swatch-option.color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: none;
  box-shadow: 0px 0px 2px 0px #b3b3b3 inset;
  -webkit-box-shadow: 0px 0px 2px 0px #b3b3b3 inset;
}
.product-detial-view .product-info-main .swatch-option.color:not(.disabled) {
  outline: none;
}
.product-detial-view .product-info-main .swatch-option.color:not(.disabled):hover {
  box-shadow: 0px 0px 1px 2px #e00;
  -webkit-box-shadow: 0px 0px 1px 2px #e00;
}
.product-detial-view .product-info-main .swatch-option:not(.disabled):hover {
  box-shadow: 0px 0px 1px 2px #e00;
  -webkit-box-shadow: 0px 0px 1px 2px #e00;
}
.product-detial-view .product-info-main .swatch-option:not(.disabled).selected {
  box-shadow: 0px 0px 1px 2px #e00;
  -webkit-box-shadow: 0px 0px 1px 2px #e00;
}
.product-detial-view .product-info-main .field.qty .label {
  display: none;
}
.product-detial-view .product-info-main .field.qty .control {
  border: 1px solid #e1e1e1;
  display: inline-block;
  padding: 5px 40px;
  position: relative;
}
.product-detial-view .product-info-main .field.qty .control .input-text.qty {
  border-color: transparent #e5e5e5;
}
.product-detial-view .product-info-main .field.qty .control .number_mod {
  position: absolute;
  top: 0;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #222222;
  cursor: pointer;
}
body:not(.rtl) .product-detial-view .product-info-main .field.qty .control .number_mod {
  right: 0;
}
body.rtl .product-detial-view .product-info-main .field.qty .control .number_mod {
  left: 0;
}
.product-detial-view .product-info-main .field.qty .control .number_mod + .number_mod {
  font-size: 11px;
}
body:not(.rtl) .product-detial-view .product-info-main .field.qty .control .number_mod + .number_mod {
  right: auto;
  left: 0;
}
body.rtl .product-detial-view .product-info-main .field.qty .control .number_mod + .number_mod {
  left: auto;
  right: 0;
}
.product-detial-view .product-info-main .box-tocart .action.tocart {
  margin-bottom: 0;
  margin: 0;
  width: 70%;
  padding: 18px 20px;
  background: #222222;
  border-color: #222222;
}
.product-detial-view .product-info-main .box-tocart .action.tocart span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: block;
  line-height: normal;
}
.product-detial-view .product-info-main .box-tocart .action.tocart:hover {
  background: #27aba6;
  border-color: #27aba6;
}
body:not(.rtl) .product-detial-view .product-info-main .product-social-links {
  text-align: left;
}
body.rtl .product-detial-view .product-info-main .product-social-links {
  text-align: right;
}
.product-detial-view .product-info-main .product-social-links .action {
  margin: 0;
  padding: 0 30px;
  position: relative;
  color: #222222;
  display: inline-block;
  line-height: 40px;
}
.product-detial-view .product-info-main .product-social-links .action:before {
  font-family: "Ionicons";
  font-size: 25px;
  position: absolute;
  top: 0;
}
body:not(.rtl) .product-detial-view .product-info-main .product-social-links .action:before {
  left: 0;
}
body.rtl .product-detial-view .product-info-main .product-social-links .action:before {
  right: 0;
}
.product-detial-view .product-info-main .product-social-links .action.towishlist:before {
  content: '\f442';
}
.product-detial-view .product-info-main .product-social-links .action.tocompare:before {
  content: '\f4a7';
}
.product-detial-view .product-info-main .product-social-links .action.mailto.friend:before {
  content: '\f422';
}
.product-detial-view .product-info-main .product-social-links .action:hover {
  color: #27aba6;
}
.product-detial-view .page-title-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
body:not(.rtl) .product-detial-view .page-title-wrapper {
  text-align: left;
  padding-right: 160px;
}
body.rtl .product-detial-view .page-title-wrapper {
  text-align: right;
  padding-left: 160px;
}
.product-detial-view .page-title-wrapper span {
  font-size: 22px;
}
.product-detial-view .product-brand-wrapper {
  position: absolute;
  top: 0;
  width: 150px;
}
body:not(.rtl) .product-detial-view .product-brand-wrapper {
  right: 0;
}
body.rtl .product-detial-view .product-brand-wrapper {
  left: 0;
}
.product-detial-view .product-info-stock-sku {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
body:not(.rtl) .product-detial-view .product-info-stock-sku {
  text-align: left;
}
body.rtl .product-detial-view .product-info-stock-sku {
  text-align: right;
}
.product-detial-view .product-info-stock-sku .stock {
  margin: 10px 0;
}
.product-detial-view .product-info-stock-sku .stock span {
  color: #fc3f3f;
}
.product-detial-view .product-info-stock-sku .stock.available span {
  color: #08cb08;
}
.product-detial-view .product-info-stock-sku .product.attibute.sku {
  margin-bottom: 10px;
}
.product-detial-view .product-info-stock-sku .product.attibute.sku strong {
  display: inline-block;
}
.product-detial-view .product-info-stock-sku .product.attibute.sku .value {
  display: inline-block;
  margin: 0 5px;
}
#gallery_grid .chocolat-image {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.product-detial-view .product_design_4 .product_tabs,
.product-detial-view .product_design_4 .product_info {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.product_design_2 .block.related .owl-carousel,
.product_design_3 .block.related .owl-carousel {
  padding: 0;
}
.product_design_2 .block.related .owl-carousel .owl-nav,
.product_design_3 .block.related .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -70px;
}
.product_design_2 .block.related .owl-carousel .owl-nav div,
.product_design_3 .block.related .owl-carousel .owl-nav div {
  position: static;
}
@media (min-width: 768px) {
  .product-detial-view .product_tabs {
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .product-detial-view .product_design_1 .product.data.items,
  .product-detial-view .product_design_4 .product.data.items {
    text-align: center;
  }
  .product-detial-view .product_design_1 .product.data.items > .item.content,
  .product-detial-view .product_design_4 .product.data.items > .item.content {
    margin-top: 65px;
    border-color: #222222 transparent transparent transparent;
    border-width: 1px;
    border-style: solid;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    height: 0;
  }
  body:not(.rtl) .product-detial-view .product_design_1 .product.data.items > .item.content,
  body:not(.rtl) .product-detial-view .product_design_4 .product.data.items > .item.content {
    text-align: left;
  }
  body.rtl .product-detial-view .product_design_1 .product.data.items > .item.content,
  body.rtl .product-detial-view .product_design_4 .product.data.items > .item.content {
    text-align: right;
  }
  .product-detial-view .product_design_1 .product.data.items > .item.title > .switch,
  .product-detial-view .product_design_4 .product.data.items > .item.title > .switch {
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: bold;
    color: #666666;
    background: none;
  }
  .product-detial-view .product_design_1 .product.data.items > .item.title.active > .switch,
  .product-detial-view .product_design_4 .product.data.items > .item.title.active > .switch {
    border-color: #222222;
    color: #222222;
  }
  .product-detial-view .product_design_1 .product.data.items > .item.title.active + .item.content,
  .product-detial-view .product_design_4 .product.data.items > .item.title.active + .item.content {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .product-detial-view .product_design_1 .review-form,
  .product-detial-view .product_design_4 .review-form {
    max-width: 100%;
    width: 100%;
  }
  .product-detial-view .product_design_1 .review-form div.field:not(.review-field-text)[class*="review-field-"],
  .product-detial-view .product_design_4 .review-form div.field:not(.review-field-text)[class*="review-field-"] {
    width: 50%;
  }
  body:not(.rtl) .product-detial-view .product_design_1 .review-form div.field:not(.review-field-text)[class*="review-field-"],
  body:not(.rtl) .product-detial-view .product_design_4 .review-form div.field:not(.review-field-text)[class*="review-field-"] {
    padding-right: 20px;
    float: left;
  }
  body.rtl .product-detial-view .product_design_1 .review-form div.field:not(.review-field-text)[class*="review-field-"],
  body.rtl .product-detial-view .product_design_4 .review-form div.field:not(.review-field-text)[class*="review-field-"] {
    padding-left: 20px;
    float: right;
  }
  body:not(.rtl) .product-detial-view .product_design_1 .review-form div.field:not(.review-field-text)[class*="review-field-"]:nth-last-child(2),
  body:not(.rtl) .product-detial-view .product_design_4 .review-form div.field:not(.review-field-text)[class*="review-field-"]:nth-last-child(2) {
    clear: left;
  }
  body.rtl .product-detial-view .product_design_1 .review-form div.field:not(.review-field-text)[class*="review-field-"]:nth-last-child(2),
  body.rtl .product-detial-view .product_design_4 .review-form div.field:not(.review-field-text)[class*="review-field-"]:nth-last-child(2) {
    clear: right;
  }
  .product-detial-view .product_design_1 .review-form div.field.review-field-text,
  .product-detial-view .product_design_4 .review-form div.field.review-field-text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  body:not(.rtl) .product-detial-view .product_design_1 .review-form div.field.review-field-text,
  body:not(.rtl) .product-detial-view .product_design_4 .review-form div.field.review-field-text {
    padding-left: 20px;
  }
  body.rtl .product-detial-view .product_design_1 .review-form div.field.review-field-text,
  body.rtl .product-detial-view .product_design_4 .review-form div.field.review-field-text {
    padding-right: 20px;
  }
  .product-detial-view .product_design_2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  body:not(.fixHeader) .product-detial-view .product_design_2 .mediaBox {
    top: 0;
  }
  body.fixHeader .product-detial-view .product_design_2 .mediaBox {
    top: 70px;
    position: sticky;
    position: -webkit-sticky;
  }
  .product-detial-view .product_accordion {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
  }
  body:not(.rtl) .product-detial-view .product_accordion .product.data.items {
    text-align: left;
  }
  body.rtl .product-detial-view .product_accordion .product.data.items {
    text-align: right;
  }
  .product-detial-view .product_accordion .product.data.items > .item.content {
    margin: 0;
    border: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    height: 0;
    display: block !important;
    padding: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    overflow: hidden;
  }
  .product-detial-view .product_accordion .product.data.items > .item.title {
    width: 100%;
    margin: 0;
  }
  .product-detial-view .product_accordion .product.data.items > .item.title > .switch {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
    color: #666666;
    background: none;
    padding: 10px 0;
    position: relative;
  }
  .product-detial-view .product_accordion .product.data.items > .item.title > .switch:before {
    font-family: "Ionicons";
    content: "\f489";
    font-size: 22px;
    color: #666666;
    position: absolute;
    top: 8px;
  }
  body:not(.rtl) .product-detial-view .product_accordion .product.data.items > .item.title > .switch:before {
    right: 20px;
  }
  body.rtl .product-detial-view .product_accordion .product.data.items > .item.title > .switch:before {
    left: 20px;
  }
  .product-detial-view .product_accordion .product.data.items > .item.title.active > .switch {
    padding: 10px 0;
  }
  .product-detial-view .product_accordion .product.data.items > .item.title.active > .switch:before {
    content: "\f209";
    font-size: 14px;
  }
  .product-detial-view .product_accordion .product.data.items > .item.title.active + .item.content {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 15px 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .product-detial-view .product_design_4 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .product-detial-view .product_design_4 .product_tabs {
    margin-top: 12px;
  }
  .product-detial-view .product_design_4 .product_tabs .product.data.items .item.content {
    padding: 35px 0;
    float: none;
    margin: 0;
    width: 100%;
    display: inline-block !important;
    vertical-align: top;
    border: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  body:not(.rtl) .product-detial-view .product_design_4 .product_tabs .product.data.items .item.content {
    float: left;
  }
  body.rtl .product-detial-view .product_design_4 .product_tabs .product.data.items .item.content {
    float: right;
  }
  .product-detial-view .product_design_4 .product_tabs .product.data.items .item.title {
    width: 100%;
    z-index: 9;
  }
  body:not(.fixHeader) .product-detial-view .product_design_4 .product_tabs .product.data.items .item.title {
    top: 0;
  }
  body.fixHeader .product-detial-view .product_design_4 .product_tabs .product.data.items .item.title {
    top: 50px;
    position: sticky;
    position: -webkit-sticky;
  }
  body:not(.rtl) .product-detial-view .product_design_4 .product_tabs .product.data.items .item.title {
    text-align: left;
  }
  body.rtl .product-detial-view .product_design_4 .product_tabs .product.data.items .item.title {
    text-align: right;
  }
  .product-detial-view .product_design_4 .product_tabs .product.data.items .item.title > .switch,
  .product-detial-view .product_design_4 .product_tabs .product.data.items .item.title.active > .switch {
    border-color: #222222;
    color: #222222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent transparent #222222 transparent;
    line-height: normal;
    padding: 25px 0;
    cursor: default;
    height: auto;
    background: #ffffff;
  }
  .product-detial-view .product_design_4 .product_info .swatch-opt {
    margin: 0;
  }
  .product-detial-view .product_design_4 .product_info .swatch-opt .swatch-attribute {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  body:not(.rtl) .product-detial-view .product_design_4 .product_info .swatch-opt .swatch-attribute:nth-child(2n) + .swatch-attribute {
    clear: left;
  }
  body.rtl .product-detial-view .product_design_4 .product_info .swatch-opt .swatch-attribute:nth-child(2n) + .swatch-attribute {
    clear: right;
  }
  .product-detial-view .product_design_4 .product_info .product-info-price {
    margin: 15px 0;
  }
  .product-detial-view .product_design_4 .product_info .product.attibute.overview {
    display: none;
  }
}
@media (min-width: 992px) {
  #gallery_grid .chocolat-image {
    width: calc(50% - 6px);
    margin: 3px;
    border: 1px solid #f5f5f5;
  }
  body:not(.rtl) #gallery_grid .chocolat-image {
    float: left;
  }
  body.rtl #gallery_grid .chocolat-image {
    float: right;
  }
  .product-detial-view .product_design_4 .product_tabs,
  .product-detial-view .product_design_4 .product_info {
    width: 50%;
    padding: 0 15px;
  }
  body:not(.rtl) .product-detial-view .product_design_4 .product_tabs,
  body:not(.rtl) .product-detial-view .product_design_4 .product_info {
    float: left;
  }
  body.rtl .product-detial-view .product_design_4 .product_tabs,
  body.rtl .product-detial-view .product_design_4 .product_info {
    float: right;
  }
  body:not(.fixHeader) .product-detial-view .product_design_4 .product_info {
    top: 0;
  }
  body.fixHeader .product-detial-view .product_design_4 .product_info {
    top: 70px;
    position: sticky;
    position: -webkit-sticky;
  }
}
@media (max-width: 1023px) {
  .product-detial-view .product_design_2 .review-ratings ~ .review-content,
  .product-detial-view .product_design_2 .review-ratings ~ .review-details {
    margin-left: 0;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-detial-view .mediaBox {
    padding: 0;
  }
  .product-detial-view .product-info-main {
    padding: 0;
  }
  .product-detial-view .product-info-main .product-social-links .action {
    margin: 0;
    padding: 2px 30px;
    position: relative;
    display: inline-block;
  }
  .product-detial-view .product-info-main .product-social-links .action:before {
    top: 1px;
  }
}
@media (max-width: 767px) {
  .product-detial-view .product-info-main .product-social-links .action {
    width: 100%;
  }
}
@media (max-width: 639px) {
  body:not(.rtl) .product-detial-view .page-title-wrapper {
    padding-right: 0;
  }
  body.rtl .product-detial-view .page-title-wrapper {
    padding-left: 0;
  }
  .product-detial-view .page-title-wrapper .product-brand-wrapper {
    position: static;
  }
  body:not(.rtl) .product-detial-view .product.data.items .item.title a::after {
    right: 10px;
  }
  body.rtl .product-detial-view .product.data.items .item.title a::after {
    left: 10px;
  }
}
.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.rtl.chocolat-open {
  direction: ltr;
  text-align: left;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9990;
  background-color: #ffffff;
  display: none;
  direction: ltr;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 9991;
  color: #ffffff;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 9992;
  background: url(../images/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 9993;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  z-index: 9994;
  display: none;
}
.chocolat-wrapper .chocolat-left:before {
  font-family: 'Material Icons';
  width: 100%;
  height: 100%;
  position: absolute;
  content: 'keyboard_arrow_left';
  left: 0;
  top: 0;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  color: #222222;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  z-index: 9995;
  display: none;
}
.chocolat-wrapper .chocolat-right:before {
  font-family: 'Material Icons';
  width: 100%;
  height: 100%;
  position: absolute;
  content: 'keyboard_arrow_right';
  left: 0;
  top: 0;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  color: #222222;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 9995;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.chocolat-wrapper .chocolat-close:before {
  font-family: 'Material Icons';
  width: 100%;
  height: 100%;
  position: absolute;
  content: 'close';
  left: 0;
  top: 0;
  text-align: center;
  line-height: 50px;
  font-size: 35px;
  color: #222222;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 9994;
}
body.chocolat-open > .chocolat-loader {
  z-index: 9995;
}
body.chocolat-open > .chocolat-content {
  z-index: 9996;
}
/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.header1 #owlBanner {
  margin-top: 15px;
}
.header1 .bwr_block #owlBanner {
  margin-top: 0;
}
#owl-brand .item img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
#owlBanner #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owlBanner .owl-controls.clickable .owl-theme .owl-buttons {
  margin: 0;
}
#owlBanner .owl-controls.clickable .owl-pagination {
  bottom: 15px;
  right: 15px;
  position: absolute;
  text-align: center;
}
#owlBanner .owl-controls.clickable .owl-pagination .owl-page {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  height: 10px;
  margin: 9px;
  overflow: visible;
  width: 10px;
  cursor: pointer;
  position: relative;
  transition: background-color 300ms ease-in-out 0s;
  -webkit-transition: background-color 300ms ease-in-out 0s;
}
#owlBanner .owl-controls.clickable .owl-pagination .owl-page span {
  display: none;
}
#owlBanner .owl-controls.clickable .owl-pagination .owl-page:hover {
  background: #27aba6;
  width: 20px;
  height: 20px;
  margin: 4px;
  top: 0;
}
#owlBanner .owl-controls.clickable .owl-pagination .owl-page.active {
  background: #fff;
  width: 20px;
  height: 20px;
  margin: 4px;
  top: 0;
}
.full_banner > .col-sm-12 {
  padding: 0;
}
#gridbanner {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#gridbanner .banner_item .owlContent {
  background: rgba(245, 245, 245, 0.8);
  bottom: 0;
  left: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
  top: auto;
  visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
#gridbanner .banner_item .owlContent h3 {
  border-bottom: 1px solid #dddddd;
  font-size: 25px;
  margin: 0;
}
#gridbanner .banner_item .owlContent h3:before {
  display: none;
}
#gridbanner .banner_item .owlContent .description,
#gridbanner .banner_item .owlContent p {
  margin: 10px 0 0;
}
#gridbanner .banner_item .owlContent .owlBtn {
  border: 2px solid #27aba6;
  color: #27aba6;
  display: inline-block;
  font-size: 15px;
  margin-top: 15px;
  padding: 10px 20px;
}
#gridbanner .banner_item .owlContent .owlBtn:hover {
  background: #27aba6;
  color: #fff;
}
#gridbanner .banner_item:hover .owlContent {
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.owl-dots {
  margin: 20px 0;
  text-align: center;
}
.owl-dots .owl-dot {
  background: #ddd;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  height: 10px;
  margin: 5px;
  overflow: visible;
  width: 10px;
  cursor: pointer;
  position: relative;
  transition: background-color 300ms ease-in-out 0s;
  -webkit-transition: background-color 300ms ease-in-out 0s;
}
.owl-dots .owl-dot span {
  display: none;
}
.owl-dots .owl-dot:hover {
  background: #27aba6;
  width: 16px;
  height: 16px;
  margin: 2px;
  top: 0;
}
.owl-dots .owl-dot.active {
  background: #ddd;
  width: 16px;
  height: 16px;
  margin: 2px;
  top: 0;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.item.img_load {
  min-height: 150px;
  background: url(../images/AjaxLoader.svg) no-repeat center center;
}
.owl-nav {
  margin-top: 5px;
  text-align: center;
  right: 0;
  top: -62px;
  z-index: 9;
  margin: 0;
  direction: ltr;
}
.owl-nav div {
  color: #666666;
  direction: initial;
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 20px;
  line-height: 45px;
  margin: 0 0 0 1px;
  margin-top: -25px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  border: 2px solid transparent;
  font-size: 45px;
  color: #222222;
}
.owl-nav div.owl-prev {
  left: 0;
}
.owl-nav div.owl-next {
  right: 0;
}
.owl-nav div:hover {
  border-color: #222222;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  overflow: visible;
}
.highlighter-content .owl-carousel {
  overflow: visible;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  direction: initial;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-carousel .owl-nav div:hover {
  filter: alpha(opacity=80);
  /*IE7 fix*/
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
.custom-nav .owl-prev.disabled,
.custom-nav .owl-next.disabled,
.owl-carousel .owl-nav div.disabled.owl-prev,
.owl-carousel .owl-nav div.disabled.owl-next {
  opacity: 0.2 !important;
  cursor: default;
}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/*.owl-carousel .owl-item .pro-img-first:not(.img_load){
  	min-height: 300px;
  	background: url(../images/AjaxLoader.svg) no-repeat;
  	background-position: center center;
}*/
.owl-carousel .pro-img-first {
  min-height: 120px;
}
.owl-carousel .pro-img-first:before {
  content: '';
  position: absolute;
  top: 0;
  background: url(../images/AjaxLoader.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 9;
}
body:not(.rtl) .owl-carousel .pro-img-first:before {
  float: left;
  left: 0;
}
body.rtl .owl-carousel .pro-img-first:before {
  float: right;
  right: 0;
}
.owl-carousel .pro-img-first.img_load:before {
  visibility: hidden;
  transition: visibility 0.5s ease-in-out;
  -webkit-transition: visibility 0.5s ease-in-out;
}
/* .owl-carousel .owl-item img.owl-lazy { */
/* -webkit-transform-style: preserve-3d; */
/* transform-style: preserve-3d;  */
/* } */
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*old*/
.owlContent {
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 25%;
  width: 40%;
  text-align: center;
}
.owlContent h3:before {
  position: absolute;
  width: 30%;
  height: 4px;
  bottom: -17px;
  content: '';
  left: 50%;
  margin-left: -15%;
  background: #27aba6;
}
.owlContent .description,
.owlContent p {
  color: #666666;
  font-size: 15px;
  line-height: 19px;
  margin: 47px 0 5%;
}
.owlContent.owlRight {
  left: auto;
  right: 10%;
}
.owlContent.owlCenter {
  left: auto;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  text-align: center;
}
.owlContent.owlCenter h3,
.owlContent.owlCenter .description {
  text-align: center;
}
#owlBanner {
  padding: 0;
  overflow: hidden;
  /* BounceInDown */
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
#owlBanner .animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#owlBanner .active .bounceInDown,
#owlBanner .active .owlContent .description,
#owlBanner .active .owlContent h3,
#owlBanner .active .owlContent .owlBtn {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
#owlBanner .active .owlContent h3.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
#owlBanner .active .owlContent .description.animated {
  -webkit-animation-duration: 2.6s;
  animation-duration: 2.6s;
}
#owlBanner .active .owlContent .owlBtn.animated {
  -webkit-animation-duration: 2.8s;
  animation-duration: 2.8s;
}
#owlBanner .banner_item {
  width: 100%;
}
.owlContent .owlBtn {
  border: 2px solid #27aba6;
  color: #27aba6;
  padding: 14px 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
}
.owlContent .owlBtn:hover {
  border: 2px solid #27aba6;
  background: #27aba6;
  color: #ffffff;
}
.owl_full .owlContent h3 {
  background: none;
  color: #000000;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100% position:relative;
}
.gridBanner .owlContent h3 {
  font-size: 30px;
  color: #222222;
  padding: 0;
  margin: 0;
}
.owl_full .owlContent .description {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  color: #666666;
  margin: 47px 0 5%;
}
@media (min-width: 992px) {
  .owl-carousel .pro-img-first {
    min-height: 250px;
  }
}
@media (min-width: 479px) {
  .owl-carousel {
    padding: 0 55px;
  }
}
@media (min-width: 992px) {
  .bwr_block .col-sm-8 {
    margin-right: 3%;
    padding: 0;
    width: 67%;
    margin-top: 2.5%;
  }
}
@media (max-width: 991px) {
  .owlContent h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .owlContent .description,
  .owlContent p {
    font-size: 12px;
  }
  .banner_item .owlContent {
    width: 80%;
    text-align: center;
  }
  .gridBanner .owlContent h3 {
    font-size: 20px;
  }
  .owlContent h3:before {
    bottom: -5px;
  }
  .owlContent .description,
  .owlContent p {
    display: none;
  }
  .owlContent .owlBtn {
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 15px;
  }
  .bwr_block .col-sm-8 {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .bwr_block .banner_right_block {
    display: none;
  }
}
@media (max-width: 769px) {
  .owlContent {
    left: 10%;
    width: 80%;
  }
}
@media (max-width: 479px) {
  .owlContent .description,
  .owlContent p {
    display: none;
  }
  .owl-nav {
    display: none;
  }
}
#owlBanner .owl-buttons,
#gridbanner .owl-nav {
  position: static;
}
#owlBanner .owl-buttons .owl-prev,
#owlBanner .owl-buttons .owl-next,
#gridbanner .owl-nav .owl-prev,
#gridbanner .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  text-align: center;
  color: #666666;
}
#owlBanner .owl-buttons .owl-prev:hover,
#owlBanner .owl-buttons .owl-next:hover,
#gridbanner .owl-nav .owl-prev:hover,
#gridbanner .owl-nav .owl-next:hover {
  background: #222222;
  color: #ffffff;
}
#owlBanner .owl-buttons .owl-prev:hover .fa,
#owlBanner .owl-buttons .owl-next:hover .fa,
#gridbanner .owl-nav .owl-prev:hover .fa,
#gridbanner .owl-nav .owl-next:hover .fa {
  color: #ffffff;
}
#owlBanner .owl-buttons .owl-prev,
#gridbanner .owl-nav .owl-prev {
  left: 0;
}
#owlBanner .owl-buttons .owl-prev:before,
#gridbanner .owl-nav .owl-prev:before {
  display: none;
}
#owlBanner .owl-buttons .owl-next,
#gridbanner .owl-nav .owl-next {
  right: 0;
}
#owlBanner .owl-buttons .owl-next:before,
#gridbanner .owl-nav .owl-next:before {
  display: none;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@media (min-width: 640px) {
  .tabContainer {
    padding: 15px 0;
    text-align: center;
  }
  .tabContainer .tab {
    color: #222222;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 20px 15px;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .tabContainer .tab.current {
    color: #27aba6;
  }
  .tabContainer .tab:hover {
    color: #27aba6;
  }
  .tabContainer .tab-content {
    margin-top: 70px;
    width: 100%;
    display: none;
  }
  body:not(.rtl) .tabContainer .tab-content {
    float: right;
    margin-left: -100%;
  }
  body.rtl .tabContainer .tab-content {
    float: left;
    margin-right: -100%;
  }
}
@media (min-width: 768px) {
  .grid-5.links {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  body:not(.rtl) .grid-5.links {
    float: left;
  }
  body.rtl .grid-5.links {
    float: right;
  }
}
@media (min-width: 992px) {
  body:not(.rtl) .page-layout-2columns-right .maincontent .sidebar.sidebar-additional {
    clear: right;
  }
  body.rtl .page-layout-2columns-right .maincontent .sidebar.sidebar-additional {
    clear: left;
  }
  body:not(.rtl) .page-layout-2columns-right .maincontent .mainCol {
    float: left;
  }
  body.rtl .page-layout-2columns-right .maincontent .mainCol {
    float: right;
  }
  .maincontent .sidebar.sidebar-additional {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }
  body:not(.rtl) .maincontent .sidebar.sidebar-additional {
    clear: left;
  }
  body.rtl .maincontent .sidebar.sidebar-additional {
    clear: right;
  }
  .static_block8 ul li.spcl {
    margin-top: -40px;
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  body:not(.rtl) .maincontent .mainCol {
    float: right;
  }
  body.rtl .maincontent .mainCol {
    float: left;
  }
  .page-layout-3columns .maincontent .flexRule {
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-3columns .maincontent .flexRule .mainCol.col-md-9 {
    flex-grow: 1;
    order: 2;
    width: 66.66%;
  }
  body:not(.rtl) .page-layout-3columns .maincontent .flexRule .mainCol.col-md-9 {
    float: right;
  }
  body.rtl .page-layout-3columns .maincontent .flexRule .mainCol.col-md-9 {
    float: left;
  }
  .page-layout-3columns .maincontent .flexRule .sidebar {
    flex-grow: 1;
    order: 1;
    width: 16.6667%;
  }
  .page-layout-3columns .maincontent .flexRule .sidebar.sidebar-additional {
    flex-grow: 1;
    order: 3;
    clear: none;
    width: 16.6667%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1430px;
  }
  .cms-index-index .page.messages {
    width: 1430px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .maincontent .flexRule {
    display: flex;
    flex-wrap: wrap;
  }
  .maincontent .flexRule .mainCol {
    flex-basis: 100%;
    flex-grow: 1;
    order: 1;
    padding: 0;
  }
  .maincontent .flexRule .sidebar.col-md-3 {
    flex-basis: 100%;
    flex-grow: 1;
    order: 2;
    position: static;
  }
  .maincontent .flexRule .sidebar.sidebar-additional.col-md-3 {
    order: 3;
  }
  .cms-index-index .flexRule {
    display: block;
    flex-wrap: wrap;
  }
  .toolbar-products .filterBtn {
    display: block !important;
  }
  body:not(.rtl) .quickProducts .col-md-3.col-sm-6:nth-of-type(3) {
    clear: left;
  }
  body.rtl .quickProducts .col-md-3.col-sm-6:nth-of-type(3) {
    clear: right;
  }
  .col-sm-20 {
    width: 33.33%;
  }
  body:not(.rtl) .col-sm-20 {
    float: left;
  }
  body.rtl .col-sm-20 {
    float: right;
  }
  .uspBox {
    text-align: center;
  }
  .bannerBlock5 .row {
    margin: 0;
  }
  [class^="bb_"] {
    margin-bottom: 30px !important;
  }
  .bannerBlock3 .bb_1,
  .bannerBlock3 .bb_2 {
    padding-top: 85%;
  }
  .bannerBlock4 .bb_1 .price-box,
  .bannerBlock4 .bb_2 .price-box {
    width: 50%;
  }
  .page-layout-3columns div.sidebar-additional {
    width: 100%;
  }
  .footer1 .footerTop [class*="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-products .maincontent .flexRule {
    padding: 45px 0 0;
  }
  .maincontent .toolbar-products {
    padding-left: 0;
  }
  .maincontent .toolbar-products .toolbar-amount,
  .maincontent .toolbar-products .sorter-label,
  .maincontent .toolbar-products .modes {
    display: none !important;
  }
  .maincontent .page-products .sorter {
    position: absolute;
    top: 0;
    z-index: 1;
  }
  body:not(.rtl) .maincontent .page-products .sorter {
    right: 10px;
  }
  body.rtl .maincontent .page-products .sorter {
    left: 10px;
  }
  .maincontent .flexRule {
    position: relative;
  }
  .maincontent .flexRule .mainCol {
    position: static;
  }
  .product.data.items {
    margin: 0;
  }
  .product.data.items > .item.title.active > .switch {
    color: #ffffff;
  }
  .page-wrapper .header-left {
    display: inline-block;
    width: 100%;
  }
  .owl-theme.owl-carousel .item {
    padding: 0 10px!important;
  }
  .owl-theme.owl-carousel .owl-buttons {
    margin: 2px 0;
  }
  body:not(.rtl) .owl-theme.owl-carousel .owl-buttons {
    right: 10px;
  }
  body.rtl .owl-theme.owl-carousel .owl-buttons {
    left: 10px;
  }
  .column.main #contact-form.form.contact {
    padding: 0 15px;
    width: 100%;
  }
  body:not(.rtl) .column.main #contact-form.form.contact {
    float: right;
  }
  body.rtl .column.main #contact-form.form.contact {
    float: left;
  }
  .catalog-category-view .category-image + #maincontent {
    margin-top: -20px;
  }
  div.ns-modal .modal-slide._inner-scroll .modal-inner-wrap,
  div.ns-modal .ns-modal .modal-popup._inner-scroll .modal-inner-wrap {
    width: auto;
  }
  div.ns-modal #newsletter-popup {
    width: auto;
  }
  div.ns-modal .newsTextarea {
    padding: 4%;
  }
  .block .block-title.filter-title strong {
    padding: 0 15px;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    font-weight: normal;
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
  }
  .page-with-filter .filter.active .filter-title {
    height: 52px;
    background: transparent;
  }
  .page-with-filter .filter.active .filter-title strong {
    top: 7px;
    background: none;
    border: none;
    box-shadow: none;
  }
  .page-with-filter .filter.active .filter-subtitle {
    padding: 10px;
    font-size: 20px;
    font-weight: 300;
  }
  .login-container {
    width: 90%;
  }
  .opc-estimated-wrapper {
    margin: 0;
  }
  .newsTextarea {
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .tabContainer .tab {
    color: #666666;
    background: #e5e5e5;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0;
    padding: 20px 25px;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
  }
  .tabContainer .tab:before {
    content: '\f3d0';
    font-family: "Ionicons";
    position: absolute;
    top: 14px;
    font-size: 18px;
  }
  body:not(.rtl) .tabContainer .tab:before {
    right: 10px;
  }
  body.rtl .tabContainer .tab:before {
    left: 10px;
  }
  .tabContainer .tab.current {
    background: #27aba6;
    color: #ffffff;
  }
  .tabContainer .tab.current:before {
    content: '\f3d8';
  }
  .tabContainer .tab:hover {
    background: #27aba6;
    color: #ffffff;
  }
  .tabContainer .tab-content {
    width: 100%;
    display: none;
  }
  body:not(.rtl) .tabContainer .tab-content {
    float: right;
  }
  body.rtl .tabContainer .tab-content {
    float: left;
  }
  .footer1 .footerTop [class*="col-"] {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .col-xxs-full {
    width: 100%;
  }
  li.item.product {
    width: 100%;
  }
}
@media (max-width: 639px) and (max-width: 480px) {
  .col-xs-full {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fixHeader .headertype1 .navWrap .navigation .nav-container ul#nav > li + li:before {
    padding: 10px 15px;
  }
  .fixHeader .headertype2 .navBox2 .navigation .nav-container ul#nav > li > a {
    padding: 17px 15px;
  }
  footer .footer2 .f-midBox .col-md-5 {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  footer .footer2 .f-midBox .newsletterBox {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
}
