/*!
Theme Name: Wooxon
Theme URI: http://themepiko.com/demo/wooxon/
Author: themepiko
Author URI: http://www.themepiko.com/
Description: Wooxon - Woocommerce WordPress Theme.
Version: 1.9
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar,  custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: wooxon

==========
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
==========
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Preloader
# Bootstrap Grid
# Typography
# Slick Slider
# Forms
# Navigation
	## Links
	## Menus
# Breadcrumb
# Helper Class
# Elements
# Accessibility
# Content
	## Posts and pages
	## Comments
# Alignments
# Media
	## Captions
	## Galleries
# Clearings
# Home Box
# Blog
# Widget
# Comment
# Footer
# Font icon
    ## font Awesome
    ## font piko
# Magnific Popup
# Woocommerce
# Shortcode
# Utility
--------------------------------------------------------------*/
/*fixed variable*/
/*helper color*/
/** Font Face **/
/*animate function*/
/*--------------------------------------------------------------
## normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.widget form select {
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.75;
  color: #878787;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

strong {
  color: #555;
  font-weight: 600;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside decimal;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote, q {
  quotes: none;
  font-family: 'noto serif',Georgia,serif;
  background-color: #f5f5f5;
  font-size: 1.0625rem;
  padding: 1.25rem 1.6875rem !important;
  margin-bottom: 1.25rem;
  position: relative;
  display: block;
  color: #444;
  border-left: 2px solid #f8981d !important;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014 \00A0";
}

blockquote strong,
blockquote b {
  font-weight: 600;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote p, q p {
  margin: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.75em;
}

table,
th,
td {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}

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

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

th {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  border-width: 0 1px 1px 0;
  font-weight: 500;
}

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

th,
td {
  padding: 0.9375rem;
}

th p,
td p {
  margin: 0;
}

small {
  font-size: 75%;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

b {
  font-weight: bold;
}

code, kbd, tt, var, samp, pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1.5em;
  -ms-overflow-style: scrollbar;
  border: 1px solid #d2d2d2;
}

code {
  padding: 0.125rem 0.25rem;
  font-size: 90%;
  color: #c62850;
  background-color: #f9f2f4;
  border-radius: 0.25rem;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d2d2d2;
  cursor: help;
}

mark {
  background: #f8981d;
  padding: 0.125em 0.25em;
  text-decoration: none;
  color: #ffffff;
}

big {
  font-size: 125%;
}

figure {
  margin: 0 0 1rem;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.clear:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*--------------------------------------------------------------
## pre loader
--------------------------------------------------------------*/
#site-loading-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 0.125rem;
  overflow: hidden;
}

.site-mask {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .7s;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-mask.fade_in {
  visibility: hidden;
  opacity: 0;
  z-index: inherit;
}

@media (max-width: 1024px) {
  #site-loading-slide,
  .site-mask {
    display: none;
  }
}
#site-loading-slide .proggress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #ddd;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

#site-loading-slide .proggress.hidden {
  opacity: 0;
}

#site-loading-slide .bar {
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  z-index: 10;
  background-color: #f8981d;
}

#site-loading {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
## round 01
--------------------------------------------------------------*/
.round-1 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 9.375rem;
  width: 9.375rem;
  margin-top: -4.6875rem;
  margin-left: -4.6875rem;
}
.round-1 .spinner {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #f8981d;
  float: left;
  margin-right: 0.0625rem;
  margin-top: 4.0625rem;
  border-radius: 50%;
}
.round-1 #spinner_one {
  -webkit-animation: round-1-one 1.5s infinite;
  animation: round-1-one 1.5s infinite;
}
.round-1 #spinner_two {
  -webkit-animation: round-1-two 1.5s infinite;
  animation: round-1-two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.round-1 #spinner_three {
  -webkit-animation: round-1-three 1.5s infinite;
  animation: round-1-three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes round-1-one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes round-1-three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes round-1-three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*--------------------------------------------------------------
## others 02
--------------------------------------------------------------*/
.various-7 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12.5rem;
  width: 12.5rem;
  margin-top: -6.25rem;
  margin-left: -6.25rem;
}
.various-7 .spinner {
  border-radius: 50%;
  position: absolute;
  border-left: 0.25rem solid #f8981d;
  border-right: 0.25rem solid #f8981d;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  -webkit-animation: various-7 2s infinite;
  animation: various-7 2s infinite;
}
.various-7 #spinner_one {
  left: 4.6875rem;
  top: 4.6875rem;
  width: 3.125rem;
  height: 3.125rem;
}
.various-7 #spinner_two {
  left: 4.0625rem;
  top: 4.0625rem;
  width: 4.375rem;
  height: 4.375rem;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.various-7 #spinner_three {
  left: 3.4375rem;
  top: 3.4375rem;
  width: 5.625rem;
  height: 5.625rem;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-7 #spinner_four {
  left: 2.8125rem;
  top: 2.8125rem;
  width: 6.875rem;
  height: 6.875rem;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes various-7 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes various-7 {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*--------------------------------------------------------------
## others 03
--------------------------------------------------------------*/
.various-8 .site-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12.5rem;
  width: 12.5rem;
  margin-top: -6.25rem;
  margin-left: -6.25rem;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.various-8 .spinner {
  border-radius: 50%;
  position: absolute;
  border-top: 0.25rem solid #f8981d;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #f8981d;
  border-right: 0.25rem solid transparent;
  -webkit-animation: various-8 2s infinite;
  animation: various-8 2s infinite;
}
.various-8 #spinner_one {
  left: 4.6875rem;
  top: 4.6875rem;
  width: 3.125rem;
  height: 3.125rem;
}
.various-8 #spinner_two {
  left: 4.0625rem;
  top: 4.0625rem;
  width: 4.375rem;
  height: 4.375rem;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.various-8 #spinner_three {
  left: 3.4375rem;
  top: 3.4375rem;
  width: 5.625rem;
  height: 5.625rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.various-8 #spinner_four {
  left: 2.8125rem;
  top: 2.8125rem;
  width: 6.875rem;
  height: 6.875rem;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes various-8 {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes various-8 {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
.processing {
  margin: 0 auto;
}
.processing .piko-thumb,
.processing .piko-nav {
  opacity: 0.2;
  transition: opacity 0.3s ease-out;
}

.processing:before {
  content: '';
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 20%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

.processing:before,
.piko-spin4 {
  width: 2.5rem;
  height: 2.5rem;
  margin: 6.25rem auto;
  background-color: #f8981d;
  border-radius: 100%;
  -webkit-animation: piko-scaleout 1.0s infinite ease-in-out;
  animation: piko-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes piko-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes piko-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.piko-spin5 {
  width: 2.5rem;
  height: 2.5rem;
}

.piko-spin5 .bounce1, .piko-spin5 .bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f8981d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.piko-spin5 .bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.piko-spin6 {
  width: 9.375rem;
  height: 9.375rem;
  margin: -4.6875rem 0 0 -4.6875rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  border-top-color: #f8981d;
  -webkit-animation: piko-spin6 2s linear infinite;
  animation: piko-spin6 2s linear infinite;
}

.piko-spin6:before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  border-top-color: #f8981d;
  -webkit-animation: piko-spin6 3s linear infinite;
  animation: piko-spin6 3s linear infinite;
}

.piko-spin6:after {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  border-radius: 50%;
  border: 0.25rem solid transparent;
  border-top-color: #f8981d;
  -webkit-animation: piko-spin6 1.5s linear infinite;
  animation: piko-spin6 1.5s linear infinite;
}

@-webkit-keyframes piko-spin6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes piko-spin6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## bootstrap flex grid
--------------------------------------------------------------*/
/*
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 */
.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 71.25rem;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1440px) {
  .container-fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*custom*/
.gutters5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

.gutters5 .slick-slide,
.gutters5 > .col,
.gutters5 > [class*="col-"] {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.gutters7 {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}

.gutters7 .slick-slide,
.gutters7 > .col,
.gutters7 > [class*="col-"] {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

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

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
a {
  color: #222;
  transition: all .3s;
}

a:hover, a:active {
  color: #f8981d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  letter-spacing: 0.0125rem;
  color: #222;
  margin: 0.65em 0 0.5em;
  font-weight: 500;
}

h1 {
  margin: 0;
  font-size: 2.8125rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.2em;
}

button[type="submit"],
input[type="submit"] {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*--------------------------------------------------------------
## slick slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*---------------------------------------------
       slick custom build
-----------------------------------------------*/
.sip .piko-carousel {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.sip .slick-slide {
  padding: 0 0.9375rem;
}

/* Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 26;
  background-color: transparent;
}

.slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.slick-arrow:before {
  font-family: 'fontpiko';
  font-size: 1.0625rem;
  display: block;
}

.slick-prev:before {
  content: '\e862';
}

.slick-next:before {
  content: '\e863';
}

.slick-prev {
  left: 1.875rem;
}

.slick-next {
  right: 1.875rem;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 0.9375rem;
  }

  .slick-next {
    right: 0.9375rem;
  }
}
/*top center*/
.stcr.slick-initialized:not(.product_list_widget),
.tc.slick-initialized {
  padding-top: 3.125rem;
}

/*fix for widgets product*/
.product_list_widget.stcr .slick-arrow {
  top: -3.125rem;
}

.product_list_widget.stcr .slick-next {
  right: 0;
}

.product_list_widget.stcr .slick-prev {
  right: 1.875rem;
}

.product_list_widget.stcr .slick-dots li {
  width: auto;
  margin: 0 0.1875rem;
}

.stcr .slick-arrow,
.tc .slick-arrow {
  top: 0;
}

.tc .slick-prev {
  left: 50%;
  margin-left: -2.625rem;
}

.tc .slick-next {
  right: 50%;
  margin-right: -2.625rem;
}

.stcr .slick-prev {
  left: inherit;
  right: 2.5rem;
}

.stcr .slick-next {
  right: 0.625rem;
}

/*center center small*/
.br .slick-arrow {
  border-radius: 50%;
}

.stcr .slick-arrow,
.sc .slick-arrow {
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5rem;
}

.stcr .slick-arrow:before,
.sc .slick-arrow:before {
  font-size: 0.75rem;
}

.stcr .slick-arrow {
  border: 1px solid;
}

.sc .slick-prev {
  left: -0.625rem;
}

.sc .slick-next {
  right: -0.625rem;
}

.product-wrap:hover .sc .slick-prev {
  left: 0.3125rem;
}

.product-wrap:hover .sc .slick-next {
  right: 0.3125rem;
}

.psh .slick-arrow,
.sh .slick-arrow {
  opacity: 0;
  visibility: hidden;
}

.hsc:hover .sh .slick-arrow,
.product-wrap:hover .psh .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/*btn light*/
.al .slick-arrow {
  opacity: 0.25;
}

.al .slick-arrow:hover {
  opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.875rem;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.3125rem;
}

.slick-dots li button {
  font-size: 0;
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background-color: #ccc;
  border: none;
}

.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button {
  background-color: #f8981d;
}

.slick-dots li.slick-active button {
  width: 2.1875rem;
  border-radius: 0.5rem;
}

/*dot-inside image*/
.dot-in .slick-dots {
  bottom: 0.9375rem;
}

.dot-in.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.piko-carousel-grid [class*="col-"] {
  margin-bottom: 1.875rem;
}

.piko-carousel.no-gap [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.piko-tab-slide .piko-carousel {
  display: block !important;
  height: 0;
  visibility: hidden;
}
.piko-tab-slide .piko-carousel .slick-list {
  margin-bottom: 3.125rem;
}

.piko-tab-slide .piko-carousel.active {
  height: auto;
  visibility: visible;
}

.widget .piko-carousel .testimonial {
  margin-top: 0;
  padding: 0;
}

.widget .piko-carousel .testimonial blockquote {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #999;
}

.widget .piko-carousel .testimonial blockquote p {
  margin-top: 0;
}

.widget .piko-carousel .testimonial blockquote .mb15 {
  margin-bottom: 0 !important;
}

/*quick view & deals*/
.slick-thumb .slick-list img {
  border: 1px solid #f0eded;
  cursor: pointer;
}

.slick-thumb.bttom .slick-list {
  max-width: 18.75rem;
  margin: 0.9375rem auto;
  padding: 0;
}
.slick-thumb.bttom .slick-list img + img {
  margin-left: -1px;
}
.slick-thumb.bttom .slick-list .slick-current {
  border-bottom: 1px solid #f8981d;
  transition: border 0.2s linear;
}

.slick-thumb.left img {
  margin-bottom: 0.625rem;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
input,
button,
textarea {
  transition: all .3s;
}

input,
optgroup,
select,
textarea {
  font-size: 100%;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  background-color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="checkbox"] {
  vertical-align: middle;
}

input:not([type="radio"]):not([type="checkbox"]),
button,
select,
a.button,
.pikobtn a {
  height: 2.5rem;
}

button,
a.button,
.pikobtn a {
  line-height: 2.25rem;
}

input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
  border: 1px solid #dedede;
  outline: 0;
  padding: 0 0.9375rem;
  color: #666;
  border-radius: 0.125rem;
  max-width: 100%;
}

input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
  border-color: #222;
}

input:not([type="submit"]):not([type="checkbox"]),
textarea {
  font-size: 0.9125rem;
}

textarea {
  padding: 0.9375rem;
}

input[type="submit"],
button,
a.button,
.pikobtn a {
  cursor: pointer;
  border: 2px solid;
  padding: 0 2.125rem;
  background: #ffffff;
  color: #222;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.border-no {
  border: none !important;
}

a.button,
.pikobtn a {
  display: inline-block;
  background: transparent;
}

input[type="submit"]:hover,
button:not(.h_no):not([class*="pswp_"]):not([class*="mfp-"]):hover,
a.button:not(.h_no):hover,
.pikobtn a:not(.h_no):hover, .pikobtn a:not(.h_no):focus,
a.button.hover,
.pikobtn a.hover {
  border-color: #f8981d;
  background: #f8981d;
  color: #ffffff;
}

a.button.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pikobtn a.disable {
  pointer-events: none;
  border-color: #858585;
  opacity: .2;
}

button,
input[type="submit"] {
  -webkit-appearance: button;
}

[disabled="disabled"],
input[disabled="disabled"],
button[disabled="disabled"] {
  cursor: not-allowed;
  opacity: .5;
}

::placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@-moz-document url-prefix() {
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #999 !important;
    background-image: none !important;
    border: 0;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover, a:active {
  color: #f8981d;
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.header-right .sticky-logo {
  display: none;
}

.site-header .header-actions > ul > li {
  position: relative;
  line-height: 1.55;
}
.site-header .header-actions > ul > li > a {
  font-size: 0.9375rem;
  padding: 1.2625rem 0;
  margin: 0 0.625rem;
  display: block;
  color: #222;
}
.site-header .header-actions > ul > li:first-child > a {
  margin-right: 0;
}
.site-header .site-logo {
  margin: auto;
}
.site-header .site-logo .site-logo-image {
  display: inline-block;
  margin: 0 auto;
}
.site-header .site-logo a span {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 0.05rem;
  color: #222;
}
.site-header .site-logo .site-branding-text p {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 0;
}
.site-header h1.site-logo {
  line-height: 1;
}
.site-header .site-logo a:hover {
  color: currentColor;
}
.site-header .sticky-logo {
  display: none;
}

@media (min-width: 992px) {
  .site-header .header-actions > ul > .cart-button:not(.piko_widget_wishlist) a {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .site-header .header-actions > ul > li > a {
    padding: 1.0625rem 0;
  }
}
/*--------------------------------------------------------------
        3.1 Header topmenu
---------------------------------------------------------------*/
.header-top {
  background-color: #f7f7f9;
  font-size: 0.78125rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.header-top ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header-top ul + ul {
  padding-left: 0.9375rem;
}
.header-top ul + ul li {
  position: relative;
}
.header-top li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.header-top li + li {
  padding-left: 0.9375rem;
}
.header-top li:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-top li:hover ul ul {
  display: none;
}
.header-top li a {
  display: inline-block;
}
.header-top li li {
  display: block;
  padding: 0;
}
.header-top li li a {
  display: block;
  padding: 0.3125rem 1.5625rem 0.3125rem 0.625rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}
.header-top li li a img {
  margin-right: 0.3125rem;
}
.header-top ul.menu > .menu-item-has-children > a:after {
  content: "+";
  padding-left: 0.1875rem;
  font-size: 0.6875rem;
  font-weight: bold;
  vertical-align: middle;
  top: -0.0625rem;
  position: relative;
}
.header-top ul ul {
  position: absolute;
  top: 100%;
  left: calc(0% - 15px);
  z-index: 101;
  padding: 0.3125rem;
  border: 1px solid #e5e5e5;
  text-align: left;
  background-color: #f6f6f6;
  min-width: 9.375rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, margin-top 0.25s ease-in;
  margin-top: 0.1875rem;
  border-radius: 0.25rem;
}
.header-top ul ul a {
  color: #878787;
}
.header-top ul ul li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.header-top .fa {
  padding-right: 0.625rem;
}
.header-top a {
  color: #878787;
}
.header-top a:hover {
  color: #f8981d;
}

.header-top .align-items-lg-end > div {
  display: inline-block;
}

.header-top .align-items-lg-end > div + ul {
  margin-right: 0.9375rem;
}

.header-top .top-bar-navigation + .piko-currency {
  margin-left: 0.9375rem;
}

.header-top [class*="currency"] ul ul {
  right: 0;
  left: auto;
  text-align: right;
}

.header-top .piko-currency ul ul {
  min-width: 5.625rem;
}

.top-bar-inner img,
.top-bar-inner p {
  margin: 0;
}

.header-top ul.lang ul {
  left: calc(0% - 35px);
}

.header-top .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

/*--------------------------------------------------------------
        3.1 Header Layout 1
---------------------------------------------------------------*/
.header-layout-1 .site-header .site-logo {
  text-align: center;
  padding: 1.5625rem 0 0.625rem;
}
.header-layout-1 .site-header .header-actions {
  position: absolute;
  top: 0;
  right: 0.9375rem;
}
.header-layout-1 .site-header .header-main {
  border-bottom: 1px solid #f2f2f2;
}
.header-layout-1 .site-header .header-main .header-right {
  position: relative;
}
.header-layout-1 .site-header .main-menu {
  text-align: center;
}
.header-layout-1 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}
.header-layout-1 .container .piko-ajax-results-wrapper {
  left: auto;
}
.header-layout-1 .header-search-form input[type="text"] {
  margin-bottom: 0.75rem;
}

/*--------------------------------------------------------------
        3.2 Header Layout 2
---------------------------------------------------------------*/
.header-layout-2 .site-header .header-main {
  border-bottom: 1px solid #f2f2f2;
}
.header-layout-2 .site-header .header-main .header-left {
  float: left;
  width: 25%;
  height: 4rem;
  display: table;
}
.header-layout-2 .site-header .header-main .header-left .site-logo {
  display: table-cell;
  vertical-align: middle;
}
.header-layout-2 .site-header .header-main .header-right {
  float: right;
  width: 75%;
}
.header-layout-2 .site-header .header-main .header-right .main-menu {
  float: left;
  width: 77.7777777778%;
}
.header-layout-2 .site-header .header-main .header-right .header-actions {
  float: right;
  width: 22.2222222222%;
}
.header-layout-2 .site-header .main-menu-wrap {
  float: left;
  width: 100%;
}
.header-layout-2 .site-header .main-menu {
  text-align: center;
}
.header-layout-2 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}

@media (min-width: 1440px) {
  .header-layout-2 .site-header .header-main .container-fluid .header-left {
    width: 20%;
  }
  .header-layout-2 .site-header .header-main .container-fluid .header-right {
    width: 80%;
  }
  .header-layout-2 .site-header .header-main .container-fluid .header-right .main-menu {
    width: 75%;
  }
  .header-layout-2 .site-header .header-main .container-fluid .header-right .header-actions {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .header-layout-2 .site-header .header-main .header-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-layout-2 .site-header .header-main .header-right .header-actions {
    float: right;
    width: 100%;
  }
}
/*fix cols override bootstrap*/
.menu-item.col-2, .menu-item.col-3, .menu-item.col-4, .menu-item.col-5, .menu-item.col-6 {
  padding-right: 0;
  padding-left: 0;
  max-width: inherit;
  width: auto;
}

.header-main .info,
.header-bottom {
  display: none;
}

@media (min-width: 991px) {
  body.header-layout-22 .header-main:not(.middle) .header-actions > ul,
  .header-layout-21 .header-main:not(.middle) .header-actions > ul {
    display: none;
  }

  .header-layout-22:not(.category-menu) .header-main.middle .header-right {
    width: 100%;
  }
  .header-layout-22:not(.category-menu) .header-main.middle .header-right .main-menu {
    text-align: left;
  }

  .header-layout-22 .header-main:not(.middle) .columns > div {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .header-layout-22 .search-form .header-search-form {
    margin-left: 1.25rem;
    margin-right: 3.125rem;
  }
  .header-layout-22 .search-form .header-search-form a.button, .header-layout-22 .search-form .header-search-form button {
    background-color: #f8981d;
    color: #ffffff;
  }
  .header-layout-22 .search-form .header-search-form button {
    padding: 0 2rem;
  }
  .header-layout-22 .search-form form:not(.cat-dropdown):not(.login-form):not(.register-form) input[type="text"] {
    border: 0.125rem solid #f8981d !important;
  }
  .header-layout-22 .search-form form.cat-dropdown input[type="text"] {
    border-top: 0.0625rem solid #e7e7e7 !important;
    border-bottom: 0.0625rem solid #e7e7e7 !important;
  }

  .header-layout-22 .header-bottom,
  .header-layout-21 .header-bottom {
    display: block;
  }
  .header-layout-22 .header-bottom .header-actions .badges,
  .header-layout-22 .header-bottom .header-actions .cart-items,
  .header-layout-21 .header-bottom .header-actions .badges,
  .header-layout-21 .header-bottom .header-actions .cart-items {
    background-color: #222;
  }
  .header-layout-22 .header-bottom .header-actions .search-button,
  .header-layout-21 .header-bottom .header-actions .search-button {
    display: none;
  }

  .header-layout-21 .header-main .columns > div {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .header-layout-21 .header-bottom .header-actions > ul > li > a {
    padding: 1.3125rem 0;
  }

  .header-actions > .layout-two > li > a {
    padding: 1.15rem 0 !important;
    max-width: 3.875rem;
  }
  .header-layout-22 .header-actions > .layout-two > li > a {
    padding: 1.125rem 0 !important;
  }

  .header-layout-24 .header-main .header-right .search-button,
  .header-layout-23 .header-main .header-right .search-button {
    display: none;
  }

  .header-layout-23.category-menu .header-main.middle .header-right {
    width: 75%;
  }

  .header-main .info {
    display: flex;
    margin-top: 0.625rem;
  }
  .header-main .info .info-media {
    font-size: 1.6875rem;
    padding-right: 1.0625rem;
    color: #f8981d;
  }
  .header-main .info .info-text {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .header-main .info .info-text abbr {
    color: #222;
  }
}
.header-bottom {
  background-color: #f8981d;
}

.search-form form:not(.cat-dropdown):not(.login-form):not(.register-form) input[type="text"] {
  padding-left: 2.1875rem;
}
.search-form form:not(.cat-dropdown):not(.login-form):not(.register-form) input[type="text"],
.search-form form select {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}
.search-form .header-search-form {
  margin: 0.4375rem 0;
}
.search-form .header-search-form a.button, .search-form .header-search-form select, .search-form .header-search-form button {
  height: 3.125rem;
  line-height: 3.125rem;
}
.search-form .header-search-form input[type="text"] {
  height: 3.125rem;
  border-radius: 0;
}
.search-form .header-search-form select:not(.country_to_state):focus {
  border: thin solid #e7e7e7;
  border-top-left-radius: 1.5625rem;
  border-bottom-left-radius: 0;
}
.search-form .header-search-form a.button, .search-form .header-search-form button {
  border-radius: 0;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #ffffff;
}

.header-layout-24 .header-search-form select:not(.country_to_state),
.header-layout-23 .header-search-form select:not(.country_to_state),
.header-layout-22 .header-search-form select:not(.country_to_state),
.header-layout-21 .header-search-form select:not(.country_to_state) {
  background-position-y: calc(1em + 7px), calc(1em + 7px), 0px;
}

/*fix phone for header 1*/
.header-layout-1 .header-left .pr.site-logo {
  margin: 0;
}
.header-layout-1 .header-left .info {
  position: absolute;
  right: 1.875rem;
  margin-top: 0;
}

/*header layout 23*/
.header-layout-23 .site-header .header-main {
  border-bottom: none;
  background-color: transparent;
}

.header-layout-23 .site-header .header-main.header-bottom .header-left {
  height: auto;
}

.category-menu.header-layout-23 .header-right .mega-menu > li.menu-item > a, .category-menu.header-layout-23 .header-right .mega-menu > li.menu-item > h5 {
  padding: 0.5rem 0.625rem;
  margin-top: 0.34375rem;
}

/*header layout 24*/
.header-layout-24 .site-header .header-main .header-left .site-logo {
  display: block;
}

.header-layout-23.category-menu .header-left .secondary-menu-wrapper .secondary-title,
.header-layout-24.category-menu .header-left .secondary-menu-wrapper .secondary-title {
  padding: 0.3125rem 1.25rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background-color: #f8981d;
  max-width: 16.9375rem;
  font-weight: 400;
  color: #fff !important;
  font-size: 0.875rem;
  margin-top: 9px;
}
.header-layout-23.category-menu .header-left .secondary-menu-wrapper .secondary-title:before,
.header-layout-24.category-menu .header-left .secondary-menu-wrapper .secondary-title:before {
  font-family: 'fontpiko';
  content: '\e830';
  padding-right: 0.75rem;
}

.header-layout-24 .header-main:not(.middle) .columns > .header-left {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.header-layout-23.category-menu .header-left .secondary-menu-wrapper .secondary-title {
  padding: 0.6875rem 1.25rem 0.625rem;
  font-weight: 500;
  margin: 0;
}

.header-layout-23 .header-main.header-bottom .info {
  margin-top: 0;
}

/*for search*/
body:not(.header-layout-21):not(.header-layout-22):not(.header-layout-23):not(.header-layout-24) .site-header select {
  border: none;
}

.header-layout-22 .site-header .header-bottom {
  border-bottom: none;
}

/*fix crome borwser*/
@media (min-width: 992px) {
  .header-layout-21 .header-search-form .search-dropdown select,
  .header-layout-22 .header-search-form .search-dropdown select,
  .header-layout-23 .header-search-form .search-dropdown select,
  .header-layout-24 .header-search-form .search-dropdown select {
    line-height: inherit;
  }
}
.header-actions > .layout-two > li > a {
  line-height: 1.1;
}

.header-layout-23 .header-layout-4 .site-header.active-sticky .sticky-logo a {
  display: initial;
}

.header-layout-23.header-layout-2 .site-header.active-sticky .sticky-logo a img,
.header-layout-24.header-layout-2 .site-header.active-sticky .sticky-logo a img,
.header-layout-23 .header-layout-4 .site-header.active-sticky .sticky-logo a img {
  margin-top: 0;
}

/*--------------------------------------------------------------
	.category-menu
---------------------------------------------------------------*/
.category-menu .secondary-menu-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .category-menu .secondary-menu-wrapper {
    display: block;
  }
}
.secondary-menu-wrapper {
  position: relative;
}

.category-menu .secondary-menu-wrapper .secondary-title {
  text-transform: none;
  padding: 1.3125rem 0.8125rem 1.1875rem;
  /*width: rem-calc(270px);*/
  cursor: pointer;
}

.category-menu.header-layout-1 .secondary-menu-wrapper .secondary-title,
.category-menu.header-layout-22 .secondary-menu-wrapper .secondary-title {
  padding: 1.25rem 0.8125rem 1.125rem;
}

.category-menu .secondary-menu-wrapper .secondary-title:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 1.5625rem;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-menu .secondary-menu .mega-menu .wide .popup > .inner > ul.sub-menu {
  width: 100% !important;
}

.category-menu .secondary-menu .mega-menu > li.menu-item > a,
.category-menu .secondary-menu .mega-menu > li.menu-item > h5 {
  display: block;
  padding: 0.625rem 1.5625rem 0.625rem;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  font-weight: normal;
}

.category-menu .secondary-menu .mega-menu > li.menu-item > a:hover {
  color: #222;
}

.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item.has-sub:hover > a,
.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item.has-sub:hover > h5 {
  margin-bottom: 0;
}

.category-menu .secondary-menu-wrapper .secondary-menu {
  position: absolute;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  top: -2000px;
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out,  -webkit-transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.category-menu .container-fluid .secondary-menu-wrapper .secondary-menu {
  margin-left: -0.0625rem;
}

.mega-shortcode .secondary-menu-wrapper .secondary-menu,
.category-menu.category-menu-open .sticky-menu-header:not(.active-sticky) .secondary-menu-wrapper .secondary-menu,
.category-menu .secondary-menu-wrapper:hover .secondary-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.category-menu .secondary-menu-wrapper .secondary-menu .main-menu {
  width: 16.9625rem;
  background-color: #ffffff;
  margin: 0;
  border: 2px solid #f8981d;
}

.header-layout-1 .secondary-menu-wrapper .secondary-menu .main-menu {
  border-top: none;
}

.category-menu .secondary-menu-wrapper .secondary-menu .main-menu {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.category-menu .secondary-menu .mega-menu > li.menu-item:last-child > a, .category-menu .secondary-menu .mega-menu > li.menu-item:last-child > h5 {
  border-bottom: none;
}

.category-menu:not(.header-layout-1) .secondary-menu-wrapper .secondary-menu .main-menu {
  border-top: 0;
}

.category-menu .site-header .secondary-menu .main-menu > .menu-item {
  left: inherit;
  display: block;
}

.category-menu .secondary-menu-wrapper .mega-menu > li + li {
  margin-left: 0;
}

.category-menu .secondary-menu-wrapper .mega-menu > li.wide .popup {
  margin-left: 16.8125rem;
}

.category-menu .secondary-menu-wrapper .mega-menu > li:not(.wide) .popup {
  margin-left: 16.78125rem;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item > .popup {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item.wide > .popup {
  top: 0;
  position: fixed;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item.narrow > .popup {
  margin-top: -2.5625rem;
}

.category-menu .secondary-menu-wrapper .mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -0.0625rem;
}

.category-menu .menu-category-menu.main-menu.mega-menu > li.menu-item:hover > .popup {
  opacity: 1;
  visibility: visible;
}

.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item-has-children > a:after,
.category-menu .secondary-menu-wrapper .mega-menu > li.menu-item-has-children > h5:after {
  content: "\f105";
  float: right;
  opacity: 0.7;
}

@media (min-width: 992px) {
  .category-menu .secondary-menu-wrapper .mega-menu > li.wide .popup {
    border-bottom-right-radius: 0.9375rem;
  }

  .category-menu .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border: 2px solid #f8981d;
    border-left-color: #fff;
    border-bottom-right-radius: 0.9375rem;
  }

  [class*="header-layout-"].category-menu .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border-left-color: #fff !important;
  }

  .category-menu.header-layout-23 .secondary-menu-wrapper .mega-menu .wide .popup,
  .category-menu.header-layout-24 .secondary-menu-wrapper .mega-menu .wide .popup,
  .category-menu.header-layout-1 .secondary-menu-wrapper .mega-menu .wide .popup {
    border-top-right-radius: 0.9375rem;
  }

  .category-menu.header-layout-23 .secondary-menu-wrapper .mega-menu .wide .popup > .inner,
  .category-menu.header-layout-24 .secondary-menu-wrapper .mega-menu .wide .popup > .inner,
  .category-menu.header-layout-1 .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border-top-right-radius: 0.9375rem;
  }

  .category-menu:not(.header-layout-1):not(.header-layout-24):not(.header-layout-23) .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border-top: 0;
  }

  .category-menu .secondary-menu-wrapper .mega-menu .narrow .popup > .inner ul.sub-menu {
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.08);
  }

  /*shortcode mega menu*/
  .mega-shortcode .mega-menu > li.menu-item {
    float: inherit;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-menu {
    position: relative;
    z-index: 1;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
    width: 17.28125rem;
    border: 1px solid #f2f2f2;
  }
  .mega-shortcode .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
    border: 1px solid #ededed;
    border-top: 1px solid #ededed !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-title {
    background-color: #f2f2f2;
    padding: 0.8125rem 0.9375rem 0.8125rem 1.75rem;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-title:after {
    content: inherit;
  }
  .mega-shortcode .secondary-menu-wrapper .mega-menu > li.wide .popup {
    margin-top: -3.175rem !important;
    margin-left: 17.1875rem;
  }
  .mega-shortcode .secondary-menu-wrapper .mega-menu > li:not(.wide) .popup {
    margin-left: 17.15625rem;
  }
  .mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
    width: 17.28125rem;
    border: 1px solid #f2f2f2;
  }

  .mega-menu.effect-fadein-right > li.menu-item .popup {
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
    -o-animation: menuFadeInLeft 0.2s ease-out;
    animation: menuFadeInLeft 0.2s ease-out;
  }

  .mega-menu.effect-fadein-left > li.menu-item .popup {
    -webkit-animation: menuFadeInRight 0.2s ease-out;
    -o-animation: menuFadeInRight 0.2s ease-out;
    animation: menuFadeInRight 0.2s ease-out;
  }

  /*for cols 3/9 vc*/
  .sidebar-1 .secondary-menu-wrapper .secondary-menu .main-menu {
    width: 16.5625rem;
  }
  .sidebar-1 .secondary-menu-wrapper .mega-menu > li.wide .popup {
    margin-left: 16.5rem;
  }
  .sidebar-1 .secondary-menu-wrapper .mega-menu > li:not(.wide) .popup {
    margin-left: 16.46875rem;
  }

  .category-menu.mega-shortcode .secondary-menu-wrapper .mega-menu .wide .popup > .inner,
  .category-menu.mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
    border: 1px solid #f2f2f2 !important;
  }
}
.vc_col-sm-3 .mega-shortcode .secondary-menu-wrapper .secondary-menu .main-menu {
  width: 100%;
}

/*--------------------------------------------------------------
        3.3 Header Layout 3
---------------------------------------------------------------*/
.header-layout-3 #page .header-side-nav + .container {
  padding-top: 0;
}
.header-layout-3 .header-wrapper.header-side-nav {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1001;
}
.header-layout-3 .header-wrapper.header-side-nav #header {
  left: 0;
  min-height: 100vh;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #333;
  width: 23.125rem;
}
.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky {
  padding-right: 0.1875rem;
}
.header-layout-3 .site-header .site-logo {
  padding: 3.125rem 0 1.875rem 4.6875rem;
}
.header-layout-3 .site-header .header-actions:before, .header-layout-3 .site-header .header-actions:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-actions:after {
  clear: both;
}
.header-layout-3 .site-header .header-actions a.tools_button {
  color: #8c8989;
}
.header-layout-3 .site-header .header-actions a.tools_button[aria-expanded="true"], .header-layout-3 .site-header .header-actions a.tools_button:hover {
  color: #fff;
}
.header-layout-3 .site-header .header-3-bottom {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 3.125rem;
  font-size: 0.6875rem;
  letter-spacing: 1px;
}
.header-layout-3 .site-header .header-3-bottom:before, .header-layout-3 .site-header .header-3-bottom:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-3-bottom:after {
  clear: both;
}
.header-layout-3 .site-header .header-3-bottom .widget {
  padding: 0 0.9375rem;
  margin-bottom: 1.25rem;
  color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .widget:before, .header-layout-3 .site-header .header-3-bottom .widget:after {
  content: " ";
  display: table;
}
.header-layout-3 .site-header .header-3-bottom .widget:after {
  clear: both;
}
.header-layout-3 .site-header .header-3-bottom .widget.widget_text {
  text-align: center;
  line-height: 2;
}
.header-layout-3 .site-header .header-3-bottom .widget.widget_piko_flickr_widget, .header-layout-3 .site-header .header-3-bottom .widget.widget_piko-socials-icon, .header-layout-3 .site-header .header-3-bottom .widget.null-instagram-feed {
  text-align: center;
}
.header-layout-3 .site-header .header-3-bottom .widget a,
.header-layout-3 .site-header .header-3-bottom .widget .widget-title {
  color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .widget a:hover {
  color: #fff;
}
.header-layout-3 .site-header .header-3-bottom .social-page-icon a {
  border: 1px solid #8c8989;
  background-color: transparent;
}
.header-layout-3 .site-header .header-3-bottom .social-page-icon a:hover {
  border-color: #f8981d;
  background-color: #f8981d;
}
.header-layout-3 .site-header .header-3-bottom .tagcloud a {
  border-color: #8c8989;
}
.header-layout-3 .site-header .header-3-bottom .tagcloud a:hover {
  border-color: #f8981d;
}
.header-layout-3 .site-header .header-3-bottom .wpb_content_element {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .header-layout-3 .site-header .header-actions {
    padding: 0 0 0.9375rem 4.6875rem;
  }

  .header-layout-3 .site-header [id^=header-search-form] {
    min-width: 15rem;
    left: inherit !important;
    right: inherit;
    margin-left: -0.625rem;
  }

  .header-layout-3 .site-header .header-dropdown.cart-dropdown .dropdown-menu {
    left: inherit;
    right: inherit;
  }
}
@media (min-width: 992px) {
  .header-layout-3 .site-header .header-actions {
    padding: 0 0 0.9375rem 4.6875rem;
  }

  .header-layout-3 .site-header [id^=header-search-form] {
    min-width: 15rem;
    left: inherit !important;
    right: inherit;
    margin-left: -0.625rem;
  }

  .header-layout-3 .site-header .header-dropdown.cart-dropdown .dropdown-menu {
    left: inherit;
    right: inherit;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .header-layout-3 .site-header .sticky-logo {
    float: left;
  }

  .header-layout-3 .site-header.active-sticky .header-actions,
  .header-layout-3 .site-header .header-actions {
    position: inherit;
    float: right;
  }
}
/*--------------------------------------------------------------
        3.4 Header Layout 4
---------------------------------------------------------------*/
.header-layout-4 .active-sticky .header-top {
  display: none;
}
.header-layout-4 .site-header .header-main .header-left {
  float: left;
  width: 25%;
}
.header-layout-4 .site-header .header-main .header-right {
  float: right;
  width: 75%;
}
.header-layout-4 .site-header .header-main .header-right .header-toogle-menu-button {
  display: none;
}
.header-layout-4 .site-header .header-main .header-right .header-actions {
  float: right;
  width: 22.2222222222%;
}
.header-layout-4 .site-header .header-main .header-right .header-actions > ul {
  float: right;
}
.header-layout-4 .site-header .header-main .header-right .header-boxes-container > ul {
  float: right;
  margin-top: 1.25rem;
}
.header-layout-4 .site-header .site-logo {
  display: inline-block;
}
.header-layout-4 .site-header .site-logo a {
  display: block;
}
.header-layout-4 .site-header .header-toogle-menu-button {
  display: inline-block;
  padding: 0.3125rem 0.625rem 0 1.25rem;
  cursor: pointer;
}
.header-layout-4 .site-header .header-toogle-menu-button .header-toogle-menu-icon {
  top: 0.3125rem;
  position: relative;
}
.header-layout-4 .site-header .header-toogle-menu-button .header-toogle-menu-icon:before {
  display: block;
  content: "\e871";
  font-family: "Linearicons-Free";
  font-size: 1.875rem;
}
.header-layout-4 .site-header .header-toogle-menu-button.active .header-toogle-menu-icon:before {
  content: "\e870";
}
.header-layout-4 .header-wrapper .mega-menu-sidebar {
  bottom: 0;
  position: absolute;
  top: 0;
  z-index: 110;
  min-height: 100vh;
  background: #333;
  width: 23.125rem;
  left: -23.125rem;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-layout-4 .header-wrapper .mega-menu-sidebar .main-menu-wrap {
  margin-top: 20%;
}
.header-layout-4 .header-wrapper .mega-menu-sidebar.open-menu {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout-4 .site-header .header-main .header-left {
    width: 35%;
  }
  .header-layout-4 .site-header .header-main .header-right {
    width: 65%;
  }
}
/*--------------------------------------------------------------
        3.6 Header Layout 6
---------------------------------------------------------------*/
.header-layout-6 .site-header .site-logo {
  text-align: center;
  padding: 0.625rem 0.25rem 0;
  display: none;
}
.header-layout-6 .site-header .header-actions > ul a {
  color: #222;
}
.header-layout-6 .site-header .header-actions > ul a:hover {
  color: #f8981d;
}
.header-layout-6 .site-header .header-main {
  border-bottom: 1px solid #e5e5e5;
}
.header-layout-6 .site-header .header-main .header-right {
  position: relative;
}
.header-layout-6 .site-header .main-menu {
  text-align: center;
}
.header-layout-6 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}

@media (min-width: 992px) {
  .header-layout-6 .site-header .site-logo {
    display: block;
    top: 0;
    left: 50%;
    position: absolute;
    margin-left: -4.875rem;
  }
  .header-layout-6 .site-header .header-main .header-right {
    display: block;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-left {
    width: 50%;
    float: left;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-left #menu-main-menu {
    text-align: right;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-left .logo-left-width {
    width: 4.375rem;
    height: 0.625rem;
    float: right;
    margin-left: 1.25rem;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right {
    width: 50%;
    float: left;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right .main-menu {
    width: 100%;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right .logo-right-width {
    width: 4.375rem;
    height: 0.625rem;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right #menu-secondary-menu {
    text-align: right;
    padding-left: 1.25rem;
  }
  .header-layout-6 .site-header .header-main .header-right .nav-right #menu-secondary-menu + .header-actions {
    padding-left: 1.25rem;
  }
  .header-layout-6 .header-search-form {
    margin-top: 0;
    padding: 0.75rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1070px) {
  .header-layout-6 .mega-menu > li.menu-item > a, .mega-menu > li.menu-item > h5 {
    padding: 1.375rem 0.3125rem;
  }
}
@media (min-width: 992px) {
  .header-layout-6 .site-header .mega-menu > .menu-item:nth-child(n+5) {
    display: none !important;
  }
}
/*--------------------------------------------------------------
        3.5 Header Layout Transparency
---------------------------------------------------------------*/
.header-layout-6.header-transparency .header-wrapper,
.header-layout-5.header-transparency .header-wrapper,
.header-layout-4.header-transparency .header-wrapper,
.header-layout-2.header-transparency .header-wrapper,
.header-layout-1.header-transparency .header-wrapper {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-layout-6.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-5.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-4.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-2.header-transparency .header-wrapper #header.site-header:not(.active-sticky),
.header-layout-1.header-transparency .header-wrapper #header.site-header:not(.active-sticky) {
  background-color: transparent;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text,
.header-layout-5.header-transparency .header-top .site-top-bar-text,
.header-layout-4.header-transparency .header-top .site-top-bar-text,
.header-layout-2.header-transparency .header-top .site-top-bar-text,
.header-layout-1.header-transparency .header-top .site-top-bar-text {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-5.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-4.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-2.header-transparency .header-top .site-top-bar-text .fa,
.header-layout-1.header-transparency .header-top .site-top-bar-text .fa {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text a,
.header-layout-5.header-transparency .header-top .site-top-bar-text a,
.header-layout-4.header-transparency .header-top .site-top-bar-text a,
.header-layout-2.header-transparency .header-top .site-top-bar-text a,
.header-layout-1.header-transparency .header-top .site-top-bar-text a {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-5.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-4.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-2.header-transparency .header-top .site-top-bar-text a:hover,
.header-layout-1.header-transparency .header-top .site-top-bar-text a:hover {
  color: #f8981d;
}
.header-layout-6.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-5.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-4.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-2.header-transparency .header-top .top-bar-navigation .menu > li > a,
.header-layout-1.header-transparency .header-top .top-bar-navigation .menu > li > a {
  color: #fff;
}
.header-layout-6.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-5.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-4.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-2.header-transparency .header-top .top-bar-navigation .menu > li > a .fa,
.header-layout-1.header-transparency .header-top .top-bar-navigation .menu > li > a .fa {
  color: inherit;
}
.header-layout-6.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-5.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-4.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-2.header-transparency .header-top .top-bar-navigation .menu > li > a:hover,
.header-layout-1.header-transparency .header-top .top-bar-navigation .menu > li > a:hover {
  color: #f8981d;
}
.header-layout-6.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5 {
  color: #fff;
}
.header-layout-6.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a:hover,
.header-layout-6.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5:hover,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a:hover,
.header-layout-5.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5:hover,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a:hover,
.header-layout-4.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5:hover,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a:hover,
.header-layout-2.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5:hover,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .header-actions .tools_button:hover,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > a:hover,
.header-layout-1.header-transparency .site-header:not(.active-sticky) .mega-menu:not(.menu-category-menu) > li.menu-item > h5:hover {
  color: #f8981d;
}

.header-layout-4.header-transparency .site-header .header-main .header-left,
.header-layout-4.header-transparency .site-header .header-top,
.header-layout-5.header-transparency .site-header .header-main .header-left,
.header-layout-5.header-transparency .site-header .header-top {
  border-bottom-color: #fff;
}
.header-layout-4.header-transparency .site-header .header-main .header-right,
.header-layout-5.header-transparency .site-header .header-main .header-right {
  background-color: transparent;
}
.header-layout-4.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li,
.header-layout-5.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li {
  color: #fff;
}
.header-layout-4.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li span,
.header-layout-5.header-transparency #header.site-header:not(.active-sticky) .header-boxes-container li span {
  color: #fff;
}

.header-transparency.header-layout-4 #header.site-header:not(.active-sticky) .header-toogle-menu-button {
  color: #fff;
}

.header-transparency .header-bottom,
.header-transparency .header-top {
  background-color: transparent;
}

.header-transparency .site-header:not(.active-sticky) .info,
.header-transparency .site-header:not(.active-sticky) .info .info-text abbr,
.header-transparency .site-header:not(.active-sticky) .secondary-menu-wrapper .secondary-title,
.header-transparency .site-header:not(.active-sticky) .header-actions > ul > li > a {
  color: #fff !important;
}

.header-transparency .header-top,
.header-transparency .site-header .header-main,
.header-transparency .header-layout-2 .site-header .header-main {
  border-color: rgba(245, 245, 245, 0.1);
}

.header-transparency .site-header:not(.active-sticky) .header-search-form input[type="text"]:focus::-moz-placeholder,
.header-transparency .site-header:not(.active-sticky) .header-search-form ::-moz-placeholder,
.header-transparency .site-header:not(.active-sticky) .header-search-form input[type="text"] {
  background-color: transparent;
  color: #fff;
}

.header-transparency .header-top,
.header-transparency .header-top .t_c a,
.header-transparency .header-top .top-bar-navigation > ul > li > a,
.header-transparency .header-top .current,
.header-transparency .header-top .align-items-lg-start a,
.header-transparency .site-header:not(.active-sticky) .header-search-form a.button {
  color: #fff;
}

/*--------------------------------------------------------------
        3.6 Header Sticky
---------------------------------------------------------------*/
.site-header.active-sticky:not(.sticky-menu-header), .header-layout-2 .site-header.active-sticky.sticky-menu-header .header-main, .header-layout-6 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-1 .site-header.active-sticky.sticky-menu-header .main-menu-wrap {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

.sticky-header-hide-logo .site-header.active-sticky .site-logo,
.sticky-header-hide-logo .site-header.active-sticky .sticky-logo {
  display: none !important;
}

.sticky-header-hide-cart .site-header.active-sticky #header-mini-cart,
.sticky-header-hide-cart .site-header.active-sticky li.shopping-bag-button {
  display: none !important;
}

.header-layout-4 .site-header.active-sticky .sticky-logo, .header-layout-2 .site-header.active-sticky .sticky-logo, .header-layout-1 .site-header.active-sticky .sticky-logo {
  display: table;
  position: absolute;
  z-index: 999;
  left: 0;
  height: 4rem;
}
.header-layout-4 .site-header.active-sticky .sticky-logo a, .header-layout-2 .site-header.active-sticky .sticky-logo a, .header-layout-1 .site-header.active-sticky .sticky-logo a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -0.3125rem;
}
.header-layout-1 .site-header.active-sticky .header-actions {
  right: 0;
}
.header-layout-1 .site-header.active-sticky #main-menu {
  position: relative;
}
.site-header.active-sticky:not(.sticky-menu-header) {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 111;
  padding: 0;
  left: 0;
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.header-layout-4 .site-header.active-sticky:not(.sticky-menu-header) > .header-main {
  padding: 0;
}
.header-layout-2 .site-header.active-sticky.sticky-menu-header .header-main {
  width: 100%;
  background: #fff;
  z-index: 111;
  padding: 0;
  left: 0;
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.header-layout-6 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap, .header-layout-1 .site-header.active-sticky.sticky-menu-header .main-menu-wrap {
  width: 100%;
  background: #fff;
  z-index: 111;
  padding: 0 1.875rem 0 1.5625rem;
  left: 0;
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.header-layout-2 .site-header.active-sticky .header-main .main-menu-wrap {
  position: relative;
}
.header-layout-2 .site-header.active-sticky .header-main .header-left {
  display: none;
}
.header-layout-2 .site-header.active-sticky .header-main .header-right {
  width: 100%;
}
.header-layout-2 .site-header.active-sticky .header-main .header-right .main-menu {
  width: 100%;
}
.header-layout-2 .site-header.active-sticky .header-main .header-right .header-search-form {
  margin: 0 auto;
  padding: 0.75rem 0;
}
.header-layout-2 .site-header.active-sticky .header-main .header-right .header-actions {
  width: auto;
  position: absolute;
  right: 0;
}

.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky .site-logo {
  padding-top: 2.5rem;
}
.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky .header-3-bottom {
  display: none;
}

.header-layout-4 .header-wrapper .active-sticky + .mega-menu-sidebar .main-menu-wrap {
  position: relative;
}

.header-layout-4 .site-header.active-sticky .header-main .header-left {
  display: none;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right {
  width: 100%;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right .header-toogle-menu-button {
  display: block;
  float: left;
  padding-top: 0;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right .sticky-logo {
  float: left;
  display: block;
  position: static;
}
.header-layout-4 .site-header.active-sticky .header-main .header-right .sticky-logo .site-logo-image {
  max-height: 3.75rem;
  padding-top: 1.125rem;
}

@media only screen and (max-width: 991px) {
  .header-layout-3 .header-wrapper.header-side-nav #header.active-sticky {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
  }

  .header-layout-6 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
  .header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
  .header-layout-1 .site-header.active-sticky.sticky-menu-header .main-menu-wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 991px) {
  .header-layout-3 #page > * {
    padding-left: 28.46154rem;
  }
}
.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky .header-main {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

.header-layout-3 .header-wrapper.header-side-nav #header.active-sticky,
.header-layout-6 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
.header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
.header-layout-1 .site-header.active-sticky.sticky-menu-header .main-menu-wrap,
.header-layout-2 .site-header.active-sticky.sticky-menu-header .header-main {
  position: fixed;
}

.header-layout-5 .site-header.active-sticky.sticky-menu-header .main-menu-wrap {
  background-color: #f8981d;
}

.header-layout-22 .site-header.active-sticky .header-main:not(.middle) .columns > div,
.header-layout-21 .site-header.active-sticky .header-main .columns > div {
  margin-top: 0;
  margin-bottom: 0;
}

.header-layout-22 .site-header.active-sticky .header-main .header-left {
  display: block;
  position: fixed;
  width: 16.9375rem;
  z-index: 9;
}

.header-layout-24 .site-header.active-sticky .header-left .site-logo,
.header-layout-23 .site-header.active-sticky .search-form .header-left,
.header-layout-23 .site-header.active-sticky .header-bottom .header-right {
  display: none;
}

.header-layout-24 .site-header.active-sticky .search-form .header-right,
.header-layout-23 .site-header.active-sticky .search-form .header-right {
  padding: 0.625rem 0;
}

.header-layout-24 .site-header.active-sticky .header-actions > .layout-two > li > a,
.header-layout-23 .site-header.active-sticky .header-actions > .layout-two > li > a {
  padding: 0.625rem 0 1.375rem !important;
}

.header-layout-23 .site-header.active-sticky .header-main .header-left {
  height: 1.25rem;
}

.header-layout-23 .site-header.active-sticky .secondary-menu-wrapper,
.header-layout-24 .site-header.active-sticky .secondary-menu-wrapper {
  top: calc(100% - 19px);
  display: inline-block;
}
.header-layout-23 .site-header.active-sticky .secondary-menu-wrapper .secondary-title,
.header-layout-24 .site-header.active-sticky .secondary-menu-wrapper .secondary-title {
  margin-top: 0;
  background-color: transparent;
  color: #222 !important;
  padding: 0;
  font-weight: 500;
  width: auto;
}

.header-layout-23 .site-header.active-sticky .secondary-menu-wrapper {
  top: calc(100% + 25px);
}

.header-layout-24 .site-header.active-sticky .sticky-logo {
  bottom: calc(100% - 43px);
  height: 40px;
}

header-layout-24 .site-header.active-sticky .sticky-logo a {
  top: 0;
}

.header-layout-24.category-menu .active-sticky .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
  border-top-right-radius: 0;
}

.header-layout-24.category-menu .active-sticky .secondary-menu-wrapper .mega-menu .wide .popup > .inner {
  border-top-color: #fff;
}

.header-layout-2.sticky-header-hide-logo .site-header.active-sticky .sticky-logo,
.header-layout-6.sticky-header-hide-logo .site-header.active-sticky .site-logo {
  display: block !important;
}

.header-layout-23 .site-header.active-sticky .header-actions > ul > li > a,
.header-layout-24 .site-header.active-sticky .header-actions > ul > li > a {
  padding: 1.16rem 0;
}

.active-sticky .showing {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 0 1.875rem 0 1.5625rem;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  transition: padding 0.4s linear;
}

@media (min-width: 991px) {
  .sticky-header-hide-logo .site-header.active-sticky .sticky-logo {
    display: block !important;
  }
}
/*--------------------------------------------------------------
        fixed top menu to main menu
---------------------------------------------------------------*/
.header-main .header-dropdown.account-dropdown > li {
  display: none;
  position: relative;
}

.header-main .header-dropdown.account-dropdown > li:first-child {
  display: block;
}

.header-dropdown.login-menu > li > a {
  font-size: 0;
}

.header-dropdown.login-menu > li > a > i {
  font-size: 1.0625rem;
}

.header-dropdown.login-menu {
  display: inline-block;
  margin-top: 1.125rem;
  margin-left: 0.5rem;
}

.header-dropdown.login-menu .sub-menu {
  position: absolute;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  z-index: 999;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.header-actions li.open > .sub-menu, .header-actions li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-dropdown.login-menu .sub-menu {
  left: 0;
  right: 0;
  padding: 1.0625rem 1.1875rem 1.8125rem;
  width: auto;
}

@media (min-width: 480px) {
  .header-dropdown.login-menu .sub-menu {
    left: auto;
    width: 12.5rem;
  }
}
/*--------------------------------------------------------------
## menu effect
--------------------------------------------------------------*/
@-webkit-keyframes menuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes menuFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menuFadeInUp {
  -webkit-animation-name: menuFadeInUp;
  animation-name: menuFadeInUp;
}

@-webkit-keyframes menuFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes menuFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menuFadeInDown {
  -webkit-animation-name: menuFadeInDown;
  animation-name: menuFadeInDown;
}

@-webkit-keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes menuFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.menuFadeInLeft {
  -webkit-animation-name: menuFadeInLeft;
  animation-name: menuFadeInLeft;
}

@-webkit-keyframes menuFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes menuFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.menuFadeInRight {
  -webkit-animation-name: menuFadeInRight;
  animation-name: menuFadeInRight;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
/* Mega Menu */
.mega-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu:before, .mega-menu:after {
  content: " ";
  display: table;
}
.mega-menu:after {
  clear: both;
}
.mega-menu li.menu-item {
  display: block;
  position: relative;
}
.mega-menu li.menu-item > a,
.mega-menu li.menu-item > h5 {
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
  outline: medium none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: inherit;
  font-size: inherit;
}
.mega-menu li.menu-item > a > .fa,
.mega-menu li.menu-item > h5 > .fa {
  width: 1.125rem;
  text-align: center;
}
.mega-menu li.menu-item > a > .fa,
.mega-menu li.menu-item > a > .avatar,
.mega-menu li.menu-item > h5 > .fa,
.mega-menu li.menu-item > h5 > .avatar {
  margin-right: 0.3125rem;
}
.mega-menu li.menu-item > a > .avatar img,
.mega-menu li.menu-item > h5 > .avatar img {
  margin-top: -0.3125rem;
  margin-bottom: -0.25rem;
}
.mega-menu li.menu-item > h5 {
  cursor: default;
}
.mega-menu ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu > li.menu-item {
  float: left;
}
.mega-menu > li.menu-item.narrow {
  position: relative;
}
.mega-menu > li.menu-item > a,
.mega-menu > li.menu-item > h5 {
  color: #222;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1.375rem 0.625rem;
}
.mega-menu > li.menu-item > a > .fa,
.mega-menu > li.menu-item > h5 > .fa {
  width: auto;
}
.mega-menu > li.menu-item > a .tip,
.mega-menu > li.menu-item > h5 .tip {
  position: absolute;
  top: 0.3125rem;
  font-size: 0.625rem;
}
.mega-menu > li.menu-item > a .tip .tip-arrow:before,
.mega-menu > li.menu-item > h5 .tip .tip-arrow:before {
  content: '\f107';
  left: 2px;
  bottom: -3px;
  top: auto;
  width: auto;
  height: auto;
}
.mega-menu > li.menu-item.has-sub:hover {
  z-index: 111;
}
.mega-menu > li.menu-item.has-sub:hover > a,
.mega-menu > li.menu-item.has-sub:hover > h5 {
  margin-bottom: -2px;
}
.menu-arrow .mega-menu > li.has-sub > a:after,
.menu-arrow .mega-menu > li.has-sub > h5:after {
  content: '\f107';
  font-family: "FontAwesome";
}
.mega-menu .popup {
  background: #fff;
  position: absolute;
  left: 0;
  text-align: left;
  top: 100%;
  display: none;
  margin: 2px 0 0;
  z-index: 111;
}
.mega-menu .popup > .inner:before, .mega-menu .popup > .inner:after {
  content: " ";
  display: table;
}
.mega-menu .popup > .inner:after {
  clear: both;
}
.mega-menu .popup ul.sub-menu {
  position: relative;
  z-index: 10;
  background: #fff;
}
.mega-menu .popup li.menu-item {
  padding: 0;
  float: none;
}
.mega-menu .wide .popup {
  right: auto;
  left: 0;
}
.mega-menu .wide .popup > .inner {
  padding: 1.75rem 1.25rem 1.25rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.mega-menu .wide .popup > .inner > ul.sub-menu {
  max-width: 100%;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
  float: left;
  padding: 0 0.9375rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.3125rem;
  color: #444;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a:hover,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5:hover {
  color: #222;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
  padding-bottom: 0.9375rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  margin-left: -0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #878787;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
  color: #222;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {
  padding-left: 0.625rem;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
  margin-bottom: -0.625rem;
}
.mega-menu .narrow .popup > .inner ul.sub-menu {
  border: 1px solid #e5e5e5;
}
.mega-menu .narrow .popup ul.sub-menu {
  min-width: 11.25rem;
}
.mega-menu .narrow .popup ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -0.0625rem;
}
.mega-menu .narrow .popup li.menu-item > a,
.mega-menu .narrow .popup li.menu-item > h5 {
  font-weight: normal;
  padding: 0.4375rem 1.0625rem;
  font-size: 0.8125rem;
  border-bottom: 1px solid #f4f4f4;
  white-space: nowrap;
  color: #878787;
}
.mega-menu .narrow .popup li.menu-item > a:hover,
.mega-menu .narrow .popup li.menu-item > h5:hover {
  color: #222;
}
.mega-menu .narrow .popup li.menu-item:last-child > a,
.mega-menu .narrow .popup li.menu-item:last-child > h5 {
  border-bottom-width: 0;
}
.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.mega-menu .narrow .popup li.menu-item-has-children > a,
.mega-menu .narrow .popup li.menu-item-has-children > h5 {
  padding-right: 1.25rem;
}
.mega-menu .narrow .popup li.menu-item-has-children > a:before,
.mega-menu .narrow .popup li.menu-item-has-children > h5:before {
  content: "";
  float: right;
  margin-right: -0.25rem;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 1.375rem;
}
.mega-menu .narrow.pos-left .popup {
  left: 0px;
  right: auto;
}
.mega-menu .narrow.pos-left .popup ul.sub-menu ul.sub-menu {
  left: 100%;
  right: auto;
}
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > a:before,
.mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5:before {
  content: '\f0da';
}
.mega-menu .narrow.pos-right .popup {
  right: 0px;
  left: auto;
}
.mega-menu .narrow.pos-right .popup ul.sub-menu ul.sub-menu {
  right: 100%;
  left: auto;
}
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > a:before,
.mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5:before {
  content: '\f0d9';
}
.mega-menu .tip {
  color: #fff;
  display: inline-block;
  font-size: 0.5rem;
  line-height: 1;
  padding: 2px;
  position: absolute;
  margin-left: 0.625rem;
  vertical-align: middle;
}
.mega-menu .tip.hot {
  background-color: #f8981d;
}
.mega-menu .tip.hot .tip-arrow:before {
  color: #f8981d;
}
.mega-menu .tip .tip-arrow {
  display: none;
}
.mega-menu .tip .tip-arrow:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 5px;
  position: absolute;
  width: 4px;
  height: 6px;
  margin: auto;
  content: "";
  left: -4px;
  text-align: right;
  top: 0;
  bottom: 0;
}
.mega-menu .inline-menu-item {
  display: inline-block;
}
.mega-menu.effect-down .popup {
  top: -2000px;
}
.mega-menu.effect-down .popup li.menu-item > a,
.mega-menu.effect-down .popup li.menu-item > h5 {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item .popup {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover .popup {
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-down > li.menu-item:hover li.menu-item > a,
.mega-menu.effect-down > li.menu-item:hover li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.effect-fadein-up > li.menu-item .popup {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.effect-fadein-down > li.menu-item .popup {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.effect-fadein > li.menu-item .popup {
  -webkit-animation: fadeIn 0.2s ease-out;
  -o-animation: fadeIn 0.2s ease-out;
  animation: fadeIn 0.2s ease-out;
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
  display: block !important;
  top: -2000px;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,
.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,
.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-left .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu.subeffect-fadein-right .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease-out;
  -o-animation: menuFadeInLeft 0.2s ease-out;
  animation: menuFadeInLeft 0.2s ease-out;
}
.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
}
.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
}
.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
  -webkit-animation: fadeIn 0.2s ease-out;
  -o-animation: fadeIn 0.2s ease-out;
  animation: fadeIn 0.2s ease-out;
}

.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu.show-arrow > li.has-sub > h5:after {
  display: inline-block;
  content: "\f107";
  font-weight: normal;
  margin: 0.125rem 0 0 0.25rem;
  line-height: 1;
  font-family: FontAwesome;
}

.mega-menu-item-icon {
  padding-right: 0.3125rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item:hover {
  z-index: 2;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > ul.sub-menu {
  background-color: transparent;
  z-index: inherit;
}

li.menu-item.sub-menu-color-white li.menu-item > h5,
li.menu-item.sub-menu-color-white li.menu-item > a {
  color: #fff;
}
li.menu-item.sub-menu-color-white li.menu-item > h5:hover,
li.menu-item.sub-menu-color-white li.menu-item > a:hover {
  color: #f8981d;
}
li.menu-item.sub-menu-color-white .inner > ul > li > ul > li ul {
  background: #222;
}

.mega-menu .wide .popup li.menu-item.current-menu-item > a,
.mega-menu .wide .popup li.menu-item.current-menu-item > h5,
.mega-menu .narrow .popup li.menu-item.current-menu-item > a,
.mega-menu .narrow .popup li.menu-item.current-menu-item > h5,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.current-menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.current-menu-item > h5 {
  color: #f8981d;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a {
  padding: 0.28125rem 0.4375rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
  display: inline-block;
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
  margin-top: 1.5625rem;
  font-weight: 500;
}

.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu {
  position: absolute;
  display: none;
  left: 100%;
  right: auto;
  min-width: 9.375rem;
  top: 0;
  padding: 0.3125rem;
  border: 1px solid #e5e5e5;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right > ul.sub-menu li.menu-item > h5,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu li.menu-item > a,
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item ul.sub-menu li.menu-item > h5 {
  margin-left: 0;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-right:hover > ul.sub-menu, .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: fadeInLeft 0.2s ease;
  -o-animation: fadeInLeft 0.2s ease;
  animation: fadeInLeft 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-left > ul.sub-menu {
  left: auto;
  right: 100%;
}
.mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item.submenu-left:hover > ul.sub-menu {
  -webkit-animation: fadeInRight 0.2s ease;
  -o-animation: fadeInRight 0.2s ease;
  animation: fadeInRight 0.2s ease;
}

/* Side Menu */
.header-side-nav .main-menu-wrap {
  margin-left: -1.875rem;
  margin-right: -0.9375rem;
}

.mega-menu-sidebar .main-menu.mega-menu > li.menu-item {
  display: block;
  float: none;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > h5 {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  padding: 0.625rem 1.875rem 0.625rem 6.5625rem;
  color: #8c8989;
  letter-spacing: 2px;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item.active > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item.active > h5, .mega-menu-sidebar .main-menu.mega-menu > li.menu-item:hover > a,
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item:hover > h5 {
  color: #fff;
  background: #2c2c2c;
  margin-bottom: 0;
}
.mega-menu-sidebar .main-menu.mega-menu > li.menu-item > .popup {
  top: 0;
  margin-top: 0;
}
.mega-menu-sidebar .main-menu.mega-menu .narrow > .popup {
  left: 100%;
}
.mega-menu-sidebar .main-menu.mega-menu .wide .popup > .inner {
  padding: 1.875rem 2.5rem;
}
.mega-menu-sidebar .main-menu.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu-sidebar .main-menu.mega-menu.show-arrow > li.has-sub > h5:after {
  content: "\f105";
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup {
  top: -200vh;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .popup li.menu-item > h5 {
  margin-top: -10px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover .popup {
  top: 0;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down > li.menu-item:hover li.menu-item > h5 {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
  display: block !important;
  top: -200vh;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
  margin-top: -10px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  top: -5px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a,
.mega-menu-sidebar .main-menu.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s ease;
  -o-transition: margin-top 0.2s ease;
  transition: margin-top 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-left > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInLeft 0.2s ease;
  -o-animation: menuFadeInLeft 0.2s ease;
  animation: menuFadeInLeft 0.2s ease;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInLeft 0.2s ease;
  -o-animation: menuFadeInLeft 0.2s ease;
  animation: menuFadeInLeft 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-right > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInRight 0.2s ease-out;
  -o-animation: menuFadeInRight 0.2s ease-out;
  animation: menuFadeInRight 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-up > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInUp 0.2s ease-out;
  -o-animation: menuFadeInUp 0.2s ease-out;
  animation: menuFadeInUp 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-down > li.menu-item:hover .popup {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: menuFadeInDown 0.2s ease-out;
  -o-animation: menuFadeInDown 0.2s ease-out;
  animation: menuFadeInDown 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein > li.menu-item:hover .popup {
  -webkit-animation: fadeIn 0.2s ease;
  -o-animation: fadeIn 0.2s ease;
  animation: fadeIn 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
.mega-menu-sidebar .main-menu.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
  -webkit-animation: fadeIn 0.2s ease;
  -o-animation: fadeIn 0.2s ease;
  animation: fadeIn 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}

.mega-menu-sidebar [id^=main-menu] .main-menu.mega-menu.show-arrow > li.has-sub > a:after,
.mega-menu-sidebar [id^=main-menu] .main-menu.mega-menu.show-arrow > li.has-sub > h5:after {
  content: "\f105";
  line-height: inherit;
  position: absolute;
  right: 0.9375rem;
  top: auto;
}

/* Mobile */
.mobile-main-menu {
  margin: 0;
  padding: 0;
}
.mobile-main-menu .menu-item {
  position: relative;
  display: block;
}
.mobile-main-menu .menu-item a {
  display: block;
}
.mobile-main-menu .menu-item .tip {
  display: inline-block;
  font-size: 0.625rem;
  line-height: normal;
  padding: 0.0625rem 0.3125rem;
  position: absolute;
  top: 4px;
  margin-left: 0.625rem;
}
.mobile-main-menu li:not(.open) span.arrow:before {
  top: 1.125rem;
  height: 1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
.mobile-main-menu span.arrow {
  position: absolute;
  color: #999;
  padding: 1rem 0.9375rem;
  right: 0.3125rem;
  z-index: 5;
  top: 0;
  cursor: pointer;
}
.mobile-main-menu span.arrow:after, .mobile-main-menu span.arrow:before {
  position: absolute;
  display: block;
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  right: 0.625rem;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-main-menu span.arrow:after {
  top: 0.75rem;
  right: 1rem;
  border-top: 1px solid;
  border-left: 1px solid;
  width: 1px;
}
.mobile-main-menu span.arrow:hover, .mobile-main-menu span.arrow:focus {
  color: #fff;
}
.mobile-main-menu li.menu-item h5 {
  color: #ddd;
  padding: 0.4375rem 0.9375rem;
  font-size: 0.875rem;
  margin: 0;
}
.mobile-main-menu li.menu-item a {
  color: #ddd;
  padding: 0.75rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1;
}
.mobile-main-menu li.menu-item a > .fa {
  margin-right: 5px;
}
.mobile-main-menu li.menu-item li a {
  padding-left: 1.875rem;
  line-height: normal;
}
.mobile-main-menu li.menu-item li li a {
  padding-left: 2.8125rem;
}
.mobile-main-menu li.menu-item li li li a {
  padding-left: 3.75rem;
}
.mobile-main-menu li.menu-item.active > a, .mobile-main-menu li.menu-item:hover > a {
  background-color: #222;
  color: #ffffff;
}
.mobile-main-menu li.menu-item ul {
  display: none;
  padding-left: 0;
  margin-left: 0;
}
.mobile-main-menu li.menu-item.current-menu-item > a {
  color: #f8981d;
  font-weight: 500;
}
.mobile-main-menu li.open > ul {
  display: block;
}

@media (max-width: 991px) {
  .site-header .header-actions > ul > li > a.remove span span:before {
    content: '\e813';
  }
}
#mobile_menu_wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 1001;
  overflow: scroll;
  width: 15.625rem;
  background-color: #333;
  transform: translate(-12.5rem, 0);
  -webkit-transform: translate(-12.5rem, 0);
  -moz-transform: translate(-12.5rem, 0);
  -ms-transform: translate(-12.5rem, 0);
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

#mobile_menu_wrapper_overlay {
  display: none;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.open-mobile-menu #mobile_menu_wrapper {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.open-mobile-menu .toggle-menu-mobile-button .lnr:before {
  content: "\e870";
}
.open-mobile-menu #mobile_menu_wrapper_overlay {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*--------------------------------------------------------------
	Min Width 992px - Max Width 1350px	=>	Fix on medium desktop devices
---------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .header-layout-3 .site-header .header-actions,
  .header-layout-3 .site-header .site-logo {
    padding-left: 0;
  }

  .header-layout-3 .header-wrapper.header-side-nav #header {
    width: 20rem;
  }

  .header-layout-3 #page > * {
    padding-left: 20rem;
  }

  .header-layout-4 .header-wrapper .mega-menu-sidebar {
    width: 20rem;
  }

  .mega-menu-sidebar .main-menu.mega-menu > li.menu-item > h5,
  .mega-menu-sidebar .main-menu.mega-menu > li.menu-item > a {
    padding-left: 2.30769rem;
  }
}
/*--------------------------------------------------------------
	Max Width 1199px  					=>	Fix on small desktop devices
---------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .header-top li + li {
    padding-left: 10px;
  }

  .page-header-layout-1 .page-header-wrapper {
    padding: 7.69231rem 0;
  }

  .page-header-layout-1 .page_header_title h1 {
    padding: 1.53846rem 2.30769rem;
  }

  .page-header-layout-1 .page_header_breadcrumbs .breadcrumb .delimiter:before {
    padding-left: 0.76923rem;
    padding-right: 0.76923rem;
  }

  #page_wrapper > .main {
    padding-top: 3.84615rem;
  }

  .wrapper-product-category.wrapper-product-category-list,
  .arexworks-woocommerce-toolbar,
  .sidebar-inner .widget {
    margin-bottom: 2.30769rem;
  }

  .products.products-list > li:not(.product-category) .product-inner {
    padding-bottom: 2.30769rem;
  }

  .products.products-list > li:not(.product-category) + li .product-inner {
    padding-top: 2.30769rem;
  }
}
/*--------------------------------------------------------------
	Min Width 992 - Max Width 1199px	=>	Fix on tablet devices
---------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    font-size: 0.625rem;
  }
}
.site-header .sticky-logo a svg,
.site-header .sticky-logo a img {
  max-height: 3.5625rem;
  max-width: 9.375rem;
  margin-top: 0.3125rem;
}

/*--------------------------------------------------------------
	Max Width 991px						=>	Fix on tablet devices
---------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /*
		Header
	*/
  .header-layout-4 .site-header .header-main,
  .header-layout-2 .site-header .header-main {
    padding: 0;
  }

  .site-header .header-main .header-3-bottom,
  .site-header .header-main .main-menu,
  .site-header .header-main .header-left {
    display: none;
  }

  .site-header .header-main .header-right {
    width: 100% !important;
  }

  .site-header .sticky-logo {
    display: table;
    position: relative;
    z-index: 99;
  }

  .site-header .sticky-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 3.5625rem;
  }

  .site-header .header-top {
    padding: 10px 0;
  }

  .site-header .header-top ul li {
    padding: 2px 10px;
  }

  .site-header .header-actions {
    right: 0;
    position: absolute;
    top: 0;
    min-width: 9.23077rem;
  }

  .header-search-form {
    padding-bottom: 5px;
  }

  .header-layout-1 .site-header .header-actions {
    right: 0;
  }

  .site-header .header-actions > ul > li:last-child {
    padding-right: 0;
  }

  .site-header .header-actions .tools_button {
    line-height: 3.07692rem;
    padding-top: 1.53846rem;
    padding-bottom: 1.53846rem;
  }

  .site-header .header-actions .cart-dropdown .tools_button {
    padding-bottom: 1.0625rem;
  }

  .site-header .header-actions .tools_button.toggle-menu-mobile-button {
    font-size: 1.875rem;
  }

  .site-header .header-actions .tools_button.toggle-menu-mobile-button .tools_button_icon {
    display: inline-block;
    padding-top: 2px;
  }

  .header-layout-4 .site-header.active-sticky .sticky-logo,
  .header-layout-3 .site-header.active-sticky .sticky-logo,
  .header-layout-2 .site-header.active-sticky .sticky-logo,
  .header-layout-1 .site-header.active-sticky .sticky-logo {
    display: block;
    padding: 0.76923rem 0;
    max-width: calc(100% - 120px);
    max-width: -moz-calc(100% - 120px);
    position: static;
    float: left;
  }

  .header-layout-4 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-3 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-2 .site-header.active-sticky .sticky-logo .site-logo-image,
  .header-layout-1 .site-header.active-sticky .sticky-logo .site-logo-image {
    max-height: 3.84615rem !important;
    padding-top: 0 !important;
  }

  .header-layout-4 .site-header.active-sticky .header-main .header-right .header-toogle-menu-button {
    display: none;
  }

  .header-layout-4 .site-header.active-sticky .header-actions,
  .header-layout-3 .site-header.active-sticky .header-actions,
  .header-layout-2 .site-header.active-sticky .header-actions,
  .header-layout-1 .site-header.active-sticky .header-actions {
    position: static;
    float: right;
  }

  .header-layout-3 .header-wrapper.header-side-nav {
    position: static;
  }

  .header-layout-3 .header-wrapper.header-side-nav #header {
    position: static;
    width: 100%;
    padding: 0;
    min-height: 0;
    bottom: auto;
    top: 0;
    z-index: 111;
  }

  .header-layout-4 .header-wrapper .mega-menu-sidebar.open-menu {
    display: none;
  }

  .header-layout-3 #page_wrapper > * {
    padding-left: 0;
  }

  .hide-footer-layout .footer-wrapper {
    display: block;
  }

  #site-footer .copyright_text,
  #site-footer .payment_methods {
    text-align: center !important;
  }

  #site-footer .payment_methods {
    margin-top: 1.15385rem;
  }

  /*
		Shortcode
	*/
  .custom-style-widget-nav-menu.vc_wp_custommenu {
    top: 1.53846rem;
  }

  .custom-style-widget-nav-menu.widget,
  .custom-style-widget-nav-menu .widget {
    padding-left: 0.76923rem;
    padding-right: 0.76923rem;
  }

  .custom-style-widget-nav-menu.widget .widgettitle,
  .custom-style-widget-nav-menu .widget .widgettitle {
    margin-left: -0.76923rem;
    margin-right: -0.76923rem;
  }

  .custom-style-widget-nav-menu.widget > ul > li,
  .custom-style-widget-nav-menu .widget > ul > li {
    padding: 0.76923rem 0;
  }

  .custom-style-widget-nav-menu.widget > ul > li ul,
  .custom-style-widget-nav-menu .widget > ul > li ul {
    padding: 0.76923rem;
  }

  /*
		Woo-ecommerce
	*/
  .woocommerce .onsale-badge,
  .woocommerce .new-badge {
    right: 0;
    top: 0;
    padding: 10px 0;
  }

  .woocommerce .badge ~ .badge {
    left: 0;
  }

  .arexworks-woocommerce-toolbar .toolbar-left {
    padding: 0;
  }

  .products li.product-category {
    margin-bottom: 0;
  }

  #woocommerce-tabs .resp-tab-content {
    padding: 1.53846rem;
  }

  .section-before-cart .pikoworks-icon-box .box-icon {
    width: 5.38462rem;
    height: 5.38462rem;
    line-height: 5.38462rem;
    border-width: 1px;
    font-size: 1.53846rem;
  }

  .section-before-cart .pikoworks-icon-box .box-heading {
    font-size: 2.30769rem;
  }

  .section-before-cart .pikoworks-icon-box .box-sub-heading {
    font-size: 1.38462rem;
  }

  /*
		- Single Product
	*/
  .related-heading {
    margin: 2.30769rem 0;
  }

  .related-heading h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .site-header .header-actions .ul-no {
    margin-right: 1.875rem;
  }

  .site-header .header-actions {
    min-width: 100%;
  }

  .search-form .header-search-form .search-dropdown {
    display: none;
  }
}
@media (max-width: 320px) {
  .site-header .sticky-logo {
    max-width: calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
  }

  .site-header .header-top ul {
    text-align: center;
  }
}
.wrap_menu-left-static .menu-left-static {
  width: 25%;
}

.wrap_menu-left-static .menu-left-body-content {
  width: 75%;
}

/*admin font weight class f-w5, f_w6*/
.mega-menu > li.menu-item.f_w5 > a,
.mega-menu > li.menu-item.f_w5 > h5 {
  font-weight: 500 !important;
}

.mega-menu > li.menu-item.f_w6 > a,
.mega-menu > li.menu-item.f_w6 > h5 {
  font-weight: 600 !important;
}

/*--------------------------------------------------------------
	3.5 Header Layout 5
---------------------------------------------------------------*/
.header-layout-5 .site-header .header-top {
  background-color: transparent;
  color: #747474;
  border-bottom: 1px solid #e5e5e5;
}
.header-layout-5 .site-header .header-top a {
  color: #747474;
}
.header-layout-5 .site-header .header-top a:hover, .header-layout-5 .site-header .header-top a:focus {
  color: #f8981d;
}
.header-layout-5 .site-header .header-top li .sub-menu li {
  padding-top: 0;
  padding-bottom: 0;
}
.header-layout-5 .site-header .header-left {
  display: block;
}
.header-layout-5 .site-header .site-logo {
  display: none;
  float: left;
  padding-bottom: 0.3125rem;
  padding-top: 1.25rem;
}
.header-layout-5 .site-header .header-main .header-right {
  position: relative;
  display: none;
  background-color: #f8981d;
}
.header-layout-5 .site-header .main-menu {
  text-align: center;
}
.header-layout-5 .site-header .main-menu > .menu-item {
  float: none;
  display: inline-block;
  margin: 0;
}
.header-layout-5 .site-header .main-menu > .menu-item > a, .header-layout-5 .site-header .main-menu > .menu-item h5 {
  padding: 0.4375rem 0.8125rem;
  color: #fff;
}

@media (min-width: 992px) {
  .header-layout-5 .site-header .site-logo {
    display: block;
  }
  .header-layout-5 .site-header .header-main .header-left {
    border-bottom: 1px solid #f8981d;
  }
  .header-layout-5 .site-header .header-main .header-left .header-actions {
    right: 0.9375rem;
  }
  .header-layout-5 .site-header .header-main .header-left .header-actions > ul {
    margin-top: 0.625rem;
  }
  .header-layout-5 .site-header .header-main .header-right {
    display: block;
  }
  .header-layout-5 .header-actions,
  .header-layout-5 .header-boxes-container {
    float: right;
  }
}
@media (max-width: 991px) {
  .header-layout-5 .site-header .site-header .header-actions .tools_button {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-boxes-container {
  display: none;
  font-size: 0;
}

@media (min-width: 1280px) {
  .header-boxes-container {
    display: block;
    margin-right: 10px;
  }
}
.header-boxes-container ul {
  margin-top: 32px;
}

.header-boxes-container li {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

.header-boxes-container i {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #f8981d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.header-boxes-container li:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 26px;
  left: 38px;
  top: 50%;
  margin-top: -13px;
  background-color: #e3e3e3;
}

.header-boxes-container li span {
  font: 600 13px/1;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.header-boxes-container li p {
  margin-top: 3px;
  margin-bottom: 0;
}

/*---------------------------------------------
        ajax search
-----------------------------------------------*/
.piko-ajax-results-wrapper {
  transform: translate(0, 52px);
  position: absolute;
  z-index: 101;
  left: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

@media (min-width: 992px) {
  .piko-ajax-results-wrapper {
    width: 60.625rem;
  }
}
@media (min-width: 1200px) {
  .piko-ajax-results-wrapper {
    width: 71.25rem;
  }

  .container-fluid .piko-ajax-results-wrapper {
    width: auto;
    left: calc(20% - 0px);
  }

  .header-layout-21 .container-fluid .piko-ajax-results-wrapper {
    width: auto;
    left: 0;
  }
}
.piko-ajax-results {
  text-align: left;
  overflow: hidden;
  background: #ffffff;
  display: none;
  border-top: 1px solid #e6e6e6;
}

.piko-ajax-results .empty-result-block {
  padding: 1.875rem;
  border: 1px solid #e6e6e6;
  border-top: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.piko-ajax-results .empty-result-block:before {
  display: none;
}

.product-piko-ajax-list {
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  margin-bottom: 0;
}

.product-piko-ajax-list ul {
  border-left: 1px solid #e6e6e6;
}

.product-piko-ajax-list li {
  padding: 1.43em;
  list-style-type: none;
  float: left;
  display: block;
  width: 50%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.product-piko-ajax-list li img {
  float: left;
  display: block;
}

.product-piko-ajax-list img {
  max-width: 5.0rem;
  margin-right: 1.25rem;
}

.posts-piko-ajax-list .post-title a,
.product-piko-ajax-list .product-title {
  line-height: 1.3;
  font-size: 0.875rem;
  color: #555;
  max-height: 3.45rem;
  margin-bottom: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.product-piko-ajax-list .woocommerce-Price-amount {
  color: #f8981d;
  font-weight: 600;
}

.product-piko-ajax-list ins {
  text-decoration: none;
  font-weight: 600;
}

.product-piko-ajax-list del .woocommerce-Price-amount {
  color: #ccc;
  font-weight: normal;
}

.product-piko-ajax-list ul,
.posts-piko-ajax-list ul {
  display: inline-block;
  width: 100%;
  float: left;
}

.product-piko-ajax-list li {
  height: 134px;
}

.product-piko-ajax-list li:nth-child(2n+1) {
  clear: both;
}

.posts-piko-ajax-list {
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  margin-bottom: 0;
}

.posts-piko-ajax-list li {
  padding: 1.43em;
  list-style-type: none;
  float: left;
  display: block;
  width: 50%;
  height: 8.375rem;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.posts-piko-ajax-list .post-title {
  text-transform: uppercase;
  font-weight: 600;
}

.posts-piko-ajax-list .post-list-image {
  float: left;
  display: block;
}

.posts-piko-ajax-list img {
  max-width: 5.0rem;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}

.posts-piko-ajax-list h4 {
  display: block;
  font-size: 1rem;
}

.posts-piko-ajax-list h4 a {
  text-transform: uppercase;
}

.product-results-on .product-piko-ajax-list {
  width: 100%;
}

.product-results-on [class*="-piko-ajax-list"] li {
  width: 33.33%;
}

.product-results-on .product-piko-ajax-list ul li:nth-child(3n+1) {
  clear: both;
}

.product-results-on .product-piko-ajax-list ul li:nth-child(2n+1) {
  clear: none;
}

.post-results-on .posts-piko-ajax-list {
  width: 100%;
}

.post-results-on [class*="-piko-ajax-list"] li {
  width: 33.33%;
  min-height: 6.5625rem;
}

.post-results-on .posts-piko-ajax-list ul li:nth-child(3n+1) {
  clear: both;
}

.post-results-on .posts-piko-ajax-list ul li:nth-child(2n+1) {
  clear: none;
}

.search-results-title {
  padding: 1.43em;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 1.14rem;
  text-transform: uppercase;
  margin: 0;
}

.product-piko-ajax-list .search-results-title {
  border-left: 1px solid #e6e6e6;
}

.search-results-title a {
  float: right;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .piko-ajax-results-wrapper {
    transform: translate(0, 50px);
    height: 31.25rem;
    overflow-y: auto !important;
  }

  .piko-ajax-results-wrapper .search-results-title {
    display: none;
  }

  .piko-ajax-results-wrapper [class*="-piko-ajax-list"],
  .piko-ajax-results-wrapper [class*="-piko-ajax-list"] li {
    width: 100%;
  }

  .piko-ajax-results-wrapper [class*="-piko-ajax-list"] li {
    height: 6.5rem;
  }
}
.header-search-form .loading {
  transition: opacity .5s;
  display: none;
}

.header-search-form .loading.open + a.button {
  display: none;
}

.header-search-form input[type="text"]:focus::-moz-placeholder {
  color: #555;
}

.header-search-form input[type="text"] {
  font-size: 1.125rem;
}

.header-search-form {
  margin-top: 0.75rem;
}

/*iconfix*/
@media (min-width: 992px) {
  .header-layout-23 .icon-fix .icon-cross1:before,
  .header-layout-22 .icon-fix .icon-cross1:before,
  .header-layout-21 .icon-fix .icon-cross1:before {
    content: '\f002';
    font-family: FontAwesome;
  }
}
/*for mobile device*/
@media (min-width: 321px) {
  .mobile-panel {
    display: none;
  }
}
@media (max-width: 320px) {
  .mobile-panel {
    display: block;
  }

  .header-actions li:not(.toggle-menu-mobile):not(.mobile-panel) {
    display: none;
  }

  .open-m .sticky-logo {
    opacity: 0;
    visibility: hidden;
  }
  .open-m .header-actions .mobile-panel a span:before {
    content: '\e813';
    font-family: fontpiko;
  }
  .open-m .header-actions li {
    display: block !important;
  }
}
.search-dropdown select {
  max-width: 12.5rem;
}

@media (max-width: 576px) {
  .search-dropdown select {
    display: none !important;
  }

  .header-search-form a.button {
    padding: 0;
  }
}
/*--------------------------------------------------------------
## login form
--------------------------------------------------------------*/
.piko-my-account .inner-my-acount {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.piko-my-account-form.loading button[type="submit"] {
  position: relative;
  font-size: 0;
}
.piko-my-account-form.loading button[type="submit"]:before {
  content: "\f110";
  font-family: fontAwesome;
  display: inline-block;
  position: absolute;
  left: 50%;
  font-size: 1rem;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.piko-my-account .inner-my-acount #piko-login-form,
.piko-my-account .inner-my-acount #piko-register-form {
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.piko-my-account .inner-my-acount #piko-login-form {
  position: relative;
  top: 0.625rem;
}

.piko-my-account .inner-my-acount #piko-register-form {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 10px;
  margin-bottom: 7.5rem;
}

.piko-my-account .piko-togoleform.button {
  text-transform: uppercase;
}

.piko-my-account .inner-my-acount #piko-login-form.slide, .piko-my-account .inner-my-acount #piko-register-form.slide {
  top: 0;
}

.piko-my-account .inner-my-acount #piko-login-form.show, .piko-my-account .inner-my-acount #piko-register-form.show {
  opacity: 1;
  z-index: 5;
}

.piko-my-account span.title {
  color: #222;
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
}

.piko-my-account .form-group {
  margin-bottom: 0.9375rem;
}

.piko-my-account .remember {
  margin-top: 0.9375rem;
}

.piko-my-account [class*="piko-"]:not(.piko-woo) .lost-pass-link,
.piko-my-account [class*="piko-"]:not(.piko-woo) label {
  font-size: 0.875rem;
}

.piko-my-account form button[type="submit"] {
  width: 100%;
  margin: 0.8125rem 0 0.9375rem;
}

.piko-my-account .hr {
  display: block;
  margin: 1.25rem 0;
}

.piko-login-form .bottom-login > a {
  border-bottom: 1px solid;
  float: right;
}

.piko-login-form .checkbox-remember {
  float: left;
  margin-right: 1.25rem;
}

.piko-login-form .checkbox-remember input[type="checkbox"] {
  margin: -0.125rem 0.4375rem 0 0;
  vertical-align: middle;
}

.piko-login-form .bottom-login {
  overflow: hidden;
  padding-bottom: 0.9375rem;
}

.piko-show-account.logged-in .user-info span {
  background-color: #f8981d;
  padding: 0 0.625rem 0.125rem;
  border-radius: 0.25rem;
  top: 100%;
}

/** Login/Register form **/
.piko-my-account .inner-my-acount .piko-login-form,
.piko-my-account .inner-my-acount .piko-register-form {
  display: none;
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.piko-my-account .inner-my-acount .piko-login-form {
  position: relative;
  top: 10px;
}

.piko-my-account .inner-my-acount .piko-register-form {
  left: 0;
  position: relative;
  width: 100%;
  z-index: -1;
  top: 10px;
}

.piko-my-account .inner-my-acount .piko-login-form.slide, .piko-my-account .inner-my-acount .piko-register-form.slide {
  top: 0;
}

.piko-my-account .inner-my-acount .piko-login-form.show, .piko-my-account .inner-my-acount .piko-register-form.show {
  display: block;
  opacity: 1;
  z-index: 5;
  -webkit-animation: slide-top .3s ease-out;
  animation: slide-top .3s ease-out;
}

.piko-my-account .inner-my-acount {
  overflow: visible;
}

@media (min-width: 992px) {
  .piko-my-account .inner-my-acount {
    margin-bottom: 1.875rem;
  }
}
/*login in*/
.link-external li a {
  margin-bottom: 0.3125rem;
  font-weight: 500;
}
.link-external li a span {
  font-size: 0.8125rem;
}

.woocommerce-account .piko-my-account {
  max-width: 31.25rem;
  margin: 0 auto;
}

.woocommerce .piko-my-account .hr {
  display: inline-block;
}

/*for vendor long height*/
.entry-content > .woocommerce > .piko-my-account .inner-my-acount .piko-my-account-form {
  padding: 1.875rem;
  background-color: #ffffff;
  border-radius: 0.3125rem;
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------------------------------------
        breadcrumb
--------------------------------------------------------------*/
/*for blog page*/
.category .page-header h1,
.tag .page-header h1,
.page .page-header h1,
.blog .page-header h1 {
  font-size: 1.875rem;
  line-height: 1;
}

@media (min-width: 576px) {
  .category .page-header h1,
  .tag .page-header h1,
  .page .page-header h1 {
    font-size: 2.8125rem;
  }

  .blog .page-header h1 {
    font-size: 2.8125rem;
  }
}
.page-header ul li {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.page-header ul li a {
  margin: 0 0.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px dotted #e5e5e5;
}
.page-header ul li a:hover {
  border: none;
}

body .page-header {
  background-color: #f2f2f2;
}

.page-header h1 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin: 0;
}

.page-header .cat-dsc {
  max-width: 40.625rem;
}

.author .page-header,
.date .page-header,
.single .page-header {
  text-align: left;
}

.page-header {
  padding: 0.625rem 0 0.625rem;
  margin-bottom: 2.5rem;
}

.archive:not(.date):not(.author) .page-header:not(.bread),
.blog .page-header:not(.bread),
.page .page-header:not(.bread) {
  padding: 2.1875rem 0 2.1875rem;
}

.just-wraper {
  margin-bottom: 2.1875rem;
}

@media (max-width: 767px) {
  .header-transparency .remove-header-padding {
    margin-top: 1.875rem;
  }

  .header-transparency.open-top-menu .remove-header-padding {
    margin-top: 4.375rem;
  }
}
.remove-header-padding {
  margin-top: -2.1875rem;
}

@media (min-width: 1200px) {
  .just-wraper,
  .page-header {
    margin-bottom: 3.125rem;
  }

  .remove-header-padding {
    margin-top: -3.125rem;
  }
}
.error404 .just-wraper,
.error404 .page-header {
  margin-bottom: 0;
}

.page-header h1 + .breadcrumb {
  padding-top: 0.5rem;
}

.page-header .breadcrumb {
  text-transform: capitalize;
}

/* Breadcrumb */
.breadcrumb {
  font-weight: 500;
  font-size: 0.875rem;
}

.breadcrumb a:hover {
  color: #f8981d;
}

.breadcrumb i {
  margin: 0 0.9375rem 0 0.75rem;
}

.breadcrumb .prefix {
  margin-right: 0.9375rem;
}

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/
.f_s12 {
  font-size: 0.75rem;
}

.f_s13 {
  font-size: 0.8125rem;
}

.f_s14 {
  font-size: 0.875rem;
}

.f_s15 {
  font-size: 0.9375rem;
}

.f_s16 {
  font-size: 1rem;
}

.f_s17 {
  font-size: 1.0625rem;
}

.f_s18 {
  font-size: 1.125rem;
}

.f_s19 {
  font-size: 1.1875rem;
}

.f_s20 {
  font-size: 1.25rem;
}

.f_s22 {
  font-size: 1.375rem;
}

.f_s25 {
  font-size: 1.5625rem;
}

/*responsive font*/
.fs15 {
  font-size: 0.9375rem;
}

.fs20, .fs25, .fs30 {
  font-size: 1.25rem;
}

.fs38, .fs45, .fs60 {
  font-size: 1.75rem;
}

.fs150 {
  font-size: 3.125rem;
}

@media (max-width: 480px) {
  .fs150 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .fs20, .fs25, .fs30 {
    font-size: 0.9375rem;
  }

  .fs150 {
    font-size: 3.125rem;
  }

  .fs38, .fs45, .fs60 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .fs20 {
    font-size: 1.25rem;
  }

  .fs25, .fs30 {
    font-size: 1.5625rem;
  }

  .fs150 {
    font-size: 3.75rem;
  }

  .fs38, .fs45, .fs60 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .fs38, .fs45, .fs60 {
    font-size: 2.375rem;
  }

  .fs30 {
    font-size: 1.875rem;
  }

  .fs150 {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .fs45, .fs60 {
    font-size: 2.8125rem;
  }

  .fs150 {
    font-size: 100px;
  }
}
@media (min-width: 1600px) {
  .fs60 {
    font-size: 3.75rem;
  }

  .fs150 {
    font-size: 7.5rem;
  }
}
/* =============================================
   1.2 PADDING RESPONSIVE
   =============================================*/
.pd0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pl5 {
  padding-left: 0.3125rem;
}

.pl10 {
  padding-left: 0.625rem;
}

.pr5 {
  padding-right: 0.3125rem;
}

.pr10 {
  padding-right: 0.625rem;
}

.pt5 {
  padding-top: 0.3125rem;
}

.pt10 {
  padding-top: 0.625rem;
}

.pt15 {
  padding-top: 0.9375rem;
}

.pt20 {
  padding-top: 1.25rem;
}

.pt25 {
  padding-top: 1.5625rem;
}

.pt30 {
  padding-top: 1.875rem;
}

.pt35 {
  padding-top: 2.1875rem;
}

.pt40 {
  padding-top: 2.5rem;
}

.pt45 {
  padding-top: 2.8125rem;
}

.pt50 {
  padding-top: 3.125rem;
}

.pt55 {
  padding-top: 3.4375rem;
}

.pt60 {
  padding-top: 3.75rem;
}

.pt65 {
  padding-top: 4.0625rem;
}

.pt70 {
  padding-top: 4.375rem;
}

.pt75 {
  padding-top: 4.6875rem;
}

.pt80 {
  padding-top: 5rem;
}

.pt85 {
  padding-top: 5.3125rem;
}

.pt90 {
  padding-top: 5.625rem;
}

.pt95 {
  padding-top: 5.9375rem;
}

.pt100 {
  padding-top: 6.25rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 0.3125rem;
}

.pb10 {
  padding-bottom: 0.625rem;
}

.pb15 {
  padding-bottom: 0.9375rem;
}

.pb20 {
  padding-bottom: 1.25rem;
}

.pb25 {
  padding-bottom: 1.5625rem;
}

.pb30 {
  padding-bottom: 1.875rem;
}

.pb35 {
  padding-bottom: 2.1875rem;
}

.pb40 {
  padding-bottom: 2.5rem;
}

.pb45 {
  padding-bottom: 2.8125rem;
}

.pb50 {
  padding-bottom: 3.125rem;
}

.pb55 {
  padding-bottom: 3.4375rem;
}

.pb60 {
  padding-bottom: 3.75rem;
}

.pb65 {
  padding-bottom: 4.0625rem;
}

.pb70 {
  padding-bottom: 4.375rem;
}

.pb75 {
  padding-bottom: 4.6875rem;
}

.pb80 {
  padding-bottom: 5rem;
}

.pb85 {
  padding-bottom: 5.3125rem;
}

.pb90 {
  padding-bottom: 5.625rem;
}

.pb95 {
  padding-bottom: 5.9375rem;
}

.pb100 {
  padding-bottom: 6.25rem;
}

div[class^=mb], div[class^=mt] {
  min-height: 1px;
}

.mg0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.m0a {
  margin: 0 auto;
}

/*margin left*/
.ml10 {
  margin-left: 0.625rem;
}

.ml15 {
  margin-left: 0.9375rem;
}

.ml20 {
  margin-left: 1.25rem;
}

.ml25 {
  margin-left: 1.5625rem !important;
}

.mlr15 {
  margin: 0 0.9375rem;
}

.mlr10 {
  margin: 0 0.625rem;
}

.mlr5 {
  margin: 0 0.3125rem;
}

@media (max-width: 991px) {
  .mlr15-md {
    margin: 0 0.9375rem;
  }

  .mlr10-md {
    margin: 0 0.625rem;
  }

  .mlr5-md {
    margin: 0 0.3125rem;
  }
}
.mt5 {
  margin-top: 0.3125rem !important;
}

.mt10 {
  margin-top: 0.625rem !important;
}

.mt10-r {
  margin-top: -0.625rem !important;
}

.mt15 {
  margin-top: 0.9375rem !important;
}

.mt15-r {
  margin-top: -0.9375rem !important;
}

.mt20 {
  margin-top: 1.25rem !important;
}

.mt25 {
  margin-top: 1.5625rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

.mt35 {
  margin-top: 2.1875rem !important;
}

.mt40 {
  margin-top: 2.5rem !important;
}

.mt45 {
  margin-top: 2.8125rem !important;
}

.mt50 {
  margin-top: 3.125rem !important;
}

.mt55 {
  margin-top: 3.4375rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mt65 {
  margin-top: 4.0625rem !important;
}

.mt70 {
  margin-top: 4.375rem !important;
}

.mt75 {
  margin-top: 4.6875rem !important;
}

.mt80 {
  margin-top: 5rem !important;
}

.mt85 {
  margin-top: 5.3125rem !important;
}

.mt90 {
  margin-top: 5.625rem !important;
}

.mt95 {
  margin-top: 5.9375rem !important;
}

.mt100 {
  margin-top: 6.25rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.3125rem !important;
}

.mb10 {
  margin-bottom: 0.625rem !important;
}

.mb15 {
  margin-bottom: 0.9375rem !important;
}

.mb20 {
  margin-bottom: 1.25rem !important;
}

.mb25 {
  margin-bottom: 1.5625rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.mb35 {
  margin-bottom: 2.1875rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb45 {
  margin-bottom: 2.8125rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.mb55 {
  margin-bottom: 3.4375rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb65 {
  margin-bottom: 4.0625rem !important;
}

.mb70 {
  margin-bottom: 4.375rem !important;
}

.mb75 {
  margin-bottom: 4.6875rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.mb85 {
  margin-bottom: 5.3125rem !important;
}

.mb90 {
  margin-bottom: 5.625rem !important;
}

.mb95 {
  margin-bottom: 5.9375rem !important;
}

.mb100 {
  margin-bottom: 6.25rem !important;
}

@media (max-width: 991px) {
  .pt0-md {
    padding-top: 0;
  }

  .pt5-md {
    padding-top: 0.3125rem;
  }

  .pt10-md {
    padding-top: 0.625rem;
  }

  .pt15-md {
    padding-top: 0.9375rem;
  }

  .pt20-md {
    padding-top: 1.25rem;
  }

  .pt25-md {
    padding-top: 1.5625rem;
  }

  .pt30-md {
    padding-top: 1.875rem;
  }

  .pt35-md {
    padding-top: 2.1875rem;
  }

  .pt40-md {
    padding-top: 2.5rem;
  }

  .pt45-md {
    padding-top: 2.8125rem;
  }

  .pt50-md {
    padding-top: 3.125rem;
  }

  .pt55-md {
    padding-top: 3.4375rem;
  }

  .pt60-md {
    padding-top: 3.75rem;
  }

  .pt65-md {
    padding-top: 4.0625rem;
  }

  .pt70-md {
    padding-top: 4.375rem;
  }

  .pt75-md {
    padding-top: 4.6875rem;
  }

  .pt80-md {
    padding-top: 5rem;
  }

  .pt85-md {
    padding-top: 5.3125rem;
  }

  .pt90-md {
    padding-top: 5.625rem;
  }

  .pt95-md {
    padding-top: 5.9375rem;
  }

  .pt100-md {
    padding-top: 6.25rem;
  }

  .pb0-md {
    padding-bottom: 0;
  }

  .pb5-md {
    padding-bottom: 0.3125rem;
  }

  .pb10-md {
    padding-bottom: 0.625rem;
  }

  .pb15-md {
    padding-bottom: 0.9375rem;
  }

  .pb20-md {
    padding-bottom: 1.25rem;
  }

  .pb25-md {
    padding-bottom: 1.5625rem;
  }

  .pb30-md {
    padding-bottom: 1.875rem;
  }

  .pb35-md {
    padding-bottom: 2.1875rem;
  }

  .pb40-md {
    padding-bottom: 2.5rem;
  }

  .pb45-md {
    padding-bottom: 2.8125rem;
  }

  .pb50-md {
    padding-bottom: 3.125rem;
  }

  .pb55-md {
    padding-bottom: 3.4375rem;
  }

  .pb60-md {
    padding-bottom: 3.75rem;
  }

  .pb65-md {
    padding-bottom: 4.0625rem;
  }

  .pb70-md {
    padding-bottom: 4.375rem;
  }

  .pb75-md {
    padding-bottom: 4.6875rem;
  }

  .pb80-md {
    padding-bottom: 5rem;
  }

  .pb85-md {
    padding-bottom: 5.3125rem;
  }

  .pb90-md {
    padding-bottom: 5.625rem;
  }

  .pb95-md {
    padding-bottom: 5.9375rem;
  }

  .pb100-md {
    padding-bottom: 6.25rem;
  }

  .mt0-md {
    margin-top: 0 !important;
  }

  .mt5-md {
    margin-top: 0.3125rem !important;
  }

  .mt10-md {
    margin-top: 0.625rem !important;
  }

  .mt15-md {
    margin-top: 0.9375rem !important;
  }

  .mt20-md {
    margin-top: 1.25rem !important;
  }

  .mt25-md {
    margin-top: 1.5625rem !important;
  }

  .mt30-md {
    margin-top: 1.875rem !important;
  }

  .mt35-md {
    margin-top: 2.1875rem !important;
  }

  .mt40-md {
    margin-top: 2.5rem !important;
  }

  .mt45-md {
    margin-top: 2.8125rem !important;
  }

  .mt50-md {
    margin-top: 3.125rem !important;
  }

  .mt55-md {
    margin-top: 3.4375rem !important;
  }

  .mt60-md {
    margin-top: 3.75rem !important;
  }

  .mt65-md {
    margin-top: 4.0625rem !important;
  }

  .mt70-md {
    margin-top: 4.375rem !important;
  }

  .mt75-md {
    margin-top: 4.6875rem !important;
  }

  .mt80-md {
    margin-top: 5rem !important;
  }

  .mt85-md {
    margin-top: 5.3125rem !important;
  }

  .mt90-md {
    margin-top: 5.625rem !important;
  }

  .mt95-md {
    margin-top: 5.9375rem !important;
  }

  .mt100-md {
    margin-top: 6.25rem !important;
  }

  .mb0-md {
    margin-bottom: 0 !important;
  }

  .mb5-md {
    margin-bottom: 0.3125rem !important;
  }

  .mb10-md {
    margin-bottom: 0.625rem !important;
  }

  .mb15-md {
    margin-bottom: 0.9375rem !important;
  }

  .mb20-md {
    margin-bottom: 1.25rem !important;
  }

  .mb25-md {
    margin-bottom: 1.5625rem !important;
  }

  .mb30-md {
    margin-bottom: 1.875rem !important;
  }

  .mb35-md {
    margin-bottom: 2.1875rem !important;
  }

  .mb40-md {
    margin-bottom: 2.5rem !important;
  }

  .mb45-md {
    margin-bottom: 2.8125rem !important;
  }

  .mb50-md {
    margin-bottom: 3.125rem !important;
  }

  .mb55-md {
    margin-bottom: 3.4375rem !important;
  }

  .mb60-md {
    margin-bottom: 3.75rem !important;
  }

  .mb65-md {
    margin-bottom: 4.0625rem !important;
  }

  .mb70-md {
    margin-bottom: 4.375rem !important;
  }

  .mb75-md {
    margin-bottom: 4.6875rem !important;
  }

  .mb80-md {
    margin-bottom: 5rem !important;
  }

  .mb85-md {
    margin-bottom: 5.3125rem !important;
  }

  .mb90-md {
    margin-bottom: 5.625rem !important;
  }

  .mb95-md {
    margin-bottom: 5.9375rem !important;
  }

  .mb100-md {
    margin-bottom: 6.25rem !important;
  }
}
@media (max-width: 767px) {
  .pt0-sm {
    padding-top: 0;
  }

  .pt5-sm {
    padding-top: 0.3125rem;
  }

  .pt10-sm {
    padding-top: 0.625rem;
  }

  .pt15-sm {
    padding-top: 0.9375rem;
  }

  .pt20-sm {
    padding-top: 1.25rem;
  }

  .pt25-sm {
    padding-top: 1.5625rem;
  }

  .pt30-sm {
    padding-top: 1.875rem;
  }

  .pt35-sm {
    padding-top: 2.1875rem;
  }

  .pt40-sm {
    padding-top: 2.5rem;
  }

  .pt45-sm {
    padding-top: 2.8125rem;
  }

  .pt50-sm {
    padding-top: 3.125rem;
  }

  .pt55-sm {
    padding-top: 3.4375rem;
  }

  .pt60-sm {
    padding-top: 3.75rem;
  }

  .pt65-sm {
    padding-top: 4.0625rem;
  }

  .pt70-sm {
    padding-top: 4.375rem;
  }

  .pt75-sm {
    padding-top: 4.6875rem;
  }

  .pt80-sm {
    padding-top: 5rem;
  }

  .pt85-sm {
    padding-top: 5.3125rem;
  }

  .pt90-sm {
    padding-top: 5.625rem;
  }

  .pt95-sm {
    padding-top: 5.9375rem;
  }

  .pt100-sm {
    padding-top: 6.25rem;
  }

  .pb0-sm {
    padding-bottom: 0;
  }

  .pb5-sm {
    padding-bottom: 0.3125rem;
  }

  .pb10-sm {
    padding-bottom: 0.625rem;
  }

  .pb15-sm {
    padding-bottom: 0.9375rem;
  }

  .pb20-sm {
    padding-bottom: 1.25rem;
  }

  .pb25-sm {
    padding-bottom: 1.5625rem;
  }

  .pb30-sm {
    padding-bottom: 1.875rem;
  }

  .pb35-sm {
    padding-bottom: 2.1875rem;
  }

  .pb40-sm {
    padding-bottom: 2.5rem;
  }

  .pb45-sm {
    padding-bottom: 2.8125rem;
  }

  .pb50-sm {
    padding-bottom: 3.125rem;
  }

  .pb55-sm {
    padding-bottom: 3.4375rem;
  }

  .pb60-sm {
    padding-bottom: 3.75rem;
  }

  .pb65-sm {
    padding-bottom: 4.0625rem;
  }

  .pb70-sm {
    padding-bottom: 4.375rem;
  }

  .pb75-sm {
    padding-bottom: 4.6875rem;
  }

  .pb80-sm {
    padding-bottom: 5rem;
  }

  .pb85-sm {
    padding-bottom: 5.3125rem;
  }

  .pb90-sm {
    padding-bottom: 5.625rem;
  }

  .pb95-sm {
    padding-bottom: 5.9375rem;
  }

  .pb100-sm {
    padding-bottom: 6.25rem;
  }

  .mt0-sm {
    margin-top: 0 !important;
  }

  .mt5-sm {
    margin-top: 0.3125rem !important;
  }

  .mt10-sm {
    margin-top: 0.625rem !important;
  }

  .mt15-sm {
    margin-top: 0.9375rem !important;
  }

  .mt20-sm {
    margin-top: 1.25rem !important;
  }

  .mt25-sm {
    margin-top: 1.5625rem !important;
  }

  .mt30-sm {
    margin-top: 1.875rem !important;
  }

  .mt35-sm {
    margin-top: 2.1875rem !important;
  }

  .mt40-sm {
    margin-top: 2.5rem !important;
  }

  .mt45-sm {
    margin-top: 2.8125rem !important;
  }

  .mt50-sm {
    margin-top: 3.125rem !important;
  }

  .mt55-sm {
    margin-top: 3.4375rem !important;
  }

  .mt60-sm {
    margin-top: 3.75rem !important;
  }

  .mt65-sm {
    margin-top: 4.0625rem !important;
  }

  .mt70-sm {
    margin-top: 4.375rem !important;
  }

  .mt75-sm {
    margin-top: 4.6875rem !important;
  }

  .mt80-sm {
    margin-top: 5rem !important;
  }

  .mt85-sm {
    margin-top: 5.3125rem !important;
  }

  .mt90-sm {
    margin-top: 5.625rem !important;
  }

  .mt95-sm {
    margin-top: 5.9375rem !important;
  }

  .mt100-sm {
    margin-top: 6.25rem !important;
  }

  .mb0-sm {
    margin-bottom: 0 !important;
  }

  .mb5-sm {
    margin-bottom: 0.3125rem !important;
  }

  .mb10-sm {
    margin-bottom: 0.625rem !important;
  }

  .mb15-sm {
    margin-bottom: 0.9375rem !important;
  }

  .mb20-sm {
    margin-bottom: 1.25rem !important;
  }

  .mb25-sm {
    margin-bottom: 1.5625rem !important;
  }

  .mb30-sm {
    margin-bottom: 1.875rem !important;
  }

  .mb35-sm {
    margin-bottom: 2.1875rem !important;
  }

  .mb40-sm {
    margin-bottom: 2.5rem !important;
  }

  .mb45-sm {
    margin-bottom: 2.8125rem !important;
  }

  .mb50-sm {
    margin-bottom: 3.125rem !important;
  }

  .mb55-sm {
    margin-bottom: 3.4375rem !important;
  }

  .mb60-sm {
    margin-bottom: 3.75rem !important;
  }

  .mb65-sm {
    margin-bottom: 4.0625rem !important;
  }

  .mb70-sm {
    margin-bottom: 4.375rem !important;
  }

  .mb75-sm {
    margin-bottom: 4.6875rem !important;
  }

  .mb80-sm {
    margin-bottom: 5rem !important;
  }

  .mb85-sm {
    margin-bottom: 5.3125rem !important;
  }

  .mb90-sm {
    margin-bottom: 5.625rem !important;
  }

  .mb95-sm {
    margin-bottom: 5.9375rem !important;
  }

  .mb100-sm {
    margin-bottom: 6.25rem !important;
  }
}
/* =============================================
   1.3 DISPLAY BLOCK, TEXT, POSIITON
   =============================================*/
.db {
  display: block;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.d_t {
  display: table;
}

.d_tr {
  display: table-row;
}

.d_tc {
  display: table-cell;
}

.d_flex {
  display: -ms-flexbox;
  display: flex;
}

.d_iflex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (max-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .db_sm {
    display: block;
  }

  .dn_sm {
    display: none;
  }

  .d_t_sm {
    display: table;
  }

  .d_tr_sm {
    display: table-row;
  }

  .d_tc_sm {
    display: table-cell;
  }

  .d_flex_sm {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_sm {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .ml-auto-sm,
  .mx-auto-sm {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .db_md {
    display: block;
  }

  .dn_md {
    display: none;
  }

  .d_t_md {
    display: table;
  }

  .d_tr_md {
    display: table-row;
  }

  .d_tc_md {
    display: table-cell;
  }

  .d_flex_md {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_md {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .db_lg {
    display: block;
  }

  .dn_lg {
    display: none;
  }

  .d_t_lg {
    display: table;
  }

  .d_tr_lg {
    display: table-row;
  }

  .d_tc_lg {
    display: table-cell;
  }

  .d_flex_lg {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_lg {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .dn_xl {
    display: none;
  }

  .d_t_xl {
    display: table;
  }

  .d_tr_xl {
    display: table-row;
  }

  .d_tc_xl {
    display: table-cell;
  }

  .d_flex_xl {
    display: -ms-flexbox;
    display: flex;
  }

  .d_iflex_xl {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.t_l {
  text-align: left;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

@media (min-width: 992px) {
  .t_l_lg {
    text-align: left;
  }

  .t_c_lg {
    text-align: center;
  }

  .t_r_lg {
    text-align: right;
  }
}
.t_hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.t_u {
  text-transform: uppercase;
}

.t_ca {
  text-transform: capitalize;
}

.f_w4 {
  font-weight: 400 !important;
}

.f_w5 {
  font-weight: 500;
}

.f_w6 {
  font-weight: 600;
}

.f_w7 {
  font-weight: 700;
}

.f_i {
  font-style: italic !important;
}

.t_nowrap {
  white-space: nowrap !important;
}

.t_cate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vb {
  visibility: visible;
}

.ivb {
  visibility: hidden;
}

.f_n {
  float: none;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

@media (min-width: 576px) {
  .f_l_sm {
    float: left;
  }

  .f_r_sm {
    float: right;
  }
}
@media (min-width: 768px) {
  .f_l_md {
    float: left;
  }

  .f_r_md {
    float: right;
  }
}
@media (min-width: 992px) {
  .f_l_lg {
    float: left;
  }

  .f_r_lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .f_l_xl {
    float: left;
  }

  .f_r_xl {
    float: right;
  }

  .w80p {
    width: 80%;
  }
}
.p_a {
  position: absolute;
}

.p_r {
  position: relative;
}

.p_f {
  position: fixed;
}

.pa_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

@media (min-width: 992px) {
  .pa_center-lg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
  }
}
/* -------------------------------------------
   letter space, transition, font familiy
  -----------------------------------------*/
.l_s0 {
  letter-spacing: 0;
}

.l_s1 {
  letter-spacing: 0.0625rem;
}

.l_s2 {
  letter-spacing: 0.125rem;
}

.l_s3 {
  letter-spacing: 0.1875rem;
}

.l_s4 {
  letter-spacing: 0.25rem;
}

.t03_s {
  transition: all .3s;
}

.t04_s {
  transition: all .4s;
}

.t05_s {
  transition: all .5s;
}

.lh_1 {
  line-height: 1;
}

.lh_2 {
  line-height: 1.2;
}

.lh_3 {
  line-height: 1.3;
}

.lh_4 {
  line-height: 1.4;
}

.font_1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.o_h {
  overflow: hidden;
}

.c_p {
  color: #f8981d;
}

a.c_p:hover {
  opacity: 0.8;
}

.c_s {
  color: #222 !important;
}

.c_s1 {
  color: #333 !important;
}

.c_s2 {
  color: #444;
}

.c_s3 {
  color: #555;
}

.c_w {
  color: #fff !important;
}

.c_g {
  color: #888888;
}

.c_g:hover {
  color: #222;
}

.c_g.h_l:hover {
  color: #444;
}

.bgc_p {
  background-color: #f8981d;
}

/* ---------------------------------------------
   1.5 Width
   ---------------------------------------------*/
.w100 {
  width: 100%;
}

.w1340 {
  max-width: 83.75rem;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================
   1.5 embed
   =============================================*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

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

@media (min-width: 992px) {
  body:not(.woocommerce) .has-sidebar-left {
    -ms-flex-order: 2;
    order: 2;
  }

  body:not(.woocommerce) .sidebar-left {
    -ms-flex-order: 1;
    order: 1;
  }

  body:not(.woocommerce) .sidebar-left,
  body:not(.woocommerce) .has-sidebar-right {
    padding-right: 1.25rem;
  }

  body:not(.woocommerce) .has-sidebar-left,
  body:not(.woocommerce) .sidebar-right {
    padding-left: 1.25rem;
  }
}
@media (max-width: 992px) {
  .woocommerce .sidebar-left {
    -ms-flex-order: 2;
    order: 2;
  }

  .woocommerce .has-sidebar-left {
    -ms-flex-order: 1;
    order: 1;
  }
}
.ul-no ul,
.ul-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.br50 {
  border-radius: 50%;
  overflow: hidden;
}

.no-padding [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .no-padding-md [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.not-found .page-header {
  padding: 1.25rem;
}
.not-found .search-form {
  margin-bottom: 1.25rem;
}
.not-found .search-form .search-field {
  width: calc(100% - 50px);
}

.bypostauthor {
  display: inline-block;
}

.page-links:before {
  display: block;
  clear: both;
  content: "";
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.wp-caption {
  padding: 0.5rem 0.5rem 0.25rem;
  margin-bottom: 2rem;
  max-width: 100%;
  box-sizing: border-box;
}

img.alignright {
  margin-left: 10%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text, .wp-caption-dd {
  display: inline-block;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
  margin: 0;
  padding: 0.5rem;
  font-style: italic;
  border-bottom: 2px solid #dedede;
}

.wp-caption.alignnone {
  padding: 0;
}

body:not(.wpb-js-composer) .content-area:not([class*="has-sidebar-"]) .type-page .wp-caption.alignnone,
.content-area:not([class*="has-sidebar-"]) .type-post > .entry-content .wp-caption.alignnone {
  max-width: calc(100% + 40px);
  margin-left: -20px;
}

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.tag-edge-case h2,
.tag-edge-case h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget ol, .widget ul, .widget li {
  padding: 0;
  margin: 0;
}

/*Gutenberg*/
@media (min-width: 750px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }

  .wp-block-cover.aligncenter,
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }

  [class*="has-sidebar"] .wp-block-cover,
  .single-product .wp-block-cover.aligncenter,
  .single-product .alignfull,
  .single-product .alignwide,
  .col-lg-6 .alignfull,
  .col-lg-6 .alignwide,
  [class*="has-sidebar"] .alignfull,
  [class*="has-sidebar"] .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-media-text + p {
  margin-top: 1.25rem;
}

.wp-block-cover {
  margin-bottom: 1.875rem;
}

ul.wp-block-archives {
  padding-left: 0;
}

ul.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  list-style-type: none;
}

ul.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  padding-bottom: 0.75rem;
}

.wp-block-button__link,
.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: 1rem !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote q {
  margin-bottom: 0;
}

/* for admin themepikologo: */
.ab-icon #themepiko-icon {
  width: 15px;
}

#themepiko-icon .st0 {
  fill: #a0a5aa;
}

.ab-top-menu > li:hover > .ab-item #themepiko-icon .st0 {
  fill: #00b9eb;
}

#themepiko-icon .st1 {
  fill: #444;
}

.ab-top-menu > li:hover > .ab-item #themepiko-icon .st1 {
  fill: #fff;
}

.wp-block-button:not(.alignleft):not(.alignright),
.aligncenter, .alignwide {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

@media (min-width: 992px) {
  .aligncenter, .alignwide {
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
}
.wp-block-button__link {
  padding: 0.75rem 2.1875rem;
}

.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 1200px) {
  .content-area:not([class*="has-sidebar-"]) .entry-content > .alignfull {
    margin-bottom: 6.25rem;
    margin-top: 6.25rem;
  }

  .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    margin-top: 0.5625rem;
  }
}
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-gallery.alignleft,
.wp-block-cover.alignleft {
  margin-right: 1.25rem;
}

/*--------------------------------------------------------------
# Page box
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  body.theme_float {
    border: 1.875rem solid transparent;
  }
  body.theme_float:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 1.875rem;
    background-color: #ffffff;
    top: 0;
    z-index: 1002;
    left: 0;
  }
  body.theme_float:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 1.875rem;
    background-color: #ffffff;
    bottom: 0;
    z-index: 1002;
    display: block;
    left: 0;
  }

  body:not(.custom-background-image).theme_float:before,
  body:not(.custom-background-image).theme_float:after {
    background: inherit;
    content: "";
    display: block;
    height: 1.3125rem;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  body:not(.custom-background-image).theme_float:before {
    top: 0;
  }

  body:not(.custom-background-image).theme_float.admin-bar:before {
    top: 2.875rem;
  }

  body:not(.custom-background-image).theme_float:after {
    bottom: 0;
  }

  /*boxed 1200px*/
  #page {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }

  body.home-box-wapper #page {
    margin: 0px auto;
    max-width: 75rem;
    box-shadow: 0px 1px 15px -7px rgba(0, 0, 0, 0.64);
  }
}
/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
/* ----------------------------------------------------------------
   404, page search
   ---------------------------------------------------------------- */
.search-no-results .no-results .page-header {
  padding-left: 1.25rem;
}

.search-no-results .woocommerce-info {
  position: static;
  margin: 3.125rem 0;
}

.search-results .product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .search-no-results #piko-content {
    min-height: 65vh;
  }

  .error404 #piko-content {
    min-height: 79vh;
  }

  .error404:not(.fixdefault) .pa_center-lg {
    top: 34%;
  }
}
@media (max-width: 991px) {
  .error404 .content-area {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.9375rem;
  }

  .meta-wrap + .social-icons {
    margin-top: 1.25rem;
  }
}
.error404 #piko-content {
  margin-bottom: -3.125rem;
}
.error404 #piko-content .widget .search-form {
  border-color: #e6e6e6;
  padding: 0;
}

.error404 .error-page h1 {
  font-size: 5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  line-height: 1;
}

.error404 .error-page h2 {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.error404 .error-page p {
  margin: 0.9375rem auto 1.25rem;
}

/* ----------------------------------------------------------------
   Blog
   ---------------------------------------------------------------- */
.sticky-post {
  padding: 0.125rem 0.9375rem 0.125rem;
  border-radius: 0.75rem;
  height: 1.625rem;
  line-height: 1.7;
}

.post.sticky .post-thumbnail {
  margin-bottom: 0;
}

.post.sticky {
  background: #f2f2f2;
  padding: 1.875rem;
  border-bottom-width: 0 !important;
}

.post-thumbnail div:first-child {
  position: relative;
  left: 0;
  bottom: 0;
}

.post-thumbnail img {
  max-width: 100%;
}

.search-results .site-main article:not(.product):not(:first-child) {
  margin-top: 3.125rem;
}

.search-results .site-inner article:first-child .entry-title {
  margin-top: 0;
}

.default .entry:not(:last-child) {
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #e5e5e5;
}

.default .entry:not(:first-child):not(.slick-slide) {
  margin-top: 2.1875rem;
}

.default figure {
  margin-bottom: 1.5625rem;
}

.default .mb10 {
  margin-bottom: 0.3125rem !important;
}

.default .meta-wrap {
  margin-bottom: 1.125rem;
}

.default .piko-pagination {
  margin-top: 2.5rem;
}

.list .entry-title {
  margin-top: 0;
}

.list .entry:not(:first-child) {
  margin-top: 2.5rem;
}

/*fix for list style*/
.list .entry + .embed-responsive {
  margin-top: 2.5rem;
}
.list .entry + .embed-responsive + .entry {
  margin-top: 0;
}

.post-meta span:not(:last-child) {
  margin-right: 0.3125rem;
}

.post-action i {
  line-height: 1;
}

.more-link {
  margin: 1.25rem auto;
  line-height: 2.5rem;
  border: 2px solid #222;
  padding: 0 1.875rem;
  font-weight: 600;
  display: table;
  border-radius: 2.5rem;
}

.more-link span {
  font-size: 1.125rem;
}

.more-link:hover {
  background: #222;
  color: #ffffff;
}

.post-action {
  border: 1px solid #ffffff;
  padding: 0.5rem 1.25rem;
}

.comments-link i {
  font-size: 1.25rem;
  top: 0.25rem;
}

.piko-pagination,
.woocommerce-pagination {
  border-top: 1px solid #e5e5e5;
  max-width: 73.125rem;
  width: 100%;
  text-align: center;
  margin: 3.75rem auto;
  margin-bottom: 1.875rem;
}

.page-numbers {
  display: inline-block;
  list-style: none;
  margin: 0.625rem 0;
  font-weight: 500;
}

.page-numbers li {
  float: left;
  margin: 0 0.625rem;
}

.page-links a,
.page-numbers li a:not(.prev):not(.next) {
  color: #222;
  border-radius: 2.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  -webkit-transition: background-color 0.4s, border 0.4s;
  transition: background-color 0.4s, border 0.4s;
  background-color: #f1f1f1;
}
.page-links a:hover,
.page-numbers li a:not(.prev):not(.next):hover {
  color: #ffffff;
  background-color: #222;
}

.page-numbers li a.next,
.page-numbers li a.prev {
  margin-top: 0.8125rem;
}

.page-numbers li .current {
  border-radius: 2.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
  background-color: #f8981d;
  color: #ffffff;
}

.page-links a {
  margin: 0 0.3125rem;
  display: inline-block;
  text-align: center;
}

.blog .post-content .wpb_content_element {
  margin-bottom: 0;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.post-password-form label {
  display: block;
  font-weight: 500;
  color: #222;
}

.post-password-form label input {
  width: 100%;
  margin-bottom: 0.625rem;
}

.post-password-form input[type="submit"] {
  background: #222;
  border-radius: 0.125rem;
  color: #ffffff;
  border-color: #222;
}

/*.meta-wrap*/
.meta-wrap .meta-view,
.meta-wrap a,
.meta-wrap span {
  color: #888;
  text-transform: capitalize;
  font-size: 0.875rem;
}
.meta-wrap a:hover {
  color: #f8981d;
}
.meta-wrap i {
  color: #888;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}
.meta-wrap > span i {
  padding-left: 0.8125rem;
}

/*grid*/
.single .hsc:not(.related-column-1) .entry-title,
.container-fluid .blog-wrap .post:not(.columns-1):not(.columns-2) .entry-title,
.container .blog-wrap .post:not(.columns-1) .entry-title {
  font-size: 1.125rem;
  margin: 0;
}

.masonry .entry-title {
  margin-bottom: 0.125rem !important;
}

.container-fluid .blog-wrap.default .post:not(.columns-1) .entry-title,
.container .blog-wrap.default .post:not(.columns-1) .entry-title {
  font-size: 1.5625rem;
}

/* ----------------------------------------------------------------
   Blog single related
   ---------------------------------------------------------------- */
[class*="related-column-"] .piko-carousel {
  margin: 0 -0.9375rem;
}
[class*="related-column-"] .piko-carousel .entry-grid {
  padding: 0 0.9375rem;
}
[class*="related-column-"] .piko-carousel .entry-title {
  font-size: 1.125rem;
}

.piko-video .pa_center {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 0.1875rem;
  transition: all 0.3s;
}
.piko-video .pa_center:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.read_more:before {
  content: "";
  background-color: #444;
  width: 2.375rem;
  margin-right: 0.625rem;
  height: 0.0625rem;
  display: inline-block;
  vertical-align: middle;
}

.single-post .type-post > h3 {
  margin-top: 0;
}

.single-post .type-post figure + h3 {
  margin-top: 0.65em;
}

.page .site-main .comments-area {
  margin-top: 3.75rem;
}

.blog .max-col-2 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.blog .max-col-2 > [class*="col-"] {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/*wp default*/
.entry-excerpt p:first-child {
  margin-bottom: 0.75rem;
}

.entry-excerpt .page-links {
  margin: 0.75rem 0;
}

.entry-excerpt blockquote,
.entry-excerpt iframe,
.entry-excerpt > figure {
  margin-top: 1.25rem;
}

.product type-product ol li,
.product type-product ul li {
  margin-bottom: 0.4375rem;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar .widget:not(:first-child),
body .site-footer {
  margin-top: 3.125rem;
}

.h_line_f,
.widget h4.widget-title {
  position: relative;
  padding-bottom: 1.25rem;
  margin-top: 0;
}

.h_line_f:before,
.h_line_f:after,
.widget h4.widget-title:before,
.widget h4.widget-title:after {
  content: "";
  left: 0;
  position: absolute;
}

.h_line_f:after,
.widget h4.widget-title:after {
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222;
  bottom: 0.3125rem;
}

.h_line_f:before,
.widget h4.widget-title:before {
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}

.sidebar .widget ul ul {
  padding-left: 1.25rem;
}

.sidebar .widget ul li {
  position: relative;
}

.sidebar .widget ul > ul li {
  padding-left: 0.9375rem;
}

.sidebar .widget div > ul li,
.sidebar .widget > ul li {
  margin: 0.9375rem 0;
}

.widget ul li {
  list-style: outside none none;
  margin-bottom: 0.3125rem;
}

.widget h4.widget-title {
  font-size: 1.125rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 1.125rem;
}

.widget ul li a {
  color: #222;
  display: inline-block;
}
.widget ul li a:hover {
  color: #f8981d;
}

.widget.widget_categories ul li {
  line-height: 1.875rem;
}

.widget ul.product_list_widget li {
  display: inline-block;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget ul.product_list_widget li:before {
  content: "";
}

.widget ul.product_list_widget li a {
  display: block;
  line-height: 1.1;
}

.widget ul.product_list_widget li img {
  float: left;
  margin-right: 0.625rem;
  width: 5rem;
}

.widget ul.product_list_widget li a span.product-title {
  color: #222;
  font-weight: 500;
  display: block;
  margin-bottom: 0.75rem;
}

.widget ul.product_list_widget li a:hover span.product-title {
  color: #f8981d;
}

.widget ul.product_list_widget li ins {
  color: #ec0101;
  text-decoration: none;
}

.widget .tagcloud a {
  color: #222;
  border: 1px solid #d8d8d8;
  border-radius: 1.25rem;
  display: inline-block;
  margin: 0 0.1875rem 0.5rem 0;
  padding: 0.125rem 0.9375rem 0.25rem;
}

.widget .tagcloud a:hover {
  background: #f8981d;
  border-color: #f8981d;
  color: #ffffff;
}

/*.widget .woocommerce-product-search,
*/
.piko-newsletter .search-form {
  border: 1px solid #222;
  border-radius: 0.1875rem 2.5rem 2.5rem 0.1875rem;
  padding: 0.125rem;
  display: inline-block;
}

.search-form:after {
  display: block;
  clear: both;
  content: "";
}

.piko-newsletter label,
.mc4wp-form label,
.widget .search-form label {
  width: calc(100% - 113px);
  float: left;
}

.widget .woocommerce-product-search {
  position: relative;
}

.widget .woocommerce-product-search .search-field {
  width: calc(100% - 50px);
}

.widget .woocommerce-product-search button {
  float: right;
  top: -2.5rem;
  position: relative;
  border: 0;
  padding: 0 0.5rem;
  background: #333;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

body:not(.coming-soon) .widget .piko-newsletter input:not([type="submit"]) {
  border: none;
}

.piko-newsletter .wpcf7-submit,
.mc4wp-form .search-submit,
.widget .woocommerce-product-search input[type="submit"],
.search-no-results .search-form .search-submit,
.widget .search-form .search-submit {
  border: none;
  background: #222;
  line-height: 2.375rem;
  border-radius: 0.1875rem 2.5rem 2.5rem 0.1875rem;
  color: #fff;
  float: right;
  width: 7.0625rem;
  padding: 0;
}

.search-no-results .not-found .search-form label,
.widget_search .search-form label {
  width: calc(100% - 50px);
}
.search-no-results .not-found .search-form .search-submit,
.widget_search .search-form .search-submit {
  width: 3.125rem;
}
.search-no-results .not-found .search-form .search-field,
.widget_search .search-form .search-field {
  border-right-width: 0;
}

.widget_search .search-form .search-field {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .widget .woocommerce-product-search, .widget .search-form {
    max-width: 90%;
    margin: 0.9375rem;
  }
}
/*wp calender*/
#wp-calendar {
  margin-top: 0.625rem;
}
#wp-calendar caption {
  padding-bottom: 0.625rem;
}
#wp-calendar th, #wp-calendar td {
  padding: 0.3125rem;
  text-align: center;
}

.sidebar .widget-title + label + select {
  margin-top: 0.375rem !important;
}

.sidebar .widget-title + .tagcloud,
.sidebar .widget-title + form {
  padding-top: 0.3125rem !important;
}

.sidebar .widget ul,
.sidebar .widget {
  font-size: 0.91875rem;
}

/*wp recent comment*/
.widget_recent_entries ul > li,
.widget_recent_comments li.recentcomments {
  padding-left: 1.875rem;
}

.widget_recent_entries ul > li:before,
.widget_recent_comments li.recentcomments:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #222;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget_recent_entries ul > li:before {
  content: "\f044";
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

/*--------------------------------------------------------------
# Comment
--------------------------------------------------------------*/
.comments-area .comments-title {
  font-size: 1.125rem;
}

.comment-list {
  margin-top: 0;
  padding-left: 0;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.commentlist li.comment {
  margin-top: 3.125rem;
}

.comment-list .comment-text li {
  margin-top: 0.625rem;
}

.comment_container .avatar {
  float: left;
}

.comment-text {
  padding: 1.5625rem 1.25rem 2.0625rem 1.5625rem;
  background-color: #f7f7f7;
  overflow: hidden;
}

.comment-text .comment-author {
  font-size: 1rem;
  text-transform: capitalize;
  color: #222;
}

.comment-text .comment-author + span {
  margin-top: 0.125rem;
}

.comment-text .star-rating {
  float: right;
}

.comment-text .meta strong {
  font-size: 0.875rem;
}

.comment-text .row {
  font-size: 0.875rem;
}

.comment-text .f_w5.f_s14 {
  line-height: 1;
}

.comment-text time {
  color: #999;
  font-size: 0.875rem;
}

.commentlist .children {
  padding-left: 1.875rem;
}

.comment-list li > ol,
.comment-list .children .children {
  padding-left: 2.5rem;
}

.comment-respond {
  margin-top: 2.125rem;
}
.comment-respond input[type="submit"] {
  font-size: 0.875rem;
}

li .comment-respond {
  margin-bottom: 2.5rem;
}

.comment.bypostauthor {
  display: inherit;
}

/*fix when eidt button none*/
.comment-list ol ol ol ol p {
  margin-bottom: 0;
}
.comment-list ol ol ol ol .comment-text {
  padding-bottom: 1.5625rem;
}

.comment-reply-title {
  font-size: 1rem;
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
}
.comment-reply-title small {
  font-size: 80%;
  line-height: 0;
}
.comment-reply-title small a {
  color: #f8981d;
}

.comment-respond label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222;
}

.comment-respond label .required {
  opacity: .5;
}

.comment-respond input:not([type="submit"]),
.comment-respond textarea {
  background: transparent;
  width: 100%;
}

.no-comments {
  display: inline-block;
  width: 100%;
  margin-top: 1.875rem;
}

input.submit {
  padding: 0 2.5rem;
}

.comment-notes {
  font-style: italic;
}

.logged-in-as a {
  color: #878787;
}
.logged-in-as a:hover {
  color: #f8981d;
}

@media (min-width: 992px) {
  .comments-area .comment-form-author,
  .comments-area .comment-form-email {
    width: calc(50% - 15px);
    float: left;
  }

  .comments-area .comment-form-email {
    margin-left: 1.875rem;
  }

  .comments-area .comment-form-comment {
    margin-bottom: 17px;
  }
}
@media (max-width: 576px) {
  .comment_container img {
    width: 2.5rem;
  }

  .comment-text {
    padding: 0.9375rem 1.25rem 1.25rem;
  }

  .comment-list li > ol,
  .comment-list .children .children {
    padding-left: 0.9375rem;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
}

.sub-footer {
  padding: 3.75rem 0;
  position: relative;
}

.sub-footer section {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.sub-footer .widget {
  border: none;
}

.site-footer ol,
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-two .sub-footer .widget p,
.sidebar-two .sub-footer .widget address {
  color: #8c8989;
}

.sidebar-two .sub-footer .widget .tagcloud a,
.sidebar-two .sub-footer .widget ul li a,
.sidebar-two .sub-footer .widget a,
.sidebar-two .sub-footer .widget abbr {
  color: #bfbfbf;
}

.sub-footer .widget .tagcloud a {
  border-color: #8c8989;
}
.sub-footer .widget .tagcloud a:hover {
  color: #222;
  border-color: #f8981d;
}

.sub-footer .widget:nth-child(n+5) {
  padding-top: 2.5rem;
}

.sidebar-two .sub-footer .widget a:hover,
.sub-footer .widget ul li a:hover,
.sub-footer .widget .comment-author-link a {
  color: #f8981d;
}

.sub-footer.cols_1 section {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sub-footer.cols_2 section {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.sub-footer.cols_23 section:nth-child(-n+2) {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}

.sub-footer.cols_23 section:nth-child(3) {
  -ms-flex: 0 0 44;
  flex: 0 0 44%;
  max-width: 44%;
}

.sub-footer.cols_3 section {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.sub-footer.cols_4 section {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.sub-footer.cols_5 section {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sub-footer.cols_5 section,
  .sub-footer.cols_3 section,
  .sub-footer.cols_4 section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sub-footer .widget {
    padding-top: 2.5rem;
  }

  .sub-footer.cols_23 section:first-child,
  .sub-footer.cols_2 .widget:first-child,
  .sub-footer .widget:nth-of-type(2),
  .sub-footer .widget:last-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .sub-footer.cols_23 section,
  .sub-footer.cols_2 section,
  .sub-footer.cols_3 section,
  .sub-footer.cols_5 section,
  .sub-footer.cols_4 section {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sub-footer .widget {
    padding-bottom: 2.5rem;
  }
  .sub-footer .widget:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sub-footer.cols_23 section:nth-of-type(2),
  .cols_2 section:first-child,
  .cols_3 section:nth-of-type(2),
  .cols_4 section:nth-of-type(2),
  .cols_5 section:nth-of-type(2) {
    -ms-flex-order: 2;
    order: 2;
  }

  .sub-footer.cols_23 section:nth-of-type(1),
  .cols_3 section:first-child,
  .cols_4 section:nth-of-type(3),
  .cols_5 section:nth-of-type(3) {
    -ms-flex-order: 3;
    order: 3;
  }

  .cols_5 section:nth-of-type(4) {
    -ms-flex-order: 4;
    order: 4;
  }

  .cols_4 section:first-child {
    -ms-flex-order: 4;
    order: 4;
  }

  .cols_5 section:first-child {
    -ms-flex-order: 5;
    order: 5;
  }

  .sub-footer.cols_23 section:nth-of-type(3),
  [class^="cols_"] section:last-child {
    -ms-flex-order: 1;
    order: 1;
  }
}
.main-footer {
  padding: 1.125rem 0;
}

.main-footer .site-info {
  padding-top: 0.9375rem;
}
.main-footer .site-info a {
  color: #bfbfbf;
}
.main-footer .site-info a:hover {
  color: #f8981d;
}

@media (min-width: 768px) {
  .payments-icon ul,
  .social-icon,
  .footer-links-menu {
    list-style: none;
    text-align: right;
  }
}
.footer-links-menu {
  padding-top: 8px;
}

.payments-icon ul li,
.footer-links-menu li {
  list-style: none;
  display: inline-block;
  text-transform: capitalize;
}

.payments-icon ul li {
  padding: 0 0.625rem;
}

.footer-links-menu li a {
  color: #555;
  font-weight: 500;
}
.footer-links-menu li a:hover {
  color: #333;
}

.f-inner .f-sidebar:last-child .widget h4.widget-title {
  color: #555;
}
.f-inner .f-sidebar:last-child .widget h4.widget-title:after {
  background-color: #555;
}

.sub-footer .widget ul li a {
  color: #888;
}
.sub-footer .widget ul li a:hover {
  color: #555;
}

/*social icon*/
.social-icon a {
  padding: 0 0.625rem;
}

.f-bottom .site-info {
  padding: 1.5625rem 0.9375rem;
  position: relative;
}
.f-bottom .site-info.t_c {
  padding: 1.25rem 0.9375rem;
}

.footer-links-menu li a:after,
.site-footer .site-title:after {
  content: "|";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.3125rem 0 0.5rem;
}

.footer-links-menu li:last-child a:after {
  content: "";
}

/*flickr, instagram widgets*/
.site-footer .flickr-widget ul li {
  display: initial;
  border: 0;
}

.site-footer .flickr-widget ul li img {
  margin: 0.1875rem;
}

.site-footer .flickr-widget ul li img:hover {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out .3s;
  transition: opacity .5s ease-out .3s;
}

.site-footer .flickr-widget ul li:hover {
  padding: 0;
}

/*footer layout 1*/
.site-footer .main-footer {
  padding: 0;
}
.site-footer .main-footer .site-info {
  padding: 1.875rem 0;
}
.site-footer .main-footer .info-right-wrap {
  padding: 0.625rem 0;
}

@media (max-width: 767px) {
  .main-footer [class*=" col-"] .site-info {
    padding-top: 0.3125rem;
  }

  .site-footer .main-footer .info-right-wrap {
    padding-top: 1.5625rem;
  }
}
/*footer o2*/
.site-footer.layout2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-footer.layout2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.site-footer.layout2 .f-bottom {
  border-top: 1px solid currentColor;
}

.site-footer.layout2 .main-footer {
  background: transparent;
  border-top: 0.0625rem solid currentColor;
  position: relative;
}

/*footer parallux*/
.has-footer-parallax #piko-content {
  position: relative;
  z-index: 1;
  margin-bottom: 28.125rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6.5625rem 5.625rem -5.625rem;
}

.footer-parallax .footer-perallx-wrap {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.has-footer-parallax .footer-perallx-wrap .sub-footer,
.has-footer-parallax .footer-perallx-wrap .main-footer,
.has-footer-parallax .footer-perallx-wrap .site-info {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.7s ease-in;
}

.has-footer-parallax.fp_show .footer-perallx-wrap .sub-footer,
.has-footer-parallax.fp_show .footer-perallx-wrap .main-footer,
.has-footer-parallax.fp_show .footer-perallx-wrap .site-info {
  display: flex;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 991px) {
  .footer-parallax .footer-perallx-wrap {
    position: inherit;
  }

  .has-footer-parallax .site-inner {
    margin-bottom: 0 !important;
    box-shadow: inherit;
  }
}
.site-footer.layout2 .footer-perallx-wrap .f-bottom,
.site-footer.layout2 .footer-perallx-wrap .main-footer {
  border-top: 1px solid #e5e5e5;
  position: relative;
}

/*fix page boxed float*/
.theme_float .site-footer.layout2 .footer-perallx-wrap .f-bottom {
  bottom: 1.875rem;
}

/*footer inner*/
.site-footer:not(.layout2) .f-inner .f-sidebar.middle {
  background-color: #f9f9f9;
}
.site-footer:not(.layout2) .f-inner .f-sidebar:last-child {
  background-color: #f1f1f1;
}

.f-bottom {
  background-color: #e6e6e6;
}

.layout2 .f-bottom {
  background-color: rgba(230, 230, 230, 0.8);
}

/* -------- Scroll Top Button  -------*/
.scroll-top {
  display: inline-block;
  z-index: 80;
  margin-top: 1.5625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll-top span {
  font-size: 1.125rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  text-align: center;
  line-height: 2.5rem;
  background-color: #f8981d;
  border-radius: 0.25rem;
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.scroll-top {
  position: fixed;
  bottom: 2.90625rem;
  right: 2.5rem;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}

.scroll-top.fixed {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scroll-top span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 576px) {
  .scroll-top {
    bottom: 5.5rem;
    right: 0.9375rem;
  }
}
/*extra no neeed theme*/
.home6 .f-sidebar.has-bg-color {
  background-color: transparent;
}

/*--------------------------------------------------------------
# Hover effect
--------------------------------------------------------------*/
.img_zoom img,
.h_e1 img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.img_zoom:hover img,
.h_e1:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# plugin- font awesome
--------------------------------------------------------------*/
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

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

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

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

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/*--------------------------------------------------------------
# plugin- fontpiko p7 stock 
--------------------------------------------------------------*/
/*
 *  Font fontpiko v1.0 by themepiko 
 */
@font-face {
  font-family: 'fontpiko';
  src: url("assets/fonts/fontpiko.eot?32322373");
  src: url("assets/fonts/fontpiko.eot?32322373#iefix") format("embedded-opentype"), url("assets/fonts/fontpiko.woff2?32322373") format("woff2"), url("assets/fonts/fontpiko.woff?32322373") format("woff"), url("assets/fonts/fontpiko.ttf?32322373") format("truetype"), url("assets/fonts/fontpiko.svg?32322373#fontpiko") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 fontpiko;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-backward-arrow:before {
  content: '\e800';
}

.icon-book:before {
  content: '\e801';
}

.icon-camera:before {
  content: '\e802';
}

.icon-camera2:before {
  content: '\e803';
}

.icon-cart:before {
  content: '\e804';
}

.icon-cell-phone:before {
  content: '\e805';
}

.icon-cell-phone2:before {
  content: '\e806';
}

.icon-chat:before {
  content: '\e807';
}

.icon-checkmark:before {
  content: '\e808';
}

.icon-check-squre:before {
  content: '\e809';
}

.icon-city:before {
  content: '\e80a';
}

.icon-clean:before {
  content: '\e80b';
}

.icon-clip:before {
  content: '\e80c';
}

.icon-coffee-shop:before {
  content: '\e80d';
}

.icon-compare:before {
  content: '\e80e';
}

.icon-computer:before {
  content: '\e80f';
}

.icon-computer2:before {
  content: '\e810';
}

.icon-computer-monitor:before {
  content: '\e811';
}

.icon-computer-screen:before {
  content: '\e812';
}

.icon-cross1:before {
  content: '\e813';
}

.icon-cross2:before {
  content: '\e814';
}

.icon-cross3:before {
  content: '\e815';
}

.icon-dinner:before {
  content: '\e816';
}

.icon-dinner2:before {
  content: '\e817';
}

.icon-dj:before {
  content: '\e818';
}

.icon-drayer:before {
  content: '\e819';
}

.icon-envalop:before {
  content: '\e81a';
}

.icon-envalop2:before {
  content: '\e81b';
}

.icon-envalop3:before {
  content: '\e81c';
}

.icon-envalop4:before {
  content: '\e81d';
}

.icon-eye:before {
  content: '\e81e';
}

.icon-flag:before {
  content: '\e81f';
}

.icon-food:before {
  content: '\e820';
}

.icon-gift-box:before {
  content: '\e821';
}

.icon-globe:before {
  content: '\e822';
}

.icon-grid:before {
  content: '\e823';
}

.icon-grid-squre:before {
  content: '\e824';
}

.icon-gym:before {
  content: '\e825';
}

.icon-headphone:before {
  content: '\e826';
}

.icon-headphone2:before {
  content: '\e827';
}

.icon-heart:before {
  content: '\e828';
}

.icon-info:before {
  content: '\e829';
}

.icon-iron:before {
  content: '\e82a';
}

.icon-kitchen-pack:before {
  content: '\e82b';
}

.icon-kitchen-pack2:before {
  content: '\e82c';
}

.icon-kitchen-pack3:before {
  content: '\e82d';
}

.icon-lens:before {
  content: '\e82e';
}

.icon-lifeguard:before {
  content: '\e82f';
}

.icon-line3:before {
  content: '\e830';
}

.icon-line3-1:before {
  content: '\e831';
}

.icon-list:before {
  content: '\e832';
}

.icon-list2:before {
  content: '\e833';
}

.icon-location1:before {
  content: '\e834';
}

.icon-location2:before {
  content: '\e835';
}

.icon-location3:before {
  content: '\e836';
}

.icon-location4:before {
  content: '\e837';
}

.icon-location5:before {
  content: '\e838';
}

.icon-lock:before {
  content: '\e839';
}

.icon-lock2:before {
  content: '\e83a';
}

.icon-lock3:before {
  content: '\e83b';
}

.icon-logotype:before {
  content: '\e83c';
}

.icon-memory-stick:before {
  content: '\e83d';
}

.icon-microphone:before {
  content: '\e83e';
}

.icon-music:before {
  content: '\e83f';
}

.icon-pencil:before {
  content: '\e840';
}

.icon-postcode:before {
  content: '\e841';
}

.icon-printer:before {
  content: '\e842';
}

.icon-quote:before {
  content: '\e843';
}

.icon-search:before {
  content: '\e844';
}

.icon-setting2:before {
  content: '\e845';
}

.icon-settings:before {
  content: '\e846';
}

.icon-sew:before {
  content: '\e847';
}

.icon-socket:before {
  content: '\e848';
}

.icon-sound:before {
  content: '\e849';
}

.icon-star:before {
  content: '\e84a';
}

.icon-start2:before {
  content: '\e84b';
}

.icon-suitcase:before {
  content: '\e84c';
}

.icon-suitcase2:before {
  content: '\e84d';
}

.icon-technology:before {
  content: '\e84e';
}

.icon-technology2:before {
  content: '\e84f';
}

.icon-technology3:before {
  content: '\e850';
}

.icon-telephone:before {
  content: '\e851';
}

.icon-telephone2:before {
  content: '\e852';
}

.icon-telephone3:before {
  content: '\e853';
}

.icon-telephone4:before {
  content: '\e854';
}

.icon-truck:before {
  content: '\e855';
}

.icon-t-shirt:before {
  content: '\e856';
}

.icon-tv:before {
  content: '\e857';
}

.icon-user:before {
  content: '\e858';
}

.icon-user2:before {
  content: '\e859';
}

.icon-wishlist:before {
  content: '\e85a';
}

.icon-word2:before {
  content: '\e85b';
}

.icon-world:before {
  content: '\e85c';
}

.icon-angle-left:before {
  content: '\e85d';
}

.icon-angle-right:before {
  content: '\e85e';
}

.icon-armchair:before {
  content: '\e85f';
}

.icon-arrow-left:before {
  content: '\e860';
}

.icon-arrow-left2:before {
  content: '\e861';
}

.icon-arrow-long-left:before {
  content: '\e862';
}

.icon-arrow-long-right:before {
  content: '\e863';
}

.icon-arrow-right:before {
  content: '\e864';
}

.icon-arrow-right2:before {
  content: '\e865';
}

.icon-arrow-long-left.up:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@font-face {
  font-family: 'fontpiko2';
  src: url("assets/fonts/fontpiko2.eot?32322373");
  src: url("assets/fonts/fontpiko2.eot?32322373#iefix") format("embedded-opentype"), url("assets/fonts/fontpiko2.woff2?32322373") format("woff2"), url("assets/fonts/fontpiko2.woff?32322373") format("woff"), url("assets/fonts/fontpiko2.ttf?32322373") format("truetype"), url("assets/fonts/fontpiko2.svg?32322373#fontpiko2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-piko-"]:before, [class*=" icon-piko-"]:before {
  font-family: fontpiko2;
}

.icon-piko-cart:before {
  content: '\e800';
}

.icon-piko-basket:before {
  content: '\e801';
}

.icon-piko-basket-alt:before {
  content: '\e802';
}

.icon-piko-bullhorn:before {
  content: '\e803';
}

.icon-piko-tablet:before {
  content: '\e804';
}

.icon-piko-shop:before {
  content: '\e805';
}

.icon-piko-t-shirt:before {
  content: '\e806';
}

.icon-piko-diamond:before {
  content: '\e807';
}

.icon-piko-money:before {
  content: '\e808';
}

.icon-piko-truck:before {
  content: '\e809';
}

.icon-piko-gift:before {
  content: '\e80a';
}

.icon-piko-compre:before {
  content: '\e80c';
}

.icon-piko-spin4:before {
  content: '\e834';
}

.icon-piko-spin5:before {
  content: '\e838';
}

.icon-piko-spin6:before {
  content: '\e839';
}

.icon-piko-crown:before {
  content: '\e844';
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("assets/fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("assets/fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
  content: "\e6aa";
}

.pe-7s-arc:before {
  content: "\e6ab";
}

.pe-7s-back-2:before {
  content: "\e6ac";
}

.pe-7s-bandaid:before {
  content: "\e6ad";
}

.pe-7s-car:before {
  content: "\e6ae";
}

.pe-7s-diamond:before {
  content: "\e6af";
}

.pe-7s-door-lock:before {
  content: "\e6b0";
}

.pe-7s-eyedropper:before {
  content: "\e6b1";
}

.pe-7s-female:before {
  content: "\e6b2";
}

.pe-7s-gym:before {
  content: "\e6b3";
}

.pe-7s-hammer:before {
  content: "\e6b4";
}

.pe-7s-headphones:before {
  content: "\e6b5";
}

.pe-7s-helm:before {
  content: "\e6b6";
}

.pe-7s-hourglass:before {
  content: "\e6b7";
}

.pe-7s-leaf:before {
  content: "\e6b8";
}

.pe-7s-magic-wand:before {
  content: "\e6b9";
}

.pe-7s-male:before {
  content: "\e6ba";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-next-2:before {
  content: "\e6bc";
}

.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

.pe-7s-pendrive:before {
  content: "\e6be";
}

.pe-7s-photo:before {
  content: "\e6bf";
}

.pe-7s-piggy:before {
  content: "\e6c0";
}

.pe-7s-plugin:before {
  content: "\e6c1";
}

.pe-7s-refresh-2:before {
  content: "\e6c2";
}

.pe-7s-rocket:before {
  content: "\e6c3";
}

.pe-7s-settings:before {
  content: "\e6c4";
}

.pe-7s-shield:before {
  content: "\e6c5";
}

.pe-7s-smile:before {
  content: "\e6c6";
}

.pe-7s-usb:before {
  content: "\e6c7";
}

.pe-7s-vector:before {
  content: "\e6c8";
}

.pe-7s-wine:before {
  content: "\e6c9";
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}

/*--------------------------------------------------------------
# magnific-popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/* ---------------------------------------------------
 breadcrumb
------------------------------------------------------*/
.woocommerce-breadcrumb {
  margin: 1.25rem 0 1.25rem;
  font-size: 0.9375rem;
}
.woocommerce-breadcrumb i {
  margin: 0 0.75rem;
}

.woocommerce-products-header .woocommerce-result-count {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  transform: translateY(-50%);
}
.woocommerce-products-header + .term-description {
  position: relative;
  margin-top: 0.4375rem;
}

.pikowc_header_image {
  width: 100%;
  height: 100%;
  background-position: 50% 0px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 1.875rem;
  min-height: 13.75rem;
  color: #fff;
}
.pikowc_header_image .page-title {
  color: #fff;
}
.pikowc_header_image .term-description {
  margin-bottom: 0;
  line-height: 1.3;
}
.pikowc_header_image .term-description p:last-child {
  margin-bottom: 0;
}
.pikowc_header_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.site-main .pikowc_header_image {
  overflow: hidden;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

[class*="has-sidebar-"] .pikowc_header_image .term-description {
  max-width: 25rem;
}

.pikowc_header_image .term-description {
  max-width: 34.375rem;
}

/*full width no bg*/
.header-wrapper + .woocommerce-products-header {
  text-align: center;
  padding: 5rem 0.9375rem 1.25rem;
  margin-bottom: 0;
}
.header-wrapper + .woocommerce-products-header .woocommerce-result-count {
  display: none;
}
.header-wrapper + .woocommerce-products-header .page-title {
  font-size: 3.4375rem;
}
.header-wrapper + .woocommerce-products-header + .term-description {
  max-width: 40.625rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -1.875rem;
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
}

.content-area:not([class*="has-sidebar-"]) .info {
  text-align: center;
}

/*full width with bg*/
.header-wrapper + .pikowc_header_image {
  text-align: center;
  padding-top: 6.25rem;
  padding-bottom: 6.5625rem;
}
.header-wrapper + .pikowc_header_image .woocommerce-result-count {
  display: none;
}
.header-wrapper + .pikowc_header_image .page-title {
  font-size: 3.4375rem;
}
.header-wrapper + .pikowc_header_image .term-description {
  margin-left: auto;
  margin-right: auto;
}

.pikowc_header_image + .row .sidebar {
  margin-top: 1.25rem;
}

.woocommerce-products-header .page-title:before {
  content: attr(data-title) "";
  font-weight: 600;
  position: absolute;
  font-size: 5.625rem;
  top: -0.9375rem;
  line-height: 1;
  opacity: 0.07;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

/* ---------------------------------------------------
 Grid list
------------------------------------------------------*/
.products-grid .list-content {
  display: none;
}

/* Product List */
@media (min-width: 767px) {
  .products-list .row {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .products-list .row .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 96.7%;
    margin: 0.9375rem;
    /*padding: rem-calc(15px);*/
    border-radius: 0.25rem;
    box-shadow: 0 0 1.3125rem #eee;
    overflow: hidden;
  }
  .products-list .row .product figure {
    min-height: 20rem;
  }
  .products-list .row .product .product-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .products-list .row .product .product-wrap .product-top {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0.9375rem;
    overflow: inherit;
  }
  .products-list .row .product .product-wrap .product-top > a {
    opacity: 1;
    visibility: visible;
    position: absolute;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, -50%);
    left: calc(50% + 30px);
    bottom: 1.875rem;
    text-align: center;
    border-radius: 2.5rem;
    border: 2px solid;
    background-color: transparent;
    color: #222;
  }
  .products-list .row .product .product-wrap .product-top > a:hover {
    background-color: #f8981d;
    border-color: #f8981d;
    color: #ffffff;
  }
  .products-list .row .product .product-wrap .product-top > a.wc-forward {
    font-weight: 500;
  }
  .products-list .row .product .product-wrap .product-middle {
    margin-top: -4.375rem;
    padding: 0.9375rem;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
  }
  .products-list .row .product .product-wrap .product-title {
    font-size: 1.125rem;
    max-width: 95%;
  }
  .products-list .row .product .product-wrap .list-content {
    margin-bottom: 1.25rem;
  }
  .products-list .row .product:first-child {
    margin-top: 0;
  }
  .products-list .product-wrap::after,
  .products-list .product:after {
    content: inherit;
  }
}
/* ---------------------------------------------------
 shop
------------------------------------------------------*/
.product-label {
  position: absolute;
  z-index: 2;
  padding: 0.25rem 0.625rem 0.3125rem;
  background-color: #f8981d;
  font-size: 0.875rem;
  color: #ffffff;
  /*border-top-right-radius: rem-calc(40px);*/
  border-bottom-right-radius: 0.625rem;
  top: 0;
  white-space: nowrap;
}
.product-label + .product-label:not(.quickview) {
  margin-top: 2.8125rem;
}

.product-label.outofstock {
  background-color: red;
}

/*for multi vendor*/
.product-label.vendor {
  right: 0;
  padding-left: 0.625rem;
  padding-right: 0.21875rem;
  border-radius: 2.5rem 0 0 2.5rem;
  max-width: 6.875rem;
  color: #727272;
  background-color: #eee;
}
.product-label.vendor:hover {
  color: #ffffff;
  background-color: #f8981d;
}

.product > .product-wrap:hover .product-label.vendor {
  display: block;
}

.product-middle .product-brand {
  font-size: 0.875rem;
  font-weight: 500;
}
.product-middle .product-brand .product_meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-middle .product-brand a {
  color: #878787;
}
.product-middle .product-brand a:hover {
  color: #f8981d;
}

.price:not(td) {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: #222;
}

.price del {
  text-decoration: line-through;
  color: #878787;
  font-size: 80%;
}

.price del + ins {
  margin-left: 0.3125rem;
  text-decoration: inherit;
}

.product-bottom .btn-action:not(.other) a {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  font-size: 0;
  text-align: center;
  font-weight: 600;
  padding: 0;
  border: 0;
  color: #777777;
  background-color: #eee;
  -webkit-transition: background 0.4s, border-radius 0.4s;
  transition: background 0.4s, border-radius 0.4s;
  padding-left: 0.125rem;
}
.product-bottom .btn-action:not(.other) a i {
  line-height: 2.5rem;
}

.add_to_cart_button.added {
  display: none !important;
}

.product-bottom .btn-action a.wc-forward {
  color: #ffffff;
  background-color: #f8981d;
}

.summary .single_add_to_cart_button:before,
.btn-action a:before {
  font: normal normal normal 16px/1 fontpiko;
  vertical-align: middle;
}

.btn-action.other .compare-btn.loading span {
  margin-left: 1.40625rem;
}

.btn-action.other .compare-btn i {
  top: 0.09375rem;
  left: 0.5625rem;
  margin: 0.09375rem -1.4375rem 0 0;
}

.summary .single_add_to_cart_button:before {
  content: '\e804';
}

.product-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-title a:hover {
  color: #000;
}

.product-wrap {
  background-color: #ffffff;
}
.product-wrap .product-title {
  margin: 0.9375rem 0 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}

.product-brand + .title-wrap .product-title {
  margin: 0.3125rem 0 0.5625rem;
}

.product-top .countdown-lastest {
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 12px;
  z-index: 20;
}

.products-list .product-top .countdown-lastest {
  right: -5px;
}

.countdown-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.countdown-row .countdown-section {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  margin: 0 0.3125rem;
  border-radius: 0.125rem;
}

.countdown-amount {
  font: 500 18px/1 sans-serif;
  color: #222;
}

.countdown-period {
  display: block;
  width: 100%;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1px;
  text-transform: uppercase;
  color: #222;
}

.countdown-section:not(:last-child):after {
  content: ':';
  font-size: 1.875rem;
  line-height: 1.875rem;
  position: absolute;
  left: calc(100% + 1.7px);
  top: 0.5625rem;
  color: #222;
  font-family: sans-serif;
}

.single-product .product-details .countdown-lastest {
  max-width: 20.625rem;
}

.star-rating {
  height: 0.875rem;
  line-height: 0.875rem;
  overflow: hidden;
  position: relative;
  width: 5.625rem;
  font-size: 0.875rem;
  color: #C5C6C8;
}

.star-rating::before {
  content: "\f006\f006\f006\f006\f006";
  display: inline-block;
  float: left;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 0.3125rem;
  position: absolute;
  top: 0;
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 0.8125rem;
  position: absolute;
  top: 0;
  color: #FFC000;
}

.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 0.3125rem;
  position: absolute;
  top: 0;
}

.btn-action.other {
  margin-top: 0.9375rem;
  padding: 0.625rem 0;
  border-top: 1px solid #eee;
  font-size: 0.8125rem;
  color: #555;
}
.btn-action.other .yith-wcwl-add-to-wishlist {
  padding-right: 0.625rem;
}
.btn-action.other .compare-btn {
  padding-left: 0.625rem;
}
.btn-action.other .compare-btn.added:before {
  font-size: 0.8125rem;
}
.btn-action.other .yith-wcwl-add-to-wishlist .ajax-loading {
  margin: 0.1875rem 0.4375rem 0 0;
  background-color: #ffffff;
}
.btn-action.other .yith-wcwl-add-to-wishlist i {
  margin-right: 0.4375rem;
}
.btn-action.other .compare-btn:before {
  padding-right: 0.4375rem;
}
.btn-action.other a {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products > .product {
  margin-bottom: 2.8125rem;
}

.product > .product-wrap {
  /*.quickview,*/
}
.product > .product-wrap:hover .product-label {
  display: none;
}

/*sale stock*/
.piko-stock .progress {
  border-radius: 0.9375rem;
  background-color: #eee;
  height: 0.9375rem;
  overflow: hidden;
}

.piko-stock .progress-bar {
  display: block;
  background-color: #f8981d;
  text-indent: -99999px;
  height: 100%;
  border-radius: 0.9375rem;
}

.product .btn-action.other {
  display: none;
}

article.product:hover .product-wrap .btn-action.other {
  display: -ms-flexbox;
  display: flex;
}

/*product rollover*/
.product-label.outofstock + figure .product-image img {
  opacity: 1;
}

.product-wrap:hover figure .product-image + .product-image {
  right: 0;
  left: 0;
  opacity: 0;
}

.product-wrap figure > .product-image img {
  width: 100%;
}

.product-wrap figure > .product-image {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.product-wrap figure .product-image + .product-image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.175, 1);
}

.product-wrap figure > .product-image + .product-image img {
  max-width: none;
}

/*for wpbakery/gutenbarg*/
.woocommerce[class*="columns-"] .products-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.woocommerce[class*="columns-"] .product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .woocommerce[class*="columns-"] .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woocommerce.columns-1 .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce.columns-2 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .woocommerce[class*="columns-"] .product {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .woocommerce.columns-1 .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce.columns-2 .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .woocommerce.columns-3 .product {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .woocommerce.columns-4 .product {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce.columns-5 .product {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .woocommerce.columns-6 .product {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/*mobile 2 cloumn*/
@media (max-width: 576px) {
  .sip.mobile .product:not(.slick-slide),
  .mobile[class*="columns-"] .product:not(.slick-slide) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sip.mobile .product-wrap .product-top a,
  .mobile[class*="columns-"] .product-wrap .product-top a {
    padding: 0;
    font-size: 0.875rem;
  }
  .sip.mobile .product-wrap .thumb_action,
  .mobile[class*="columns-"] .product-wrap .thumb_action {
    width: 2.1875rem;
  }
  .sip.mobile .product-wrap .product-top > a,
  .mobile[class*="columns-"] .product-wrap .product-top > a {
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .sip.mobile .product-wrap .btn-ac,
  .mobile[class*="columns-"] .product-wrap .btn-ac {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .sip.mobile .product-wrap .price:not(td),
  .mobile[class*="columns-"] .product-wrap .price:not(td) {
    font-size: 0.875rem;
  }
  .sip.mobile .product-wrap .star-rating,
  .mobile[class*="columns-"] .product-wrap .star-rating {
    display: none;
  }
  .sip.mobile .product-wrap:hover .vs_product_list,
  .mobile[class*="columns-"] .product-wrap:hover .vs_product_list {
    top: -2.875rem;
  }

  .sip.mobile .slick-slider,
  .sip.mobile .row,
  .mobile[class*="columns-"] .slick-slider,
  .mobile[class*="columns-"] .row {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
  .sip.mobile .product,
  .mobile[class*="columns-"] .product {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    margin-bottom: 1.875rem;
  }
  .sip.mobile .product-wrap .product-top > a,
  .mobile[class*="columns-"] .product-wrap .product-top > a {
    height: 1.875rem;
    line-height: 1.875rem;
  }

  .mobile .countdown-period {
    font-size: 0.625rem;
  }

  .mobile .product-top .countdown-lastest {
    left: 0.4375rem;
    bottom: 0.375rem;
  }

  .mobile .countdown-row .countdown-section {
    margin: 0 0.0625rem;
  }

  .mobile .countdown-section:not(:last-child):after {
    content: inherit;
  }
}
.page:not(.single-product) .woocommerce-Reviews {
  display: none !important;
}

/* ---------------------------------------------------
 product single
------------------------------------------------------*/
.product-single .col-md-7 .slick-slide {
  cursor: pointer;
}

@media (min-width: 576px) {
  .piko-nav .slick-slide:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .p_list .piko-slick-viewport,
  .left .row .product-label,
  .left .piko-thumb {
    margin-left: 5.625rem;
  }

  .type-tab-3.p_list:not(.thumb-right) .product-wrap {
    position: relative;
  }

  .type-tab-3.p_list:not(.thumb-right) .product-label {
    right: 5rem;
  }

  .thumb-right .piko-slick-viewport,
  .right .piko-thumb {
    margin-left: 0;
    margin-right: 5.625rem;
  }

  .right .piko-nav.slick-vertical img,
  .left .piko-nav.slick-vertical img {
    width: 5rem;
  }

  .slick-thumb.left,
  .right .piko-nav.slick-vertical,
  .left .piko-nav.slick-vertical {
    position: absolute;
    max-width: 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  [class*="has-sidebar-"] .piko-nav.slick-vertical {
    top: 0;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .thumb-right .slick-thumb.left {
    right: 0.625rem;
  }

  .right .piko-nav.slick-vertical {
    right: 0;
  }

  .sticky .woocommerce-product-gallery__image {
    margin-bottom: 1.875rem;
  }

  .bottom .piko-nav.slick-slider {
    max-width: 28.75rem;
    margin: 0.9375rem auto;
    left: 0.4375rem;
  }
}
.gallery-less .thumb-right .piko-slick-viewport,
.right .gallery-less .piko-thumb {
  margin-right: 0;
}

.left .row .gallery-less .product-label,
.left .gallery-less .piko-thumb {
  margin-left: 0;
}

@media (max-width: 576px) {
  .right .piko-nav,
  .left .piko-nav {
    margin-top: 0.625rem;
  }

  .piko-nav .slick-slide:not(:last-child) {
    margin-right: 0.9375rem;
  }

  .piko-nav {
    margin-bottom: 1.25rem;
  }

  .sticky .woocommerce-product-gallery__image {
    margin-bottom: 0.9375rem;
  }
}
.product-single .woocommerce-product-gallery__image .zoomImg {
  cursor: crosshair;
}

/*super zoom*/
.product-single:not(.right) .woocommerce-product-gallery {
  position: relative;
}

.product-single.right .piko-embed,
.product-single.right .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 6.5625rem;
}

.product-single .piko-embed,
.woocommerce-product-gallery.piko-lightbox-img a:before {
  position: absolute;
  z-index: 2;
  padding: 0.3125rem 0.625rem;
  background-color: #f8981d;
  font-size: 0.875rem;
  color: #ffffff;
  border-bottom-left-radius: 0.625rem;
  right: 0;
}

.product-single .piko-embed {
  right: 0.9375rem;
  padding-left: 1.125rem;
  line-height: inherit;
}

.product-single .piko-video + .woocommerce-product-gallery.piko-lightbox-img a:before {
  margin-top: 2.6875rem;
}

.woocommerce-product-gallery.piko-lightbox-img a:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 0.9375rem;
  color: #ffffff;
}

.woocommerce-product-gallery .piko-nav .slick-slide img,
.woocommerce-product-gallery:not(.quick-view-thumb) .piko-thumb {
  border: 1px solid #f0eded;
  overflow: hidden;
}

.slick-thumb img.slick-current,
.woocommerce-product-gallery .piko-nav .slick-current img {
  transition: all 0.2s ease;
  border-bottom-color: #f8981d;
}

/*summary*/
.type-product ol,
.type-product ul {
  margin: 0;
  padding: 0;
}
.type-product ul ul, .type-product ol ul, .type-product ul ol, .type-product ol ol {
  padding-left: 1.25rem;
}

.product-details {
  max-width: 40.625rem;
}
.product-details .product_title {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.3;
}
.product-details .product_title + .woocommerce-product-rating {
  margin-top: 0.625rem;
}
.product-details .price {
  margin: 0 0 0.9375rem;
  font-weight: 600;
}
.product-details .price > .amount {
  color: #444;
}
.product-details .woocommerce-product-rating + .price {
  margin-top: 0.9375rem;
}
.product-details .woocommerce-review-link {
  font-size: 0.875rem;
}
.product-details .woocommerce-review-link:before {
  content: '|';
  margin-left: 0.375rem;
  margin-right: 0.5rem;
  color: #c2c2c2;
}
.product-details .btn-details-action {
  max-width: 34.375rem;
  margin-bottom: 0.9375rem;
}
.product-details .btn-details-action table {
  margin: 0 0 1.5625rem;
}
.product-details .btn-details-action table td {
  line-height: 1;
}
.product-details .btn-details-action .quantity:not(.hidden) + .button {
  margin-left: 0.625rem;
}
.product-details .btn-details-action .compare,
.product-details .btn-details-action .yith-wcwl-add-to-wishlist {
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  text-align: center;
  padding: 0;
  letter-spacing: 0;
  margin-left: 0.625rem;
  border: 1px solid #222;
}
.product-details .btn-details-action .compare:before {
  content: "\f074";
  font-family: "FontAwesome";
  font-size: 1.125rem;
}
.product-details .btn-details-action .yith-wcwl-add-to-wishlist i {
  text-align: center;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
}
.product-details .btn-details-action .yith-wcwl-add-to-wishlist .ajax-loading {
  width: auto !important;
  height: auto !important;
  border-radius: 0.625rem;
  color: #222;
  top: 0;
  left: 0.625rem;
}
.product-details .product_meta .posted_in,
.product-details .product_meta .tagged_as,
.product-details .product_meta .sku_wrapper {
  display: block;
}
.product-details .social-icons,
.product-details .countdown-lastest {
  margin-top: 1.875rem;
}
.product-details .button {
  padding: 0 1.375rem;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  background-color: #f8981d;
  border-color: #f8981d;
}
.product-details .button:hover {
  opacity: 0.8;
}
.product-details .single_add_to_cart_button:before {
  vertical-align: initial;
  padding-right: 0.625rem;
}
.product-details .added_to_cart.wc-forward {
  display: inline-block;
  line-height: 2.25rem;
  border: 2px solid #f8981d;
  padding: 0 1.375rem;
  margin-left: 0.625rem;
  background: #f8981d;
  color: #ffffff;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.product-details .guide-wrap a + a {
  padding-left: 1.25rem;
}

a.added_to_cart.wc-forward:before {
  font: normal normal normal 16px/1 fontpiko;
  vertical-align: initial;
  content: "\e808";
  padding-right: 0.3125rem;
}

.product-details .btn-details-action .cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/*product veriasiton*/
.product-details .btn-details-action .stock {
  font-weight: 500;
  text-transform: capitalize;
}

.product-details .btn-details-action .out-of-stock {
  text-transform: uppercase;
  border: 1px dotted #ccc;
  text-align: center;
  padding: 0.625rem;
}

.quantity.hidden {
  display: none;
}

.product-type-variable .product-details .cart {
  ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.product-type-variable .product-details .cart .variations_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.product-type-variable .product-details .cart .woocommerce-variation-price .price {
  display: block;
  margin: 0 0 1.875rem;
}
.product-type-variable .product-details .cart table {
  border: none;
}
.product-type-variable .product-details .cart table td {
  border-width: 0;
  padding: 0 0 0.9375rem;
}
.product-type-variable .product-details .cart table td label {
  text-transform: capitalize;
  color: #222;
}
.product-type-variable .product-details .cart table td:last-child {
  padding: 0 0 0.625rem;
}
.product-type-variable .product-details .cart .variations:not(table) .reset_variations {
  margin-left: 0.9375rem;
}

/*group product*/
.product-type-grouped .product-details .cart {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.product-type-grouped .product-details .cart .group_table {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-type-grouped .group_table .quantity .qty-wrap a {
  top: 0.8125rem;
}
.product-type-grouped .group_table a {
  font-size: 0.9375rem;
}

div:not([class*="has-sidebar-"]) .product-type-grouped .product-details .cart td.label {
  min-width: 12.5rem;
}

.product-single .piko-carousel .product-ratings-desc {
  display: none;
}

.woocommerce-tabs + .related {
  margin-top: 3.125rem !important;
}

/*tabs*/
.tabs li a {
  position: relative;
  border-bottom: 2px solid #ddd;
  line-height: 1.1;
  margin: 0 1.25rem;
  padding-bottom: 0.75rem;
  color: #878787;
}
.tabs li a.active {
  color: #222;
  border-color: #222;
}
.tabs li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.125rem;
  width: 0;
  height: 0.125rem;
  background-color: #222;
  transition: all .48s;
  -webkit-transition: all .48s;
}
.tabs li a:hover:after {
  left: 0;
  width: 100%;
}
.tabs li.active a {
  color: #222;
  border-color: #222;
}

@media (max-width: 767px) {
  .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }

  .tabs li a {
    font-size: 0.9375rem;
  }

  .tabs li:nth-child(n+3) a {
    margin-top: 0.9375rem;
  }
}
[class*="-start"] li:first-child a {
  margin-left: 0;
}

/*accordion*/
.tabs-accordion .wc-tabs li:first-child a {
  border-top: 2px solid #ddd;
}
.tabs-accordion .wc-tabs li a {
  padding: 0.9375rem 0;
  border-bottom: 2px solid #ddd;
}
.tabs-accordion .wc-tabs .active a {
  border-color: #222;
}
.tabs-accordion .shop_attributes {
  margin-top: 0.3125rem;
}
.tabs-accordion .woocommerce-Reviews .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-Reviews .commentlist p {
  margin-bottom: 0;
}
.woocommerce-Reviews .commentlist .meta {
  margin-top: 0.3125rem;
}
.woocommerce-Reviews .commentlist .comment-text {
  padding: 1.5625rem;
}

/*comment form*/
div[class*="has-sidebar-"] #reviews .row > .col-lg-7 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  div[class*="has-sidebar-"] #reviews .row > .col-lg-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-top: 1.25rem;
  }
}
.woocommerce-tabs .entry-content > h2:first-child {
  display: none;
}

.woocommerce-tabs .wc-tabs {
  bottom: -0.0625rem;
  z-index: 2;
}

.wc-tabs li a {
  border-color: transparent;
}

.woocommerce-tabs .wc-tab {
  border: 1px solid #e5e5e5;
  border-radius: 1.25rem;
  padding: 1.875rem 1.875rem 1.5625rem;
}

.wc-tab table {
  border-width: 1px 0 0;
}
.wc-tab table, .wc-tab th, .wc-tab td {
  border-style: dotted;
}
.wc-tab th {
  border-width: 0 0 1px 0;
}
.wc-tab td {
  border-width: 0 0 1px 0;
}
.wc-tab th, .wc-tab td {
  padding: 0.3125rem 0.9375rem 0.375rem;
}

.wc-tab:not(#tab-additional_information) tr:first-child td {
  width: 60%;
}

@media (max-width: 576px) {
  .wc-tab table {
    overflow: scroll;
    display: block;
  }
}
#reviews .woocommerce-Reviews-title {
  margin: 0;
  font-size: 1.125rem;
}

#reviews .comment-reply-title {
  color: #222;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0.4375rem;
}

#reviews .comment-respond {
  margin-top: 0;
}

#reviews .commentlist li {
  margin-top: 1.25rem;
}

#reviews .commentlist li:first-child {
  margin-top: 0.9375rem;
}

#tab-reviews .comment-form-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}

#tab-reviews .comment-form-rating label {
  margin-right: 1.25rem;
  white-space: nowrap;
}

.comment-form-rating .stars {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

#reviews .comment-text .star-rating {
  top: 0.375rem;
}

#review_form .stars span {
  float: left;
  font-size: 0.8125rem;
  height: 0.75rem;
  letter-spacing: 0.3125rem;
  line-height: normal;
  position: relative;
  width: 5.0625rem;
  color: #c2c2c2;
}

#review_form .stars > span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
}

#review_form #commentform .stars > span a {
  float: left;
  height: 0;
  left: 0;
  line-height: normal;
  overflow: hidden;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  top: 0;
}

#review_form #commentform .stars > span a:hover::before,
#review_form #commentform .stars > span a.active::before {
  color: #ffc000;
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
}

#review_form #commentform .stars span a.star-1 {
  width: 1rem;
  z-index: 10;
}

#review_form #commentform .stars span a.star-2 {
  width: 2rem;
  z-index: 9;
}

#review_form #commentform .stars span a.star-3 {
  width: 3rem;
  z-index: 8;
}

#review_form #commentform .stars span a.star-4 {
  width: 4rem;
  z-index: 7;
}

#review_form #commentform .stars span a.star-5 {
  width: 5rem;
  z-index: 6;
}

@media (max-width: 991px) {
  #review_form {
    margin-top: 1.875rem;
  }
}
.single-product .product-ratings-desc {
  display: none;
}

/*light box*/
.pswp__bg {
  opacity: 0.8 !important;
}

#tab-more_seller_product .row:after,
#tab-more_seller_product .row:before {
  content: inherit;
}

#tab-more_seller_product .row {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1f;
}

@media (min-width: 768px) {
  #tab-more_seller_product .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  #tab-more_seller_product .row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .has-sidebar-right #tab-more_seller_product .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #tab-more_seller_product .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .has-sidebar-right #tab-more_seller_product .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* ---------------------------------------------------
 product layout
------------------------------------------------------*/
.product:hover > .product-wrap .btn-action:not(.other) a {
  color: #ffffff;
  background-color: #f8981d;
}

@media (min-width: 768px) {
  .products-list .product:hover > .pl-1 {
    margin-left: -0.9375rem;
    padding-left: 0;
    padding-right: 0;
    box-shadow: inherit;
  }
}
@media (max-width: 576px) {
  .product-wrap figure {
    text-align: center;
  }

  .product-wrap:after {
    content: inherit !important;
  }
}
/*plugins button*/
.btn-ac .fa-spinner {
  top: 0.8125rem;
  left: 0.8125rem;
  color: #222;
}

.product-wrap:hover .countdown-lastest,
.yith-wcwl-add-button.loading .add_to_wishlist,
.btn-ac.compare-btn.loading i + i,
.btn-ac.compare-btn.dn,
.btn-ac.compare-btn .fa {
  display: none;
}

.btn-ac.compare-btn.loading .fa {
  display: block;
}

.thumb_action .btn-ac {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  display: inline-block;
  margin: 0.3125rem;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 250ms ease-out;
}
.thumb_action .btn-ac:hover {
  background-color: #f8981d;
  color: #ffffff;
}
.thumb_action .btn-ac:hover a, .thumb_action .btn-ac:hover i {
  color: #ffffff;
}

.thumb_action {
  z-index: 10;
  width: 60px;
  right: 0.625rem;
  bottom: 0.9375rem;
}

.product-top > a + .thumb_action {
  bottom: 3.125rem;
}

.thumb_action .btn-ac {
  opacity: 0;
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  transition-delay: 50ms;
}

.thumb_action .btn-ac {
  transition-delay: 100ms;
}

.thumb_action .btn-ac + .btn-ac {
  transition-delay: 150ms;
}

.thumb_action .btn-ac + .btn-ac + .btn-ac {
  transition-delay: 200ms;
}

.thumb_action .btn-ac + .btn-ac + .btn-ac + .btn-ac {
  transition-delay: 250ms;
}

.product-wrap:hover .thumb_action .btn-ac {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*cart button*/
.product-top figure {
  margin-bottom: 0;
}

.product-top > a.wc-forward,
.product-top > a.button {
  position: absolute;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  width: 100%;
  border: 0;
  background-color: #222;
  border-radius: 0;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  visibility: hidden;
  transition: all 250ms ease-out;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
}

.product-top > a.wc-forward {
  height: 2.5rem;
  line-height: 2.25rem;
  font-size: 0.875rem;
}

.product-wrap:hover .product-top > a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.product-top > a.button i {
  position: relative;
  right: 0.625rem;
  vertical-align: middle;
}

/* ---------------------------------------------------
 mini cart
------------------------------------------------------*/
.header-actions .badges,
.header-actions .cart-items {
  font-size: 0.625rem;
  position: absolute;
  min-width: 0.875rem;
  min-height: 0.875rem;
  padding: 0.125rem 0.125rem 0.125rem 0.1875rem;
  line-height: 0.59375rem;
  text-align: center;
  background: #f8981d;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -0.375rem;
  margin-left: -0.3125rem;
  font-weight: 500;
}

.header-actions .layout-two .badges {
  margin-left: 0;
}

.header-actions .layout-two .icon-piko-cart {
  font-size: 1.6875rem;
}

.header-actions .layout-two .cart-items {
  margin-top: -0.3125rem;
}

@media (min-width: 768px) {
  .cart-button + .login-button .piko-dropdown {
    right: -1.625rem;
  }
}
@media (max-width: 991px) {
  .piko-dropdown {
    right: -1.625rem;
  }
}
.piko-dropdown {
  position: absolute;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  z-index: 999;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.header-actions li.open > .piko-dropdown, .header-actions li:hover > .piko-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.piko-dropdown {
  left: 0;
  right: 0;
  padding: 1.0625rem 1.1875rem 1.8125rem;
  width: auto;
}

@media (min-width: 768px) {
  .piko-dropdown {
    left: auto;
    width: 21.875rem;
  }
}
@media (min-width: 768px) {
  .container-fluid .header-actions .ul-no {
    margin-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .container-fluid .header-actions .ul-no {
    margin-right: 0.625rem;
  }
}
/*paypel mini cart*/
.wcppec-cart-widget-button {
  display: block;
  text-align: center;
}

.cart-button .piko-dropdown {
  padding-right: 0;
}

.cart-button .cart_list.product_list_widget {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 25rem;
  margin-bottom: 1.25rem !important;
}

.cart-button .product_list_widget li:first-child a:not(.remove),
.cart-button p.buttons,
.cart-button .product_list_widget li {
  padding-right: 0.9375rem;
}

@media (max-width: 767px) {
  .site-header .header-actions > ul > li {
    position: static;
  }

  .piko-dropdown {
    top: inherit;
    right: 0;
  }

  .cart-button .cart_list.product_list_widget {
    max-height: 12.5rem;
  }
}
/*need help*/
.piko-dropdown.need-help {
  font-size: 0.78125rem;
  width: auto;
  min-width: 11.875rem;
  max-width: 20rem;
}

.need-help .link a {
  display: block;
}

@media (min-width: 992px) {
  .piko-dropdown.need-help {
    left: 0;
  }
}
/* --------------------- */
/* widgets               */
/* --------------------- */
/* Shopping cart */
.product_list_widget li a.remove {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 5.625rem;
  color: #ffffff;
  opacity: 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
  font-size: 2.1875rem;
  font-weight: 400;
  text-shadow: 0 2px 1px black;
}

.product_list_widget li:hover a.remove {
  opacity: 1;
}

.widget_shopping_cart .product_list_widget li:hover a img {
  opacity: 0.8;
}

.widget.woocommerce .product_list_widget li:after {
  content: '';
  display: table;
  clear: both;
}

.widget.woocommerce .product_list_widget li img {
  position: relative;
  float: left;
  max-width: 5rem;
  border: 1px solid #eae9e9;
  margin-right: 1.25rem;
}

@media (min-width: 1200px) {
  .widget.woocommerce .product_list_widget li img {
    max-width: 5.625rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid .widget.woocommerce .product_list_widget li img {
    max-width: 7.5rem;
    margin-right: 1.4375rem;
  }
}
.product_list_widget {
  margin: 0 !important;
  padding: 0;
}

.widget_shopping_cart .product_list_widget li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 5.625rem;
  height: auto;
  border: 1px solid #eae9e9;
}

.product_list_widget li {
  white-space: normal;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 5.625rem;
  margin-bottom: 0.625rem;
  list-style: none;
}

.widget-title + .product_list_widget li:first-child {
  margin-top: 0.5rem;
}

.widget_shopping_cart .product_list_widget li a {
  border: none;
  padding: 0;
}

.product_list_widget span.quantity {
  color: #222;
}

.product_list_widget li.empty {
  padding: 1.25rem 0 0;
  text-align: center;
  min-height: 0.0625rem;
}

.product_list_widget li:last-child {
  border: 0;
}

.product_list_widget li a .product-title {
  font-size: 0.91875rem;
  line-height: 1.6;
  max-height: 2.94rem;
  margin-bottom: 0.4375rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.widget_shopping_cart .product_list_widget li a:not(.remove) {
  padding-left: 6.5625rem;
  line-height: 1.23;
  max-height: 2.46rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget_shopping_cart .product_list_widget .product-sku {
  color: #888;
  padding-left: 0.625rem;
}

.widget_shopping_cart .product_list_widget .quantity {
  padding-left: 6.5625rem;
  top: 0.625rem;
}

.widget_shopping_cart .product_list_widget .variation {
  line-height: 1;
}

.widget_shopping_cart .product_list_widget .variation + .quantity {
  top: 0;
}

.product_list_widget span.amount {
  display: inline-block;
  color: #222;
}

.product_list_widget del span.amount {
  color: #777777;
  font-weight: normal;
  text-decoration: line-through;
}

.product_list_widget .variation {
  font-size: 80%;
  padding-left: 6.6875rem;
  margin: 0;
}

.product_list_widget .variation p {
  margin: 0.3125rem 0 0;
}

.product_list_widget .variation + .quantity {
  padding-top: 0.3125rem;
}

.product_list_widget .variation dt, .product_list_widget .variation dd {
  display: inline-block;
}

.product_list_widget .variation dt {
  font-weight: 500;
}

.product_list_widget .variation dd {
  margin: 0 0 0 0.3125rem;
}

.product_list_widget .star-rating {
  font-size: 80%;
  margin-top: 0.3125rem;
  margin-bottom: 0.5rem;
}

.product_list_widget .reviewer {
  font-size: 70%;
  text-transform: uppercase;
}

/*widgets shopping cart*/
.widget_shopping_cart_content p.total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0.9375rem 1.125rem 0 0;
  text-transform: uppercase;
}

.widget_shopping_cart_content p.total strong {
  letter-spacing: 0.04em;
}

.widget_shopping_cart_content p.total .amount {
  font-weight: 500;
  font-size: 1.125rem;
  color: #444;
}

.widget_shopping_cart_content p.buttons {
  margin: 0;
}

.widget_shopping_cart_content a.button, .widget_shopping_cart_content button.button, .widget_shopping_cart_content input.button {
  border: 0;
  padding: 0;
  display: block;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  line-height: 2.5rem;
}

.widget_shopping_cart_content .buttons > a.button, .widget_shopping_cart_content .buttons > button.button, .widget_shopping_cart_content .buttons > input.button {
  background-color: #c2c2c2;
}

.widget_shopping_cart_content .buttons > a.button + a.button, .widget_shopping_cart_content .buttons > button.button + a.button, .widget_shopping_cart_content .buttons > input.button + a.button {
  background-color: #f8981d;
}

.widget_shopping_cart_content .buttons > a.button + a.button:hover {
  opacity: 0.8;
}

.widget_shopping_cart_content .buttons a {
  margin-top: 0.625rem;
}

.cart-empty,
.return-to-shop {
  text-align: center;
}

.wc-backward {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #f8981d;
}

.cart-empty {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #555;
  margin: 2.5rem 0 0.3125rem;
}

.return-to-shop {
  margin-top: 0.625rem;
  margin-bottom: 6.25rem;
}

.cart-empty:before,
.woocommerce-mini-cart__empty-message:before {
  font-family: 'fontpiko2';
  content: '\e800';
  position: relative;
  font-size: 6.25rem;
  display: block;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
}
.woocommerce-mini-cart__empty-message:before {
  font-size: 4rem;
  margin-top: 0.625rem;
}

.woocommerce-mini-cart__empty-message.wishlist:before,
.wishlist-empty .cart-empty:before {
  font-family: 'fontpiko';
  content: '\e828';
}

.compare-empty .cart-empty:before {
  content: '\e80c';
}

/* ---------------------------------------------------
 tools bar
------------------------------------------------------*/
.woocommerce-toolbar {
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}

.woocommerce-toolbar:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-toolbar-inner select {
  padding: 0 0.5rem !important;
}

.woocommerce-toolbar .gridlist-toggle-wrapper,
.woocommerce-toolbar .sort-by-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-toolbar .filter-trigger,
.woocommerce-toolbar .gridlist-toggle-wrapper a {
  width: 1.25rem;
  text-align: center;
  color: #ccc;
  display: inline-block;
}

.woocommerce-toolbar .filter-trigger {
  margin-right: 0.5rem;
}

.woocommerce-toolbar .gridlist-toggle-wrapper a i {
  font-size: 0.875rem;
}

.woocommerce-toolbar .gridlist-toggle-wrapper + ul.orderby {
  display: none;
}

body:not(.yith-wcan-pro) .woocommerce-toolbar .woocommerce-result-count {
  margin-top: 0.625rem;
}

.woocommerce-toolbar .woocommerce-result-count {
  margin: 0;
}

.woocommerce-toolbar .woocommerce-result-count {
  float: left;
}

.woocommerce-toolbar .woocommerce-result-count,
.woocommerce-toolbar .woocommerce-ordering {
  display: inline-block;
}

@media (max-width: 570px) {
  .woocommerce-toolbar {
    margin-top: 1.25rem;
  }

  .woocommerce-toolbar .woocommerce-result-count {
    position: absolute;
    left: calc(0% + 35px);
    top: -15px;
    -webkit-transform: translate(50%, -50%);
  }
}
.woocommerce-toolbar .sort-by-wrapper {
  width: 6.25rem;
  text-align: center;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-label {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 0;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-label:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-weight: normal;
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #bababa;
  position: relative;
  top: 0.125rem;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  background: #fff;
  z-index: 99;
  top: 100%;
  min-width: 5rem;
  border: 1px solid #e9e9e9;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  margin-left: 0.625rem;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul li {
  padding: 0;
  margin: 0;
}

.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul a {
  padding: 0.23077rem 0;
  display: block;
  white-space: pre;
  color: #676767;
}

.woocommerce-toolbar .gridlist-toggle-wrapper a.active,
.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul li a:hover,
.woocommerce-toolbar .sort-by-wrapper .sort-by-content ul li.active a,
.woocommerce-toolbar .sort-by-wrapper:hover .sort-by-label {
  color: #f8981d;
}

.woocommerce-toolbar .sort-by-wrapper:hover .sort-by-content {
  display: block \9;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content li {
  padding: 0.23077rem 0;
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a {
  display: inline;
  padding: 0;
  white-space: normal;
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content a:after {
  font-size: 0.84615rem;
  padding-top: 0;
}

.woocommerce-toolbar .sort-by-wrapper.widget_layered_nav .sort-by-content .count {
  font-size: 0.76923rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content {
  min-width: 15.38462rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper {
  padding-top: 0.76923rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .price_label {
  margin-bottom: 1.15385rem;
  font-size: 0.92308rem;
}

.woocommerce-toolbar .sort-by-wrapper.widget_price_filter .sort-by-content .price_slider_wrapper .button {
  margin-bottom: 0;
}

@media (max-width: 1140px) {
  div[class*="has-sidebar-"] .woocommerce-result-count {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-toolbar .gridlist_toggle a:not(.filter-trigger) {
    display: none;
  }
}
.woocommerce-toolbar .filter-trigger {
  float: left;
}
.woocommerce-toolbar .filter-trigger .fa {
  font-size: 0.9375rem;
  top: 0.15625rem;
  position: relative;
}
.woocommerce-toolbar .filter-trigger.opened {
  color: #222;
}

/*fiter widgets*/
.filter-sidebar {
  padding: 1.5625rem 2.5rem 0.3125rem;
  background-color: #f7f7f7;
}
.filter-sidebar section {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 1.25rem;
}
.filter-sidebar section .widget-title {
  font-size: 0.875rem;
}
.filter-sidebar section .widget-title:before {
  background-color: #dadada;
  width: 80%;
}

@media (min-width: 991px) {
  .filter-sidebar section {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 576px) {
  .filter-sidebar section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.filter-sidebar section.yith-wcan-stock-on-sale {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.filter-sidebar section.yith-wcan-stock-on-sale ul li {
  display: inline-block;
  margin-right: 0.625rem;
}

.filter-sidebar section:not(.yith-woo-ajax-reset-navigation):last-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget .yith-wcan-list-price-filter li a {
  display: block;
}

/*yith plugins*/
.yith-wcan-loading {
  background: url("assets/images/loader.gif") center no-repeat;
  background-position-y: top;
  margin-top: 7.5rem;
}

/*onsle*/
.filter-sidebar a.yith-wcan-reset-navigation,
.filter-sidebar ul.yith-wcan-stock-on-sale a {
  background-color: #e1e1e1;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #d5d5d5;
}

.filter-sidebar a.yith-wcan-reset-navigation {
  height: auto;
  line-height: inherit;
  float: right;
  border-radius: 0;
}

/*category*/
.widget .yith-wcan-show-all-categories a:before,
.widget .yith-wcan-show-all-tags a:before {
  content: "<";
  margin-right: 0.3125rem;
  font-weight: bold;
  font-size: 0.75rem;
}

/*multicolor*/
.woocommerce .widget_layered_nav ul.yith-wcan-color li a.multicolor {
  position: relative;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-1 {
  border-width: 1.25rem 1.25rem 0 0;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-2 {
  border-width: 0 0 1.25rem 1.25rem;
}

.yith-wcan-list.categories a,
.yith-wcan-list.categories a + small {
  display: inline-block;
}

.yith-wcan-price-filter-list-link {
  font-size: 0;
}
.yith-wcan-price-filter-list-link:after {
  font-size: 0.875rem;
  padding-left: 0.375rem;
}
.yith-wcan-price-filter-list-link span {
  font-size: 0.875rem;
}
.yith-wcan-price-filter-list-link > span + span:before {
  content: '-';
  padding: 0 0.3125rem;
}

[class*="tax-product"] .woocommerce-toolbar .sort-by-wrapper,
[class*="tax-product"] .woocommerce-toolbar .gridlist-toggle-wrapper a:not(.filter-trigger),
.search-results .woocommerce-toolbar .sort-by-wrapper,
.search-results .woocommerce-toolbar .gridlist-toggle-wrapper {
  display: none;
}

@media (min-width: 992px) {
  [class*="tax-product"] .pikowc_header_image .woocommerce-products-header .woocommerce-result-count {
    top: 2.75rem;
    right: 2.5rem;
  }
}
/* ---------------------------------------------------
 shopping cart
------------------------------------------------------*/
.shop_table {
  border-width: 0.0625rem;
}

.cart_totals .shop_table {
  border-bottom: none;
}

.shop_table td,
.shop_table tr:last-child th,
.shop_table.woocommerce-checkout-review-order-table tr:last-child td {
  border-width: 0 0 0 0;
}

.shop_table th,
.shop_table tr.cart_item td,
.cart_totals .shop_table td,
.shop_table tr:first-child:last-child th,
.shop_table tr.order-total th,
.shop_table.wishlist_table tr td,
.shop_table.woocommerce-checkout-review-order-table tr td,
.shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td,
.shop_table tr.bundle-products td {
  border-width: 0 0.0625rem 0.0625rem 0;
}

.shop_table.woocommerce-checkout-review-order-table tr .product-thumb,
.shop_table tr th:last-child,
.shop_table tr td:last-child {
  border-right-width: 0 !important;
}

.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
  border-bottom-width: 0;
}

.shop_table th {
  color: #222;
}

.shop_table .product-price,
.shop_table .product-quantity,
.shop_table .product-remove {
  text-align: center;
}

.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
}

.shop_table .product-subtotal {
  text-align: right;
}

.shop_table .product-remove:not(th) {
  font-size: 1.875rem;
}

.shop_table th.product-sku {
  cursor: help;
}
.shop_table .product-sku a {
  display: none;
}
.shop_table .product-name .product-sku {
  display: none;
}

.actions .coupon {
  float: left;
}

.actions .coupon input {
  margin-left: 0.625rem;
  border-radius: 2.5rem;
}

.actions .button.update-cart {
  float: right;
}

.cart-collaterals .cross-sells {
  float: left;
  width: 55.5555555556%;
  margin-right: 2.2222222222%;
}

.cart-collaterals .cart_totals {
  float: right;
  width: 42.2222222222%;
}

.cart-collaterals h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

#shipping_method li {
  list-style-type: none;
  margin-bottom: 5px;
}

#shipping_method li input {
  margin: 0;
  padding: 0;
}

.cart-collaterals .cart_totals h2 {
  margin: 3.75rem 0 1.875rem;
}

.wc-proceed-to-checkout a {
  float: right;
  line-height: 36px;
}

.shipping-calculator-form input,
.shipping-calculator-form button {
  width: 100%;
}

.woocommerce-shipping-calculator section {
  margin-top: 0.9375rem;
}

.shipping-calculator-form p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.cart_totals th {
  width: 30%;
}

.cart_totals td {
  width: 70%;
}

.order-total,
.order-total td {
  color: #222;
  font-size: 1rem;
  font-weight: bold;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input.disabled[type="button"],
input[type="button"]:disabled,
input.disabled[type="reset"],
input[type="reset"]:disabled,
input.disabled[type="submit"],
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

/*addrss input field*/
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-selection--single {
  padding: 0.3125rem 0.625rem 0.3125rem;
  border-color: #e6e6e6;
  border-radius: 0.125rem;
  height: 2.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.5rem;
  right: 0.9375rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f8981d;
}

.select2-container .select2-choice {
  padding: 0.75rem 0.625rem 0.8125rem;
  border-color: #e1e1e1;
}

.select2-dropdown,
.select2-drop-active {
  border-color: #e6e6e6;
}

.select2-container .select2-choice .select2-arrow {
  right: 0.625rem;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #ccc;
}

/*plugin bundle*/
.shop_table tr.bundle-products td {
  padding-top: 0;
}

.product-bundle-title td {
  border-bottom: none;
  padding-bottom: 0;
}

table.shop_table_responsive tr.product-bundle-title td:not(.product-quantity) {
  text-align: left;
}

table.shop_table_responsive tr.product-bundle-title td:before {
  content: '';
}

.product-bundle-title h4 {
  margin: 0;
}

.product-bundle li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 12px;
}

.woocommerce-checkout-review-order-table .product-bundle li {
  margin-bottom: 5px;
  padding-left: 10px;
}

.woocommerce-checkout-review-order-table .product-bundle li:after {
  background: #878787;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 4px;
}

.woocommerce-checkout-review-order-table .product-bundle li a {
  color: #878787;
  cursor: none;
  pointer-events: none;
  font-size: 12px;
}

.mini_cart_item .product-bundle li a {
  font-size: 12px;
  margin-bottom: 5px;
}

.product-bundle li a {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-bundle li:last-child {
  margin-bottom: 0;
}

.product-bundle li img {
  max-width: 50px;
  width: 100%;
  margin-right: 15px;
}

.product-bundle-title + tr td.product-quantity .qty.tc {
  display: none;
}

.product-bundle-title + tr td.product-quantity input {
  cursor: not-allowed;
}

/* ---------------------------------------------------
checkout
------------------------------------------------------*/
[class*="piko_checkout_"] {
  margin-bottom: 0.9375rem;
  color: #222;
}
[class*="piko_checkout_"] a {
  color: #f8981d;
}
[class*="piko_checkout_"] a:hover {
  opacity: 0.8;
}
[class*="piko_checkout_"]:before {
  font-family: fontpiko;
  padding-right: 0.625rem;
  font-size: 1rem;
  vertical-align: top;
}
[class*="piko_checkout_"] + form p:first-child {
  text-align: center;
}

.piko_checkout_login:before {
  content: "\e858";
}

.piko_checkout_coupon:before {
  content: "\e821";
}

.woocommerce-checkout .checkout_coupon .button {
  border: none;
  background-color: #222;
  border-radius: 0 2.5rem 2.5rem 0;
}

.shop_table ul {
  margin-top: 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce-form-login .button,
.checkout.woocommerce-checkout #place_order {
  width: 100%;
  border-radius: 0.125rem;
  color: #ffffff;
  background-color: #f8981d;
  border-color: #f8981d;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}

.woocommerce-checkout .woocommerce-form-login .button {
  margin-top: 0.9375rem;
}

.wc-proceed-to-checkout a:hover,
.woocommerce-checkout .woocommerce-form-login .button:hover,
.checkout.woocommerce-checkout #place_order:hover {
  opacity: 0.8;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  display: inherit;
}

.checkout.woocommerce-checkout h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 1.875rem 0 1.875rem;
}

.checkout .billing-2 h3 {
  margin: 0 0 0.9375rem;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}

.woocommerce-account .piko-login-form .checkbox-remember label,
.woocommerce form .form-row label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #222;
}

.woocommerce form .form-row label .required {
  color: #fc655e;
}

p.create-account {
  margin-bottom: 1em;
}

.product-name > div {
  display: table-cell;
}

.product-thumb img {
  max-width: 5rem;
}

.product-name {
  vertical-align: middle;
}
.product-name .product-quantity {
  font-weight: normal;
}

.woocommerce-checkout-payment {
  padding: 0.9375rem;
  border: 1px solid #e2e2e2;
  margin-bottom: 1.875rem;
}
.woocommerce-checkout-payment img {
  padding: 0 0.9375rem;
}
.woocommerce-checkout-payment ul p {
  margin-bottom: 0;
}

.woocommerce-checkout-payment ol,
.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout-payment ul li {
  list-style-type: none;
  margin-bottom: 0.3125rem;
}

.woocommerce-checkout-payment ul li input {
  margin: 0 0.3125rem 0 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f1f1f1;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #999;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0.3125rem 0 0.9375rem;
  padding: 1em;
  position: relative;
  width: 100%;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #f1f1f1;
  border-image: none;
  border-style: solid;
  border-width: 1em;
  content: "";
  display: block;
  left: 0;
  margin: -1em 0 0 2em;
  position: absolute;
  top: -0.75em;
}

.woocommerce-checkout .woocommerce-account-fields {
  width: 100%;
  display: inline-block;
}

.woocommerce-account .piko-login-form .lost_password,
.woocommerce-checkout .lost_password {
  float: right;
  top: -2.5625rem;
  position: relative;
  font-size: 0.875rem;
  color: #222;
  font-weight: 500;
}

.woocommerce-account .piko-login-form .lost_password {
  top: 0;
}

.woocommerce-form__label:not(.inline) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.5rem;
}
.woocommerce-form__label:not(.inline) span {
  padding-left: 0.375rem;
  text-transform: initial;
  color: #878787;
  font-weight: initial;
  font-size: 1rem;
}

/*thanks you page*/
.order_details.shop_table tr:last-child th,
.order_details.shop_table td {
  border-width: 0 1px 1px 0;
}

@media (min-width: 991px) {
  .shop_table .product-thumbnail {
    width: 10.625rem;
  }

  /*order taking*/
  .woocommerce .track_order {
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.woocommerce .track_order .form-row .button {
  margin-top: 0.625rem;
}

.billing-1 + .billing-2 {
  margin-top: 1.5625rem;
}

/* ---------------------------------------------------
my account
------------------------------------------------------*/
.woocommerce-account .woocommerce {
  display: inline-block;
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  width: 20%;
  float: left;
  background: #f6f6f8;
  padding: 1.5625rem;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  line-height: 1.5625rem;
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.3125rem;
}

.woocommerce-MyAccount-navigation ul li:before {
  content: "+";
  left: 0;
  position: absolute;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #222;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f8981d;
}

.woocommerce-MyAccount-content {
  width: calc(80% - 30px);
  padding: 1.5625rem;
  float: right;
  background: #f6f6f8;
  min-height: 14.375rem;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 1em;
}

.woocommerce-MyAccount-content .woocommerce-info {
  margin: 0;
  background: none;
  color: #999;
  border: none;
  padding: 0;
  position: static;
}

body.piko-notify .woocommerce-MyAccount-content .woocommerce-info {
  background-color: transparent !important;
}

.woocommerce-MyAccount-content .woocommerce-info a {
  margin-right: 0.9375rem;
}

.login-form h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 1.25rem;
}

.woocommerce .login-form form .form-row label {
  margin-bottom: 0.625rem;
}

.lost_password {
  margin-bottom: 0;
}

.form-login {
  background: #f8f8f8;
  padding: 3.125rem;
  max-width: 31.25rem;
  text-align: center;
  width: 100%;
  margin: auto;
}

.form-login span.inline {
  display: block;
}

.myaccount_user + h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.3125rem;
  font-weight: 500;
}

.myaccount_address {
  text-align: center;
}

.addresses .title {
  display: inline-block;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.addresses .title a {
  float: right;
}

.addresses h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  float: left;
  margin: 0;
}

.woocommerce-MyAccount-content + P + .woocommerce-Address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-MyAccount-content .addresses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-top: 1.875rem;
}

.addresses .woocommerce-Address {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .addresses .woocommerce-Address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.edit-account fieldset {
  margin-top: 3.75rem;
}

.edit-account legend {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.625rem;
}

.woocommerce-MyAccount-content input.button {
  margin-top: 0.9375rem;
}

/* show password  */
.woocommerce-form-row.form-row {
  position: relative;
}

.woocommerce-form-row .show-password-input {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 47px;
  text-align: center;
  line-height: 40px;
  z-index: 2;
  cursor: pointer;
}

.woocommerce-form-row .show-password-input:after {
  content: '\f06e';
  font-family: fontAwesome;
}

.woocommerce-form-row .show-password-input.display-password:after {
  content: '\f070';
}

/* ---------------------------------------------------
/* ---------------------------------------------------
quentity
------------------------------------------------------*/
.product-quickview .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  font-size: 1.0625rem;
  text-align: center;
  padding: 0.0625rem 0.625rem;
  border-radius: 2.5rem;
  width: 6.25rem;
}

.quantity {
  width: 6.25rem;
  position: relative;
  font-family: Arial, sans-serif;
}

.quantity .qty-wrap a {
  top: 0.5rem;
  position: absolute;
  display: block;
  color: #c2c2c2;
}

.quantity .qty-wrap a.minus {
  left: 1rem;
}

.quantity .qty-wrap a.plus {
  right: 1rem;
}

.quantity .qty-wrap a:hover {
  color: #f8981d;
}

/* Hide buttons for Firefox 29 and later */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* ---------------------------------------------------
notice
------------------------------------------------------*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
  margin: 0 auto 1.25rem;
  border-radius: 0.125rem;
  background-color: #f1f1f1;
  list-style: none;
  word-wrap: break-word;
}

.woocommerce-error, .woocommerce-message {
  max-width: 40.625rem;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: fontAwesome;
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  margin-right: 0.9375rem;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: right;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  border-bottom-color: #ffc000;
}

.woocommerce-message:before {
  content: "\f05a";
  color: #ffc000;
}

.woocommerce-info:before {
  content: "\f129";
  color: #f8981d;
}

.piko-coupon-checkout .woocommerce-info:before {
  content: "\f0a3";
}

.piko-checkout-login .woocommerce-info:before {
  font-family: fontpiko;
  content: "\e858";
}

.woocommerce-error {
  border-bottom-color: #b81c23;
}

.woocommerce-error:before {
  content: "\f071";
  color: #b81c23;
}

.single_variation_wrap .woocommerce-info {
  border-bottom: 0;
  border-radius: 5px;
}

/* ---------------------------------------------------
quickview
------------------------------------------------------*/
.product-quickview .piko-product-imges {
  opacity: 1 !important;
}

.product-quickview .woocommerce-product-gallery .piko-thumb .slick-slide {
  border: none;
}

.product-quickview .piko-nav.slick-vertical img {
  cursor: pointer;
}

.product-quickview .woocommerce-product-gallery__image {
  cursor: e-resize;
}

/*stick mode variable product*/
.product-quickview .piko-image-zoom:not(.slick-slide) {
  width: 33.333333%;
  float: left;
}

.product-quickview .slick-dots {
  bottom: 1.25rem;
}

.product-quickview .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.product-quickview,
.return-content {
  background: #fff;
  max-width: 59.375rem;
  margin: auto;
  border-radius: 0.1875rem;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
}

.return-content {
  padding: 1.5625rem 2.1875rem;
}

.content-quickview {
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.content-quickview h1 {
  margin: 0 0 0.3125rem;
  text-transform: none;
  padding-right: 0.375rem;
}

.content-quickview .price-stock {
  margin-top: 0.3125rem;
}

.product-quickview .slick-slide a {
  pointer-events: none;
  display: block;
}

.product-quickview .col-xl-7 {
  overflow: hidden;
  padding-left: 0;
}

.product-quickview .col-xl-5 {
  overflow-x: auto;
}

.product-quickview .p-nav {
  display: none;
}

.content-quickview .woocommerce-product-rating {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: space-between;
  justify-content: space-between;
}

.content-quickview .extra-link,
.content-quickview .woocommerce-review-link {
  display: none;
}

.product-quickview .flex.column.price-review {
  flex-direction: row;
  -moz-box-orient: row;
}

.product-quickview .price-review .price {
  font-size: 1.25rem;
}

.content-quickview .wpa-wcpb-list {
  overflow: hidden;
}

.product-quickview .piko-video {
  display: none;
}

/*close button*/
.mfp-close {
  font-weight: 500;
  font-size: 0 !important;
}
.mfp-close:before {
  font-size: 1rem;
  content: '\e813';
  font-family: fontpiko;
  display: inline-block;
  transition: all 0.3s;
}

.popup-news .pop-close:hover,
.mfp-close:hover:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ---------------------------------------------------
wishlist
------------------------------------------------------*/
body.woocommerce {
  max-width: inherit;
  margin: 0;
}

.wishlist-title {
  text-align: center;
  width: 100%;
  display: none;
}

.wishlist-title h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
  margin: 0 auto 1.875rem;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border-top: none;
  line-height: 1.2;
}

.woocommerce table.wishlist_table tfoot td {
  border-bottom-width: 0;
}

.woocommerce table.wishlist_table thead th:last-child:before {
  content: '\f014';
  font-family: fontAwesome;
}

.product-stock-stauts {
  text-align: center;
}

.woocommerce .wishlist_table td.product-add-to-cart a.button {
  width: auto;
  margin: 0;
  border-radius: 2.5rem;
  line-height: 2.25rem;
  white-space: nowrap;
}

.wishlist_table .add_to_cart.button {
  padding: 0 1.25rem;
  color: #ffffff;
  background-color: #f8981d;
  border-color: #f8981d;
}
.wishlist_table .add_to_cart.button:hover {
  opacity: 0.8;
}

.yith-wcwl-share h4 {
  text-transform: uppercase;
  font-size: 1rem;
}

.wishlist_table tr td.product-thumbnail {
  max-width: 12.5rem;
  margin: 0 auto;
}

.wishlist_table tr td.product-name {
  max-width: 18.75rem;
}

@media (max-width: 991px) {
  .wishlist_table tr td.product-name,
  .wishlist_table tr td.product-thumbnail {
    max-width: 100%;
  }

  .woocommerce table.wishlist_table tr td {
    border-right-width: 0;
  }
}
.wishlist_table .product-add-to-cart,
.wishlist_table .product-stock-status {
  text-align: center;
}

/*buttn*/
.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.product-remove a.remove,
.compare-list a.remove {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 2.5rem;
  padding: 0;
  top: -0.9375rem;
  left: 0;
  margin: 0 auto;
  color: #222;
}

.woocommerce-cart-form a.remove {
  top: calc(50% - 15px);
}

/* ---------------------------------------------------
wishlist
------------------------------------------------------*/
.compare-list {
  margin-top: 0;
}
.compare-list ul, .compare-list ol {
  padding: 0;
}
.compare-list th {
  color: #222;
}
.compare-list tr td:nth-child(2n) {
  background-color: #fdfefd;
}
.compare-list tr:first-child td {
  width: 25%;
}
.compare-list tr:last-child th:before {
  content: '\f014';
  font-family: fontAwesome;
}
.compare-list a.button {
  text-overflow: ellipsis;
  overflow: hidden;
}
.compare-list a.button i {
  margin-right: 0.4375rem;
}

@media (max-width: 991px) {
  .piko-compare-table {
    display: block;
    min-height: .01%;
    width: 100%;
    overflow-x: auto;
  }
  .piko-compare-table td {
    min-width: 12.125rem;
  }
}
.yith-woocompare-widget ul {
  margin-bottom: 1.5625rem;
}
.yith-woocompare-widget li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.yith-woocompare-widget li + li {
  margin-top: 0.9375rem;
}
.yith-woocompare-widget a {
  line-height: 1.2;
}
.yith-woocompare-widget a + a {
  margin-left: 0.9375rem;
}
.yith-woocompare-widget .button {
  height: auto;
  line-height: 2;
  float: right;
  border: 1px solid;
}

/* ---------------------------------------------------
widgets
------------------------------------------------------*/
/* ------------------------ */
/*  SHOP WIDGET 	   */
/* ------------------------ */
/* product -category */
.widget .open-this,
.product-categories.category-list .open-this,
.widget_product_categories ul .open-this,
.wpb_widgetised_column .widget_product_categories ul .open-this {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 1.25rem;
  text-align: center;
  z-index: 1;
  display: block;
  font-size: 1.125rem;
  color: #222;
}

ul.product-categories li.cat-item,
ul.list-item-product li {
  list-style: none;
  margin-bottom: 0.625rem;
}

.widget .children,
.widget .sub-menu,
ul.product-categories:not(.single-cat) li.cat-item ul.children {
  display: none;
}

.tax-product_cat ul.product-categories li.cat-item.cat-parent ul.children,
.single-product ul.product-categories li.cat-item.current-cat ul.children {
  display: block;
}

.tax-product_cat ul.product-categories li.cat-item.cat-parent > a,
.single-product ul.product-categories li.cat-item.current-cat > a {
  font-weight: 500;
}

.sidebar .widget .product_cat ul {
  padding-left: 0;
}

.product-categories.single-cat > .product_cat > .all-category + ul .open-this,
.product-categories.single-cat > .product_cat > .all-category .view-all-cats + ul,
.product-categories > .product_cat > .open-this {
  display: none;
}

ul.product-categories li.cat-item.cat-parent.opened {
  padding-bottom: 0;
}

ul.product-categories ul.children li {
  margin-left: -1.1875rem;
}

ul.product-categories ul.children li {
  padding-left: 0;
  padding-right: 0;
}

ul.product-categories ul.children {
  padding-left: 0;
}

ul.product-categories ul.children > li > a {
  padding-left: 1.875rem;
}

ul.product-categories ul.children ul.children li a {
  margin-left: 2.1875rem;
}

ul.product-categories ul.children > li:first-child {
  padding-top: 0.625rem;
}

ul.product-categories ul.children > li > a:before {
  content: "+";
  display: inline-block;
  padding-right: 0.625rem;
}

ul.product-categories ul.children > li.current-cat > a {
  font-weight: 500;
}

.page-widgets.widget,
.cats-menu.widget {
  padding-top: 0;
}

/*shortcode widget*/
.widget_product_categories .product-categories li.product_cat {
  margin-top: 0;
}

/*product brand single page*/
.shear-brand .brand-img {
  width: 7.5rem;
  height: auto;
}

@media (min-width: 768px) {
  .shear-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  div[class*="has-sidebar"] .shear-brand {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shear-brand .brand-img {
    margin-left: 1.875rem;
  }

  div[class*="has-sidebar"] .shear-brand .brand-img {
    margin-left: 0;
  }

  .shear-brand .brand-img {
    width: 5rem;
    margin-top: -0.75rem;
  }
}
/*brand single page widgets*/
.pb-widgets {
  padding: 0.4375rem 0.9375rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.125rem;
}

.pb-widgets .brand-name {
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #e5e5e5;
}

.pb-widgets .brand-prduct {
  padding-top: 0.4375rem;
  border-top: 1px solid #e5e5e5;
}

/*filter*/
.widget_layered_nav li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-bottom: 0.3125rem;
}

.widget_layered_nav li > span,
.widget_layered_nav ul li > a {
  font-size: 0.875rem;
  line-height: 1.1;
}

.widget_layered_nav ul li > a {
  padding-left: 1.75rem;
  background-color: transparent !important;
}

.widget_layered_nav li > span {
  font-size: 0.75rem;
}

.widget_layered_nav li > a:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: -1.75rem;
  position: absolute;
  border-radius: 0.1875rem;
  background-color: #d4d4d4;
}

.widget_layered_nav li.chosen > a:before,
.widget_layered_nav li > a:hover:before {
  background-color: #f8981d;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  border: 1px solid #f8981d;
}

.widget_layered_nav_filters ul li {
  display: inline-block;
}
.widget_layered_nav_filters ul li + li {
  margin-left: 0.9375rem;
}

.widget [class*="yith-wcan-"] a.active:after,
.widget_layered_nav_filters li.chosen a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f057";
  margin-right: 0.625rem;
}

.yith-wcan-price-filter-list-link:hover:after,
.widget_layered_nav_filters li.chosen a:hover:before {
  color: #ee0000;
}

.widget_layered_nav:not(.yith-woocommerce-ajax-product-filter) h4.widget-title:before {
  content: inherit;
  width: auto;
}

.widget_layered_nav:not(.yith-woocommerce-ajax-product-filter) h4.widget-title:after {
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  position: inherit;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0.75rem 0 0 1.5625rem;
}

.sidebar .widget_layered_nav .widget-title {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  font-size: 0.9375rem;
}

.sidebar .widget_layered_nav + .widget_layered_nav {
  margin-top: 1.875rem;
}

/*price slider*/
.price_slider_wrapper {
  padding-right: 1.25rem;
}

.price_slider_wrapper .ui-slider {
  position: relative;
}

.price_slider_wrapper .ui-widget-content {
  background: transparent;
}

.widget_price_filter .ui-slider-horizontal,
.widget .woof .widget_price_filter .ui-slider-horizontal {
  top: -0.3125rem;
  height: 0.25rem;
  border-radius: 0;
  border: none;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget .woof .widget_price_filter .ui-slider .ui-slider-range {
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: none;
  border-radius: 0;
  background-color: #f8981d;
}

.widget_price_filter .ui-slider .ui-slider-handle,
.widget .woof .widget_price_filter .ui-slider .ui-slider-handle {
  width: 1.125rem;
  height: 1.125rem;
  top: -0.5625rem;
  border: none;
  border-radius: 1.875rem;
  margin: 0;
  position: absolute;
  z-index: 2;
  background: #f8981d;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.widget_price_filter .ui-slider .ui-slider-handle:after,
.widget .woof .widget_price_filter .ui-slider .ui-slider-handle:after {
  position: absolute;
  top: calc(100% - 4px);
  left: 0.16875rem;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.4375rem 0 0.4375rem;
  border-color: #f8981d transparent transparent transparent;
}

.widget_price_filter .price_slider {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.widget_price_filter .price_slider_amount {
  margin-top: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget_price_filter .price_slider_amount .clear {
  display: none;
}

.widget_price_filter .price_slider_amount button {
  font-weight: 500;
  height: 1.875rem;
  line-height: 1;
  padding: 0 1.25rem;
}

.widget_price_filter .ui-slider-horizontal {
  border: medium none;
  border-radius: 0;
  height: 0.25rem;
  background: #e0e0e0;
}

/*woocommerce archive widgets*/
.woo-archive-widget .list-content {
  display: none;
}

/*layer nav*/
.widget_layered_nav ul li:nth-child(n+6) {
  display: none;
}

.filter-sidebar .yith-wcan-color {
  padding-top: 0.3125rem;
}
.filter-sidebar .yith-wcan-color li {
  margin-bottom: 0.5rem;
}

/* ---------------------------------------------------
pluings
------------------------------------------------------*/
/*------------------------------------
        plugin: variation swatches
--------------------------------------*/
ul.vs_warp li.selected {
  cursor: auto;
  border-color: #222;
  color: #222;
}

ul.vs_warp li.disable {
  opacity: 0.4;
}

.vs_warp li {
  border: 1px solid  #e2e2e2;
  margin-right: 0.3125rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
}

.vs_warp li span {
  font-size: 0.8125rem;
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 2.1875rem;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px #fbfaf4;
}

.variations_form .variations {
  margin-bottom: 0.625rem;
}

.variations .product-attribute {
  margin-bottom: 0.9375rem;
}
.variations .product-attribute .label {
  font-size: 0.9375rem;
  margin-top: 0;
  display: inline-block;
  min-width: 6.25rem;
  text-transform: capitalize;
}
.variations .product-attribute .atttribute-value {
  display: inline-block;
  vertical-align: middle;
}

.vs_product_list {
  position: relative;
  top: -1.5625rem;
  transition: all .3s;
  z-index: 99;
}
.vs_product_list ul {
  min-width: 12.9375rem;
  text-align: center;
}

.vs_product_list li.open:before,
.vs_product_list ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0 auto;
}

.product-wrap:hover .vs_product_list {
  top: -3.75rem;
}

.product-wrap.pl-2 .vs_product_list ul {
  top: -1.25rem;
}

.vs_product_list li.open:before {
  content: "\e808";
  color: #f3f3f3;
  font-size: 0.5rem;
  text-indent: inherit;
  font-family: fontpiko;
}

.vs_product_list li {
  position: relative;
  display: inline-block;
  margin: 0 0.125rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vs_product_list li a {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  text-indent: -99em;
  border: 2px solid  #fbfaf4;
}

/*-------------------------------
        product bundle
--------------------------------*/
.flx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flxwr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.wpa-wcpb-list .wpa-title {
  font-size: 1.125rem;
}

#wpa_wcpb_product_data img {
  vertical-align: middle;
}

/* List product */
.wpa-wcpb-list {
  padding: 0 0 1.25rem;
  overflow: hidden;
}

.wpa-wcpb-list .total {
  margin: 1.25rem 0;
}

.wpa-wcpb-list .list-image {
  margin-bottom: 0.625rem;
}

.wpa-wcpb-list .item img {
  width: 15.375rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
}

div[class*="has-sidebar"] .wpa-wcpb-list .item img {
  width: 10.9375rem;
}

.wpa-wcpb-list .item a:hover img {
  box-shadow: 0 0 5px rgba(31, 28, 22, 0.1);
}

.wpa-wcpb-list .list-image .item:last-child .plus {
  display: none;
}

.wpa-wcpb-list .list-image .plus {
  padding: 0 0.3125rem;
}

.wpa-wcpb-list .list-select .variable span {
  text-transform: capitalize;
}

.wpa-wcpb-list .list-image .item,
.wpa-wcpb-list .list-select .item {
  margin-bottom: 0.625rem;
}

/* Loading and Success */
.wpa-wcpb-list .wpa_wcpb_add_to_cart,
.wpa-wcpb-list div.showbox {
  float: left;
  margin-right: 0.625rem;
}

.wpa-wcpb-list div.loader {
  position: relative;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
}

.wpa-wcpb-list div.loader.done {
  display: none;
}

.wpa-wcpb-list div.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.wpa-wcpb-list svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wpa-wcpb-list svg .loader_rotation, .wpa-wcpb-list svg .loader_path {
  stroke-linecap: square;
  stroke-width: 2;
}

.wpa-wcpb-list .loader_path {
  opacity: 0;
  stroke: #555;
  transition: opacity 0.5s, stroke-dashoffset 0.5s;
}

.wpa-wcpb-list .loader_background {
  opacity: 0;
  stroke: #555;
  fill: none;
  stroke-width: 2;
  transition: opacity 0.1s, stroke-dashoffset 0.5s;
}

.wpa-wcpb-list .loader_rotation {
  stroke: #555;
  fill: none;
  stroke-dashoffset: 0;
  stroke-dasharray: 1,200;
  transform-origin: center center;
  transition-delay: 1s;
  transition: opacity 0.1s, stroke-dasharray 0.5s, transform 0.5s;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 99,200;
    stroke-dashoffset: -124px;
  }
}
.wpa-wcpb-list .loader.done .loader_path,
.wpa-wcpb-list .loader.done .loader_background {
  opacity: 1;
  stroke-dashoffset: 0;
}

.wpa-wcpb-list .loader.done .loader_rotation {
  opacity: 0;
  stroke-dasharray: 200,0;
  animation: none;
}

.wpa-wcpb-list .variation {
  overflow: hidden;
}

.wpa-wcpb-list .variation,
.wpa-wcpb-list .variation dd,
.wpa-wcpb-list .variation p {
  margin: 0;
}

.wpa-wcpb-list .variation dt,
.wpa-wcpb-list .variation dd {
  float: left;
}

.wpa-wcpb-list .variation dt {
  clear: left;
}

/* Cart */
.shop_table tr.bundle-products ul li {
  list-style-type: none;
  margin-bottom: 0.625rem;
}

.shop_table tr.bundle-products ul li img {
  margin-right: 0.625rem;
}

.wpa-message {
  clear: both;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/*sticky content*/
.is_stuck {
  padding-top: 3.125rem;
  transition: all .55s;
}

.sticky-open + #piko-content .is_stuck {
  padding-top: 6.25rem;
}

/* ---------------------------------------------------
responsive
------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .shop_table th,
  .shop_table tr.cart_item td,
  .cart_totals .shop_table td,
  .shop_table tr:first-child:last-child th,
  .shop_table tr.order-total th,
  .shop_table.woocommerce-checkout-review-order-table tr td,
  .shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td,
  .shop_table tr.bundle-products td {
    border-width: 0 0 0.0625rem 0;
  }

  .shop_table.woocommerce-checkout-review-order-table tr.order-total td:last-child,
  .woocommerce-cart-form .shop_table.shop_table_responsive tr:last-child td:last-child {
    border-bottom-width: 0;
  }

  .cart-collaterals .cross-sells {
    width: 36.6666666667%;
    margin-right: 4.4444444444%;
  }

  .cart-collaterals .cart_totals {
    width: 58.8888888889%;
  }

  table.shop_table_responsive tbody th,
  table.shop_table_responsive thead,
  table.shop_table_responsive tr td.product-thumbnail:before,
  table.wishlist_table tbody th,
  table.wishlist_table thead,
  table.wishlist_table tr td.product-thumbnail:before {
    display: none;
  }

  table.shop_table_responsive tr td,
  table.wishlist_table tr td {
    display: block;
    clear: both;
    overflow: hidden;
  }

  .woocommerce-cart-form table.shop_table_responsive .amount,
  .cart-collaterals table.shop_table_responsive .amount {
    float: right;
  }

  table.shop_table_responsive tr.bundle-products td:not(.product-quantity),
  table.wishlist_table tr td:not(.product-quantity) {
    text-align: left;
  }

  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    color: #222;
  }

  table.shop_table_responsive tr.bundle-products td:before {
    display: none;
  }

  table.shop_table_responsive tr td.product-remove:before,
  table.shop_table_responsive tr td.actions:before,
  table.wishlist_table tr td.product-remove:before,
  table.wishlist_table tr td.actions:before {
    content: '';
  }

  table.shop_table_responsive tr td.product-thumbnail,
  table.wishlist_table tr td.product-thumbnail {
    text-align: center;
  }

  table.shop_table_responsive .product-quantity .quantity {
    float: right;
  }

  .shop_table td,
  .shop_table.woocommerce-checkout-review-order-table tr:last-child td {
    border-width: 0 0 1px 0;
  }

  .cart_totals td {
    width: 100%;
  }
}
.actions .coupon button {
  width: 100%;
  margin-left: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .shop_table tr.bundle-products td {
    padding-top: 15px;
  }

  .cart-collaterals .cross-sells,
  .cart-collaterals .cross-sells + .cart_totals,
  .cart-collaterals .cart_totals {
    width: 100%;
  }

  .actions .coupon {
    float: none;
    width: 100%;
    display: block;
  }

  .actions .coupon label {
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .actions .coupon input {
    width: 100%;
    display: block;
    margin: 0.625rem 0;
  }

  .actions .coupon button {
    margin-left: 0;
    margin-bottom: 0.625rem;
  }

  .actions button[name="update_cart"] {
    width: 100%;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 30px;
  }

  .login-form .col-2 {
    margin-top: 60px;
  }

  .content-quickview {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
    float: none;
  }

  /*check out page*/
  .woocommerce-checkout-review-order th {
    display: none;
  }

  .woocommerce-checkout-review-order .product-thumbnail {
    text-align: center;
  }

  .woocommerce-checkout-review-order .order-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .woocommerce-checkout-review-order .order-total th {
    padding-top: 0;
  }

  .shop_table tr.cart_item td,
  .shop_table:not(.shop_table_responsive) tr.order-total th,
  .shop_table.woocommerce-checkout-review-order-table tr td,
  .shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td,
  .shop_table tr.bundle-products td {
    display: block;
    clear: both;
    overflow: hidden;
  }

  .shop_table.woocommerce-checkout-review-order-table tr.order-total th {
    overflow: initial;
  }
}
/* ---------------------------------------------------
notification
------------------------------------------------------*/
.piko-notify .woocommerce-message:before,
.piko-notify .woocommerce-info:before,
.piko-notify .woocommerce-message .button,
.piko-notify .woocommerce-error .button,
.piko-notify .woocommerce-info .button {
  display: none !important;
}

#yith-wcwl-popup-message,
.piko-notify .woocommerce-message,
.piko-notify .woocommerce-error,
.piko-notify .woocommerce-info {
  background-color: #f8981d;
  position: fixed;
  top: 9.6875rem;
  left: 100%;
  width: 5rem;
  min-height: 5rem;
  max-height: 5rem;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  overflow: hidden;
  -webkit-animation: notify-in, notify-out;
  animation: notify-in, notify-out;
  -webkit-animation-duration: 1.55s, 1.55s;
  animation-duration: 1.55s, 1.55s;
  -webkit-animation-delay: .5s, 5s;
  animation-delay: .5s, 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  width: 20rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
  border: none;
  z-index: 999;
  box-shadow: 0 0 1.875rem -0.5rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  #yith-wcwl-popup-message,
  .piko-notify .woocommerce-message,
  .piko-notify .woocommerce-error,
  .piko-notify .woocommerce-info {
    left: calc(100% + 100px);
  }
}
#yith-wcwl-popup-message,
.piko-notify #content > .woocommerce-message {
  z-index: 1002;
}

.notfy_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: auto;
}

#yith-wcwl-popup-message,
.piko-notify .woocommerce-error > li,
.piko-notify .notify-text {
  padding: 0.9375rem 0.625rem 0.9375rem 1.25rem;
  margin-left: 5rem;
  color: #fff;
}
#yith-wcwl-popup-message a,
.piko-notify .woocommerce-error > li a,
.piko-notify .notify-text a {
  color: #f5f5f5;
}

.piko-notify .woocommerce-error > li {
  font-size: 0.875rem;
  margin-left: 5rem !important;
  padding: 0.125rem 0.625rem 0;
  position: relative;
  line-height: 1.2;
}
.piko-notify .woocommerce-error > li:first-child {
  position: relative;
  margin-top: -3.75rem;
}
.piko-notify .woocommerce-error > li:last-child {
  padding-bottom: 1.875rem;
}

.piko-notify .woocommerce-error > li > ul {
  margin: 0;
}

.piko-notify .restore-item {
  padding-left: 0.4375rem;
}

.piko-notify .woocommerce-error {
  background: #e74c3c;
}

#yith-wcwl-popup-message #yith-wcwl-message:before,
.piko-notify .woocommerce-error:before {
  font-size: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3rem;
  position: relative;
  margin: 0.9375rem;
}

.piko-notify .woocommerce-info {
  background: #3498db;
}

.piko-notify .d_t .notify-text {
  vertical-align: middle;
  padding: 1.25rem 0.625rem 0 0;
}

.piko-notify .d_t .notfy_img {
  position: inherit;
  padding-left: 1.5625rem;
}

@-webkit-keyframes notify-in {
  0% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
}
@keyframes notify-in {
  0% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes notify-out {
  0% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
}
@keyframes notify-out {
  0% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 20rem;
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.4);
  }
  50% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  75% {
    -webkit-transform: translateX(-420px);
    transform: translateX(-420px);
    max-height: 5rem;
  }
  100% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
    max-height: 5rem;
  }
}
.piko-notify p.woocommerce-error {
  padding: 0.9375rem 1.875rem 1.875rem 1.25rem;
}

#yith-wcwl-popup-message #yith-wcwl-message:before,
.piko-notify .no-product p.info:before {
  content: "\f0f3";
  font-family: fontAwesome;
  display: inline-block;
  padding-right: 1.25rem;
  text-align: center;
}

#yith-wcwl-popup-message #yith-wcwl-message:before {
  content: "\f058";
  padding: 0;
  vertical-align: middle;
}

.piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  -webkit-animation: none;
  animation: none;
  background: inherit;
  position: inherit;
  color: inherit;
  box-shadow: none;
  min-height: inherit;
  max-height: inherit;
  width: auto;
}

.piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info a:after {
  display: none;
}

.piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
    margin-bottom: 0.9375rem;
  }

  .piko-notify .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    text-align: center;
  }
}
.off-canvas-cart {
  position: fixed;
  top: 9.375rem;
  right: 6.25rem;
  width: 0;
  max-height: 0;
  background-color: #fff;
  transition: max-height .31s .11s, width  .31s .11s, box-shadow .71s .51s;
  transition-timing-function: cubic-bezier(0.68, 0.16, 0.3, 0.97);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

@media (min-width: 992px) {
  .open-mini-cart .off-canvas-cart {
    width: 23.75rem;
    max-height: 41.25rem;
    box-shadow: 0 0 1.875rem -0.5rem rgba(0, 0, 0, 0.4);
  }

  .off-canvas-cart .cart-button {
    padding: 1.5625rem 0 1.875rem;
  }
  .off-canvas-cart .widget_shopping_cart {
    padding-left: 0.9375rem;
  }
  .off-canvas-cart .close-cart {
    background-color: #f8981d;
    width: 1.875rem;
    right: 0;
    height: 1.875rem;
    line-height: 1.4;
    z-index: 2;
    border-radius: 0;
  }
  .off-canvas-cart .cart-info {
    background-color: #f8981d;
  }
}
.piko-notify .woocommerce-info.woocommerce-notice--info {
  font-size: 0.8125rem;
  padding: 0.9375rem !important;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
}

.woocommerce-notices-wrapper + .cart-empty.woocommerce-info {
  display: none !important;
}

/* ---------------------------------------------------
store directory
------------------------------------------------------*/
.store-directory > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
}
.store-directory > ul > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 1.5625rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.store-directory > ul > li > a {
  font-size: 1.0625rem;
  font-weight: 500;
}
.store-directory > ul > li:before,
.store-directory > ul ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 1px solid #dedede;
}
.store-directory > ul a {
  display: block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.store-directory .children,
.store-directory li {
  position: relative;
  padding: 0;
}
.store-directory li:after {
  position: absolute;
  left: 0;
  height: 0;
  display: block;
}

@media (min-width: 576px) {
  .store-directory > ul > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .store-directory > ul > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.store-directory .children .children {
  margin-left: 1.5625rem;
}

.store-directory ul ul a {
  padding-left: 1.5625rem;
}

.store-directory.layout-1 li:after {
  content: '';
  width: 0.75rem;
  top: 1.25rem;
  border-top: 1px solid #dedede;
}

.store-directory.layout-2 li:after {
  content: '\e863';
  font-family: fontpiko;
  top: 0.6875rem;
  font-size: 0.6875rem;
  color: #dedede;
}

.store-directory li:hover:after {
  color: #f8981d;
}

/*--------------------------------------------------------------
# Shortcode
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*---------------------------------------------
        banner & custom heading
-----------------------------------------------*/
.pa_ba:before,
.pa_ba:after {
  content: "";
  position: absolute;
}

.pa_b:before {
  content: "";
  position: absolute;
}

.pa_a:after {
  content: "";
  position: absolute;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.oh {
  overflow: hidden;
}

.pact {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.h-line:before,
.h-line:after {
  background-color: #222;
  width: 3.75rem;
  height: 0.125rem;
  top: 50%;
}

.h-line:before {
  left: -4.6875rem;
}

.h-line:after {
  right: -4.6875rem;
}

.h-line {
  display: table;
  margin: auto;
  position: relative;
}

.h-line_after:before {
  background-color: #222;
  width: 3.75rem;
  height: 0.125rem;
  top: 57.5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.h-line-inside {
  overflow: hidden;
}
.h-line-inside:after {
  background-color: #eee;
  width: 100%;
  height: 0.125rem;
  top: 50%;
  margin-left: 1.25rem;
  border-radius: 50px;
}

.h_line_f .sub-title,
.h-line-inside .sub-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3125rem;
  padding-left: 1.25rem;
}

[class*="h-line"].onepx:after {
  height: 0.0625rem;
}
[class*="h-line"].fourpx:after {
  height: 0.25rem;
}
[class*="h-line"].sixpx:after {
  height: 0.375rem;
}

@media (max-width: 576px) {
  .pa_ba.h-line:after,
  .pa_ba.h-line:before {
    content: inherit;
  }
}
.sub-title {
  color: #878787;
  font-weight: initial;
  margin-top: 0;
  display: block;
}

.h-line_after .sub-title {
  margin-top: 7px;
}

/*banner*/
.block-wrap {
  margin-bottom: 20px;
  position: relative;
}

.block-box {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-box {
    min-height: 150px;
  }
}
@media (max-width: 991px) {
  .block-box div + a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
}
.block-header {
  min-height: 1px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: absolute;
  top: 50%;
  z-index: 2;
  color: #222;
  line-height: 1.3;
}
.block-header strong {
  color: #222;
}

.block-header.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-header.center-top {
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-header.center-bottom {
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-header.left-center {
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
}

.block-header.left-top {
  top: 20px;
  left: 0;
}

.block-header.left-bottom {
  top: inherit;
  left: 0;
  bottom: 20px;
}

.block-header.right-center {
  right: 0;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.block-header.right-top {
  top: 20px;
  right: 0;
}

@media (max-width: 480px) {
  .block-header.left-center.block-header h2,
  .block-header.left-center.block-header h3,
  .block-header.right-center.block-header h2,
  .block-header.right-center.block-header h3 {
    top: -30px;
    position: relative;
  }
}
.block-header.right-bottom {
  bottom: 20px;
  right: 0;
  top: inherit;
}

.block-header h2, .block-header h3 {
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .block-header h2, .block-header h3 {
    white-space: inherit;
  }

  .vc_custom_heading:not(.block-wrap) .sub-title {
    display: none;
  }
}
@media (max-width: 320px) {
  .vc_custom_heading .btn_right {
    display: none;
  }
}
.container-fluid .block-header.right-center,
.container-fluid .block-header.left-center {
  padding-left: 2.8125rem;
}

.block-header .sub-title {
  white-space: nowrap;
  padding: 0.3125rem 0 0.625rem;
}

.vc_custom_heading .block-header .banner-btn {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  display: block;
  margin-top: 0.625rem;
  white-space: nowrap;
}
.vc_custom_heading .block-header .banner-btn:after {
  content: "\f105";
  font-family: fontAwesome;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  padding-left: 0.125rem;
  text-align: center;
  color: #fff;
  background-color: #f8981d;
  border-radius: 50%;
  line-height: 1rem;
}
.vc_custom_heading .block-header .banner-btn:hover:after {
  background-color: #222;
}

.vc_custom_heading .block-header .banner-btn.style-2 {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  padding-bottom: 7px;
  font-weight: normal;
}
.vc_custom_heading .block-header .banner-btn.style-2:after {
  content: inherit;
}

.vc_custom_heading .block-box a:hover {
  opacity: 1;
}

.title-below {
  z-index: -1;
  position: relative;
  line-height: 1px;
  top: -1.875rem;
}

.vc_custom_heading:not(.block-wrap) {
  font-weight: 500;
}
.vc_custom_heading:not(.block-wrap) .sub-title {
  font-size: 1rem;
  color: #878787;
}

h3.fs45.vc_custom_heading:not(.block-wrap) {
  font-weight: normal;
}

.vc_custom_heading .btn_right {
  padding: 0.3125rem 5rem 0 0;
}
.vc_custom_heading .h-sec-btn:not(.btn_right) {
  padding-top: 0.3125rem;
}

@media (max-width: 767px) {
  .mobile-col-2 .vc_column_container {
    width: 50%;
    float: left;
  }
}
/*-----------------------------------------
        product brand image 
------------------------------------------*/
.sc-brand .brand-cat {
  margin-bottom: 3.5px;
  display: inline-block;
}

.sc-brand .brand-cat span.count {
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.sc-brand .brand-cat:hover span.count {
  opacity: 1;
}

.brand-cat.slick-slide img {
  display: initial;
}

.brand-cat-meta {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.brand-cat-meta h4 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}

/*sub category*/
.sub-category-img {
  position: relative;
  padding: 0.9375rem;
  background-position: bottom right;
  background-repeat: no-repeat;
}

/*-----------------------------------------
        product tabs
------------------------------------------*/
/*tabs title*/
.tabs .tabs-title {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.tabs .tabs-title a {
  line-height: 1;
  pointer-events: none;
}
.tabs .tabs-title a:after {
  width: 100%;
  height: 0.15625rem;
  background-color: #f8981d;
}
.tabs .tabs-title .panel-img {
  position: absolute;
  font-size: 1.5rem;
  margin-top: -0.125rem;
  margin-left: 0.125rem;
}
.tabs .tabs-title .panel-img + span {
  padding-left: 2.5rem;
}
.tabs .tabs-title [class*="icon-"] {
  font-size: 1.375rem;
}
.tabs li:not(.tabs-title) .panel-img + span {
  padding-left: 0.625rem;
}

@media (max-width: 767px) {
  .tabs .tabs-title {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .tabs .tabs-title a:after {
    height: 0.125rem;
  }

  .piko-tab-slide.mobile .piko-carousel .slick-list {
    margin-bottom: 0.625rem;
  }
}
/*panel layout*/
@media (min-width: 768px) {
  .panel-2:after {
    content: '';
    position: absolute;
    bottom: 0.03125rem;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
  }
  .panel-2 li a {
    position: relative;
    z-index: 3;
  }
  .panel-2 li a:not(.active) {
    border-bottom-color: transparent;
  }
}
/*gap less product*/
.no-gutters .product:hover .product-wrap {
  background-color: #ffffff;
}
.no-gutters .product-bottom,
.no-gutters .product-middle {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.no-gutters .piko-carousel {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.no-gutters .slick-list {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

/*product loop list*/
.p_list .slick-list {
  padding-bottom: 2rem;
}
.p_list .media-list {
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}
.p_list .media-list + div {
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}
.p_list .media-list .product-label.vendor {
  display: none;
}
.p_list figure {
  margin-bottom: 0;
}
.p_list .star-rating {
  display: none;
}
.p_list .btn-action.other {
  font-size: 11px;
}
.p_list .product-bottom,
.p_list .product-middle {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.p_list article:not(.grid-size-two) .quickview {
  font-size: 0;
}
.p_list article:not(.grid-size-two) .quickview:before {
  font-size: 0.875rem;
  content: '\f002';
  font-family: fontAwesome;
}

.type-tab-3.s-item-0 .product-wrap:hover .countdown-lastest {
  display: block;
}

.type-tab-3.s-item-0 .product-wrap .product-title {
  white-space: normal;
  line-height: 1.7;
  max-height: initial;
}

.p_list:not(.type-tab-3) .price:not(td) {
  color: #f8981d;
}

.p_list:not(.type-tab-3) .product-title {
  white-space: normal;
  font-size: 0.90625rem;
  line-height: 1.4;
  max-height: 2.5375rem;
}

.tab-vertical.p_list:not(.type-tab-3) .product-brand {
  line-height: 1;
}

/*show double*/
.p_list article.product:hover .product-wrap .product-bottom .btn-action.other {
  display: none;
}

.p_list .grid-size-two .price:not(td) {
  font-size: 1.375rem;
}

.type-tab-2 .grid-size-two .product-middle {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .tab-vertical.p_list:not(.type-tab-3) .price {
    max-width: 5.625rem;
  }

  .vc_col-sm-9 .columns-4 .price:not(td):not(.pt5),
  .columns-6 .price:not(td):not(.pt5) {
    max-width: 6.875rem;
  }
}
/*.p_list .product-wrap,*/
.p_list.fix-p-hover .product:hover .product-wrap {
  padding-top: 0.9375rem;
}

.fix-p-hover.p_list .piko-filter {
  margin-bottom: 0 !important;
}

.piko-tab-slide .piko-carousel:not(.active) {
  overflow: hidden;
}
.piko-tab-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.piko-tab-slide .stcr.slick-initialized {
  padding-top: 0;
}
.piko-tab-slide .stcr .slick-arrow {
  top: -3.25rem;
}

.products:not(.no-gutters) .piko-carousel .product-wrap .product-title {
  font-size: 0.90625rem;
}

/*grid masonry size*/
[class*="row1"] {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

[class*="grid-size"] {
  width: 100%;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
[class*="grid-size"] .product-wrap {
  padding: 0.9375rem;
}
[class*="grid-size"]:hover .pl-1 {
  margin: 0;
}
[class*="grid-size"]:after {
  content: none;
}

.type-tab-2:not(.p_list) .grid-size .product-brand {
  display: none;
}

.grid-size,
.grid-size-two {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .grid-size,
  .grid-size-two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-size {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-size-two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-size-two .btn-action.other {
    display: flex;
  }
  .grid-size-two .product-wrap .product-title {
    font-size: 1.1875rem;
    min-height: 2.84375rem;
    max-height: 2.84375rem;
    margin-bottom: 0.0625rem;
  }
  .grid-size-two .btn-action.other {
    padding-top: 0.6875rem;
    border: 0;
  }
}
[class*="type-tab-2"] .no-gutters {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
[class*="type-tab-2"] .no-gutters .product-middle,
[class*="type-tab-2"] .no-gutters .product-bottom {
  padding-right: 0;
  padding-left: 0;
}
[class*="type-tab-2"] [class*="grid-size"] {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}
[class*="type-tab-2"] .product {
  margin-bottom: 0.875rem;
}
[class*="type-tab-2"] .product .product-wrap:after {
  content: none;
}

/*when bg gray*/
.bg-gray .product-wrap {
  padding: 0.9375rem 0.9375rem 1.25rem;
}
.bg-gray .no-gutters .product .product-wrap .product-middle, .bg-gray .no-gutters .product .product-wrap .product-bottom {
  padding: 0;
}

@media (min-width: 768px) {
  .tab-vertical {
    background: #fff;
    border: 1px solid #e5e5e5;
  }
  .tab-vertical:before, .tab-vertical:after {
    content: " ";
    display: table;
  }
  .tab-vertical:after {
    clear: both;
  }
  .tab-vertical .tabs {
    display: inline-block;
    width: 25%;
    z-index: 2;
  }
  .tab-vertical .tabs li a {
    margin: 0;
    padding: 1.25rem 0.9375rem;
    border-bottom: 0;
    border-left: 3px solid #fff;
    border-right-color: #fff;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .tab-vertical .tabs li a:after {
    content: none;
  }
  .tab-vertical .tabs li a:hover,
  .tab-vertical .tabs li a.active {
    border-left-color: #f8981d;
  }
  .tab-vertical .tabs li a:not(.active) {
    border-right: 1px solid #e5e5e5;
  }
  .tab-vertical .cols-wrap {
    width: 75%;
    padding: 1.03125rem 0.9375rem 0 0.9375rem;
    z-index: 1;
  }
  .tab-vertical .cols-wrap:before {
    position: absolute;
    content: '';
    background-color: transparent;
    border-left: 1px solid #e5e5e5;
    display: block;
    top: 0;
    left: -1px;
    height: 100%;
  }
  .tab-vertical .tabs,
  .tab-vertical .cols-wrap {
    float: left;
    position: relative;
    min-height: 1px;
  }
  .tab-vertical .piko-tab-slide .stcr .slick-arrow {
    top: 0.75rem;
  }
}
.p_list .products > .product,
.tab-vertical .piko-tab-slide .piko-carousel .slick-list {
  margin-bottom: 1.25rem;
}

/*coundown product variable*/
.small .countdown-amount,
[class*="has-sidebar-"] .woo-archive-widget .countdown-amount,
.products-list .countdown-amount,
.vc_col-sm-9 .columns-4 .countdown-amount,
.columns-6 .countdown-amount {
  font-size: 0.875rem;
}

.small .countdown-section,
[class*="has-sidebar-"] .woo-archive-widget .countdown-section,
.products-list .countdown-section,
.vc_col-sm-9 .columns-4 .countdown-section,
.columns-6 .countdown-section {
  padding-top: 0;
  padding-bottom: 0.3125rem;
}

.small .countdown-section:not(:last-child):after,
[class*="has-sidebar-"] .woo-archive-widget .countdown-section:not(:last-child):after,
.products-list .countdown-section:not(:last-child):after,
.vc_col-sm-9 .columns-4 .countdown-section:not(:last-child):after,
.columns-6 .countdown-section:not(:last-child):after {
  top: 0.3125rem;
}

.p_list:not(.type-tab-3) .countdown-lastest {
  display: none;
}

.tabs-menu {
  padding: 0.625rem 0;
  border-radius: 0.25rem;
}
.tabs-menu a {
  padding: 0.0625rem 1.25rem;
}
.tabs-menu a:after {
  content: '';
  border-bottom: 1px dotted transparent;
  display: block;
}
.tabs-menu a:hover:after {
  border-bottom-color: currentColor;
}
.tab-vertical .tabs-menu {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  border-radius: 0;
}

@media (min-width: 992px) {
  .tabs-menu {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tabs-menu a {
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .tabs-menu {
    margin-top: 2.5rem;
  }
}
/*tabs layout 3*/
.type-tab-3 .deals {
  max-width: 20.625rem;
  margin: 1.5625rem auto 0.9375rem;
}
.type-tab-3 .product-bottom {
  margin-bottom: 1.5625rem;
}
.type-tab-3 .piko-stock {
  padding: 0 0.375rem 0 0.4375rem;
  margin-top: 0.625rem !important;
}
.type-tab-3 .piko-stock .d_flex {
  font-size: 0.75rem;
}
.type-tab-3 .piko-stock .progress {
  height: 0.625rem;
}

/*tabs 3 grid*/
.type-tab-3.s-item-0 {
  border: 2px solid #f8981d;
  padding: 0.125rem 0.375rem 0;
  border-radius: 0.3125rem;
}
.type-tab-3.s-item-0 .slick-list {
  padding: 0;
  margin-bottom: 0;
}
.type-tab-3.s-item-0 .piko-tab-slide .stcr .slick-arrow {
  top: 1.25rem;
}
.type-tab-3.s-item-0 .product-wrap .product-title {
  text-align: center;
  font-size: 1.125rem !important;
  line-height: 1.4;
  max-height: 3.15rem;
  margin: 1.25rem 0 0.625rem;
}
.type-tab-3.s-item-0 .product .pl-1,
.type-tab-3.s-item-0 .product:hover .pl-1 {
  padding: 0.9375rem;
  box-shadow: none;
}
.type-tab-3.s-item-0 .discount {
  border-radius: 2.1875rem;
}
.type-tab-3.s-item-0 .discount:before {
  padding-right: 0.375rem;
  font-weight: 600;
}
.type-tab-3.s-item-0 .product > .product-wrap:hover .product-label {
  display: block;
}
.type-tab-3.s-item-0 .price:not(td) {
  margin: 0 auto;
}

/*tabs3 list*/
.type-tab-3.p_list .discount {
  margin-top: 0.625rem;
}

.type-tab-3.p_list .piko-tab-slide .stcr .slick-arrow {
  top: 1.5625rem;
}

.type-tab-3.p_list article .row {
  margin: 2.8125rem 0;
}

.type-tab-3.p_list .dot-in .slick-dots {
  bottom: -0.5rem;
}

.type-tab-3 .btn-action.other,
.type-tab-3.p_list article.product:hover .product-wrap .product-bottom .btn-action.other {
  display: flex;
  font-size: 0.8125rem;
}

@media (max-width: 991px) {
  .vc_column_container .type-tab-3 {
    margin-bottom: 1.875rem;
  }
}
/*product bg_gray*/
.bg-gray .gutters5 > .product {
  margin-bottom: 0.875rem;
}
.bg-gray .gutters7 > .product {
  margin-bottom: 0.9375rem;
}
.bg-gray .product:hover > .pl-1 {
  margin: 0;
}
.bg-gray .products:not(.no-gutters) article.product:after {
  border-bottom: none;
}

.p_list.bg-gray .gutters5 > .product {
  margin-bottom: 0.625rem;
}

/*fix slick slider*/
.piko-carousel .slick-slide:not(.slick-active) .product-label {
  opacity: 0;
}

/*-----------------------------------------
        product widgets
------------------------------------------*/
/*widgets newsletter || shortcode*/
.piko-newsletter h5 {
  line-height: 1;
  margin: 0 0 0.625rem;
}
.piko-newsletter label > input {
  border-color: transparent !important;
}
.piko-newsletter.news {
  text-align: center;
}
.piko-newsletter.news h5 {
  display: block;
  font-size: 1.5625rem;
}
.piko-newsletter.news span {
  padding: 0 0 1.875rem 0;
  display: block;
}
.piko-newsletter.news .search-form label input,
.piko-newsletter.news .search-form {
  border-radius: 2.5rem;
}

@media (min-width: 768px) {
  .piko-newsletter.news .search-form {
    min-width: 35.625rem;
  }
}
/*fix for mailechime wp plugin*/
mc4wp-form {
  position: relative;
}

.mc4wp-response {
  position: absolute;
  margin-top: 3.125rem;
}

.piko-newsletter.news .wpcf7-form span {
  padding: 0;
}
.piko-newsletter.news .wpcf7-form span input {
  border: none;
}

/*footer newsletter widget force*/
.site-footer .piko-newsletter [class^="col-"] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.site-footer .piko-newsletter [class^="col-"] h5 {
  font-size: 1.125rem;
  display: block;
  color: #555;
}
.site-footer .piko-newsletter [class^="col-"] span {
  padding: 0;
  color: #888;
  font-weight: normal;
}

.site-footer .piko-newsletter .search-form {
  margin: 0.9375rem;
}

@media (max-width: 767px) {
  .site-footer .piko-newsletter .search-form[class^="col-"] {
    max-width: 90%;
  }
}
/*-----------------------------------------
        icon block
------------------------------------------*/
.icon-block .icon-wrap {
  color: #9e9e9e;
  font-size: 2.76923rem;
}

.icon-block h5 {
  margin-top: 0;
  margin-bottom: 0.0625rem;
}

.icon-layout-1 .icon-block .icon-wrap {
  margin-right: 0.76923rem;
}

.icon-layout-1 .icon-block .icon-content {
  padding-left: 1rem;
}

.icon-layout-2 .icon-block .icon-wrap {
  font-size: 3.46154rem;
  line-height: initial;
}

.icon-layout-2 .icon-block h5 {
  margin-bottom: 0.4375rem;
}

@media (max-width: 767px) {
  .icon-layout-2 {
    margin-bottom: 1.25rem;
  }
}
/*-----------------------------------------
        light  box
------------------------------------------*/
.piko-light-box .text {
  max-width: 31.25rem;
  padding: 0 0.9375rem;
  font-size: 1rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .piko-light-box .video {
    height: 20rem !important;
  }

  .piko-light-box .text {
    padding: 0.9375rem 0;
    font-size: 0.9375rem;
    width: 93%;
  }
}
.piko-light-box .text h2 {
  font-weight: 500;
}

.vc_row-no-padding .text,
.container-fluid .text {
  max-width: 36.875rem;
}

.piko-light-box .vc_custom_heading:not(.block-wrap) .sub-title {
  display: block;
  font-size: 1rem;
  font-style: normal;
}

@media (max-width: 576px) {
  .piko-light-box .bg-img {
    height: 15.625rem !important;
  }
}
/*-----------------------------------------
        contact
------------------------------------------*/
#map {
  height: 26.25rem;
  background-color: #f4f4f4;
  margin-bottom: 3.125rem;
}

.google-map #map {
  height: 23.75rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #map {
    height: 31.25rem;
    margin-bottom: 3.75rem;
  }
}
#map address {
  color: #888;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.75rem 0.625rem 0.5rem;
  line-height: 1.5;
}

/* Contact2 */
.map-container {
  position: relative;
}

.map-container #map {
  height: 25rem;
}

@media (min-width: 768px) {
  .map-container #map {
    height: 46.875rem;
    margin-bottom: 0;
  }
}
.map-container .form-container {
  padding: 0 1.25rem;
}
.map-container .form-container h2 {
  font-size: 1.5625rem;
  margin-bottom: 1.5625rem;
}

@media (max-width: 767px) {
  .map-container .form-container {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .map-container .form-container {
    width: 32.5rem;
    padding: 1.875rem 1.5625rem;
    position: absolute;
    bottom: 0;
    right: 4.0625rem;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (min-width: 1200px) {
  .map-container .form-container {
    width: 36.25rem;
  }
}
.contact-box .contact-info {
  margin-bottom: 0.625rem;
}

.contact-box .contact-info .info-icon {
  font-size: 1.125rem;
  text-align: center;
  margin-right: 0.9375rem;
}

.contact-box .contact-info .info-icon.fa {
  font-size: 1.3125rem;
}

.contact-box .contact-info .info-name {
  font-weight: 500;
  min-width: 5.625rem;
  padding-right: 1.5625rem;
}

.contact-box .contact-info .info-value {
  font-weight: 500;
  display: block;
}
.contact-box .contact-info .info-value a {
  color: #878787;
}
.contact-box .contact-info .info-value a:hover {
  color: #f8981d;
}

.contact-box .contact-info .info-icon, .contact-box .contact-info .info-name, .contact-box .contact-info .info-value {
  display: inline-block;
  vertical-align: middle;
}

.wpcf7 p label {
  color: #222;
  font-size: 0.875rem;
  font-weight: 500;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 .wpcf7-submit {
  font-size: 0.875rem;
}

/*-----------------------------------------
        blog shortcode
------------------------------------------*/
.sc-blog .entry-title {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0.25rem 0 0.5625rem;
}

/*-----------------------------------------
        instagram
------------------------------------------*/
.ing-hashtag {
  overflow: hidden;
}

.instagram-wrap figure {
  margin: 0;
}

.instagram-wrap ul li {
  line-height: 0;
}
.instagram-wrap ul li a {
  color: #fff;
}

.ins-feed figure > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #c2c2c2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
}

.ins-feed:hover figure > a:before {
  visibility: visible;
  opacity: 0.7;
}

.ins-feed img {
  display: block;
  width: 100%;
}

.ins-feed .btn-instagram {
  padding: 0 20px;
  line-height: 30px;
}

.ins-feed .ins-meta.btn-instagram {
  background-color: transparent;
}

figure + .ins-meta {
  margin-top: 16px;
}

.ins-feed .btn-instagram {
  position: absolute;
  line-height: 40px;
  border-radius: 40px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
  padding: 0 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  background-color: #fff;
  color: #444;
  opacity: 0;
  visibility: hidden;
}

.ins-feed:hover .btn-instagram {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.ins-info a {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1440px) {
  .ins-info a {
    font-size: 15px;
  }
}
.ins-info a + a {
  margin-left: 20px;
}

.ins-info a span {
  vertical-align: middle;
}

.ins-icon {
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  margin-right: 7px;
}

/*widget*/
.sidebar .null-instagram-feed li[class*="col-"],
.site-footer .null-instagram-feed li[class*="col-"] {
  display: block;
  float: left;
  margin: 0 1px 1px 0;
  padding: 0;
  width: calc(33.3% - 1px);
  max-width: 127px;
  overflow: hidden;
  line-height: 0;
}

.site-footer .null-instagram-feed figure,
.sidebar .null-instagram-feed figure {
  margin: 0;
}
.site-footer .null-instagram-feed figure .ins-info,
.sidebar .null-instagram-feed figure .ins-info {
  display: none;
}

/*--------------------------------------------------------------
# utility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# socail icon
--------------------------------------------------------------*/
.social-icons {
  font-size: 0.875rem;
  position: relative;
  margin: 0;
  padding: 0;
}

.social-icons .social-icon {
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  border-radius: 2.375rem;
  text-align: center;
  -webkit-transition: opacity 0.4s, ease-in-out;
  transition: opacity 0.4s, ease-in-out;
  background-color: #f1f1f1;
  position: relative;
}
.social-icons .social-icon:hover {
  opacity: 0.8;
}

.social-icons .social-icon:not(:last-child) {
  margin-right: 0.625rem;
}

.social-icons [class*="fa-"] {
  color: #ffffff;
}

.social-icons .fa-facebook {
  background-color: #48629b;
}

.social-icons .fa-twitter {
  background-color: #23b0e6;
}

.social-icons .fa-google-plus {
  background-color: #dc4b38;
}

.social-icons .fa-instagram {
  background-color: #3E729A;
}

.social-icons .fa-pinterest {
  background-color: #CB2028;
}

.social-icons .fa-linkedin {
  background-color: #007FAF;
}

.social-icons .fa-envelope {
  background-color: #f8981d;
}

.social-icons li .shear-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.social-icons span.text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.social-icons.smaller .social-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.social-icons.xs {
  font-size: 0.75rem;
}

.social-icons.xs .social-icon {
  border-radius: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
}

@media (min-width: 1024px) {
  .entry-summary:not(.content-quickview) .social-icons {
    position: fixed;
    max-width: 2.5rem;
    left: 3.125rem;
    top: 50%;
    z-index: 99;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
  }
  .entry-summary:not(.content-quickview) .social-icons .social-icon:not(last-child) {
    margin-bottom: 0.3125rem;
  }
}
/*--------------------------------------------------------------
# cart canvas
--------------------------------------------------------------*/
.push-fixed {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 1001;
  overflow-x: hidden;
  overflow-y: auto;
  width: 20.76923rem;
  background: #f6f6f8;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.push-right,
#mobile_menu_wrapper {
  transform: translate(-20.76923rem, 0);
  -webkit-transform: translate(-20.76923rem, 0);
  -moz-transform: translate(-20.76923rem, 0);
  -ms-transform: translate(-20.76923rem, 0);
}

.push-left {
  right: 0;
  transform: translate(20.76923rem, 0);
  -webkit-transform: translate(20.76923rem, 0);
  -moz-transform: translate(20.76923rem, 0);
  -ms-transform: translate(20.76923rem, 0);
}

.push_overlay_pop,
.push_overlay_cart,
.push_overlay {
  display: none;
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
}

.open-filter-trigger .push-right,
.open-mini-cart .push-left,
.open-mobile-menu #mobile_menu_wrapper {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.open-mini-cart .push_overlay_cart,
.open-mobile-menu .push_overlay {
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.push_overlay_pop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Mobile */
.push-menu > h3 {
  padding: 1rem 0.9375rem 0.9375rem;
  background-color: #222;
  opacity: 0.8;
}

.push-menu .close-menu {
  margin-top: 0.125rem;
}

/*--------------------------------------------------------------
# select
--------------------------------------------------------------*/
select:not(.country_to_state) {
  background-color: white;
  border: thin solid #e7e7e7;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:not(.country_to_state) {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #ccc 50%), -webkit-linear-gradient(315deg, #ccc 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 6px 7px, 5px 6px, 2.5em 2.5em;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
}

select:not(.country_to_state):focus {
  background-image: -webkit-linear-gradient(45deg, #ccc 50%, transparent 50%), -webkit-linear-gradient(315deg, transparent 50%, #ccc 50%);
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 6px, 5px 6px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

.woocommerce-ordering select {
  border: none;
}

/*------------------------------------
        style checkbox
--------------------------------------*/
.fix-checkbox {
  position: relative;
  display: inline-block;
}

.fix-checkbox input {
  float: left;
  margin: 0 0.625rem 0 0;
  visibility: hidden;
}

.fix-checkbox label {
  position: absolute;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  top: 0.3125rem;
  left: 0;
}

.fix-checkbox label + span {
  font-size: 0.8125rem;
  vertical-align: calc(0% + 2px);
}

.fix-checkbox label:after {
  content: "";
  position: absolute;
  border: 2px solid #b3b3b3;
  border-right: 0;
  border-top: 0;
  height: 0.375rem;
  width: 0.625rem;
  left: 0.125rem;
  opacity: 0;
  top: 0.1875rem;
  transform: rotate(-45deg);
}

.fix-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.fix-checkbox .checkbox {
  display: inline-block;
}

/*--------------------------------------------------------------
# plugin fix vc n other
--------------------------------------------------------------*/
/*vc column fix*/
@media (min-width: 1200px) {
  .container-fluid .push-col .vc_column_container > .vc_column-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .push-col .vc_col-sm-6,
  .push-col .vc_col-sm-8,
  .push-col .vc_col-sm-9 {
    float: right;
  }

  .push-col .vc_col-sm-6 .vc_col-sm-6,
  .push-col .vc_col-sm-8 .vc_col-sm-8,
  .push-col .vc_col-sm-9 .vc_col-sm-9,
  .push-col .vc_col-sm-8 .vc_col-sm-9,
  .push-col .vc_col-sm-9 .vc_col-sm-8 {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .push-col .vc_col-sm-4,
  .push-col .vc_col-sm-3,
  .push-col .vc_col-sm-8,
  .push-col .vc_col-sm-9 {
    width: 100%;
  }

  .col-sm-full .vc_col-sm-4,
  .col-sm-full .vc_col-sm-3,
  .col-sm-full .vc_col-sm-8,
  .col-sm-full .vc_col-sm-9 {
    width: 100%;
  }

  .col-sm-helf .vc_col-sm-3 {
    width: 50%;
  }
}
/*push col right*/
@media (min-width: 992px) {
  .push-col-right .vc_col-sm-4,
  .push-col-right .vc_col-sm-3 {
    float: right;
  }

  .push-col-right .vc_col-sm-8 .vc_col-sm-4,
  .push-col-right .vc_col-sm-9 .vc_col-sm-3,
  .push-col-right .vc_col-sm-8 .vc_col-sm-3,
  .push-col-right .vc_col-sm-9 .vc_col-sm-4 {
    float: left;
  }

  .vc-gap-10 .vc_column-inner {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .vc-gap-10.vc_row:not(.vc_row-no-padding) .block-wrap {
    margin-bottom: 0.625rem;
  }

  .vc-gap-10 > .vc_column_container > .vc_column-inner {
    padding-right: 0.9375rem;
  }

  .vc-gap-10.push-col-right > .vc_column_container > .vc_column-inner {
    padding-right: 0.3125rem;
  }

  .vc-gap-10.push-col-right > .vc_column_container > .vc_column-inner {
    padding-left: 0.9375rem;
  }

  .vc-gap-0 .vc_column_container > .vc_column-inner,
  .vc-gap-0 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .vc-gap-0 .block-wrap {
    margin-bottom: 0 !important;
  }
  .vc-gap-0 .block-wrap figure {
    margin-bottom: 0;
  }
}
.vc-gap-10 .block-box {
  margin-bottom: 0;
}

/*container banner fix*/
.vc_row:not(.vc_row-no-padding) .block-wrap {
  margin-bottom: 1.875rem;
}

/*------------------------------------*/
/*  vc custom code add               */
/*------------------------------------*/
.piko-parallax-left > div,
.vc_row.piko-parallax-left {
  background-attachment: fixed !important;
  background-position: left center !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.piko-parallax-right > div,
.vc_row.piko-parallax-right {
  background-attachment: fixed !important;
  background-position: right center !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.piko-parallax-center > div,
.vc_row.piko-parallax-center {
  background-attachment: fixed !important;
  background-position: center center !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .piko-parallax-center > div,
  .vc_row.piko-parallax-center {
    background-attachment: scroll !important;
    background-size: cover !important;
  }

  .piko-parallax-left > div,
  .vc_row.piko-parallax-left {
    background-attachment: scroll !important;
    background-size: cover !important;
  }

  .piko-parallax-right > div,
  .vc_row.piko-parallax-right {
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}
.off-center-right.wpb_column {
  z-index: 1;
}

.boxed .off-center-right.wpb_column {
  z-index: 1;
}

.vc_tta-panel-title {
  font-size: 1.125rem !important;
}

.vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #222 !important;
}

/*button*/
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* ----------- rev slider -------------
--------------------------------------*/
.tp-bullets {
  width: 9.375rem !important;
  display: block;
  text-align: center;
}

.tp-bullets .tp-bullet {
  box-sizing: inherit !important;
  background: transparent;
  border: 2px solid #fff;
  text-align: center !important;
  left: 0 !important;
  width: 0.5625rem !important;
  height: 0.5625rem !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 50%;
  transition: all .25s;
}

.tp-bullets .tp-bullet + .tp-bullet {
  margin-left: 0.6875rem !important;
}

.tp-bullets.hesperiden .tp-bullet {
  border: 2px solid  #ccc;
  background: #ccc !important;
}

.tp-bullets .tp-bullet:hover,
.tp-bullets .tp-bullet:focus,
.tp-bullets .tp-bullet.selected {
  background: #f8981d !important;
  border-color: #f8981d !important;
}

.tp-bullets .tp-bullet.selected {
  width: 2.1875rem !important;
  border-radius: 0.5rem;
}

.tparrows {
  width: 2.8125rem;
  height: 2.8125rem;
  border: 2px solid #222;
  background: transparent !important;
  display: block;
  text-align: center;
}
.tparrows:before {
  font-size: 1.375rem;
  color: #222;
  font-weight: 700;
}

.hesperiden.tparrows {
  background-color: transparent;
}

.hesperiden.tparrows:before {
  font-family: fontpiko !important;
  font-size: 1.5rem;
  color: #222 !important;
  font-weight: normal;
  top: -0.125rem;
  position: relative;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: '\e862' !important;
  margin-left: 0;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: '\e863' !important;
  margin-right: 0;
}

.hesperiden.tparrows:hover:before,
.tparrows:hover:before {
  color: #fff !important;
}

.hesperiden.tparrows:hover,
.hesperiden.tparrows:focus,
.tparrows:hover,
.tparrows:focus {
  background-color: #f8981d !important;
  border-color: #f8981d !important;
}

.fa-pulse {
  font-size: 1rem;
}

.product-action .fa-pulse {
  text-align: center;
  line-height: 2.25rem;
}

.single_add_to_cart_button .fa-pulse {
  margin-right: 0.5rem;
}

a.loading:before {
  display: none;
}

.rev_slider .button.hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.rev_slider .button.hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.just-wraper + #piko-content .entry-content > div.vc_row-no-padding:first-child {
  margin-top: -2.1875rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .just-wraper + #piko-content .entry-content > div.vc_row-no-padding:first-child {
    margin-top: -3.125rem;
  }
}
@media (max-width: 991px) {
  .rev_slider .button.hover {
    height: auto;
  }
}
@media (max-width: 767px) {
  .rev_slider a.button {
    display: inline;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.75rem;
  }
}
/*--------------------------------------------------------------
# social login apsl
--------------------------------------------------------------*/
/*social login*/
.apsl-login-text {
  display: none;
}

.social-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 0.9375rem;
}

.apsl-icon-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.625rem 0.9375rem 0.6875rem;
  margin-right: 0.625rem;
  -webkit-transition: opacity 0.4s, ease-in-out;
  transition: opacity 0.4s, ease-in-out;
}

.apsl-icon-block.icon-facebook {
  background: #48629b none repeat scroll 0 0;
}

.apsl-icon-block.icon-twitter {
  background: #23b0e6 none repeat scroll 0 0;
}

.apsl-icon-block.icon-google {
  background: #dc4b38 none repeat scroll 0 0;
}

.apsl-icon-block:hover {
  opacity: 0.8;
}

.apsl-icon-block .fa {
  position: absolute;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.apsl-long-login-text {
  padding-left: 1.375rem;
  font-size: 0.75rem;
  line-height: 1;
}

.apsl-login-new-text {
  font-weight: 500;
  display: block;
  color: #555;
  margin-bottom: 0.3125rem;
}

.apsl-error {
  font-size: 0.8125rem;
  color: red;
  margin-bottom: 0.625rem;
  display: block;
}

.piko-my-account .social-networks {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

#commentform .apsl-login-networks {
  margin-top: 0.625rem;
}

.woocommerce .piko-my-account .apsl-login-networks {
  margin-bottom: 1.25rem;
}

/*--------------------------------------------------------------
# popup
--------------------------------------------------------------*/
.popup-news {
  background: #fff;
  max-width: 28.125rem;
  margin: auto;
  border-radius: 0.1875rem;
}
.popup-news .mfp-close {
  display: none;
}
.mfp-content .popup-news {
  display: block;
}

.popup-news header {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}
.popup-news header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.popup-news h2 {
  vertical-align: middle;
  padding: 0 1.25rem;
}

.popup-news .pop-close {
  z-index: 9;
  color: #d2d2d2;
  position: absolute;
  right: 0;
}
.popup-news .pop-close span {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  display: inline-block;
  text-align: center;
}

.pop-content {
  padding: 1.25rem 1.875rem 1.875rem;
}

.pop-content h3 {
  line-height: 1.2;
}

.pop-content p {
  line-height: 1.3;
  font-size: 0.9375rem;
}

.mc4wp-form .search-submit:hover {
  opacity: 0.8;
}

.mc4wp-form .search-submit {
  position: relative;
}

.popup-news .mc4wp-form .search-submit {
  left: -0.125rem;
}

/*form 7*/
.popup-news.piko-newsletter div.wpcf7-response-output {
  font-size: 0.75rem;
  background-color: #fff;
  margin-top: 3.125rem;
  top: inherit;
}

.popup-news.piko-newsletter div.wpcf7 .ajax-loader {
  color: #999;
}

/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
.sc-tl-2 .testimonial .owner-meta,
.sc-tl-1 .testimonial .owner-meta {
  margin-bottom: 1rem;
  padding: 2.5rem 1.5625rem 2.5rem 1.5625rem;
  border: 1px solid #e5e5e5;
}

.testimonial figure {
  position: absolute;
  z-index: 10;
  width: 4.6875rem;
  left: calc(50% - 30px);
  border-radius: 50%;
  top: -40px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.testimonial figure img {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}

.testimonial figure .quote {
  position: relative;
  z-index: 15;
  line-height: 4.375rem;
  font-size: 1.5625rem;
  color: #444;
}

.testimonial h4 {
  margin: 0;
}

.testimonial .br50 {
  max-width: 5rem;
  border: 1px solid #e5e5e5;
}

.piko-carousel .testimonial {
  margin-top: 3.125rem;
}

.tl-white .testimonial h4,
.tl-white .testimonial h4 span,
.tl-white .testimonial a,
.tl-white .testimonial p {
  color: #fff;
}

.tl-white .slick-dots li:not(.slick-active) button {
  background-color: #fff;
}

/*--------------------------------------------------------------
# countdown
--------------------------------------------------------------*/
[class*="piko_countdown-"] {
  max-width: 15.9375rem;
}

[class*="piko_countdown-"] .countdown-row .countdown-section {
  border: none;
  border-radius: 0.25rem;
  overflow: hidden;
}

.piko_countdown-2 .countdown-row .countdown-section {
  background-color: #555;
}
.piko_countdown-2 .countdown-amount,
.piko_countdown-2 .countdown-period {
  color: #fff;
}

/*--------------------------------------------------------------
# countdown
--------------------------------------------------------------*/
.coming-soon .countdown-lastest {
  max-width: 21.875rem;
}
.coming-soon form {
  max-width: 31.25rem;
  margin: 20px auto 0;
}
.coming-soon form label input:not([type="submit"]) {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.coming-soon .coming-content {
  width: 93%;
  max-width: 37.5rem;
}
.coming-soon a {
  opacity: 0.8;
}
.coming-soon a:hover {
  opacity: 1;
}

@media (max-width: 576px) {
  .coming-soon .coming-content {
    margin-top: 5rem;
    padding-bottom: 3.125rem;
  }
}
.piko-newsletter .wpcf7-not-valid-tip {
  position: absolute;
  min-width: 15.9375rem;
  text-transform: capitalize;
  top: 1.875rem;
  text-align: left;
}
.piko-newsletter div.wpcf7 .ajax-loader {
  position: inherit;
  margin-left: 0;
}
.piko-newsletter div.wpcf7-response-output {
  margin-top: 2.1875rem;
}
.piko-newsletter form p {
  margin-bottom: 0;
}

.piko-newsletter div.wpcf7-response-output {
  position: absolute;
  top: 2.1875rem;
  z-index: 2;
}

.piko-newsletter div.wpcf7 .ajax-loader {
  margin-top: -0.625rem;
  color: #fff;
}

/*vc shortcode contact form 7*/
.piko-newsletter .wpcf7 input[type="submit"]:hover {
  background-color: #444;
}

.news.piko-newsletter div.wpcf7-response-output {
  top: inherit;
  margin-top: 2.8125rem;
}

.news.piko-newsletter .wpcf7-not-valid-tip {
  top: inherit;
  margin-top: 0.3125rem;
}

.news.piko-newsletter div.wpcf7 .ajax-loader {
  position: relative;
  color: #999;
}

/*--------------------------------------------------------------
# pluigns contact form7
--------------------------------------------------------------*/
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-response-output {
  font-size: 0.9375rem;
  border-radius: 0.3125rem;
  padding: 0.2em 1em;
  border: 1px solid #ff0000;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ok {
  border: 1px solid #f8981d;
}

div.wpcf7-spam-blocked {
  border: 1px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1.375rem;
  position: relative;
  margin-left: 2.1875rem;
}
div.wpcf7 .ajax-loader:before {
  content: "\f110";
  font-family: fontAwesome;
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

input[type="submit"] {
  margin-top: 0.625rem;
}

.coupon input[type="submit"],
.piko-newsletter div.wpcf7 input[type="submit"],
.search-form div.wpcf7 input[type="submit"] {
  margin-top: 0;
}

/*--------------------------------------------------------------
# cookie notice
--------------------------------------------------------------*/
#cookie-notice {
  position: fixed;
  top: auto;
  right: 1vw;
  bottom: 1vw;
  left: auto;
  padding: 1.5vw;
  z-index: 1000;
  min-width: 0.0625rem;
  max-width: 31.25rem;
  width: 28vw;
  height: auto;
  border-radius: 0.25rem;
  background-color: rgba(245, 245, 245, 0.97) !important;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  #cookie-notice {
    padding: 0.9375rem 1.5625rem;
  }
}

#cookie-notice:not(.cookie-notice-visible),
#cookie-notice.cookie-notice-hidden {
  display: none;
}

#cookie-notice.cn-top {
  left: 1vw;
}

#cookie-notice #cn-notice-text {
  color: #999;
  font-size: 0.9375rem;
}

#cookie-notice .cn-button,
#cookie-notice .button-bootstrap,
#cookie-notice .cn-button.wp-default {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

#cookie-notice .bootstrap:not(.cn-more-info) {
  background-color: #f8981d;
  border-color: #f8981d;
  color: #ffffff;
}

#cookie-notice .bootstrap.cn-more-info {
  color: #999;
  border-color: #e0e0e0;
}
#cookie-notice .bootstrap.cn-more-info:hover {
  color: #ffffff;
  border-color: #f8981d;
}

#cookie-notice .cn-button:hover,
#cookie-notice .cn-button-bootstrap:hover,
#cookie-notice .cn-button.wp-default:hover {
  opacity: 0.8;
}

#cookie-notice h4 {
  margin-top: 0;
}

@media (max-width: 991px) {
  #cookie-notice #cn-notice-text {
    font-size: 0.8125rem;
  }

  #cookie-notice h4 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  #cookie-notice {
    width: 100%;
  }
}
