
.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
/* === 1. PRESET SHORTCODE === */
.yith-wcan-filters {
  background-color: var(--yith-wcan-filters_colors_background, transparent);
  margin-bottom: 30px;
}
.yith-wcan-filters h3.mobile-only {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 30px;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
  color: var(--yith-wcan-filters_colors_titles, #434343);
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable {
  cursor: pointer;
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after {
  background-image: url("../images/arrow-down.svg");
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.open:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened:after {
  background-image: url("../images/arrow-up.svg");
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
  right: 5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.collapsable.closed + .filter-content {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items {
  float: none;
  list-style: none;
  padding-left: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
  margin: 0;
  padding: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
  padding-left: 15px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
  font-size: 0;
  margin: 0 -5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label {
  font-size: 0;
  margin: 0 -5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.filter-dropdown {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
  line-height: 2;
  margin: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
  color: var(--yith-wcan-anchors_style_text, #434343);
  text-decoration: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
  color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled {
  opacity: 0.5;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled > label > a {
  color: #B4B4B4;
  cursor: not-allowed;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
  color: var(--yith-wcan-anchors_style_text_active, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
  display: inline-block;
  margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color > a {
  display: inline-block;
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-image {
  font-size: 1rem;
  text-align: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-below, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
  font-size: 1rem;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-color,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-image {
  margin-bottom: 0;
  margin-right: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-label {
  display: inline-block;
  font-size: 1em;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  border: 2px solid transparent;
  border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
  display: inline-block;
  height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
  margin-bottom: 5px;
  overflow: hidden;
  vertical-align: middle;
  width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch {
  display: block;
  height: 100%;
  width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color.bi-color .color-swatch {
  border-style: solid;
  border-width: 0 0 var(--yith-wcan-color_swatches_size, 45px) var(--yith-wcan-color_swatches_size, 45px);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover {
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image {
  border: 2px solid transparent;
  border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
  display: inline-block;
  font-size: 0;
  height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
  margin-bottom: 5px;
  overflow: hidden;
  vertical-align: middle;
  width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image:hover {
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image img {
  height: auto;
  width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-image img {
  opacity: 0.4;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
  display: block;
  font-size: 0.6em;
  line-height: 1.4;
  text-align: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-hide .term-label {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-image {
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a:after {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 100%;
  color: #fff;
  content: "";
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -5px;
  text-align: center;
  text-decoration: none;
  top: -5px;
  width: 15px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
  background-color: var(--yith-wcan-labels_style_background, #fff);
  box-shadow: 0 0 0 1px #D7D7D7;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 7px;
  text-align: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label > a {
  color: var(--yith-wcan-labels_style_text, #434343);
  display: block;
  height: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right) > a {
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right) > a:after {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 100%;
  color: #fff;
  content: "";
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -5px;
  text-align: center;
  text-decoration: none;
  top: -5px;
  width: 15px;
  right: -13px;
  top: -15px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover {
  box-shadow: 0 0 0 2px var(--yith-wcan-filters_colors_accent, #4e8ba2);
  color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) {
  background-color: var(--yith-wcan-labels_style_background_active, #4e8ba2);
  box-shadow: 0 0 0 2px var(--yith-wcan-labels_style_background_active, #4e8ba2);
  color: var(--yith-wcan-labels_style_text_active, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .term-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .item-count {
  color: var(--yith-wcan-labels_style_text_active, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
  background-color: var(--yith-wcan-labels_style_background_hover, #4e8ba2);
  box-shadow: 0 0 0 2px var(--yith-wcan-labels_style_background_hover, #4e8ba2);
  color: var(--yith-wcan-labels_style_text_hover, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .term-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .item-count {
  color: var(--yith-wcan-labels_style_text_hover, #fff);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image {
  background: none;
  box-shadow: none;
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image > a {
  display: inline-block;
  color: var(--yith-wcan-anchors_style_text, #434343);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image > a:hover {
  color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image.active > a {
  color: var(--yith-wcan-anchors_style_text_active, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-image {
  margin-right: 10px;
  max-width: 70px;
  vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-label {
  display: inline-block;
  vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image {
  display: inline-block;
  font-size: 0;
  max-width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image img {
  width: 100%;
  height: auto;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label {
  display: block;
  font-size: 0.8rem;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-hide.with-image .term-label {
  display: none;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable {
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
  background-size: 50% auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed > .toggle-handle {
  background-image: url("../images/arrow-down.svg");
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle {
  background-image: url("../images/arrow-up.svg");
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable:after {
  top: 5px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
  color: #B4B4B4;
  font-size: 1em;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .star-rating {
  display: inline-block;
  line-height: 1.4;
  margin-right: 10px;
  vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-1-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(100% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-2-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(50% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(33.3333333333% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-4-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(25% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-5-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(20% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-6-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(16.6666666667% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-7-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(14.2857142857% - 10px);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-8-column {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
  width: calc(12.5% - 10px);
}
.yith-wcan-filters .yith-wcan-filter.label-design .filter-items {
  font-size: 0;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 0;
  color: #fff;
  cursor: initial;
  font-size: 0.6875rem;
  line-height: normal;
  padding: 7px 10px;
  pointer-events: none;
  text-align: center;
  display: none;
  top: calc(50% - 15px);
  z-index: 1006;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before {
  background: transparent !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  content: "";
  bottom: -5px;
  display: block;
  height: 0;
  left: -5px;
  position: absolute;
  top: calc(50% - 5px);
  width: 0;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip > img {
  min-width: 40px;
  height: auto;
}
.yith-wcan-filters .yith-wcan-filter .filter-color .yith-wcan-tooltip,
.yith-wcan-filters .yith-wcan-filter .filter-label .yith-wcan-tooltip {
  bottom: calc(100% + 15px);
  top: auto;
  white-space: nowrap;
}
.yith-wcan-filters .yith-wcan-filter .with-tooltip {
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .with-tooltip .yith-wcan-tooltip {
  position: absolute;
}
.yith-wcan-filters .yith-wcan-filter .filter-color .with-tooltip .yith-wcan-tooltip:before,
.yith-wcan-filters .yith-wcan-filter .filter-label .with-tooltip .yith-wcan-tooltip:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  left: calc(50% - 5px);
  top: 100%;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both {
  padding: 20px 10px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both:after {
  content: "";
  display: block;
  clear: both;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
  min-width: 0;
  width: 50px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .irs {
  margin-bottom: 20px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min {
  float: left;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
  float: right;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.fields {
  padding: 20px 0;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-max {
  min-width: 0;
  width: 70px;
  margin: 0 5px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-line {
  height: 5px;
  border-radius: 4px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
  border: 4px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  cursor: grab;
  height: 18px;
  top: 29px;
  width: 18px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-min,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-max {
  background: none;
  top: -5px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 0;
  color: #fff;
  cursor: initial;
  font-size: 0.6875rem;
  line-height: normal;
  padding: 7px 10px;
  pointer-events: none;
  text-align: center;
  top: -8px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
  background: transparent !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  content: "";
  bottom: -5px;
  display: block;
  height: 0;
  left: -5px;
  position: absolute;
  top: calc(50% - 5px);
  width: 0;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from > img,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to > img,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single > img {
  min-width: 40px;
  height: auto;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  left: calc(50% - 2px);
  top: 100%;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 8px 15px;
  cursor: pointer;
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after {
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 10px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after {
  background-image: url("../images/arrow-down.svg");
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after {
  background-image: url("../images/arrow-up.svg");
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  background-color: #fff;
  border: 1px solid rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
  border-radius: 4px;
  box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
  display: none;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 1011;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container {
  margin-bottom: 15px;
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
  padding-right: 40px;
  width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:active, .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:focus {
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  box-shadow: 0 0 2px var(--yith-wcan-filters_colors_accent, #4e8ba2);
  outline-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container:after {
  background-image: url("../images/search.svg");
  background-size: 100% auto;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
  margin-bottom: 0;
  max-height: 200px;
  overflow-y: scroll;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
  margin-bottom: 5px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li > a {
  display: inline-block;
  vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar-thumb {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 4px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more {
  color: var(--yith-wcan-anchors_style_text_hover, #4e8ba2);
  display: inline-block;
  font-size: 0.8em;
  margin-top: 10px;
  text-decoration: none;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more:hover {
  color: var(--yith-wcan-anchors_style_text, #434343);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
  vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label .star-rating {
  display: inline-block;
  line-height: 1.4;
  margin-right: 10px;
  vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
  border-color: rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
  box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper {
  display: block;
}
.yith-wcan-filters .yith-wcan-filter a.clear-selection {
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder {
  height: calc(1.5em + 16px);
  background-color: #B4B4B4 !important;
  border: 0 !important;
  border-radius: 4px;
  box-shadow: none;
  color: #B4B4B4 !important;
  display: block;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: auto;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:before {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:after {
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 10px;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.closed:after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.opened):after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.open):after {
  background-image: url("../images/arrow-down.svg");
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.open:after, .yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.opened:after {
  background-image: url("../images/arrow-up.svg");
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder {
  position: relative;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder {
  height: 5px;
  margin: 45px 0;
  background-color: #B4B4B4 !important;
  border: 0 !important;
  border-radius: 4px;
  box-shadow: none;
  color: #B4B4B4 !important;
  display: block;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: auto;
  z-index: 1;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder:before {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle {
  border-radius: 100%;
  border: 4px solid #ebebeb;
  background-color: #ebebeb;
  top: calc(50% - 9px);
  z-index: 2;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.from {
  left: 0;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.to {
  right: 0;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items {
  margin-bottom: 0;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .filter-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items input {
  cursor: not-allowed;
  pointer-events: none;
  vertical-align: middle;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder {
  height: 1em;
  vertical-align: middle;
  cursor: none;
  background-color: #B4B4B4 !important;
  border: 0 !important;
  border-radius: 4px;
  box-shadow: none;
  color: #B4B4B4 !important;
  display: block;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: auto;
  z-index: 1;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder:before {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.checkbox-design .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.radio-design .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-price-range .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-orderby .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-review .item-placeholder, .yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-stock-sale .item-placeholder {
  flex: auto;
  display: inline-block;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items {
  font-size: inherit;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item {
  display: block;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(1) {
  width: calc(40% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(2) {
  width: calc(25% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(3) {
  width: calc(35% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(4) {
  width: calc(30% - 5px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item .item-placeholder {
  height: 2em;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item {
  border-radius: var(--yith-wcan-color_swatches_border_radius, 4px);
  display: inline-block;
  height: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
  margin-right: 15px;
  vertical-align: middle;
  width: calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item .item-placeholder {
  height: 100%;
}
.yith-wcan-filters .yith-wcan-filter.filter-placeholder.text-design .filter-items .filter-item {
  display: block;
  margin-bottom: 25px;
}
.yith-wcan-filters.custom-style span.checkboxbutton {
  position: relative;
}
.yith-wcan-filters.custom-style span.checkboxbutton input[type=checkbox] {
  bottom: 0;
  cursor: pointer;
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 20px;
}
.yith-wcan-filters.custom-style span.checkboxbutton:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  margin-right: 10px;
  text-align: center;
  line-height: 23px;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 5px;
  transition: background-color ease 0.3s;
}
.yith-wcan-filters.custom-style span.checkboxbutton.checked:before {
  background-image: url("../images/check.svg") !important;
  background-size: 65%;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  color: #ffffff;
  content: "";
}
.yith-wcan-filters.custom-style span.radiobutton {
  position: relative;
}
.yith-wcan-filters.custom-style span.radiobutton input[type=radio] {
  bottom: 0;
  cursor: pointer;
  height: 23px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 23px;
}
.yith-wcan-filters.custom-style span.radiobutton:before {
  content: "";
  background: #ffffff;
  background-clip: content-box;
  border: 1px solid #D7D7D7;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  padding: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.yith-wcan-filters.custom-style span.radiobutton.checked:before {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  background-clip: content-box !important;
}
.yith-wcan-filters.custom-style .star-rating {
  color: #e3a405;
}
.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.checkboxbutton:before,
.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.radiobutton:before {
  border: 1px solid #B4B4B4;
  background-color: #B4B4B4;
  opacity: 0.15;
}
.yith-wcan-filters .apply-filters {
  margin-top: 15px;
}
.yith-wcan-filters.filters-modal {
  bottom: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate(-100%, 0);
  transition: 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1002;
}
.yith-wcan-filters.filters-modal h3 {
  background: #eee;
  font-size: 1.2em;
  height: 60px;
  left: 0;
  line-height: 60px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1007;
}
.yith-wcan-filters.filters-modal h3.mobile-only {
  display: block;
}
.yith-wcan-filters.filters-modal .filters-container {
  height: calc(100% - 65px);
  margin-top: 65px;
  overflow-y: scroll;
  padding: 20px;
}
.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar-thumb {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 4px;
}
.yith-wcan-filters.filters-modal .filters-container > .clear-selection {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}
.yith-wcan-filters.filters-modal.with-filter-button .filters-container {
  height: calc(100% - 130px);
}
.yith-wcan-filters.filters-modal .yith-wcan-filter {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title {
  margin: 0;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title.collapsable:after {
  right: 5px;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-content {
  margin-top: 15px;
}
.yith-wcan-filters.filters-modal.open {
  display: block;
  opacity: 1;
  transform: translate(0, 0);
}
.yith-wcan-filters.filters-modal .close-button {
  color: var(--yith-wcan-anchors_style_text, #434343);
  cursor: pointer;
  font-size: 1.5em;
  height: 35px;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-decoration: none;
  right: 20px;
  top: 15px;
  vertical-align: middle;
  width: 35px;
  z-index: 1008;
}
.yith-wcan-filters.filters-modal .close-button:hover {
  color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters.filters-modal .main-modal-button {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 0;
  bottom: 0;
  display: none;
  height: 60px;
  line-height: 60px;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  width: 100%;
}
.yith-wcan-filters.horizontal:not(.filters-modal) {
  text-align: left;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
  display: inline-block;
  margin-bottom: 8px;
  min-width: 200px;
  position: relative;
  vertical-align: top;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 40px 10px 20px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable:after {
  right: 15px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
  border: 2px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  padding: 0 5px;
  font-size: 0.8em;
  margin: 0 10px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened + .filter-content {
  border: 1px solid rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
  box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r, 73), var(--yith-wcan-filters_colors_accent_g, 139), var(--yith-wcan-filters_colors_accent_b, 162), 0.3);
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content {
  background-color: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  min-width: 300px;
  position: absolute;
  padding: 20px;
  width: 100%;
  z-index: 1001;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer {
  background-color: #f0f0f0;
  margin: 20px -20px -20px;
  padding: 15px 20px;
  text-align: right;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters {
  margin: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .clear-selection {
  background: #CBCBCB;
  border-color: #CBCBCB;
  color: #434343;
  margin-bottom: 0;
  margin-right: 15px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px 2px 0 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar-thumb {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 4px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.label-design .filter-items {
  padding-top: 8px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container {
  margin-bottom: 20px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container input {
  width: 100%;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .matching-items a {
  cursor: pointer;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-title {
  visibility: hidden;
  height: 0;
  margin: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content {
  height: calc(1.5em + 16px);
  margin-bottom: 10px;
  background-color: #B4B4B4 !important;
  border: 0 !important;
  border-radius: 4px;
  box-shadow: none;
  color: #B4B4B4 !important;
  display: block;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: auto;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:before {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #B4B4B4, #f0f0f0, #B4B4B4);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:after {
  background-size: 100% auto;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 10px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.closed:after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.opened):after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.open):after {
  background-image: url("../images/arrow-down.svg");
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.open:after, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.opened:after {
  background-image: url("../images/arrow-up.svg");
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content * {
  display: none;
}
.yith-wcan-filters.horizontal:not(.filters-modal) form > .apply-filters {
  margin-top: 0;
}

body.admin-bar .yith-wcan-filters.filters-modal {
  top: 32px;
}

body.yith-wcan-preset-modal-open:after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}
body.yith-wcan-preset-modal-open:after.admin-bar {
  top: 32px;
}

body.rtl .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
  padding-left: 0;
  padding-right: 15px;
}
body.rtl .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
  left: 5px;
  right: auto;
}

@media (max-width: 991px) {
  body.filters-in-modal .yith-wcan-filters {
    display: none;
  }
}
@media (max-width: 782px) {
  body.admin-bar .yith-wcan-filters.filters-modal {
    top: 46px;
  }
}
/* === 2. ACTIVE FILTERS LABELS === */
.yith-wcan-active-filters {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.yith-wcan-active-filters .active-filter {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}
.yith-wcan-active-filters .active-filter b {
  display: inline-block;
  margin-right: 15px;
}
.yith-wcan-active-filters .active-filter .active-filter-label {
  border: 1px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 5px;
  color: var(--yith-wcan-anchors_style_text, #434343);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 4px 15px 3px;
  position: relative;
  text-decoration: none;
  position: relative;
}
.yith-wcan-active-filters .active-filter .active-filter-label:after {
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 100%;
  color: #fff;
  content: "";
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -5px;
  text-align: center;
  text-decoration: none;
  top: -5px;
  width: 15px;
}
.yith-wcan-active-filters .active-filter .active-filter-label .star-rating {
  display: inline-block;
  line-height: 1.4;
  margin-right: 10px;
  vertical-align: middle;
  margin-right: 0;
}
.yith-wcan-active-filters.no-titles .active-filter {
  margin-right: 0;
}
.yith-wcan-active-filters.custom-style .star-rating {
  color: #e3a405;
}
.yith-wcan-active-filters .reset-filters {
  border: 1px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-radius: 5px;
  color: var(--yith-wcan-anchors_style_text, #434343);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 4px 15px 3px;
  position: relative;
  text-decoration: none;
  background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  color: #fff;
}
.yith-wcan-active-filters .reset-filters:hover {
  background-color: rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8), calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8), calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8));
  border-color: rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8), calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8), calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8));
}

/* === 3. MOBILE FILTERS === */
.yith-wcan-filters-opener {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  background: #fff;
  color: var(--yith-wcan-anchors_style_text, #434343);
  display: none;
  outline-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
}
.yith-wcan-filters-opener i.filter-icon {
  background-image: url("../images/filters.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 2px;
  vertical-align: middle;
  width: 15px;
}
.yith-wcan-filters-opener:hover {
  background: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  border-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
  color: #fff;
}
.yith-wcan-filters-opener:hover i.filter-icon {
  filter: brightness(0) invert(1);
}

/*# sourceMappingURL=shortcodes.css.map */
:root{
	--yith-wcan-filters_colors_titles: #434343;
	--yith-wcan-filters_colors_background: #FFFFFF;
	--yith-wcan-filters_colors_accent: #A7144C;
	--yith-wcan-filters_colors_accent_r: 167;
	--yith-wcan-filters_colors_accent_g: 20;
	--yith-wcan-filters_colors_accent_b: 76;
	--yith-wcan-color_swatches_border_radius: 100%;
	--yith-wcan-color_swatches_size: 30px;
	--yith-wcan-labels_style_background: #FFFFFF;
	--yith-wcan-labels_style_background_hover: #A7144C;
	--yith-wcan-labels_style_background_active: #A7144C;
	--yith-wcan-labels_style_text: #434343;
	--yith-wcan-labels_style_text_hover: #FFFFFF;
	--yith-wcan-labels_style_text_active: #FFFFFF;
	--yith-wcan-anchors_style_text: #434343;
	--yith-wcan-anchors_style_text_hover: #A7144C;
	--yith-wcan-anchors_style_text_active: #A7144C;
}
.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#E1E1E1", GradientType=0);-moz-box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-box-shadow:0 1px 0 hsla(0,0%,100%,.75);box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:rgba(0,0,0,0)}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:bold;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888 !important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888 !important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:rgba(0,0,0,0) !important}/*# sourceMappingURL=jquery.selectBox.css.map */


﻿.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px !important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto !important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em !important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -95%);width:0;height:0;background:rgba(0,0,0,0) !important;border-left:5px solid rgba(0,0,0,0) !important;border-right:5px solid rgba(0,0,0,0) !important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);background:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border-color:var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);background:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border-color:var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background, #333333);border-bottom-color:var(--tooltip-color-background, #333333);border-top-color:var(--tooltip-color-background, #333333);color:var(--tooltip-color-text, #ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table !important;margin:0 auto 5px !important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px !important;display:inline-flex !important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px !important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0 !important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0 !important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background, #333333);color:var(--color-add-to-cart-text, #ffffff);border-color:var(--color-add-to-cart-border, #333333);border-radius:var(--add-to-cart-rounded-corners-radius, 16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover, #4f4f4f);color:var(--color-add-to-cart-text-hover, #ffffff);border-color:var(--color-add-to-cart-border-hover, #4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background, #333333);color:var(--color-button-style-1-text, #ffffff);border-color:var(--color-button-style-1-border, #333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover, #333333);color:var(--color-button-style-1-text-hover, #ffffff);border-color:var(--color-button-style-1-border-hover, #333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background, #333333);color:var(--color-button-style-2-text, #ffffff);border-color:var(--color-button-style-2-border, #333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover, #333333);color:var(--color-button-style-2-text-hover, #ffffff);border-color:var(--color-button-style-2-border-hover, #333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background, #ffffff);color:var(--color-wishlist-table-text, #6d6c6c);border-color:var(--color-wishlist-table-border, #cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background, #f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color, #ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover, #ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background, #39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover, #39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background, #45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover, #39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background, #ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover, #39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background, #fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover, #39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background, #00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover, #39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb !important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto !important}.change-wishlist-selectBox-dropdown-menu{width:auto !important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto !important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;display:inline !important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px !important;height:16px !important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px !important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px hsla(0,0%,100%,.4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0 !important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block !important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width: 768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:450px !important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgba(24,53,62,.1) 0 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100% !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon, #007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button, #007565);color:var(--modal-colors-primary-button-text, #fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover, #fff);background:var(--modal-colors-primary-button-hover, #007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button, #08a889);color:var(--modal-colors-secondary-button-text, #fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover, #08a889);color:var(--modal-colors-secondary-button-text-hover, #fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}/*# sourceMappingURL=style.css.map */
 :root { --add-to-wishlist-icon-color: #000000; --added-to-wishlist-icon-color: #000000; --color-add-to-wishlist-background: #333333; --color-add-to-wishlist-text: #FFFFFF; --color-add-to-wishlist-border: #333333; --color-add-to-wishlist-background-hover: #333333; --color-add-to-wishlist-text-hover: #FFFFFF; --color-add-to-wishlist-border-hover: #333333; --rounded-corners-radius: 16px; --color-add-to-cart-background: #333333; --color-add-to-cart-text: #FFFFFF; --color-add-to-cart-border: #333333; --color-add-to-cart-background-hover: #4F4F4F; --color-add-to-cart-text-hover: #FFFFFF; --color-add-to-cart-border-hover: #4F4F4F; --add-to-cart-rounded-corners-radius: 16px; --color-button-style-1-background: #333333; --color-button-style-1-text: #FFFFFF; --color-button-style-1-border: #333333; --color-button-style-1-background-hover: #4F4F4F; --color-button-style-1-text-hover: #FFFFFF; --color-button-style-1-border-hover: #4F4F4F; --color-button-style-2-background: #333333; --color-button-style-2-text: #FFFFFF; --color-button-style-2-border: #333333; --color-button-style-2-background-hover: #4F4F4F; --color-button-style-2-text-hover: #FFFFFF; --color-button-style-2-border-hover: #4F4F4F; --color-wishlist-table-background: #FFFFFF; --color-wishlist-table-text: #6d6c6c; --color-wishlist-table-border: #FFFFFF; --color-headers-background: #F4F4F4; --color-share-button-color: #FFFFFF; --color-share-button-color-hover: #FFFFFF; --color-fb-button-background: #39599E; --color-fb-button-background-hover: #595A5A; --color-tw-button-background: #45AFE2; --color-tw-button-background-hover: #595A5A; --color-pr-button-background: #AB2E31; --color-pr-button-background-hover: #595A5A; --color-em-button-background: #FBB102; --color-em-button-background-hover: #595A5A; --color-wa-button-background: #00A901; --color-wa-button-background-hover: #595A5A; --feedback-duration: 3s } 
 :root { --add-to-wishlist-icon-color: #000000; --added-to-wishlist-icon-color: #000000; --color-add-to-wishlist-background: #333333; --color-add-to-wishlist-text: #FFFFFF; --color-add-to-wishlist-border: #333333; --color-add-to-wishlist-background-hover: #333333; --color-add-to-wishlist-text-hover: #FFFFFF; --color-add-to-wishlist-border-hover: #333333; --rounded-corners-radius: 16px; --color-add-to-cart-background: #333333; --color-add-to-cart-text: #FFFFFF; --color-add-to-cart-border: #333333; --color-add-to-cart-background-hover: #4F4F4F; --color-add-to-cart-text-hover: #FFFFFF; --color-add-to-cart-border-hover: #4F4F4F; --add-to-cart-rounded-corners-radius: 16px; --color-button-style-1-background: #333333; --color-button-style-1-text: #FFFFFF; --color-button-style-1-border: #333333; --color-button-style-1-background-hover: #4F4F4F; --color-button-style-1-text-hover: #FFFFFF; --color-button-style-1-border-hover: #4F4F4F; --color-button-style-2-background: #333333; --color-button-style-2-text: #FFFFFF; --color-button-style-2-border: #333333; --color-button-style-2-background-hover: #4F4F4F; --color-button-style-2-text-hover: #FFFFFF; --color-button-style-2-border-hover: #4F4F4F; --color-wishlist-table-background: #FFFFFF; --color-wishlist-table-text: #6d6c6c; --color-wishlist-table-border: #FFFFFF; --color-headers-background: #F4F4F4; --color-share-button-color: #FFFFFF; --color-share-button-color-hover: #FFFFFF; --color-fb-button-background: #39599E; --color-fb-button-background-hover: #595A5A; --color-tw-button-background: #45AFE2; --color-tw-button-background-hover: #595A5A; --color-pr-button-background: #AB2E31; --color-pr-button-background-hover: #595A5A; --color-em-button-background: #FBB102; --color-em-button-background-hover: #595A5A; --color-wa-button-background: #00A901; --color-wa-button-background-hover: #595A5A; --feedback-duration: 3s } 
.container,.wp-block,.col-half-section,.elementor-section{--porto-container-width:1572px}:root{--porto-grid-gutter-width:20px;--porto-color-dark:#1d2127;--porto-primary-color:#f9581d;--porto-primary-color-inverse:#ffffff;--porto-secondary-color:#ffc220;--porto-secondary-color-inverse:#ffffff;--porto-tertiary-color:#4dae65;--porto-tertiary-color-inverse:#ffffff;--porto-quaternary-color:#bcbdbd;--porto-quaternary-color-inverse:#ffffff;--porto-dark-color:#212529;--porto-dark-color-inverse:#ffffff;--porto-light-color:#ffffff;--porto-light-color-inverse:#212529;--porto-body-ff:"Poppins";--porto-body-fw:400;--porto-body-fs:14px;--porto-body-lh:22px;--porto-body-ls:0;--porto-body-color:#777777;--porto-body-color-light-5:#848484;--porto-alt-ff:"Shadows Into Light";--porto-alt-fw:400;--porto-menu-text-transform:none;--porto-add-to-cart-ff:"Poppins";--porto-column-spacing:10px;--porto-res-spacing:10px;--porto-fluid-spacing:20px;--porto-container-spacing:10px;--porto-primary-dark-5:#f64707;--porto-primary-dark-10:#de4006;--porto-primary-dark-15:#c53906;--porto-primary-dark-20:#ac3205;--porto-primary-light-5:#fa6b36;--porto-primary-light-7:#fa7240;--porto-primary-light-10:#fb7d4f;--porto-primary-inverse-dark-10:#e6e6e6;--porto-secondary-dark-5:#ffbc07;--porto-secondary-dark-10:#edac00;--porto-secondary-dark-15:#d39900;--porto-secondary-dark-20:#ba8700;--porto-secondary-light-5:#ffc93a;--porto-secondary-light-7:#ffcc44;--porto-secondary-light-10:#ffd054;--porto-secondary-inverse-dark-10:#e6e6e6;--porto-tertiary-dark-5:#469d5b;--porto-tertiary-dark-10:#3e8b51;--porto-tertiary-dark-15:#367947;--porto-tertiary-dark-20:#2e683c;--porto-tertiary-light-5:#5eb874;--porto-tertiary-light-7:#65bb7a;--porto-tertiary-light-10:#6fc083;--porto-tertiary-inverse-dark-10:#e6e6e6;--porto-quaternary-dark-5:#b0b1b1;--porto-quaternary-dark-10:#a3a4a4;--porto-quaternary-dark-15:#969898;--porto-quaternary-dark-20:#898b8b;--porto-quaternary-light-5:#c9caca;--porto-quaternary-light-7:#cecfcf;--porto-quaternary-light-10:#d6d7d7;--porto-quaternary-inverse-dark-10:#e6e6e6;--porto-dark-dark-5:#16191b;--porto-dark-dark-10:#0b0c0d;--porto-dark-dark-15:#000000;--porto-dark-dark-20:#000000;--porto-dark-light-5:#2d3238;--porto-dark-light-7:#31373d;--porto-dark-light-10:#383f46;--porto-dark-inverse-dark-10:#e6e6e6;--porto-light-dark-5:#f3f3f3;--porto-light-dark-10:#e6e6e6;--porto-light-dark-15:#d9d9d9;--porto-light-dark-20:#cccccc;--porto-light-light-5:#ffffff;--porto-light-light-7:#ffffff;--porto-light-light-10:#ffffff;--porto-light-inverse-dark-10:#0b0c0d;--porto-bgc:#fff;--porto-body-bg:#fff;--porto-color-price:#444;--porto-widget-bgc:#fbfbfb;--porto-title-bgc:#f5f5f5;--porto-widget-bc:#ddd;--porto-input-bc:rgba(0,0,0,0.08);--porto-slide-bgc:#e7e7e7;--porto-heading-color:#222529;--porto-heading-light-8:#353a40;--porto-normal-bg:#fff;--porto-gray-bg:#dfdfdf;--porto-gray-1:#f4f4f4;--porto-gray-2:#e7e7e7;--porto-gray-3:#f4f4f4;--porto-gray-4:#ccc;--porto-gray-5:#e7e7e7;--porto-gray-6:#999;--porto-gray-7:#f4f4f4;--porto-gray-8:#f1f1f1;--porto-light-1:#fff;--porto-light-2:#fff;--porto-normal-bc:rgba(0,0,0,.06);--porto-label-bg1:rgba(255,255,255,.9)}h1{--porto-h1-ff:"Poppins";--porto-h1-fw:400;--porto-h1-fs:36px;--porto-h1-lh:44px;--porto-h1-ls:normal}h2{--porto-h2-ff:"Poppins";--porto-h2-fw:400;--porto-h2-fs:32px;--porto-h2-lh:52px;--porto-h2-ls:normal;--porto-h2-color:#222529}h3{--porto-h3-ff:"Poppins";--porto-h3-fw:400;--porto-h3-fs:22px;--porto-h3-lh:22px;--porto-h3-ls:normal;--porto-h3-color:#222529}h4{--porto-h4-ff:"Poppins";--porto-h4-fw:400;--porto-h4-fs:20px;--porto-h4-lh:27px;--porto-h4-ls:normal;--porto-h4-color:#222529}h5{--porto-h5-ff:"Poppins";--porto-h5-fw:400;--porto-h5-fs:13px;--porto-h5-lh:18px;--porto-h5-ls:-0.325px;--porto-h5-color:#666666}h6{--porto-h6-ff:"Poppins";--porto-h6-fw:400;--porto-h6-fs:14px;--porto-h6-lh:18px;--porto-h6-ls:normal}#header .searchform{--porto-searchform-border-color:#f9581d;--porto-searchform-text-color:#777777}#header{--porto-minicart-icon-color:#222529}.main-sidebar-menu{--porto-menu-side-ff:"Poppins";--porto-menu-side-fw:400;--porto-menu-side-fs:14px;--porto-menu-side-lh:18px;--porto-menu-side-ls:0}li.menu-item,.sub-menu{--porto-mainmenu-popup-text-color-regular:#777777;--porto-mainmenu-popup-text-color-hover:#36393d}li.menu-item{--porto-mainmenu-popup-text-hbg-color:transparent;--porto-submenu-item-bbw:0;--porto-submenu-item-lrp:15px}.page-top .page-title{}.page-top .page-subtitle{}.page-top .breadcrumb{}ul.products,.porto-posts-grid{--porto-shop-add-links-color:#333333;--porto-shop-add-links-bg-color:#ffffff;--porto-shop-add-links-border-color:#dddddd}.post-date,.onhot{--porto-hot-color:#62b959;--porto-hot-color-inverse:#ffffff}.onsale{--porto-sale-color:#e27c7c;--porto-sale-color-inverse:#ffffff}.onnew{}.product-summary-wrap .yith-wcwl-add-to-wishlist,.product-summary-wrap .yith-compare{--porto-wishlist-color:#302e2a}#header{--porto-header-top-link-fw:600}@media (max-width:575px){:root{--porto-mobile-fs-scale:0.9286;--porto-body-fs:13px;--porto-body-lh:20px;--porto-body-ls:0}h1{--porto-h1-fs:33.4286px;--porto-h1-lh:40px}h2{--porto-h2-fs:29.7143px;--porto-h2-lh:47.2727px}h3{--porto-h3-fs:20.4286px;--porto-h3-lh:20px}h4{--porto-h4-fs:18.5714px;--porto-h4-lh:24.5455px}h5{--porto-h5-fs:12.0714px;--porto-h5-lh:16.3636px}h6{--porto-h6-fs:13px;--porto-h6-lh:16.3636px}}#header .logo{--porto-logo-mw:170px;--porto-sticky-logo-mw:var(--porto-logo-mw)}.side-header-narrow-bar-logo{--porto-side-logo-mw:170px}@media (min-width:1160px) and (max-width:1611px){.container,.wp-block,.col-half-section,.elementor-section{--porto-container-width:1140px}}@media (min-width:992px) and (max-width:1159px){.container,.wp-block,.col-half-section,.elementor-section{--porto-container-width:960px}}@media (min-width:1592px){#header .logo{--porto-logo-mw:250px}}@media (max-width:991px){:root{--porto-res-spacing:20px}#header .logo{--porto-logo-mw:110px}}@media (max-width:767px){#header .logo{--porto-logo-mw:110px}}




@charset "UTF-8";
.porto-sicon-description p,.porto-sicon-description div,.info-circle-text p,.info-circle-text div,.timeline-header>div p,.timeline-header>div div,.porto-u-list-desc p,.porto-u-list-desc div,.porto-btn-text,span.middle-text p,span.middle-text div{font-family:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;line-height:inherit;color:inherit}.porto-btn-ctn-center,.porto-btn-ctn-left,.porto-btn-ctn-right,.porto-map-wrapper.porto-adjust-bottom-margin,.info-wrapper.porto-adjust-bottom-margin,.porto-u-list-icon-wrapper.porto-adjust-bottom-margin{margin-bottom:35px}#banner-wrapper .porto-block,#content-top .porto-block,#content-bottom .porto-block{overflow:hidden}.porto-portfolio{position:relative}.call-to-action-in-footer{position:relative;padding:60px 0}.call-to-action-in-footer .vc_cta3-container{margin-bottom:0}.call-to-action-in-footer:before{content:"";display:block;position:absolute;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid  #fff;height:20px;width:20px;top:-5px;left:50%;margin-left:-20px}.porto-modal-trigger{cursor:pointer}[data-plugin-animated-letters],[data-plugin-animated-words]{opacity:0;visibility:hidden}[data-plugin-animated-letters].initialized,[data-plugin-animated-words].initialized{opacity:1;visibility:visible}@keyframes typeWriterFlash{from{opacity:0}to{opacity:1}}.letters-wrapper+.typeWriter:last-child{position:relative;padding-right:4px}.letters-wrapper+.typeWriter:last-child:after{content:"";position:absolute;top:0;right:0;height:100%;width:2px;background:#212121;animation-name:typeWriterFlash;animation-iteration-count:infinite;animation-duration:600ms}.porto-focus-slider{cursor:pointer}.row.vc_column-gap-1{--bs-gutter-x: 1px}.row.vc_column-gap-2{--bs-gutter-x: 2px}.row.vc_column-gap-3{--bs-gutter-x: 3px}.row.vc_column-gap-4{--bs-gutter-x: 4px}.row.vc_column-gap-5{--bs-gutter-x: 5px}.row.vc_column-gap-10{--bs-gutter-x: 10px}.row.vc_column-gap-15{--bs-gutter-x: 15px}.row.vc_column-gap-20{--bs-gutter-x: 20px}.row.vc_column-gap-25{--bs-gutter-x: 25px}.row.vc_column-gap-30{--bs-gutter-x: 30px}.row.vc_column-gap-35{--bs-gutter-x: 35px}.row[class*="vc_column-gap-"]{margin-left:calc(var(--bs-gutter-x) / -2);margin-right:calc(var(--bs-gutter-x) / -2)}.container-fluid .top-row{margin-left:calc(var(--porto-fluid-spacing) * -1);margin-right:calc(var(--porto-fluid-spacing) * -1)}.container-fluid .top-row[class*="vc_column-gap-"]{padding-left:calc(var(--porto-fluid-spacing) - calc( var(--bs-gutter-x) / 2));padding-right:calc(var(--porto-fluid-spacing) - calc( var(--bs-gutter-x) / 2))}.vc_column_container>.vc_column-inner{padding:0}.vc_row .vc_column_container>.wpb_wrapper.vc_column-inner{padding-top:0}body .wpb_alert{padding:15px}body .wpb_alert .messagebox_text{background-image:none;padding-left:0}body .vc_message_box-icon>*{transform:translate(-50%, -50%)}.vc_message_box .alert-link{font-weight:bold}body .wpb_gallery .wpb_flexslider .flex-control-nav{bottom:-50px}.wpb_content_element.wpb_flickr_widget{margin-bottom:15px}.wpb_gallery .theme-default .nivoSlider{box-shadow:none}.wpb_gallery .theme-default .nivo-controlNav{padding-top:20px}.wpb_gallery.nav-right .nivo-controlNav{float:right}.wpb_gallery.nav-left .nivo-controlNav{float:left}.accordion .card{margin-top:5px;background:none}.accordion .card:first-child{margin-top:0}.accordion .card-title{font-size:16px}.accordion .card-header{padding:0;border-bottom:0}.accordion .card-header a{display:block;padding:10px 20px;color:#f9581d}.accordion .card-header a i{display:inline-block;margin-right:8px;position:relative;top:1px;color:inherit}.accordion .card-header a i.icon-image{max-width:20px;position:relative;top:-1px}.accordion .card-header a [class*="fa-"]{top:-1px}.accordion .card-body>*:last-child{margin-bottom:0}.accordion.card-title-dark .card-title a{color:inherit}.accordion.card-title-bold .card-title{font-weight:700}.accordion.accordion-sm .card-header a{padding:5px 15px;font-size:0.9em}.accordion.accordion-sm .card-body{font-size:0.9em}.accordion.accordion-lg .card-header a{padding:15px 15px;font-size:1em;font-weight:600}.accordion.panel-modern .card{border:4px solid  #f4f4f4}.accordion.panel-modern .card-header{background-color: #f4f4f4;border-radius:0}.accordion.panel-modern.gray-scale-1 .card{border-color:#ededed}.accordion.panel-modern.gray-scale-1 .card-header{background-color:#ededed}.accordion.without-bg .card-default{background:transparent !important}.accordion.without-bg .card-default>.card-header{background:transparent !important}.accordion.without-bg .card-body{padding-top:0;padding-bottom:0}.accordion.without-bg .card-body p{margin-bottom:20px !important}.accordion.without-borders .card{border:0;box-shadow:none;border-bottom:1px solid  #e7e7e7;border-radius:0}.accordion.without-borders .card-header a{padding-left:0;padding-right:0}.accordion.without-borders .card-body{padding:0}.accordion.without-borders .card-body p{margin-bottom:20px !important}.section-default .accordion.panel-modern .card-header{background:none}.section-default .accordion.panel-modern .card{border-color:#ededed}.accordion.accordion-primary .card-header{background-color:#f9581d !important}.accordion.accordion-primary .card-header a{color:#ffffff}.accordion.accordion-secondary .card-header{background-color:#ffc220 !important}.accordion.accordion-secondary .card-header a{color:#ffffff}.accordion.accordion-tertiary .card-header{background-color:#4dae65 !important}.accordion.accordion-tertiary .card-header a{color:#ffffff}.accordion.accordion-quaternary .card-header{background-color:#bcbdbd !important}.accordion.accordion-quaternary .card-header a{color:#ffffff}.accordion.accordion-dark .card-header{background-color:#212529 !important}.accordion.accordion-dark .card-header a{color:#ffffff}.accordion.accordion-light .card-header{background-color:#ffffff !important}.accordion.accordion-light .card-header a{color:#212529}.toggle{padding:0 0 10px 0;position:relative;clear:both}.toggle>input{cursor:pointer;height:45px;margin:0;opacity:0;position:absolute;width:100%;z-index:2}.toggle>label{transition:0.15s ease-out;padding:12px 20px 12px 15px;border-left:3px solid #f9581d;display:block;font-size:1.1em;min-height:20px;position:relative;cursor:pointer;font-weight:600;background: #f5f5f5}.toggle>label:-moz-selection{background:none}.toggle>label:selection{background:none}.toggle>label:before{content:"";position:absolute;font-size:8px;top:calc(50% + .25em);right:14px;border-top:1px solid;border-right:1px solid;border-color:inherit;width:1em;height:1em;transition:transform 0.3s, top 0.3s;-webkit-backface-visibility:hidden;transform:translate3d(0, -50%, 0) rotate(-45deg);transform-origin:center;text-align:center}.toggle>label:hover{background: #fbfbfb}.toggle>label+p{color:#999;display:block;overflow:hidden;padding-left:30px;text-overflow:ellipsis;white-space:nowrap;height:25px}.toggle>label i{margin-right:7px;position:relative;top:-1px}.toggle>label i.icon-image{display:inline-block;max-width:20px}.toggle>.toggle-content{display:none;padding:10px 0}.toggle>.toggle-content>p:last-child{margin-bottom:0}.toggle.active>label{background: #f4f4f4}.toggle.active>label:before{top:calc(50% - .75em);transform:rotate(135deg);border-color:#fff}.toggle.active>p{white-space:normal}.toggle>p.preview-active{height:auto;white-space:normal}.toggle-sm .toggle>label{font-size:0.9em;padding:6px 20px 6px 10px}.toggle-sm .toggle>.toggle-content>p{font-size:0.9em}.toggle-lg .toggle>label{font-size:1.1em;padding:16px 20px 16px 20px}.toggle-lg .toggle>.toggle-content>p{font-size:1.1em}.toggle-simple .toggle .toggle-content{padding-left:0}.toggle-simple .toggle>label{border-radius:0;border:0;background:transparent;padding-left:32px;margin-bottom:-10px;font-size:1em;font-weight:600;color: #222529}.toggle-simple .toggle>label:after{content:"";position:absolute;left:0;display:block;width:24px;height:24px;top:50%;margin-top:-12px;z-index:1;background-color:#f9581d}.toggle-simple .toggle>label:before{border:0;right:auto;left:9px;margin-top:auto;margin-bottom:auto;top:0;bottom:0;height:22px;font-size:14px;font-family:var(--fa-style-family-classic, "Font Awesome 6 Free");font-weight:900;content:"";z-index:2;color:#FFF;font-size:8px;width:auto;transform:none}.toggle-simple .toggle.active>label{background:transparent;color: #222529}.toggle-simple .toggle.active>label:before{content:""}section.toggle label{color:#f9581d}section.toggle.active label{background-color:#f9581d;border-color:#f9581d;color:#ffffff}.toggle-primary .toggle label{color:#f9581d}.toggle-primary .toggle.active>label,.toggle-primary.toggle-simple .toggle>label:after{background-color:#f9581d}.toggle-primary .toggle.active>label{color:#ffffff}.toggle-primary .toggle.active>label{border-color:#f9581d}.toggle-primary .toggle label{border-left-color:#f9581d;border-right-color:#f9581d}.toggle-primary.toggle-simple .toggle>label{background:transparent;color:#222529}.toggle-secondary .toggle label{color:#ffc220}.toggle-secondary .toggle.active>label,.toggle-secondary.toggle-simple .toggle>label:after{background-color:#ffc220}.toggle-secondary .toggle.active>label{color:#ffffff}.toggle-secondary .toggle.active>label{border-color:#ffc220}.toggle-secondary .toggle label{border-left-color:#ffc220;border-right-color:#ffc220}.toggle-secondary.toggle-simple .toggle>label{background:transparent;color:#222529}.toggle-tertiary .toggle label{color:#4dae65}.toggle-tertiary .toggle.active>label,.toggle-tertiary.toggle-simple .toggle>label:after{background-color:#4dae65}.toggle-tertiary .toggle.active>label{color:#ffffff}.toggle-tertiary .toggle.active>label{border-color:#4dae65}.toggle-tertiary .toggle label{border-left-color:#4dae65;border-right-color:#4dae65}.toggle-tertiary.toggle-simple .toggle>label{background:transparent;color:#222529}.toggle-quaternary .toggle label{color:#bcbdbd}.toggle-quaternary .toggle.active>label,.toggle-quaternary.toggle-simple .toggle>label:after{background-color:#bcbdbd}.toggle-quaternary .toggle.active>label{color:#ffffff}.toggle-quaternary .toggle.active>label{border-color:#bcbdbd}.toggle-quaternary .toggle label{border-left-color:#bcbdbd;border-right-color:#bcbdbd}.toggle-quaternary.toggle-simple .toggle>label{background:transparent;color:#222529}.toggle-dark .toggle label{color:#212529}.toggle-dark .toggle.active>label,.toggle-dark.toggle-simple .toggle>label:after{background-color:#212529}.toggle-dark .toggle.active>label{color:#ffffff}.toggle-dark .toggle.active>label{border-color:#212529}.toggle-dark .toggle label{border-left-color:#212529;border-right-color:#212529}.toggle-dark.toggle-simple .toggle>label{background:transparent;color:#222529}.toggle-light .toggle label{color:#ffffff}.toggle-light .toggle.active>label,.toggle-light.toggle-simple .toggle>label:after{background-color:#ffffff}.toggle-light .toggle.active>label{color:#212529}.toggle-light .toggle.active>label{border-color:#ffffff}.toggle-light .toggle label{border-left-color:#ffffff;border-right-color:#ffffff}.toggle-light.toggle-simple .toggle>label{background:transparent;color:#222529}.testimonial{margin-bottom:20px}.slick-slider .testimonial{margin-bottom:0}.testimonial blockquote{border:0;background:#fa6b36;color:#ffffff;margin:0;padding:2.5rem 4rem 2.5rem 4.5rem;position:relative}.testimonial blockquote:before{left:20px;top:20px;content:"“";font-size:80px;font-style:normal;line-height:1;position:absolute}.testimonial blockquote p{font-size:1.2em;line-height:1.5;margin-bottom:0;color:inherit}.testimonial .testimonial-arrow-down{border-left:11px solid transparent;border-right:11px solid transparent;border-top:8px solid #fa6b36;height:0;margin:0 0 0 40px;width:0}.testimonial .testimonial-arrow-down.reversed{border-top:none;border-bottom:8px solid #fa6b36}.testimonial .testimonial-author{display:flex;margin:12px 0 0 0}.testimonial .testimonial-author .testimonial-author-thumbnail{width:auto}.testimonial .testimonial-author img{max-width:25px}.testimonial .testimonial-author strong{display:block;margin-bottom:2px;font-size:1rem;font-weight:700;color: #222529}.testimonial .testimonial-author span{color:#666;display:block;font-size:0.8rem;font-weight:600}.testimonial .testimonial-author p{color:#999;margin-left:0.75rem;text-align:left;line-height:1.2}.testimonial.testimonial-style-2{text-align:center}.testimonial.testimonial-style-2 blockquote{background:transparent !important;padding:20px;color:#777777}.testimonial.testimonial-style-2 blockquote:before{display:none}.testimonial.testimonial-style-2 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-2 .testimonial-author{-ms-flex-direction:column;flex-direction:column;padding:0;margin:6px 0 0}.testimonial.testimonial-style-2 .testimonial-author img{margin:0 auto 10px;max-width:60px}.testimonial.testimonial-style-2 .testimonial-author p{text-align:center;padding:0;margin:0}.testimonial.testimonial-style-3 blockquote{background: #f4f4f4;padding:12px 30px;color:#777777}.testimonial.testimonial-style-3 blockquote:before{top:5px;left:9px;font-size:35px}.testimonial.testimonial-style-3 blockquote:after{font-size:35px;bottom:-5px}.testimonial.testimonial-style-3 blockquote p{font-family:"Poppins", sans-serif;font-size:1em;font-style:normal}.testimonial.testimonial-style-3 .testimonial-author{margin-left:8px}.testimonial.testimonial-style-3 .testimonial-author img{max-width:55px}.testimonial.testimonial-style-3 .testimonial-arrow-down{border-top:10px solid  #f4f4f4;margin-left:20px}.testimonial.testimonial-style-4{padding:7px;border:1px solid  #dfdfdf;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04);border-left-color: #e7e7e7;border-right-color: #e7e7e7}.testimonial.testimonial-style-4 blockquote{background:transparent !important;padding:12px 30px;color:#777777}.testimonial.testimonial-style-4 blockquote:before{top:5px;left:9px;font-size:35px}.testimonial.testimonial-style-4 blockquote:after{font-size:35px;bottom:-5px}.testimonial.testimonial-style-4 blockquote p{font-family:"Poppins", sans-serif;font-size:1em;font-style:normal}.testimonial.testimonial-style-4 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-4 .testimonial-author{margin-left:30px;margin-bottom:15px;-ms-flex-align:center;align-items:center}.testimonial.testimonial-style-4 .testimonial-author img{max-width:55px}.testimonial.testimonial-style-4 .testimonial-author p{margin-bottom:0}.testimonial.testimonial-style-5{text-align:center}.testimonial.testimonial-style-5 blockquote{background:transparent !important;padding:6px 20px;color:#777777}.testimonial.testimonial-style-5 blockquote:before{display:none}.testimonial.testimonial-style-5 blockquote p{font-family:"Poppins", sans-serif;font-size:1.2em;font-style:normal}.testimonial.testimonial-style-5 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-5 .testimonial-author{display:block;padding:15px 0 0;margin:12px 0 0;border-top:1px solid  #f4f4f4}.testimonial.testimonial-style-5 .testimonial-author img{margin:0 auto 10px}.testimonial.testimonial-style-5 .testimonial-author p{text-align:center;padding:0;margin:0}.testimonial.testimonial-style-6{text-align:center}.testimonial.testimonial-style-6 blockquote{background:transparent !important;border:0;padding:0 10%;color:#777777}.testimonial.testimonial-style-6 blockquote:before{display:none}.testimonial.testimonial-style-6 blockquote i.fa-quote-left{font-size:34px;position:relative;left:-5px}.testimonial.testimonial-style-6 blockquote p{font-size:24px;line-height:30px}.testimonial.testimonial-style-6 blockquote span{font-size:16px;line-height:20px;color:#999;position:relative;left:-5px}.testimonial.testimonial-style-6 .testimonial-arrow-down{display:none}.testimonial.testimonial-style-6 .testimonial-author{-ms-flex-direction:column;flex-direction:column;padding:0;margin:6px 0 0}.testimonial.testimonial-style-6 .testimonial-author img{margin:15px auto 10px}.testimonial.testimonial-style-6 .testimonial-author p{text-align:center;padding:0;margin:0}.testimonial.testimonial-with-quotes{text-align:center}.testimonial.testimonial-with-quotes blockquote{background:transparent !important;color:#777777}.testimonial.testimonial-with-quotes blockquote:before,.testimonial.testimonial-with-quotes blockquote:after{display:block !important;left:10px;top:0;content:"“";font-size:80px;font-style:normal;line-height:1;position:absolute}@media (max-width:575px){.testimonial.testimonial-with-quotes blockquote:before,.testimonial.testimonial-with-quotes blockquote:after{display:none !important}}.testimonial.testimonial-with-quotes blockquote:after{content:"”";left:auto;right:10px;top:auto;bottom:-0.5em}.testimonial.testimonial-with-quotes blockquote p{padding:0 40px}@media (max-width:575px){.testimonial.testimonial-with-quotes blockquote p{padding:0}}.testimonial.testimonial-with-quotes img{margin:15px auto 10px;width:60px}.testimonial.testimonial-with-quotes .testimonial-author p{margin:0 auto;text-align:center}.testimonial.testimonial-with-quotes.testimonial-light blockquote{color:#fff}.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span,.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong{opacity:0.6;color:#FFF}.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after{content:none}.testimonial.testimonial-transparent-background blockquote{background:transparent !important}.testimonial.testimonial-alternarive-font blockquote p{font-family:Georgia, serif !important;font-style:italic;font-size:1.2em}.testimonial-no-borders.testimonial{border-width:0;box-shadow:none}.testimonial.testimonial-advance{text-align:left}.testimonial.testimonial-advance blockquote{padding-left:0;padding-right:1rem}.testimonial.testimonial-advance blockquote:before{line-height:0.75;left:0}.testimonial.testimonial-advance blockquote p{padding:0}.testimonial.testimonial-advance .testimonial-author p{text-align:inherit}.custom-rounded-image{border-radius:100%}.vc_parallax blockquote p{line-height:1.6}html .testimonial-primary blockquote{background-color:#fa6b36}html .testimonial-primary .testimonial-arrow-down{border-top-color:#fa6b36}html .testimonial-secondary blockquote{background-color:#ffc93a}html .testimonial-secondary .testimonial-arrow-down{border-top-color:#ffc93a}html .testimonial-tertiary blockquote{background-color:#5eb874}html .testimonial-tertiary .testimonial-arrow-down{border-top-color:#5eb874}html .testimonial-quaternary blockquote{background-color:#c9caca}html .testimonial-quaternary .testimonial-arrow-down{border-top-color:#c9caca}html .testimonial-dark blockquote{background-color:#2d3238}html .testimonial-dark .testimonial-arrow-down{border-top-color:#2d3238}html .testimonial-light blockquote{background-color:#ffffff}html .testimonial-light .testimonial-arrow-down{border-top-color:#ffffff}.porto_countdown{width:100%;height:auto;display:block;line-height:1;margin-bottom:35px;text-align:center}.porto_countdown:after{content:"";display:table;clear:both}.porto_countdown .porto_countdown-row{display:block;margin:0 auto}.porto_countdown .porto_countdown-section{display:inline-block;margin-bottom:15px}.porto_countdown .porto_countdown-section .porto_countdown-amount{min-width:1em;max-width:100%;min-height:1em;line-height:1em;padding:0;margin:0 auto;box-sizing:content-box}.porto_countdown .porto_countdown-section .porto_countdown-period{padding:0 4px}.porto_countdown.porto-cd-s1 .porto_countdown-section{padding:0 7px}.porto_countdown.porto-cd-s1 .porto_countdown-section .porto_countdown-amount{display:inline-block}.porto_countdown.porto-cd-s2 .porto_countdown-section{padding:0 15px}.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-amount{text-align:center;display:block}.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-period{margin-top:7px;width:100%;display:block}.countdown-label+.porto_countdown-div{display:inline-block}.porto-u-heading{text-align:center;margin-bottom:17px}.porto-u-heading mark{display:inline-block;color:inherit;padding:0;background-color:transparent}.porto-u-heading [data-appear-animation="highlightProgress"]{opacity:1}.porto-u-heading .porto-u-main-heading h1,.porto-u-heading .porto-u-main-heading h2,.porto-u-heading .porto-u-main-heading h3,.porto-u-heading .porto-u-main-heading h4,.porto-u-heading .porto-u-main-heading h5,.porto-u-heading .porto-u-main-heading h6{margin:0;padding:0;line-height:normal}.porto-u-heading-spacer{margin:0 auto;padding:0;position:relative;overflow:hidden}.porto-u-heading-spacer .porto-icon{vertical-align:text-top}.porto-u-heading-spacer img{vertical-align:middle;box-shadow:none !important;max-width:100%}.porto-u-heading-spacer.line_with_icon:before{content:"";position:absolute;bottom:50%;right:0;border-width:0;top:50%}.porto-u-heading-spacer.line_with_icon:after{content:"";position:absolute;bottom:50%;left:0;border-width:0;top:50%}.porto-u-headings-line{display:block;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.porto-u-sub-heading{margin:0 auto}.porto-u-sub-heading div,.porto-u-sub-heading p{font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;color:inherit !important;line-height:inherit !important;letter-spacing:inherit}.porto-u-heading p{word-break:normal;word-wrap:normal}.thumb-info-floating-element-clone{position:fixed;pointer-events:none;transform:scale(0.1)}.thumb-info-floating-element-clone.page-wrapper{left:unset;transition:unset;z-index:999}.thumb-info-floating-element-clone.page-wrapper .thumb-tb-floating-el{position:static;transform:none}.heading-highlight-svg,.heading-highlight mark{position:relative;z-index:2}.heading-highlight mark:before,.heading-highlight-svg .svg-highlight{position:absolute;left:0;z-index:-1;bottom:0}.heading-highlight mark:before{content:"";height:100%;width:0%;background-color:#08c}.heading-highlight.appear-animation-visible mark:before{animation:highlightProgress 1s both}.heading-highlight-after,.heading-highlight-before{position:relative;z-index:3}.heading-highlight-svg{display:inline-block}.heading-highlight-svg .svg-highlight{width:100%}.heading-highlight-svg .svg-highlight.circle,.heading-highlight-svg .svg-highlight.cross{height:100%}.heading-highlight-svg .svg-highlight svg{display:block;width:100%;height:100%;stroke:#08c;fill:none;stroke-width:14;stroke-dasharray:1500;stroke-dashoffset:1;stroke-linecap:round;stroke-linejoin:round;overflow:visible}.heading-highlight-svg .svg-highlight path{opacity:0;animation:highlightShape 1s cubic-bezier(0.65, 0, 0.35, 1) forwards}.marquee{white-space:nowrap}.js-marquee-wrapper::after{content:"";clear:both;display:block}.porto-icon{display:inline-block;font-size:32px;height:2em;width:2em;text-align:center;line-height:2em;box-sizing:content-box !important}.porto-icon i{line-height:inherit}.porto-icon svg{vertical-align:baseline}.porto-icon.none{font-size:35px;height:1em;width:auto;line-height:1}.porto-just-icon-wrapper[class*="porto-icon-pos-"]{display:block}.porto-icon-pos-center{margin-left:auto;margin-right:auto}.porto-icon-pos-right{margin-left:auto}.porto-icon-pos-left.none{text-align:left}.porto-icon-pos-right.none{text-align:right}.porto-icon.circle{border-radius:50%}.porto-sicon-img{display:inline-block;font-size:48px;text-align:center;width:1em;max-width:100%;box-sizing:content-box !important}.porto-sicon-img.porto-u-circle{width:1em;min-height:1em;background:rgba(214, 214, 214, 0.44);border-radius:50%;padding:0.5em}.porto-sicon-img.porto-u-circle-img{width:1em;min-height:1em;border-radius:50%;position:relative;overflow:hidden;z-index:1}.porto-sicon-img.porto-u-circle-img img{position:absolute;width:auto;height:100%;top:50%;left:50%;z-index:0;max-width:none !important;transform:translate3d(-50%, -50%, 0)}.porto-sicon-img.porto-u-circle-img.porto-u-img-tall img{width:100%;height:auto}.porto-sicon-img.porto-u-circle-img:before{content:"";position:absolute;top:0;width:auto;bottom:0;left:0;right:0;margin:0;border:0px solid #fff;border-radius:100%;z-index:1}.porto-sicon-img.porto-u-square{width:1em;min-height:1em;background:rgba(214, 214, 214, 0.44);border-radius:0;padding:0.5em}.porto-sicon-img .img-icon{width:1em;max-width:100% !important;border-radius:0 !important;box-shadow:none !important;display:block;font-size:inherit}.porto-u-icons{display:block;margin-bottom:35px;line-height:1}.porto-u-icons.has-effect .porto-icon{transition:transform 0.3s, opacity 0.3s}.porto-icons-left.porto-u-icons{text-align:left}.porto-icons-center.porto-u-icons{text-align:center}.porto-icons-right.porto-u-icons{text-align:right}.porto-sicon-box .porto-icon,.porto-sicon-box .img-icon{transition:transform 0.3s, color 0.3s, background-color 0.3s linear}.porto-sicon-box .porto-sicon-img{overflow:hidden}.porto-sicon-title{margin:3px 0}.default-icon .porto-sicon-title:not(:last-child){margin:0 0 3px}.porto-sicon-header>p:last-child{margin-bottom:0}.porto-sicon-description{width:100%;display:block;line-height:var(--porto-body-lh, 24px);margin-top:0}.porto-sicon-header+.porto-sicon-description{margin-top:16px}.porto-sicon-read{display:block;padding:5px 0;text-decoration:none}.wpb_wrapper .porto-sicon-read{color:#f9581d}.wpb_wrapper .porto-sicon-read:hover{color:#fa6b36}a.porto-sicon-box-link{text-decoration:none;border:none;display:block}.porto-sicon-box-link:hover>.porto-sicon-title{color:inherit}.porto-sicon-box.default-icon{display:flex;align-items:center}.porto-sicon-box.flex-wrap .porto-sicon-header{flex:1;min-width:50%}.default-icon .porto-sicon-default .porto-icon,.default-icon .porto-sicon-default .porto-sicon-img{margin-right:15px}.top-icon .porto-sicon-header,.top-icon .porto-sicon-description{display:block;margin:0 auto}.top-icon .porto-sicon-header{margin-bottom:1rem}.top-icon .porto-sicon-header p:last-child{margin-bottom:0}.top-icon .porto-sicon-description{margin-top:15px}.top-icon .porto-sicon-header+.porto-sicon-description{margin-top:0}.porto-sicon-box.left-icon,.porto-sicon-box.right-icon{display:flex}.left-icon .porto-sicon-left .porto-icon,.left-icon .porto-sicon-left .porto-sicon-img{margin-right:20px}.left-icon .porto-sicon-body,.right-icon .porto-sicon-body{flex:1;max-width:100%}.porto-sicon-box.top-icon{text-align:center}.right-icon .porto-sicon-right .porto-icon,.right-icon .porto-sicon-right .porto-sicon-img{margin-left:15px}.right-icon .porto-sicon-body,.right-icon .porto-sicon-body *,.right-icon .porto-sicon-header .porto-sicon-title,.right-icon .porto-sicon-description{text-align:right}.heading-right-icon .porto-sicon-heading-right{display:table-cell;vertical-align:middle;width:100%}.porto-sicon-heading-right+.porto-sicon-description{margin-top:10px}.heading-right-icon .porto-sicon-heading-right .porto-icon,.heading-right-icon .porto-sicon-heading-right .porto-sicon-img{margin-left:15px}.heading-right-icon .porto-sicon-header{display:table-cell;vertical-align:middle;width:100%}.heading-right-icon .porto-sicon-header,.heading-right-icon .porto-sicon-description,.heading-right-icon .porto-sicon-description *{text-align:right}html .top-icon .porto-just-icon-wrapper{margin-bottom:15px}html .top-icon h3.porto-sicon-title{margin-top:0}html .top-icon h2.porto-sicon-title{margin-top:0}h3.porto-sicon-title{font-size:1.4em;font-weight:400;text-transform:none;line-height:1.2}h3.porto-sicon-title small{font-size:75%;display:block;margin:2px 0 4px}.featured-box .porto-sicon-header h3.porto-sicon-title{color:#f9581d}.porto-sicon-read{margin-top:10px}.info-box-small .porto-sicon-box,.info-box-small-wrap .porto-sicon-box{margin-bottom:15px}.info-box-small .porto-sicon-header+.porto-sicon-description,.info-box-small-wrap .porto-sicon-header+.porto-sicon-description{margin-top:7px}.porto-sicon-box{margin-bottom:20px}.porto-sicon-box.top-icon.text-left .porto-sicon-header,.porto-sicon-box.top-icon.text-left .porto-sicon-description,.porto-sicon-box.bottom-icon.text-left .porto-sicon-header,.porto-sicon-box.bottom-icon.text-left .porto-sicon-description,.porto-sicon-box.top-icon.text-start .porto-sicon-header,.porto-sicon-box.top-icon.text-start .porto-sicon-description,.porto-sicon-box.bottom-icon.text-start .porto-sicon-header,.porto-sicon-box.bottom-icon.text-start .porto-sicon-description{text-align:left !important}.porto-sicon-box.top-icon.text-right .porto-sicon-header,.porto-sicon-box.top-icon.text-right .porto-sicon-description,.porto-sicon-box.bottom-icon.text-right .porto-sicon-header,.porto-sicon-box.bottom-icon.text-right .porto-sicon-description,.porto-sicon-box.top-icon.text-end .porto-sicon-header,.porto-sicon-box.top-icon.text-end .porto-sicon-description,.porto-sicon-box.bottom-icon.text-end .porto-sicon-header,.porto-sicon-box.bottom-icon.text-end .porto-sicon-description{text-align:right !important}.porto-sicon-box.style_2:hover .porto-icon,.porto-sicon-box.style_2:hover .img-icon{transform:scale(1.15, 1.15)}.porto-sicon-box.style_2:hover .porto-u-circle-img .img-icon{transform:translate(-50%, -50%) scale(1.15, 1.15)}.porto-sicon-box.style_3:hover .porto-icon,.porto-sicon-box.style_3:hover .img-icon{transform:translateY(-4px)}.porto-sicon-box.style_3:hover .porto-u-circle-img .img-icon{transform:translate(-50%, -60%)}.porto-sicon-box.hover-icon-left:hover .porto-icon,.porto-sicon-box.hover-icon-left:hover .img-icon{transform:translateX(-6px)}.porto-sicon-box.hover-icon-left:hover .porto-u-circle-img .img-icon{transform:translate(-60%, -50%)}.porto-sicon-box.hover-icon-right:hover .porto-icon,.porto-sicon-box.hover-icon-right:hover .img-icon{transform:translateX(6px)}.porto-sicon-box.hover-icon-right:hover .porto-u-circle-img .img-icon{transform:translate(-40%, -50%)}.porto-sicon-box .porto-icon,.porto-sicon-box .porto-sicon-img{vertical-align:middle}.porto-sicon-box.featured-icon h3.porto-sicon-title{font-weight:600}.porto-sicon-box.featured-icon .porto-icon{border-radius:35px;color:#fff;margin-right:10px;height:35px;position:relative;text-align:center;width:35px;background:transparent;border:1px solid  #e7e7e7;line-height:32px}.porto-sicon-box.featured-icon .porto-icon:after{border-radius:50%;box-sizing:initial;content:"";display:block;height:100%;left:-4px;padding:1px;position:absolute;top:-4px;width:100%;border:3px solid  #f4f4f4}.porto-sicon-box.featured-icon .porto-icon i{line-height:35px}@media (max-width:575px){.porto-sicon-box.porto-sicon-mobile{flex-direction:var(--porto-infobox-mpos);align-items:var(--porto-infobox-mpos-align);text-align:var(--porto-infobox-mpos-align)}.porto-sicon-box.porto-sicon-mobile.porto-sicon-mspace .porto-icon{margin:var(--porto-infobox-mmargin) !important}.porto-sicon-mobile .porto-sicon-default .porto-icon,.porto-sicon-mobile .porto-sicon-default .porto-sicon-img,.porto-sicon-mobile .porto-sicon-left .porto-icon,.porto-sicon-mobile .porto-sicon-left .porto-sicon-img{margin-right:0}.porto-sicon-mobile .porto-sicon-heading-right .porto-icon,.porto-sicon-mobile .porto-sicon-heading-right .porto-sicon-img,.porto-sicon-mobile .porto-sicon-right .porto-icon,.porto-sicon-mobile .porto-sicon-right .porto-sicon-img{margin-left:0}.heading-right-icon.porto-sicon-mobile{display:flex}.heading-right-icon.porto-sicon-mobile .porto-sicon-heading-right{order:-1}.heading-right-icon.porto-sicon-mobile .porto-sicon-header,.heading-right-icon.porto-sicon-mobile .porto-sicon-description,.heading-right-icon.porto-sicon-mobile .porto-sicon-description *{text-align:var(--porto-infobox-mpos-align)}.right-icon.porto-sicon-mobile .porto-sicon-right{order:-1}.right-icon.porto-sicon-mobile .porto-sicon-body,.right-icon.porto-sicon-mobile .porto-sicon-body *,.right-icon.porto-sicon-mobile .porto-sicon-header .porto-sicon-title,.right-icon.porto-sicon-mobile .porto-sicon-description{text-align:var(--porto-infobox-mpos-align)}}.porto-ibanner,.porto-ibanner>img{display:block;position:relative}.porto-ibanner{z-index:1;overflow:hidden;margin:0 0 35px;text-align:center}.porto-ibanner>img{width:100%;border:none;padding:0;margin:0;min-height:inherit;object-fit:cover;transition:transform 0.5s, opacity 0.5s;-webkit-backface-visibility:hidden}.porto-ibanner>img.porto-lazyload:not(.lazy-load-loaded){visibility:hidden}.porto-ibanner.has-parallax-bg>img{opacity:0;width:66%}.porto-ibanner-layer{text-align:left;font-size:1rem;position:absolute;z-index:10}.porto-ibanner-layer>*:last-child{margin-bottom:0}@media (max-width:991px){.porto-ibanner-layer{font-size:0.875rem}}@media (max-width:767px){.porto-ibanner-layer{font-size:0.8125rem}}@media (max-width:575px){.porto-ibanner-layer{font-size:0.75rem}}.porto-ibanner .porto-ibanner-desc{padding:15px;font-size:1em;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:opacity 0.3s}.porto-ibanner .porto-ibanner-desc.no-padding{padding:0}.porto-ibanner .porto-ibanner-desc .porto-ibanner-container{position:relative;height:100%}.porto-ibanner .porto-ibanner-desc:before,.porto-ibanner .porto-ibanner-desc:after{pointer-events:none}.porto-ibanner .porto-ibanner-desc,.porto-ibanner .porto-ibanner-link{position:absolute;top:0;left:0;width:100%;height:100%}.porto-ibanner .porto-ibanner-content{font-size:0.8125em;line-height:1.6}.porto-ibanner .porto-ibanner-title,.porto-ibanner p{letter-spacing:normal;padding:0;margin:0;font-size:inherit;line-height:inherit;font-weight:inherit;text-decoration:inherit;font-style:inherit;color:inherit}.porto-ibanner a.porto-ibanner-link{display:block;z-index:10;opacity:0;background:0 0}.porto-ibe-effect-1:before,.porto-ibe-effect-1:after{content:"";position:absolute;opacity:1;z-index:2}.porto-ibe-effect-1:before{background:rgba(255, 255, 255, 0.3);bottom:0;left:50%;right:51%;top:0}.porto-ibe-effect-1:after{bottom:50%;left:0;right:0;top:50%}.porto-ibe-effect-1:hover:before,.porto-ibe-effect-1:hover:after{left:0;right:0;opacity:0;transition:0.5s linear}.porto-ibe-effect-2,.porto-ibe-effect-3{overflow:hidden;position:relative}.porto-ibe-effect-2:before,.porto-ibe-effect-2:after{content:"";position:absolute;background:rgba(255, 255, 255, 0.6);height:100%;left:0;opacity:0.4;top:0;transition:0.9s;width:100%;z-index:2}.porto-ibe-effect-2:before{transform:translate(105%, 0%)}.porto-ibe-effect-2:after{transform:translate(-105%, 0%)}.porto-ibe-effect-2:hover:before,.porto-ibe-effect-2:hover:after{opacity:0;transform:none}.porto-ibe-effect-3:before{content:"";position:absolute;top:0;left:50%;width:120%;height:60px;background:rgba(255, 255, 255, 0.1);transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);transition:0.5s linear;backface-visibility:hidden;z-index:2}.porto-ibe-effect-3:hover:before{top:100%;left:-100%;transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0)}.porto-ibe-effect-4:before,.porto-ibe-effect-4:after{content:"";position:absolute;background:rgba(255, 255, 255, 0.1);opacity:1;transition:0.5s;z-index:2}.porto-ibe-effect-4:before{bottom:0;left:50%;right:51%;top:0}.porto-ibe-effect-4:after{bottom:50%;left:0;right:0;top:50%}.porto-ibe-effect-4:hover:before,.porto-ibe-effect-4:hover:after{left:0;right:0;top:0;bottom:0;opacity:0.5}.porto-ibe-zoom:hover>img{transform:scale(1.08, 1.08)}.porto-ibe-fadein .porto-ibanner-desc,.porto-ibe-fadein .porto-ibanner-layer{opacity:0}.porto-ibe-fadein:hover .porto-ibanner-desc,.porto-ibe-fadein:hover .porto-ibanner-layer{opacity:1}.porto-ibe-fadeout:hover .porto-ibanner-desc,.porto-ibe-fadeout:hover .porto-ibanner-layer{opacity:0}.porto-ibe-boxshadow{transition:box-shadow 0.3s}.porto-ibe-overlay:before{content:"";display:block;position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;z-index:1;pointer-events:none;transition:opacity 0.4s}.porto-ibe-style1 img{width:100%}.porto-ibe-style1 .porto-ibanner-desc:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0, 50%, 0);transform:translate3d(0, 50%, 0)}.porto-ibe-style1 .porto-ibanner-title{position:absolute;top:50%;left:0;width:100%;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0, -50%, 0);transform:translate3d(0, -50%, 0)}.porto-ibe-style1 .porto-ibanner-content,.porto-ibe-style1 .porto-ibanner-desc::before{transition:opacity 0.35s, transform 0.35s;transition:opacity 0.35s, transform 0.35s, -webkit-transform 0.35s}.porto-ibe-style1 .porto-ibanner-content{position:absolute;bottom:0;left:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}.porto-ibe-style1:hover .porto-ibanner-title{color:#fff;-webkit-transform:translate3d(0, -40px, 0);transform:translate3d(0, -40px, 0)}.porto-ibe-style1:hover .porto-ibanner-content,.porto-ibe-style1:hover .porto-ibanner-desc:before{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.porto-ibe-style2 .porto-ibanner-desc{top:auto;bottom:0;padding:15px;height:auto;background:#F2F2F2;color:#3c4a50;transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.porto-ibe-style2 .porto-ibanner-content{position:absolute;top:auto;bottom:100%;left:0;width:100%;padding:25px;color:#fff;text-transform:none;opacity:0;transition:opacity 0.35s}.porto-ibe-style2 .porto-ibanner-title{transition:transform 0.35s;transition:transform 0.35s, -webkit-transform 0.35s;-webkit-transform:translate3d(0, 200%, 0);transform:translate3d(0, 200%, 0);text-align:center}.porto-ibe-style2:hover .porto-ibanner-content,.porto-ibe-style2:hover .porto-ibanner-content *{opacity:1 !important;z-index:99 !important;-webkit-backface-visibility:hidden !important;backface-visibility:hidden !important}.porto-ibe-style2:hover .porto-ibanner-desc,.porto-ibe-style2:hover .porto-ibanner-title{transform:translateY(0)}.porto-ibe-style2:hover .porto-ibanner-title{transition-delay:0.05s}.porto-ibanner.porto-ibe-style2 .porto-ibanner-toggle-size{left:50%;width:auto !important;height:100%;max-width:none;transform:translateX(-50%)}.owl-item.active .banner-effect{display:block;visibility:visible;opacity:1}.owl-item:not(.active) .banner-effect{display:none;visibility:hidden;opacity:0}.banner-effect{transition:visibility 0.3s, opacity 0.3s}.banner-effect-wrapper{overflow:hidden;z-index:1}.banner-effect,.banner-effect-wrapper{position:absolute;top:0;left:0;right:0;bottom:0}@keyframes kenBurnsToRight{0%{transform:scale(1.2)}to{transform:scale(1)}}.kenBurnsToRight{animation-name:kenBurnsToRight;animation-timing-function:linear;transform-origin:right}@keyframes kenBurnsToLeft{0%{transform:scale(1.2)}to{transform:scale(1)}}.kenBurnsToLeft{animation-name:kenBurnsToLeft;animation-timing-function:linear;transform-origin:left}.kenBurnsToLeftTop{animation-name:kenBurnsToLeft;animation-timing-function:linear;transform-origin:left top}.kenBurnsToRightTop{animation-name:kenBurnsToRight;animation-timing-function:linear;transform-origin:right top}.particle-effect{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.snowfall{background-image:url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/effects/s1.png), url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/effects/s2.png), url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/effects/s3.png);animation:snow 10s linear infinite;z-index:1}@keyframes snow{0%{background-position:0px 0px, 0px 0px, 0px 0px}50%{background-position:500px 500px, 100px 300px, -200px 250px}to{background-position:400px 800px, 300px 600px, -200px 400px}}.effect-snow{background-image:url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/effects/s4.png), url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/effects/s5.png);animation:snowsecond 20s linear infinite}@keyframes snowsecond{0%{background-position:0px 0px, 0px 0px, 0px 0px}to{background-position:500px 1000px, 400px 400px, 300px 300px}}.sparkle{background-image:url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/effects/sparkle1.png), url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/effects/sparkle2.png);animation:sparkle 60s linear infinite}@keyframes sparkle{0%{background-position:0px 0px, 0px 0px, 0px 0px}to{background-position:-500px -1000px, -400px -400px, 300px 300px}}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-loading .slick-list{background:#fff url("https://www.comercialchiriguano.com/wp-content/themes/porto/images/AjaxLoader.gif") center center no-repeat}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-track,.slick-slide,.slick-slide img{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;zoom:1}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.slick-loading .slick-slide{float:none}.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;outline:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-prev,.slick-next{line-height:0;padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-prev:active,.slick-next:hover,.slick-next:focus,.slick-next:active{outline:none;background:transparent;color:transparent;box-shadow:none}[dir="rtl"] .slick-prev{left:auto;right:-15px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir="rtl"] .slick-next{left:-15px;right:auto;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;padding:0 2px;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:black;opacity:0.25}.slick-dots li.slick-active button:before{color:black;opacity:0.75}.porto-carousel-wrapper .slick-dots li i{opacity:0.5;transition:all 0.3s ease-in-out;padding-left:1px;padding-right:1px;-webkit-appearance:initial}.porto-carousel-wrapper .slick-dots li:hover i{opacity:1}.porto-carousel-wrapper .slick-dots li.slick-active i{opacity:1}button.slick-next:active,button.slick-prev:active{background:initial;border:initial;padding:initial}.porto-item-wrap>.wpb_button,.porto-item-wrap>.wpb_content_element,.porto-item-wrap>.wpb_row,.porto-item-wrap>ul.wpb_thumbnails-fluid>li,.porto-item-wrap>div{margin-bottom:0 !important}ul.slick-dots{margin:0;padding:10px 0}.slick-dots{bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.porto-carousel-wrapper button{z-index:1}.porto-carousel-wrapper button.circle-border,.porto-carousel-wrapper button.circle-bg{border-radius:100%;width:1.5em;height:1.5em;line-height:1.5em}.porto-carousel-wrapper button.square-border,.porto-carousel-wrapper button.square-bg{border-radius:0px !important;width:1.6em;height:1.6em;min-width:30px;min-height:30px}button.slick-next.circle-border i,button.slick-prev.circle-border i{left:50%;top:50%;position:absolute;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.porto-carousel-wrapper button.slick-disabled{opacity:0.5;cursor:auto}.porto-carousel-wrapper{position:relative;margin-bottom:35px}.porto-carousel-wrapper .wpb_content_element{margin-bottom:0}.porto-carousel-wrapper .slick-prev,.porto-carousel-wrapper .slick-next{position:absolute;top:50%;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:none}.porto-carousel-wrapper .slick-prev:hover,.porto-carousel-wrapper .slick-next:hover{opacity:0.8}.porto-carousel-wrapper ul.slick-dots{list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;z-index:99}.porto-item-wrap.slick-slide.animated{opacity:1 !important}body .porto-carousel-wrapper{padding-bottom:0}body .slick-dots{transform:translateY(0)}body .porto-carousel-wrapper ul.slick-dots,body .slick-dots{position:relative;bottom:-5px;margin-top:10px}body .sidebar-content .porto-carousel-wrapper ul.slick-dots,body .sidebar-content .slick-dots{margin-top:3px}body .sidebar-content .porto-carousel-wrapper{margin-bottom:0}body .slick-slide img{display:inline}.porto-carousel-wrapper>div:first-child{position:relative;display:block;margin:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;-webkit-tap-highlight-color:transparent}.porto-carousel-wrapper>div:first-child>.porto-item-wrap{display:none}.porto-carousel-wrapper>div:first-child>.porto-item-wrap:first-child{display:block;position:relative;min-height:200px}.porto-carousel-wrapper>div:first-child>.porto-item-wrap:first-child>*{opacity:0}.porto-carousel-wrapper>div:first-child.slick-initialized>.porto-item-wrap{display:block}.porto-carousel-wrapper>div:first-child.slick-initialized>.porto-item-wrap:first-child{position:static;min-height:0}.porto-carousel-wrapper>div:first-child.slick-initialized>.porto-item-wrap:first-child:before{display:none}.porto-carousel-wrapper>div:first-child.slick-initialized>.porto-item-wrap:first-child>*{opacity:1}.vc_row-no-padding .porto-carousel-wrapper .slick-next{right:0}.vc_row-no-padding .porto-carousel-wrapper .slick-prev{left:0}.banner-container .porto-block .porto-carousel-wrapper{margin-bottom:0}#banner-wrapper .porto-carousel-wrapper,#content-top .porto-carousel-wrapper,#content-bottom .porto-carousel-wrapper,#content-inner-top .porto-carousel-wrapper,#content-inner-bottom .porto-carousel-wrapper{margin-bottom:20px}#banner-wrapper .porto-carousel-wrapper .vc_single_image-wrapper,#content-top .porto-carousel-wrapper .vc_single_image-wrapper,#content-bottom .porto-carousel-wrapper .vc_single_image-wrapper,#content-inner-top .porto-carousel-wrapper .vc_single_image-wrapper,#content-inner-bottom .porto-carousel-wrapper .vc_single_image-wrapper{width:100%}#banner-wrapper .porto-carousel-wrapper .vc_single_image-wrapper img,#content-top .porto-carousel-wrapper .vc_single_image-wrapper img,#content-bottom .porto-carousel-wrapper .vc_single_image-wrapper img,#content-inner-top .porto-carousel-wrapper .vc_single_image-wrapper img,#content-inner-bottom .porto-carousel-wrapper .vc_single_image-wrapper img{width:100%}.vc_custom_heading.heading-m-none>*,.vc_custom_heading.m-b-none>*{margin-bottom:0}.vc_custom_heading.big h1{font-size:4.2em;line-height:54px}.vc_custom_heading.short h1{margin-bottom:15px}.vc_custom_heading.short h2{margin-bottom:15px}.vc_custom_heading.short h3,.vc_custom_heading.short h4,.vc_custom_heading.short h5,.vc_custom_heading.short h6{margin-bottom:9px}.vc_custom_heading.shorter h1,.vc_custom_heading.shorter h2,.vc_custom_heading.shorter h3,.vc_custom_heading.shorter h4,.vc_custom_heading.shorter h5,.vc_custom_heading.shorter h6{margin-bottom:0}.vc_custom_heading.tall h1,.vc_custom_heading.tall h2,.vc_custom_heading.tall h3,.vc_custom_heading.tall h4,.vc_custom_heading.tall h5,.vc_custom_heading.tall h6{margin-bottom:33px}.vc_custom_heading.taller h1,.vc_custom_heading.taller h2,.vc_custom_heading.taller h3,.vc_custom_heading.taller h4,.vc_custom_heading.taller h5,.vc_custom_heading.taller h6{margin-bottom:44px}.vc_custom_heading.spaced h1,.vc_custom_heading.spaced h2,.vc_custom_heading.spaced h3,.vc_custom_heading.spaced h4,.vc_custom_heading.spaced h5,.vc_custom_heading.spaced h6{margin-top:33px}.vc_custom_heading.more-spaced h1,.vc_custom_heading.more-spaced h2,.vc_custom_heading.more-spaced h3,.vc_custom_heading.more-spaced h4,.vc_custom_heading.more-spaced h5,.vc_custom_heading.more-spaced h6{margin-top:44px}.vc_custom_heading em{font-family:"Shadows Into Light", sans-serif;color:#f9581d}.vc_custom_heading .heading-tag{font-family:inherit}.section-video{-webkit-transform:translate3d(0, 0, 0);background-position:50% 50%;background-repeat:no-repeat;padding:50px 0;position:relative;overflow:hidden;min-width:100%}.section-video>div:first-child{padding:0}.section-video.skrollable{position:absolute;left:0;top:0;padding:0}.section-video video{max-width:none}.section-video .container{position:relative;z-index:3}.section-video .video-overlay{background:transparent url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/video-overlay.png) repeat 0 0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.section-video.video-overlay-dark .video-overlay{background-image:url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/video-overlay-dark.png)}html.boxed .section-video>div:first-child{z-index:0 !important}html.boxed .section-video>div:first-child video{z-index:0 !important}.vc_separator h4{margin-top:0;font-size:1.1429em;font-weight:700;text-transform:uppercase}.vc_text_separator{margin-bottom:25px;border:none}.vc_text_separator h1,.vc_text_separator h2,.vc_text_separator h3,.vc_text_separator h4,.vc_text_separator h5,.vc_text_separator h6,.vc_text_separator p,.vc_text_separator div{margin-top:0;margin-bottom:0}.vc_text_separator div{top:auto;background-color:transparent}.vc_text_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{padding:0}.vc_text_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4{margin-left:-0.5em;padding-right:1em}.vc_separator.vc_separator_align_left h1,.vc_separator.vc_separator_align_left h2{padding:0 15px 0 0}.vc_separator.vc_separator_align_left h3,.vc_separator.vc_separator_align_left h4{padding:0 12px 0 0}.vc_separator.vc_separator_align_left h5,.vc_separator.vc_separator_align_left h6,.vc_separator.vc_separator_align_left p,.vc_separator.vc_separator_align_left div{padding:0 10px 0 0}.vc_separator.vc_separator_align_right h1,.vc_separator.vc_separator_align_right h2{padding:0 0 0 15px}.vc_separator.vc_separator_align_right h3,.vc_separator.vc_separator_align_right h4{padding:0 0 0 12px}.vc_separator.vc_separator_align_right h5,.vc_separator.vc_separator_align_right h6,.vc_separator.vc_separator_align_right p,.vc_separator.vc_separator_align_right div{padding:0 0 0 10px}.vc_separator.vc_separator_align_center h1,.vc_separator.vc_separator_align_center h2{padding:0 15px}.vc_separator.vc_separator_align_center h3,.vc_separator.vc_separator_align_center h4{padding:0 12px}.vc_separator.vc_separator_align_center h5,.vc_separator.vc_separator_align_center h6,.vc_separator.vc_separator_align_center p,.vc_separator.vc_separator_align_center div{padding:0 10px}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line{border:none;background:rgba(0, 0, 0, .06)}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed{background:none;position:relative}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed:after{content:"";display:block;height:0;position:absolute;top:50%;margin-top:-1px;width:100%;border:1px dashed rgba(0, 0, 0, .06)}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.solid,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.solid{background:rgba(0, 0, 0, .06)}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern{background:none;position:relative}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern:after{background:transparent url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/patterns/worn_dots.png) repeat 0 0;content:"";display:block;height:15px;position:absolute;top:50%;margin-top:-7px;width:100%}.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern.pattern-2:after,.vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern.pattern-2:after{background-image:url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/patterns/az_subtle.png)}div.wpb_single_image .vc_single_image-wrapper.vc_box_border,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border{padding:4px}div.wpb_single_image .vc_single_image-wrapper.vc_box_border img,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline img,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img{border-width:0}div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle{padding:4px}div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img{border-width:0}div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img{margin-bottom:-4px}div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle{background: #fff}div.wpb_single_image .vc_single_image-wrapper.vc_box_outline.vc_box_border_grey,div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey{background: #fff;border-color: #e7e7e7}div.wpb_single_image .porto-vc-zoom{display:inline-block;position:relative;max-width:100%}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon{position:relative}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon img{position:relative;z-index:1}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:before{transition:0.2s;background:rgba(0, 0, 0, 0.65);content:"";position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;z-index:2}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:after{transition:0.2s;font-family:var(--fa-style-family-classic, "Font Awesome 6 Free");font-weight:900;color:#fff;content:"";font-size:30px;height:30px;position:absolute;top:30%;margin-top:-15px;display:block;text-align:center;width:100%;opacity:0;z-index:3}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:before{opacity:1}div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:after{top:50%;opacity:1}div.wpb_single_image .porto-vc-zoom .zoom-icon{background:#f9581d;color:#fff;border-radius:100%;width:30px;height:30px;position:absolute;padding:0;line-height:28px;display:block;bottom:8px;right:8px;text-align:center}div.wpb_single_image .porto-vc-zoom .zoom-icon:hover{background-color:#fa6b36}div.wpb_single_image .porto-vc-zoom .zoom-icon:before{font-family:var(--fa-style-family-classic, "Font Awesome 6 Free");font-weight:900;content:""}div.wpb_single_image .vc_figure{max-width:100%}div.wpb_single_image .vc_figure .vc_single_image-wrapper{margin-bottom:0}div.wpb_single_image .vc_figure .vc_figure-caption{margin-top:0.5em}div.wpb_single_image.vc_box_border,div.wpb_single_image.vc_box_outline,div.wpb_single_image.vc_box_shadow_border{padding:4px}div.wpb_single_image.vc_box_border img,div.wpb_single_image.vc_box_outline img,div.wpb_single_image.vc_box_shadow_border img{border-width:0}.porto-carousel .vc_single_image-wrapper.vc_box_border,.porto-carousel .vc_single_image-wrapper.vc_box_outline,.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border,.porto-carousel .vc_single_image-wrapper.vc_box_border_circle,.porto-carousel .vc_single_image-wrapper.vc_box_outline_circle,.porto-carousel .vc_single_image-wrapper.vc_box_shadow_border_circle{margin:2px}.wpb_single_image.vc_align_right{text-align:right}.wpb_single_image.vc_align_left{text-align:left}.wpb_text_column.featured{font-size:1.25rem;line-height:1.8rem}.wpb_text_column.short{margin-bottom:0}.wpb_text_column.tall{margin-bottom:20px}.wpb_text_column.taller{margin-bottom:40px}.wpb_text_column .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px}.lead,.wpb_text_column.lead,.wpb_text_column.lead p{line-height:1.8rem;letter-spacing:-0.05em}.porto-onepage-category{--porto-one-page-category-space-vertical: 0px;--porto-one-page-category-space-horizontal: 10px;--porto-one-page-category-top-space: 60px;--porto-one-page-category-fix-left: 0px;--porto-one-page-category-fix-top: 0px;--porto-one-page-category-fix-bottom: 0px}@media (min-width:768px){.porto-onepage-category .product-cats li{margin-bottom:var(--porto-one-page-category-space-vertical)}}.porto-onepage-category:not(.show-products){position:relative;left:0;top:0;width:80px;height:100%}.porto-onepage-category:not(.show-products)>.category-list{height:100%}.porto-onepage-category.show-products{display:flex}.porto-onepage-category.ajax-load .category-section:not(.ajax-loaded) .category-title{display:none}.porto-onepage-category .category-details{width:calc(100% - 80px);padding:70px 5vw}.porto-onepage-category>.category-list{background:#000;width:80px;position:relative;z-index:9;padding-top:var(--porto-one-page-category-top-space)}.porto-onepage-category .product-cats{list-style:none;padding:0;margin-bottom:0}.porto-onepage-category .product-cats li{width:100%}.porto-onepage-category .product-cats a{display:inline-block;color:#fff;text-decoration:none;text-align:center;white-space:nowrap;position:relative;transition:all 0.3s;padding:0}.porto-onepage-category .product-cats a:after{content:"";width:16px;height:16px;position:absolute;display:block;right:-15px;top:50%;margin-top:-8px;border:8px solid transparent;transition:all 0.3s}.porto-onepage-category .product-cats a:hover,.porto-onepage-category .product-cats a.active{background-color:#00d59d}.porto-onepage-category .product-cats a:hover:after,.porto-onepage-category .product-cats a.active:after{border-left-color:#00d59d}.porto-onepage-category .product-cats a:hover .category-title{opacity:1;visibility:visible;width:auto;padding-right:50px;padding-left:5px}.porto-onepage-category .product-cats .category-icon{display:inline-block;width:80px;height:80px;line-height:80px;font-size:1.6875rem;vertical-align:middle}.porto-onepage-category .product-cats .category-icon img{display:block;max-height:100%;object-fit:cover}.porto-onepage-category .product-cats .category-title{display:inline-block;vertical-align:middle;opacity:0;visibility:hidden;width:0;transition:all 0.3s;font-size:16px;font-weight:400;position:relative;overflow:hidden}.porto-onepage-category .category-description{margin-bottom:1.5vw}.porto-onepage-category .category-section{min-height:1px}.porto-onepage-category .category-section .category-title{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:25px;position:relative}.porto-onepage-category .category-section .category-title .btn{padding:10px 30px}.porto-onepage-category .category-section .category-title .dropdown{position:static;margin:0.5rem auto 0.5rem 0}.porto-onepage-category .category-section .cat-title{font-size:26px;text-transform:uppercase;margin-bottom:0}.porto-onepage-category .category-section .cat-title span{vertical-align:middle}.porto-onepage-category .category-section .cat-title:after{display:none}.porto-onepage-category .category-section .cat-title.has-sub-cat{cursor:pointer}.porto-onepage-category .category-section .cat-title.has-sub-cat:after{display:inline-block;content:"";font-family:"porto";margin-left:18px;font-size:18px;vertical-align:middle;border:none;width:auto;height:auto}.porto-onepage-category .category-section>.woocommerce{margin-bottom:45px;margin-left:-8px;margin-right:-8px}@media (max-width:767px){.porto-onepage-category .category-section>.woocommerce{margin-left:-6px;margin-right:-6px}}@media (max-width:575px){.porto-onepage-category .category-section>.woocommerce{margin-left:-3px;margin-right:-3px}}.porto-onepage-category .category-section>.woocommerce.columns-6,.porto-onepage-category .category-section>.woocommerce.columns-7,.porto-onepage-category .category-section>.woocommerce.columns-8{margin-left:-3px;margin-right:-3px}.porto-onepage-category .category-section .owl-carousel.show-nav-title .owl-nav{margin-top:-20px;width:100%;top:50%}.porto-onepage-category .category-section .owl-carousel.show-nav-title .owl-nav .owl-next{right:-45px}.porto-onepage-category .sub-category{width:calc(100% + 40px);margin-left:auto;margin-right:auto;margin:20px -20px 20px;padding:10px 0;border-radius:5px}@media (min-width:768px) and (max-width:991px){.porto-onepage-category .sub-category{font-size:14px}}@media (max-width:767px){.porto-onepage-category .sub-category{width:calc(100% + 2px);margin-left:-1px;margin-right:-1px}}.porto-onepage-category .sub-category:before{content:"";position:absolute;border:8px solid transparent;width:16px;height:16px;border-bottom-color:#bebebe;top:-16px;left:90px}.porto-onepage-category .sub-category:after{content:"";position:absolute;border:7px solid transparent;width:14px;height:14px;border-bottom-color:#fff;top:-14px;left:91px}.porto-onepage-category .sub-category:not(.show){display:none}.porto-onepage-category .sub-category>.cat-item{text-align:center;padding:10px 4%;margin-bottom:0;border-left:1px solid #bebebe}.porto-onepage-category .sub-category>.cat-item:first-child{border-left:none}@media (min-width:768px) and (max-width:991px){.porto-onepage-category .sub-category>.cat-item{padding:20px 2%}}@media (max-width:575px){.porto-onepage-category .sub-category>.cat-item{border-left:none}}.porto-onepage-category .sub-category>.cat-item>a{font-weight:700;text-transform:uppercase}.porto-onepage-category .sub-category>.cat-item a{display:inline-block}@media (max-width:767px){.porto-onepage-category:not(.show-products){position:static;width:auto;height:auto;margin-bottom:20px}.porto-onepage-category.show-products{display:block;margin-top:30px}.porto-onepage-category .product-cats{display:flex;flex-wrap:wrap}.porto-onepage-category .product-cats li{width:auto;margin-right:var(--porto-one-page-category-space-horizontal)}.porto-onepage-category .product-cats .category-icon{width:60px;height:60px;line-height:60px}.porto-onepage-category .product-cats .category-title,.porto-onepage-category .product-cats a:after{display:none}.porto-onepage-category>.category-list{width:auto;height:auto;padding-top:0}.porto-onepage-category .category-details{width:100%;padding-top:30px;padding-bottom:30px}}@media (min-width:768px){.porto-onepage-category.fixed-list>.category-list{position:fixed;left:var(--porto-one-page-category-fix-left);right:var(--porto-one-page-category-fix-right);top:var(--porto-one-page-category-fix-top);bottom:var(--porto-one-page-category-fix-bottom);z-index:1001;overflow:hidden}}.porto_products_filter_form{--porto-product-filter-submit-width: 100%;--porto-product-filter-select-width: 100%;--porto-product-filter-submit-width-md: 100%;--porto-product-filter-select-width-md: 100%;--porto-product-filter-space: 0px;--porto-product-filter-space-md: 0px}.porto_products_filter_form .widget-title{width:100%}.porto_products_filter_form select,.porto_products_filter_form .btn-submit{display:block;width:100%;margin-bottom:0.5rem}.porto_products_filter_form .btn-submit{margin-top:1rem;text-align:center;overflow:hidden;width:var(--porto-product-filter-submit-width)}.porto_products_filter_form select{width:calc(var(--porto-product-filter-select-width) - var(--porto-product-filter-space));margin-right:var(--porto-product-filter-space)}.porto_products_filter_form .ul+.ul{margin-top:0px}@media (max-width:991px){.porto_products_filter_form .btn-submit{width:var(--porto-product-filter-submit-width-md)}.porto_products_filter_form select{width:calc(var(--porto-product-filter-select-width-md) - var(--porto-product-filter-space-md));margin-right:var(--porto-product-filter-space-md)}}@media (max-width:480px){.porto_products_filter_form .btn-submit,.porto_products_filter_form select{width:100%;margin-right:0}}.inline-block{display:inline-block}
ul.resp-tabs-list{margin:0;padding:0}.resp-tabs-list li{font-weight:600;font-size:13px;display:inline-block;padding:13px 15px;margin:0;list-style:none;cursor:pointer;float:left}.resp-tabs-container{padding:0;clear:left}h2.resp-accordion{cursor:pointer;padding:5px;display:none;margin:0}.resp-tab-content{display:none;padding:15px}.resp-tab-active{border:1px solid #e7e7e7;border-bottom:none;margin-bottom:-1px!important;padding:12px 14px 14px 14px!important}.resp-tab-active{border-bottom:none;background-color:#fff}.resp-accordion-active,.resp-content-active{display:block}.resp-tab-content{border:1px solid  #e7e7e7}h2.resp-accordion{font-size:13px;border:1px solid #e7e7e7;border-top:0 solid #e7e7e7;margin:0;padding:10px 15px}h2.resp-tab-active{border-bottom:0 solid #e7e7e7!important;margin-bottom:0!important;padding:10px 15px!important}h2.resp-tab-title:last-child{border-bottom:12px solid #e7e7e7!important;background:blue}.resp-vtabs ul.resp-tabs-list{float:left;width:30%}.resp-vtabs .resp-tabs-list li{display:block;padding:15px 15px!important;margin:0;cursor:pointer;float:none}.resp-vtabs .resp-tabs-container{padding:0;background-color:#fff;border:1px solid #e7e7e7;float:left;width:68%;min-height:250px;clear:none}.resp-vtabs .resp-tab-content{border:none}.resp-vtabs li.resp-tab-active{border:1px solid #e7e7e7;border-right:none;background-color:#fff;position:relative;z-index:1;margin-right:-1px!important;padding:14px 15px 15px 14px!important}.resp-arrow{width:0;height:0;float:right;margin-top:3px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:12px solid #e7e7e7}h2.resp-tab-active span.resp-arrow{border:none;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid #9B9797}h2.resp-tab-active{background:#DBDBDB!important}.resp-easy-accordion h2.resp-accordion{display:block}.resp-easy-accordion .resp-tab-content{border:1px solid #e7e7e7}.resp-easy-accordion .resp-tab-content:last-child{border-bottom:1px solid #e7e7e7!important}.resp-jfit{width:100%;margin:0}.resp-tab-content-active{display:block}h2.resp-accordion:first-child{border-top:1px solid #e7e7e7!important}@media only screen and (max-width:767px){ul.resp-tabs-list{display:none}h2.resp-accordion{display:block}.resp-vtabs .resp-tab-content{border:1px solid #e7e7e7}.resp-vtabs .resp-tabs-container{border:none;float:none;width:100%;min-height:initial;clear:none}.resp-accordion-closed{display:none!important}.resp-vtabs .resp-tab-content:last-child{border-bottom:1px solid #e7e7e7!important}}.dokan-error,.dokan-info,.dokan-message{border:none;background:none;border-radius:0}.dokan-error:before,.dokan-info:before,.dokan-message:before{left:0;background:none;font-style:normal;padding:0;width:auto;border-radius:0}.cart-popup .total,.woocommerce-message{color: #222529}.dokan-error,.dokan-info,.dokan-message,.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:10px 3px;list-style-position:inside;text-align:left;margin-bottom:10px;font-size:16px;font-weight:500}.dokan-error:focus-visible,.dokan-info:focus-visible,.dokan-message:focus-visible,.woocommerce-error:focus-visible,.woocommerce-info:focus-visible,.woocommerce-message:focus-visible{outline:none}#main>.container>.dokan-error,#main>.container>.dokan-info,#main>.container>.dokan-message,#main>.container>.woocommerce-error,#main>.container>.woocommerce-info,#main>.container>.woocommerce-message{margin-top:10px}#main>.container-fluid>.dokan-error,#main>.container-fluid>.dokan-info,#main>.container-fluid>.dokan-message,#main>.container-fluid>.woocommerce-error,#main>.container-fluid>.woocommerce-info,#main>.container-fluid>.woocommerce-message{margin-top:20px}.dokan-error:before,.dokan-info:before,.dokan-message:before,.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{position:relative;top:2px;margin-right:5px;font-size:20px;font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900}.woocommerce-error{color:#6d1a17;list-style:none}.woocommerce-error li{padding:5px 0}.woocommerce-error li:before{content:"\f071";margin-right:0.5rem;color:var(--bs-danger);font-size:23px;font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;vertical-align:middle}.dokan-error{color:#6d1a17}.dokan-error:before{content:"\f071";color:var(--bs-danger)}.dokan-message .wc-forward,.woocommerce-message .wc-forward{margin-right:10px}.dokan-message:before,.woocommerce-message:before{content:"\f00c";color:#0cc485}.dokan-info,.woocommerce-info{color:#2f6473}.dokan-info:before,.woocommerce-info:before{content:"\f05a";color:var(--info)}.woocommerce-info.yith-wcan-loading:before{content:none}dl.variation{margin-bottom:0;font-size:0.625rem;text-transform:uppercase}dl.variation p{font-size:inherit}.text-v-dark{color: #222529!important}.cart-popup .button.checkout,html .btn-v-dark{background: #222529;color: #fff;border:none}.cart-popup .button.checkout:focus,html .btn-v-dark:focus{outline:none;box-shadow:none;color: #fff}.cart-popup .button.checkout:hover,html .btn-v-dark:hover{background:#353a40;color: #fff}.featured-box .cart-actions{margin-top:8px;margin-bottom:20px}.success-message i,.woocommerce-thankyou-order-received i{color:#0cc485}.form-row{margin-bottom:15px;vertical-align:top}.form-row:not(.row){display:block;margin-left:0;margin-right:0}.form-row label{display:block}.form-row label.checkbox{display:inline-block}.form-row label.inline{display:inline}.form-row .required{border:none;cursor:default;color:#c10000}.form-row input[type=color],.form-row input[type=date],.form-row input[type=datetime-local],.form-row input[type=datetime],.form-row input[type=email],.form-row input[type=month],.form-row input[type=number],.form-row input[type=password],.form-row input[type=search],.form-row input[type=tel],.form-row input[type=text],.form-row input[type=time],.form-row input[type=url],.form-row input[type=week],.form-row select,.form-row textarea{width:100%;background-color: #fff;color:#777777}.form-row-wide{width:100%}.form-row-first{float:left;width:50%;padding-right:10px}@media (max-width:767px){.form-row-first{float:none;width:100%;padding-right:0}}.form-row-last{float:right;width:50%;padding-left:10px}@media (max-width:767px){.form-row-last{float:none;width:100%;padding-left:0}}header.title{position:relative}header.title:after{content:" ";display:table;clear:both}header.title h3{float:left;margin-bottom:15px}header.title .edit{float:right;margin-bottom:15px}form.global-login label.inline{display:inline-block;margin:0;vertical-align:middle}form.global-login #rememberme{margin-left:10px}.wcml-switcher{position:relative}.wcml-switcher h5{cursor:pointer!important}.wcml-switcher li.loading{display:inline-block!important;position:absolute!important;z-index:1;top:0;bottom:0;left:0;right:0;opacity:0.3;cursor:wait;background-color: #fff}p.demo_store{position:fixed;bottom:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#000;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,0.2)}body.woocommerce-page .main-content .featured-box{margin-top:0;margin-bottom:30px}body.woocommerce-page .card-body .featured-box{margin-bottom:0}.account-text-user{color: #222529}.overlay-vendor-effect{background:rgba(0,0,0,0.4);padding-bottom:1px}.vendor-profile-bg{background:#d41b1b;color:#fff;text-align:center;margin-bottom:20px}.vendor-profile-bg h1 a{text-align:center;color:#fff;font-size:26px;font-weight:bold;text-transform:capitalize}.vendor-profile-bg p{font-weight:700;text-align:center;font-size:14px;margin:10px}.vendor_userimg img{border-radius:100px;margin:20px 0px}.footer form{opacity:1}#header .header-top,.welcome-msg{font-weight:600}#header .header-top .top-links:last-child>li.menu-item:last-child>a{padding-right:0}#header .header-top .top-links:last-child>li.menu-item:last-child:after{display:none}.porto-wide-sub-menu li.menu-item li.menu-item>a:hover{background:none;color:#36393d}#header .porto-wide-sub-menu .menu-item>a:hover{text-decoration:underline}.porto-wide-sub-menu>li.sub{--porto-wide-subitem-pd:15px 10px 0}#header .main-menu .popup{left:-15px;right:auto}#header .main-menu .narrow.pos-right .popup{right:-15px;left:auto}.sidebar-menu .wide .popup{border-left:none}.right-sidebar .sidebar-menu .wide .popup{border-right:none}.sidebar-menu .wide .popup>.inner{margin-left:0}.sidebar-menu .popup:before{content:"";position:absolute;border-right:12px solid  #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-12px;top:calc(13px + -1 * var(--porto-sd-menu-popup-top, 0px));z-index:112}.right-sidebar .sidebar-menu .popup:before,.side-nav-right .sidebar-menu .popup:before{right:-12px;left:auto;border-left:12px solid  #fff;border-right:none}.price{line-height:1;font-weight:600;font-size:2.5714em}.price,td.order-total,td.product-subtotal,td.product-total,tr.cart-subtotal,tr.order-total{color: #444}.price .price,td.order-total .price,td.product-price .price,td.product-subtotal .price,td.product-total .price,tr.cart-subtotal .price{font-size:1em}.price .currency,.price .decimal,td.order-total .currency,td.order-total .decimal,td.product-price .currency,td.product-price .decimal,td.product-subtotal .currency,td.product-subtotal .decimal,td.product-total .currency,td.product-total .decimal,tr.cart-subtotal .currency,tr.cart-subtotal .decimal{font-size:0.75em;font-weight:400}.price .currency .decimal,td.order-total .currency .decimal,td.product-price .currency .decimal,td.product-subtotal .currency .decimal,td.product-total .currency .decimal,tr.cart-subtotal .currency .decimal{font-size:1em}.price ins,td.order-total ins,td.product-price ins,td.product-subtotal ins,td.product-total ins,tr.cart-subtotal ins{display:inline-block;text-decoration:none;vertical-align:baseline}.price .from,.price del,td.order-total .from,td.order-total del,td.product-price .from,td.product-price del,td.product-subtotal .from,td.product-subtotal del,td.product-total .from,td.product-total del,tr.cart-subtotal .from,tr.cart-subtotal del{display:inline-block;color:#a7a7a7;font-size:0.8em;margin-right:0.2143em;vertical-align:baseline}div.quantity{display:inline-flex;position:relative;text-align:left;vertical-align:middle}div.quantity.hidden{display:none!important}div.quantity .qty{-moz-appearance:textfield;text-align:center;width:2.5em;height:36px;padding-left:0;padding-right:0;background:none;border-color: #e7e7e7;font-weight:700}div.quantity .minus,div.quantity .plus{position:relative;width:2em;height:36px;line-height:1;border:1px solid  #e7e7e7;padding:0;outline:none;text-indent:-9999px;background:none;color: #222529}div.quantity .minus:hover,div.quantity .plus:hover{color:#f9581d}div.quantity .minus:before,div.quantity .plus:before{content:"";position:absolute;left:50%;top:50%;width:9px;border-top:1px solid;margin-top:-0.5px;margin-left:-4.5px}div.quantity .plus{left:-1px}div.quantity .plus:after{content:"";position:absolute;left:50%;top:50%;height:9px;border-left:1px solid;margin-top:-4.5px;margin-left:-0.5px}div.quantity .minus{left:1px}.quantity .qty{font-family:"Poppins",sans-serif;color: #222529}.product-image{display:block;position:relative;border:none;width:100%;padding:0}.product-image:hover{z-index:1}.product-image .inner{display:block;overflow:hidden;position:relative}.product-image img{display:inline-block;width:100%;height:auto;transition:opacity 0.3s,transform 2s cubic-bezier(0,0,0.44,1.18);transform:translateZ(0)}.product-image .viewcart{font-size:1.25rem;color:#f9581d;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:3;text-align:center;width:2.2em;height:2.2em;line-height:2.1em;display:none;opacity:0;transition:0.25s}.product-image .viewcart:before{font-family:"Simple-Line-Icons";content:"\e04e"}.product-image .viewcart:hover{background-color:#f9581d;color:#fff}.product-image .labels{line-height:1;color:#fff;font-weight:600;text-transform:uppercase;position:absolute;z-index:2;top:0.8em;font-size:0.625rem;left:0.8em;text-align:center}.product-image .labels .onhot,.product-image .labels .onnew,.product-image .labels .onsale{padding:5px 11px;margin-bottom:5px}.product-image .labels .onnew{background:linear-gradient(135deg,var(--porto-new-bgc,#08c) 0,var(--porto-new-bgc,#0169fe) 80%)}.product-image .labels .tooltip{font-weight:normal;text-transform:none;white-space:nowrap;z-index:100}.product-image .stock{position:absolute;z-index:1;background:rgba(255, 255, 255, .9);color: #222529;top:0;bottom:0;left:0;right:0;width:10em;height:3em;line-height:3em;margin:auto;font-weight:600;text-transform:uppercase;text-align:center;transition:0.25s}.product-image,.product-image .stock,.product-image .viewcart{background: #fff}.yith-wcbm-badge{margin:0}.yith-wcbm-badge img{margin:0!important;border-radius:0;opacity:1!important}.products .yith-wcbm-badge{margin:0}.products .yith-wcbm-badge img{margin:0!important}.product-image .labels .onhot,.summary-before .labels .onhot{background:#62b959;color:#ffffff}.product-image .labels .onsale,.summary-before .labels .onsale{background:#e27c7c;color:#ffffff}.add-links .add_to_cart_button,.add-links .add_to_cart_read_more,.add-links-wrap .quickview,.product-image .yith-compare,.yith-wcwl-add-to-wishlist a,.yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){position:relative;display:inline-block;cursor:pointer;font-size:inherit;text-align:center;vertical-align:top;transition:opacity 0.25s,visibility 0.25s,background-color 0.25s,color 0.25s,border-color 0.25s,left 0.25s,right 0.25s;background-color:var(--porto-shop-add-links-bg-color);border:1px solid var(--porto-shop-add-links-border-color,transparent);color:var(--porto-shop-add-links-color,#212529)}.add-links-wrap .quickview:before,.yith-wcwl-add-to-wishlist a:before,.yith-wcwl-add-to-wishlist span:before{display:inline-block}.add-links .button:focus,.add-links .button:hover,.add-links .quickview:hover,.product-image .yith-compare:hover,.yith-wcwl-add-to-wishlist a:hover,li.product-default:hover .add-links .add_to_cart_button,li.product-default:hover .add-links .add_to_cart_read_more{background-color:#f9581d;border-color:#f9581d;color:#ffffff}.product-summary-wrap .yith-wcwl-add-to-wishlist a,.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover,.product-summary-wrap .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){background:none;border:none}.add-links .add_to_cart_button,.add-links .add_to_cart_read_more,.add-links .yith-compare{padding:0 0.625rem;font-size:0.75rem;font-weight:600;text-transform:uppercase;z-index:1;white-space:nowrap}.add-links .add_to_cart_button:before,.add-links .add_to_cart_read_more:before,.add-links .yith-compare:before{content:"\f061";font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;margin-right:5px;position:relative;float:left}.add-links .yith-compare:before{content:"\e867";font-family:"porto";font-size:1.2em}.add-links .yith-compare.added:before{content:"\f00c";font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;line-height:36px}.product-type-simple .add-links .add_to_cart_button:before{font-family:"Porto";content:"\e8ba";font-size:1rem;font-weight:600;font-size:0.9375rem}.add-links .add_to_cart_button.loading.viewcart-style-1:after{content:"";opacity:0.5;position:absolute;left:0;right:0;top:0;bottom:0;background: #fff}.add-links .add_to_cart_button,.add-links .add_to_cart_read_more,.add-links .quickview,.add-links .yith-compare{height:36px;line-height:34px;min-width:36px}.yith-wcwl-add-to-wishlist{margin-top:0;line-height:1;vertical-align:top}.yith-wcwl-add-to-wishlist a,.yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){width:36px;height:36px;line-height:34px;padding:0;text-indent:-9999em}.yith-wcwl-add-to-wishlist a:before,.yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip):before{position:absolute;left:0;right:0;top:0;text-indent:0;font-size:1rem;font-family:"Porto"}.yith-wcwl-add-to-wishlist a:before,.yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){vertical-align:middle}.yith-wcwl-add-to-wishlist .add_to_wishlist:before{content:"\e889"}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.view-wishlist:before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{content:"\e88a";color:#e27c7c}.yith-wcwl-add-to-wishlist .delete_item:before{content:"\e88a"}.yith-wcwl-add-to-wishlist a i,.yith-wcwl-add-to-wishlist a svg,.yith-wcwl-add-to-wishlist+.clear{display:none}.yith-wcwl-add-to-wishlist .feedback,.yith-wcwl-add-to-wishlist img.ajax-loading{display:none!important}.single-product tr.woocommerce-grouped-product-list-item .yith-wcwl-add-to-wishlist{margin-top:0}.single-product tr.woocommerce-grouped-product-list-item .yith-wcwl-add-to-wishlist a:before{position:static}.product-layout-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:first-child,.product-layout-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a,.summary-before .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:first-child,.summary-before .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a{padding-left:20px}.product-layout-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:first-child:before,.product-layout-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:before,.summary-before .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a:first-child:before,.summary-before .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:before{right:unset}.product-layout-image .yith-wcwl-add-to-wishlist a,.product-layout-image .yith-wcwl-add-to-wishlist span,.summary-before .yith-wcwl-add-to-wishlist a,.summary-before .yith-wcwl-add-to-wishlist span{width:unset;text-indent:unset}.product-layout-image .yith-wcwl-add-to-wishlist a:hover,.summary-before .yith-wcwl-add-to-wishlist a:hover{color:#f9581d;background-color:#ffffff;border-color:#ffffff}li.product-outimage_aq_onimage .add-links .quickview{background-color:#f9581d;color:#ffffff}.add-links .quickview{width:36px;text-indent:-9999px;text-transform:uppercase;font-size:13px}.add-links .quickview:before{content:"\f35d";position:absolute;left:0;right:0;top:0;text-indent:0;font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-size:1.1em;font-weight:900}.add-links .quickview.loading:after{content:"";opacity:0.5;position:absolute;left:0;right:0;top:0;bottom:0;background-color: #fff}.single-add-to-cart .type-product .single_add_to_cart_button:not(.wpcbn-btn):before{content:none}.single-add-to-cart .type-product .single_add_to_cart_button:not(.wpcbn-btn):after{content:"\f00c";margin-left:10px;font-size:1.143em;font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900}#comments h2{margin-top:0}.commentlist{list-style:none;margin:15px 0;padding:0}.commentlist:after{content:" ";display:table;clear:both}.commentlist li{clear:both;margin-bottom:20px}.commentlist li:last-child{margin-bottom:0}@media (max-width:575px){.commentlist li .comment_container{background: #f5f5f5;padding:10px 10px 15px}}.commentlist li .comment-text{padding:20px;position:relative;background: #f5f5f5}@media (max-width:575px){.commentlist li .comment-text{padding:0;background:transparent}}.commentlist li .comment-text p{font-size:0.9em;line-height:21px;margin:0;padding:0}.commentlist li .comment-text .meta{font-size:1em;margin:0}.commentlist li .comment-text .meta strong{display:inline-block;line-height:21px;margin:0;padding:0 0 5px 0}@media (max-width:575px){.commentlist li .comment-text .meta strong{display:block;padding-bottom:0}}.commentlist li .comment-text .meta time{color:#999;font-size:0.9em}.comment-reply-title{font-size:1.4em;font-weight:400;line-height:27px;margin:0 0 14px 0}.comment-form-rating label{display:inline-block;margin-right:10px;margin-bottom:0}.comment-form-rating .stars{display:inline-block;position:relative;top:-0.5em;white-space:nowrap}.comment-form-rating .stars span a{position:absolute;top:0;left:0;font-size:14px;text-indent:-9999em;transition:0.2s}.comment-form-rating .stars span a:before{color:#706f6c;content:"";position:absolute;left:0;height:24px;text-indent:0;letter-spacing:1px}.comment-form-rating .stars span a:hover:before{color:#706f6c}.comment-form-rating .stars .star-1{z-index:10}.comment-form-rating .stars .star-1:before{width:17px}.comment-form-rating .stars .star-1.active:before,.comment-form-rating .stars .star-1:hover:before{content:"\f005"}.comment-form-rating .stars .star-2{z-index:9}.comment-form-rating .stars .star-2:before{width:34px}.comment-form-rating .stars .star-2.active:before,.comment-form-rating .stars .star-2:hover:before{content:"\f005" "\f005"}.comment-form-rating .stars .star-3{z-index:8}.comment-form-rating .stars .star-3:before{width:51px}.comment-form-rating .stars .star-3.active:before,.comment-form-rating .stars .star-3:hover:before{content:"\f005" "\f005" "\f005"}.comment-form-rating .stars .star-4{z-index:7}.comment-form-rating .stars .star-4:before{width:68px}.comment-form-rating .stars .star-4.active:before,.comment-form-rating .stars .star-4:hover:before{content:"\f005" "\f005" "\f005" "\f005"}.comment-form-rating .stars .star-5{z-index:6}.comment-form-rating .stars .star-5:before{content:"\f005" "\f005" "\f005" "\f005" "\f005";font-weight:400}.comment-form-rating .stars .star-5.active:before,.comment-form-rating .stars .star-5:hover:before{font-weight:900}#yith-wcwl-popup-message{border-width:4px 0 0;border-color:#f9581d;font-weight:600;line-height:1.5;color:#777777;padding:15px 20px;width:250px;margin-left:-125px!important;background: #fff;border-radius:0;box-shadow:0 0 5px rgba(0,0,0,0.5)}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a,a.yith-wcan-instock-button,a.yith-wcan-onsale-button,a.yith-wcan-price-link,ul.yith-wcan-list li a{position:relative;padding-left:31px!important}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a:after,.yith-wcan-sort-by ul.orderby li.orderby-wrapper a:before,a.yith-wcan-instock-button:after,a.yith-wcan-instock-button:before,a.yith-wcan-onsale-button:after,a.yith-wcan-onsale-button:before,a.yith-wcan-price-link:after,a.yith-wcan-price-link:before,ul.yith-wcan-list li a:after,ul.yith-wcan-list li a:before{position:absolute;color: #e7e7e7;top:50%}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a:after,a.yith-wcan-instock-button:after,a.yith-wcan-onsale-button:after,a.yith-wcan-price-link:after,ul.yith-wcan-list li a:after{content:"";left:0;transform:translateY(-50%);width:20px;height:20px;border:1px solid  #e7e7e7;border-radius:3px}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after,.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after,a.yith-wcan-instock-button.active:after,a.yith-wcan-instock-button:hover:after,a.yith-wcan-onsale-button.active:after,a.yith-wcan-onsale-button:hover:after,a.yith-wcan-price-link.active:after,a.yith-wcan-price-link:hover:after,ul.yith-wcan-list li.chosen a:after,ul.yith-wcan-list li:hover a:after{background-color: #222529;border-color: #222529}.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before,.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before,a.yith-wcan-instock-button.active:before,a.yith-wcan-instock-button:hover:before,a.yith-wcan-onsale-button.active:before,a.yith-wcan-onsale-button:hover:before,a.yith-wcan-price-link.active:before,a.yith-wcan-price-link:hover:before,ul.yith-wcan-list li.chosen a:before,ul.yith-wcan-list li:hover a:before{font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");content:"\f00c";font-weight:900;margin:0;font-size:12px;left:10px;transform:translate(-50%,-50%);color: #fff;z-index:1}.single_variation_wrap .variations_button>.warranty_info{margin:0 0.5rem 5px 0}.single_variation_wrap .variations_button #wc-stripe-payment-request-button-separator,.single_variation_wrap .variations_button #wc-stripe-payment-request-wrapper{width:100%}.filter-item-list,.single-product form.cart:not(.variations_form),.single_variation_wrap .variations_button{display:flex;flex-wrap:wrap;align-items:center}.product_title{font-size:2em;font-weight:600;margin-bottom:0.5em;color: #444}.product_title a{color:inherit}.product_title a:focus,.product_title a:hover{color:#f9581d}.product_title.show-product-nav{width:calc(100% - 52px)}.product-nav{position:absolute;top:0;margin-top:calc(1.125rem - 14px);right:10px;z-index:1}.product-nav:after{content:" ";display:table;clear:both}.elementor-widget .product-nav,.elementor-widget-container .product-nav{right:0}.product-nav .product-next,.product-nav .product-prev{float:left;margin-left:0.125rem}.product-nav .product-next:hover .product-popup,.product-nav .product-prev:hover .product-popup{display:block}.product-nav a{display:block;color: #222529}.product-nav a:focus,.product-nav a:hover{color: #222529}.product-nav .product-link{font-size:16px;width:28px;height:28px;line-height:23px;border:2px solid  #e7e7e7;border-radius:14px;display:inline-block;text-align:center;font-family:"porto"}.product-nav .product-link.disabled{cursor:default;opacity:0.5}.product-nav .product-prev .product-link:before{content:"\e819"}.product-nav .product-prev .product-popup:before{right:36px}.product-nav .product-next .product-link:before{content:"\e81a"}.product-nav .product-next .product-popup:before{right:7px}.product-nav .featured-box{display:block;margin:0;text-align:left;border-width:0;box-shadow:0 5px 8px rgba(0,0,0,0.15)}.product-nav .featured-box .box-content{display:block;padding:10px}.product-nav .featured-box .box-content:after{content:" ";display:table;clear:both}.product-nav .product-popup{display:none;position:absolute;top:32px;right:0;font-size:0.9286em;z-index:999}.product-nav .product-popup:before{border-bottom:7px solid  #222529;border-left:7px solid transparent!important;border-right:7px solid transparent!important;content:"";position:absolute;top:-5px}.page-top .product-nav .product-popup{color:#777777}.page-top .product-nav .product-popup:before{border-bottom-color:#f9581d}.product-nav .product-popup .box-content{border-top:3px solid  #222529}.product-nav .product-popup .product-image{padding:0;width:90px}.product-nav .product-popup .product-image img{width:100%;height:auto}.product-nav .product-popup .product-details .product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-top:5px;line-height:1.4em;font-size:12px;font-weight:600;text-align:center;color: #444}.product-nav .product-popup .product-details .amount{font-size:1.0714em;font-weight:600;line-height:1;vertical-align:middle;color: #444}.product-nav .product-popup .product-details .amount .currency,.product-nav .product-popup .product-details .amount .decimal{font-size:0.75em;font-weight:400}.product-nav .product-popup .product-details .amount .currency .decimal{font-size:1em}.product-nav .product-popup .product-details ins{text-decoration:none;vertical-align:baseline}.product-nav .product-popup .product-details .from,.product-nav .product-popup .product-details del{color:#a7a7a7;font-size:0.8em;margin-right:3px;vertical-align:baseline}.product-nav .product-popup .product-details .from .amount,.product-nav .product-popup .product-details del .amount{color:#a7a7a7}.woocommerce-product-rating{color:#999;margin-bottom:1.4286em;margin-top:0;font-size:0.9286em}.woocommerce-product-rating .star-rating{font-size:1.2857em;display:inline-block;margin-right:0.7143em;position:relative}.woocommerce-product-rating .review-link{display:inline-block}.woocommerce-product-rating .review-link a:first-child{padding-left:0}.woocommerce-product-rating a{color:inherit;display:inline-block;vertical-align:bottom;padding:0 0.7143em}.woocommerce-product-rating a:active,.woocommerce-product-rating a:hover{color:#888}.woocommerce-product-rating.noreview a{padding:0}.product-summary-wrap{}.product-summary-wrap .summary,.product-summary-wrap .summary-before{margin-bottom:2rem}.product-summary-wrap .description{margin-bottom:1em}.product-summary-wrap .description p:last-child{margin-bottom:0}@media (max-width:767px){.product-summary-wrap .summary{margin-right:0}}.product-summary-wrap .cart{margin-bottom:1.7857em}.product-summary-wrap .quantity{vertical-align:top;margin-bottom:5px}.product-summary-wrap .single_add_to_cart_button{margin:0 0.625rem 0.3125rem 0}.product-summary-wrap .single_add_to_cart_button:before{display:inline-block;content:"\e8ba";font-family:"Porto";margin-right:0.5rem;font-size:1.2857em;line-height:1}@media (max-width:991px){.product-summary-wrap .single_add_to_cart_button{padding:0 1.4286em}}@media (max-width:575px){.product-summary-wrap .single_add_to_cart_button{padding:0 0.7143em}}.product-summary-wrap .stock{font-weight:600;color:#4c4c4c;margin-bottom:0}.product-summary-wrap .yith-wcwl-add-to-wishlist{position:relative;text-align:left}.product-summary-wrap .yith-wcwl-add-to-wishlist a,.product-summary-wrap .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){color:#302e2a;width:auto;text-indent:0;overflow:visible;border:none;background:none;border-radius:0}.product-summary-wrap .yith-wcwl-add-to-wishlist a:focus,.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover,.product-summary-wrap .yith-wcwl-add-to-wishlist span:focus,.product-summary-wrap .yith-wcwl-add-to-wishlist span:hover{color:#302e2a}.product-summary-wrap .yith-wcwl-add-to-wishlist a span:not(.yith-wcwl-tooltip){transition:none}.product-summary-wrap .yith-wcwl-add-to-wishlist a span:not(.yith-wcwl-tooltip),.product-summary-wrap .yith-wcwl-add-to-wishlist a span:not(.yith-wcwl-tooltip):hover{color:inherit}.product-summary-wrap .product_meta{margin:1.2143em 0}.product-summary-wrap .product_meta span a,.product-summary-wrap .product_meta span span{display:inline-block;font-weight:400;color:#777}.product-summary-wrap .share-links{margin:2.2143em 0 0}.product-summary-wrap .share-links{margin-bottom:1.0714em}.product-summary-wrap #product-tab .description{margin-bottom:0}.product-summary-wrap #product-tab hr{display:none}.product-summary-wrap .price{color: #222529}.elementor-widget-porto_cp_wishlist .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip),.wpb-sp-wishlist .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){width:auto;text-indent:0}.product_meta .global_unique_id_wrapper,.product_meta .posted_in,.product_meta .product-stock,.product_meta .sku_wrapper,.product_meta .tags{display:block;margin-bottom:0.25rem}#product-tab:not(:last-child){margin-bottom:1.5rem}#product-tab .tab-content h2{margin-bottom:0.7em}#product-tab .tab-content>h2:first-child{display:none}#reviews .commentlist li{position:relative;padding-left:115px}@media (max-width:575px){#reviews .commentlist li{padding-left:0}}#reviews .commentlist .img-thumbnail{position:absolute;left:0;top:0}#reviews .commentlist .img-thumbnail img{max-width:80px;height:auto}@media (max-width:575px){#reviews .commentlist .img-thumbnail{position:static;margin:0 12px 10px 0;float:left}#reviews .commentlist .img-thumbnail img{max-width:60px}}#reviews .commentlist .comment-text{min-height:90px}#reviews .commentlist .comment-text:before{content:"";border-bottom:15px solid transparent;left:-15px;border-top:15px solid transparent;border-right:15px solid  #f4f4f4;height:0;position:absolute;top:28px;width:0}@media (max-width:575px){#reviews .commentlist .comment-text:before{display:none}}#reviews .commentlist .star-rating{float:right}@media (max-width:575px){#reviews .commentlist .star-rating{float:none}}div.products{margin-bottom:1.875rem}.products-container{list-style:none}.products.related{padding-bottom:1.875rem;margin-bottom:0}.main-content .products.related{padding-bottom:0.5rem}#content-bottom+.products.related{margin-top:2.5rem}.summary-before{position:relative}@media (max-width:991px){.summary-before{margin-left:auto;margin-right:auto}}.summary-before .labels{position:absolute;line-height:1;color:#fff;font-weight:700;text-transform:uppercase;margin:0;z-index:7;top:0.8em;left:0.8em;margin-left:10px}.summary-before .labels .onhot,.summary-before .labels .onnew,.summary-before .labels .onsale{font-size:0.8571em;padding:0.5833em 0.6333em;margin-bottom:5px;display:block}.summary-before .labels .onnew{background:linear-gradient(135deg,var(--porto-new-bgc,#08c) 0,var(--porto-new-bgc,#0169fe) 80%)}.summary-before .ms-lightbox-btn{background-color:#f9581d}.summary-before .ms-lightbox-btn:hover{background-color:#fa6b36}.summary-before .ms-nav-next:before,.summary-before .ms-nav-prev:before,.summary-before .ms-thumblist-bwd:before,.summary-before .ms-thumblist-fwd:before{color:#f9581d}.woocommerce-product-gallery__wrapper .product-images .mejs-controls{display:none}.product-images{position:relative;margin-bottom:8px}.product-images .image-galley-viewer,.product-images .zoom{border-radius:100%;bottom:4px;cursor:pointer;background-color:#f9581d;color:#FFF;display:block;height:30px;padding:0;position:absolute;right:4px;text-align:center;width:30px;opacity:0;transition:all 0.1s;z-index:1000}.product-images .image-galley-viewer i,.product-images .zoom i{font-size:14px;line-height:30px}.product-images .image-galley-viewer{display:flex;justify-content:center;bottom:calc(8px + var(--porto-product-action-margin, 0px) + 2 * var(--porto-product-action-border, 0px) + var(--porto-product-action-width, 30px))}.product-images .image-galley-viewer i{font-size:16px}.product-images .image-galley-viewer i:before{font-size:1.25em;line-height:inherit}.product-images .image-galley-viewer.without-zoom{bottom:4px}.product-images:hover .image-galley-viewer,.product-images:hover .zoom{opacity:1}.product-images .product-image-slider.owl-carousel{margin-bottom:0}.product-images .product-image-slider.owl-carousel .img-thumbnail{display:block}.product-image-slider.owl-carousel{margin-bottom:10px}.product-image-slider.owl-carousel .img-thumbnail{padding:0}.product-image-slider.owl-carousel .owl-nav [class*=owl-],.product-image-slider.owl-carousel .owl-nav [class*=owl-]:active,.product-image-slider.owl-carousel .owl-nav [class*=owl-]:hover{background:none!important;font-size:22px;color:#222529}.product-image-slider.owl-carousel .owl-nav .owl-prev{left:0}.product-image-slider.owl-carousel .owl-nav .owl-next{right:0}.product-image-slider .owl-item{cursor:grab;line-height:1}.product-image-slider .owl-item .img-thumbnail{width:100%}.product-thumbs-slider.owl-carousel{margin-bottom:0;--porto-el-spacing:8px}.product-thumbs-slider.owl-carousel .thumb-nav{opacity:0;transition:opacity 0.3s;top:50%;position:absolute;margin-top:-20px;width:100%!important}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next,.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev{cursor:pointer;display:inline-block;position:absolute;font-size:15px;color:#f9581d;width:30px;height:30px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);margin:5px;padding:4px 7px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before,.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before{font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;position:relative;top:0}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev{left:-5px}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before{content:"\f053";left:-1px}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next{right:-5px}.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before{content:"\f054";left:1px}.product-thumbs-slider.owl-carousel:hover .thumb-nav{opacity:1}.product-thumbs-slider.owl-carousel .owl-item{cursor:pointer}.product-thumbs-slider.owl-carousel .owl-item img{transition:opacity 0.3s}.product-thumbs-slider.owl-carousel .owl-stage-outer .img-thumbnail{border:1px solid  #f4f4f4;transition:border-color 0.2s}.product-thumbs-slider.owl-carousel .owl-item.selected .img-thumbnail,html:not(.touch) .product-thumbs-slider .owl-item:hover .img-thumbnail{border:2px solid  #222529}.variations td>br{display:none}.variations .label{font-size:1em;color:inherit;text-align:left;padding-left:0}.variations .reset_variations{display:inline-block;line-height:1;padding:0.4375rem 0.5rem;margin-top:0.7em;background: #f4f4f4;color:inherit;border:none;font-size:0.6875rem;text-transform:uppercase}.variations .reset_variations:hover{background: #222529;color: #fff}.variations tr td{padding-top:2px}.variations tr td label{padding-top:10px}.variations tr:last-child select{margin-bottom:0}.variations select{display:block;height:2.625rem;font-size:0.8571em;font-weight:600;text-transform:uppercase;box-shadow:none;width:100%}.single-product .cart:not(.variations_form),.single_variation_wrap{padding:1.25rem 0 1rem;border-top:1px solid  #e7e7e7;border-bottom:1px solid  #e7e7e7;margin-top:1rem}.wcml_currency_switcher{margin-bottom:15px}.group_table td,.group_table th{vertical-align:middle;display:table-cell}.group_table .label,.group_table .price{font-size:1.2em}h2.resp-accordion{padding:15px!important;line-height:1.4;font-size:1em}.resp-arrow{display:none}.tab-content h2{font-size:1.4286em;line-height:1.4;font-weight:400;margin-bottom:1.0714em}.tab-content p{margin-bottom:10px}.tab-content table{margin-top:20px}.tab-content table p{margin:0}.tab-content :last-child{margin-bottom:0}.woocommerce-tabs .tab-content{border:none;border-top:solid 1px  #e7e7e7;box-shadow:none;padding:30px 0 15px}@media (max-width:767px){.woocommerce-tabs .tab-content{border-top:none}}.woocommerce-tabs .tab-content p{font-size:14px;font-weight:400;letter-spacing:0.005em;line-height:1.9}.woocommerce-tabs .resp-tabs-list{padding-bottom:1px;border-bottom:none}.woocommerce-tabs .resp-tabs-list li{font-weight:700;color:#818692!important;text-transform:uppercase;background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;padding:7px 0!important;border-radius:0!important;margin-right:35px}.woocommerce-tabs .resp-tabs-list li.resp-tab-active,.woocommerce-tabs .resp-tabs-list li:hover{border-color: #222529!important}.woocommerce-tabs .resp-tabs-list li.resp-tab-active{color: #222529!important}.woocommerce-tabs h2.resp-accordion{border-top:none!important;border-left:none;border-right:none;background:none!important;text-transform:uppercase;font-weight:bold;color: #222529}.woocommerce-tabs h2.resp-accordion:before{content:"\e81c";font-family:"porto";float:left;margin-right:10px}.woocommerce-tabs h2.resp-tab-active{border-bottom:2px solid #f9581d!important}.woocommerce-tabs h2.resp-tab-active:before{content:"\e81b"}.single-product .cart{margin-bottom:0px}.single-product .cart:not(.variations_form){margin-top:10px}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist{padding:0;display:inline-block;vertical-align:middle;margin:15px 0.5rem 0 0;font:700 0.75rem/1 "Poppins",sans-serif;text-transform:uppercase;letter-spacing:-0.015em}.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist+.clear{display:block}.single-product .product-summary-wrap .description p{font-size:1.1428em;line-height:1.6875;letter-spacing:-0.015em}.single-product .product-summary-wrap .price{font:600 1.5rem/1 "Poppins",sans-serif;letter-spacing:-0.02em}.single-product .product-summary-wrap .price .price{margin-top:0;margin-bottom:0}.single-product .product-summary-wrap .price del{letter-spacing:0}.single-product .product-summary-wrap .share-links{margin:0}.single-product .product-summary-wrap .share-links a{font-size:13px;width:32px;height:32px;border-radius:16px;margin:0.2857em 0.1em 0.2857em 0}.single-product .product-summary-wrap .share-links a:not(:hover){background:none;color: #222529;border:2px solid #e7e7e7}.single-product .product-summary-wrap .product-share{display:inline-block;margin:15px 0.5rem 0 0;vertical-align:middle}.single-product .product_meta{clear:both;font-size:0.8571em;font-weight:600;color: #222529}.single-product .product_meta a,.single-product .product_meta span span{font-weight:400;color:#777}.single-product .product_meta a:hover{color: #222529}.single-product .entry-summary{position:relative}.single-product .entry-summary .add_to_wishlist:before{position:relative;content:"\e91b";font-size:1.125rem;bottom:auto;right:auto}.single-product .entry-summary .yith-wcwl-add-button a.view-wishlist:before,.single-product .entry-summary .yith-wcwl-add-to-wishlist .delete_item:before,.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:before,.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before{position:static;margin-right:0.125rem;line-height:1}.single-product .product_title{font-size:1.875rem;line-height:1.2;color: #222529;letter-spacing:-0.01em;font-weight:700;margin-bottom:2px}.single-product .product-images .image-galley-viewer,.single-product .product-images .zoom{background:none;color:#212529}.single-product .woocommerce-product-rating .star-rating{font-size:1em;top:1px}.single-product .woocommerce-product-rating .star-rating:before{color:#999}.single-product .woocommerce-product-rating .star-rating span:before{color:#ff5b5b}.single-product .woocommerce-product-rating:after{content:"";display:block;width:40px;border-top:2px solid #e7e7e7;margin:0.875rem 0 1rem}.single-product .variations{width:auto;min-width:45%}.single-product .variations .label{display:table-cell;padding-right:1em}.single-product .variations .label label{font-size:1em;text-transform:uppercase;line-height:42px;white-space:nowrap;padding:0;margin:0;color: #222529}.single-product .variations .label label:after{content:":"}.single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist a,.single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip):not(.separator){width:36px;text-indent:-9999em;border:1px solid var(--porto-shop-add-links-border-color,transparent)}.single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist a:before{position:absolute;line-height:inherit}.single-product .woocommerce-variation-availability .stock{display:inline-block;position:relative;font-size:0.6875rem;color:#777;line-height:1.6875rem;text-transform:uppercase;background-color:#f3f3f3;border-radius:0.8125rem;z-index:2;overflow:hidden;padding:0 3rem;margin-bottom:0}.single-product .woocommerce-variation-availability .stock:before{display:block;content:"";position:absolute;background-color:#2fc589;width:15%;height:100%;left:0;z-index:-1}.single-product .woocommerce-variation-availability .stock.out-of-stock:before{background-color:#e12d2d}.single-product .cwginstock-subscribe-form{margin-top:0.625rem}.single-product .cwginstock-panel-heading h4{margin-bottom:0}.single-product .fpf-fields,.single-product .fpf-totals{width:100%}.single-product .fpf-field h2{margin-bottom:1rem}.single-product .fpf-field label{margin-bottom:0.5rem}.single-product .wcpa_form_outer{margin:0}.single-product .pswp__bg{background-color:rgba(0,0,0,0.7)}.single-product .pswp__caption__center{text-align:center}@media screen and (max-width:600px){.admin-bar .pswp{height:100%;top:0}}.single-product .product-summary-wrap .yith-compare,.widget-compare .yith-compare{display:inline-flex;margin-top:15px;padding:0;color:#302e2a;font:700 12px/34px "Poppins",sans-serif;background:none;text-transform:uppercase}.single-product .product-summary-wrap .yith-compare:before,.widget-compare .yith-compare:before{content:"\e867";margin-right:0.25rem;font-family:"porto";font-size:1.1rem}.single-product .product-summary-wrap .yith-compare.added:before,.widget-compare .yith-compare.added:before{content:"\f00c";font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900}.single-product .product-summary-wrap .yith-compare:active,.single-product .product-summary-wrap .yith-compare:focus,.single-product .product-summary-wrap .yith-compare:hover,.widget-compare .yith-compare:active,.widget-compare .yith-compare:focus,.widget-compare .yith-compare:hover{color:#302e2a;background:none}.single-product .product-summary-wrap .yith-compare{height:34px}.shop_table.cart-table .quantity,.single-product .product-summary-wrap .quantity{margin-right:0.5rem}.shop_table.cart-table .quantity .minus,.shop_table.cart-table .quantity .plus,.single-product .product-summary-wrap .quantity .minus,.single-product .product-summary-wrap .quantity .plus{width:30px;height:3rem;border-radius:0}.shop_table.cart-table .quantity .qty,.single-product .product-summary-wrap .quantity .qty{width:44px;height:3rem;font-size:1rem;line-height:14px;border-radius:0;border-width:1px 0 1px 0}.single_add_to_cart_button,.view-cart-btn{height:3rem!important;padding:0 2em;margin-bottom:5px;overflow:hidden;text-transform:uppercase;font-size:1em;letter-spacing:-0.015em;font-weight:700;line-height:3rem;border:none}.single_add_to_cart_button{font-family:"Poppins",sans-serif;background: #222529;color: #fff}.view-cart-btn{display:none}.single-add-to-cart .type-product .view-cart-btn{display:inline-block}.filter-item-list{padding:0;list-style:none;margin-bottom:0}.products .filter-item-list{margin-bottom:0}.filter-item-list .filter-color{display:block;position:relative;margin:5px 10px 5px 0;padding-right:0!important;--porto-sw-size:24px;width:var(--porto-sw-size);height:var(--porto-sw-size);text-indent:-9999px;font-size:0;white-space:nowrap;border-radius:50%}.filter-item-list .filter-color:is([style*="#ffffff"],[style*="#FFFFFF"],[style*="255,255,255"]){border-color:#222529!important;outline:1px solid #e8e8e8!important}.filter-item-list .active .filter-color:before,.filter-item-list .chosen .filter-color:before{content:"";position:absolute;--porto-sw-offset:-4px;left:var(--porto-sw-offset);top:var(--porto-sw-offset);right:var(--porto-sw-offset);bottom:var(--porto-sw-offset);border:1px solid;border-color:inherit;border-radius:50%}.filter-item-list+select{visibility:hidden;width:0;height:0;overflow:hidden;margin:0;padding:0;float:right;border:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}.filter-item-list a.disabled{cursor:not-allowed;opacity:0.5}.filter-item-list .filter-item,.woocommerce-widget-layered-nav-list a:not(.filter-color){display:block;padding:0 15px;margin:3px 6px 3px 0;min-width:32px;border:1px solid  #e7e7e7;text-align:center;font-size:12px;line-height:24px;font-weight:500;color:inherit}.filter-item-list .active .filter-item,.filter-item-list .filter-item:not(.disabled):hover,.woocommerce-widget-layered-nav-list .chosen a:not(.filter-color){background-color: #222529;border-color: #222529;color: #fff}.filter-item-list .filter-image{width:32px;height:32px;text-indent:-9999px;background-repeat:no-repeat;background-size:cover;background-color:transparent!important}.single-product .single_variation>div:not(:empty){margin-bottom:0.75rem}.single-product .porto-pre-order-date{flex:0 0 100%;max-width:100%}.label-pre-order{font-size:0.9em;color:#f9581d}.single-product .product-summary-wrap .quantity,.single-product .product-summary-wrap .single_add_to_cart_button,.single-product .product-summary-wrap .view-cart-btn{margin:0}.single-product .sticky-product .quantity{margin-right:0.5rem}.single-product form.cart:not(.variations_form),.single_variation_wrap .variations_button{gap:0.625rem}.porto-video-thumbnail-viewer{display:block;position:relative}.porto-video-thumbnail-viewer:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.1);transition:background 0.3s}.porto-video-thumbnail-viewer:after{content:"\f04b";font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-size:16px;font-weight:800;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;width:40px;height:40px;line-height:36px;text-align:center;transition:box-shadow 0.3s}.porto-video-popup-wrapper video{width:100%;height:auto;object-fit:cover;outline:none}.sale-product-daily-deal .daily-deal-title,.sale-product-daily-deal .porto_countdown{font-family:"Poppins",sans-serif;text-transform:uppercase}.entry-summary .sale-product-daily-deal{margin-top:10px}.entry-summary .sale-product-daily-deal .porto_countdown{margin-bottom:5px}.entry-summary .sale-product-daily-deal .porto_countdown-section{background-color:#f9581d;color:#fff;margin-left:1px;margin-right:1px;display:block;float:left;max-width:calc(25% - 2px);min-width:64px;padding:12px 10px}.entry-summary .sale-product-daily-deal .porto_countdown .porto_countdown-amount{display:block;font-size:18px;font-weight:700}.entry-summary .sale-product-daily-deal .porto_countdown-period{font-size:10px}.entry-summary .sale-product-daily-deal:after{content:"";display:table;clear:both}.products .sale-product-daily-deal{position:absolute;left:10px;right:10px;bottom:10px;color:#fff;padding:5px 0;text-align:center}.products .sale-product-daily-deal:before{content:"";position:absolute;left:0;width:100%;top:0;height:100%;background:#f9581d;opacity:0.7}.products .sale-product-daily-deal>div,.products .sale-product-daily-deal>h5{position:relative;z-index:1}.products .sale-product-daily-deal .daily-deal-title{display:inline-block;color:#fff;font-size:11px;font-weight:400;margin-bottom:0;margin-right:1px}.products .sale-product-daily-deal .porto_countdown{float:none;display:inline-block;margin-bottom:0;width:auto}.products .sale-product-daily-deal .porto_countdown-section{padding:0;margin-bottom:0}.products .sale-product-daily-deal .porto_countdown-section:first-child:after{content:",";margin-right:2px}.products .sale-product-daily-deal .porto_countdown-amount,.products .sale-product-daily-deal .porto_countdown-period{font-size:13px;font-weight:500;padding:0 1px}.products .sale-product-daily-deal .porto_countdown-section:last-child .porto_countdown-period{padding:0}.products .sale-product-daily-deal:after{content:"";display:table;clear:both}.porto-products.default .products.list li .add-links .yith-compare,.porto-products.onhover .products.list li .add-links .yith-compare,.porto-products.onimage .products.list li .add-links .yith-compare,.porto-products.outimage .products.list li .add-links .yith-compare,.porto-products.theme_option .products.list li .add-links .yith-compare{display:none}.sp-linked-heading{font-size:1rem;text-transform:uppercase;margin-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,0.0784313725)}.slider-wrapper>.sp-linked-heading{margin-left:calc(var(--porto-el-spacing, 20px) / 2);margin-right:calc(var(--porto-el-spacing, 20px) / 2)}@media (max-width:575px){li.product-col:not(.product-onimage2) .links-on-image .add-links-wrap{display:block!important}li.product-col .links-on-image .button{opacity:1!important}li.product-col .product-image{box-shadow:none!important}li.product-col .product-image .img-effect img{opacity:1!important}li.product-col .product-image .img-effect .hover-image,li.product-col .product-image .quickview{display:none!important}li.product-col .product-image .yith-wcwl-add-to-wishlist>div{opacity:1!important;visibility:visible!important}li.product-default .add-links .quickview,li.product-default .add-links .yith-wcwl-add-to-wishlist>div,li.product-outimage .add-links .quickview{display:none}li.product-outimage .add-links .yith-wcwl-add-to-wishlist>div{opacity:1!important;visibility:visible!important}}.category-image{width:100%;margin-bottom:20px}.entry-description .category-image{width:auto}.products ul,ul.products{margin:0 0 1em;padding:0;list-style:none outside}.products ul li,ul.products li{list-style:none outside}.cross-sells .slider-wrapper .products .product{padding-left:calc(var(--porto-el-spacing, 20px) / 2);padding-right:calc(var(--porto-el-spacing, 20px) / 2)}ul.products{margin-left:calc(var(--porto-el-spacing, 20px) / -2);margin-right:calc(var(--porto-el-spacing, 20px) / -2)}ul.products:not(.owl-carousel){display:flex;flex-wrap:wrap}ul.products li.product-col{padding:0 calc(var(--porto-el-spacing, 20px) / 2);margin-bottom:var(--porto-el-spacing,20px);position:relative;flex:0 0 auto;width:100%;max-width:100%}ul.products .product-content{padding-bottom:1px}ul.products .product-image{margin-bottom:1rem;min-height:90px}ul.products .product-image .img-effect img{position:relative;opacity:1}ul.products .product-image .img-effect .hover-image{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:0}ul.products .product-image:hover .img-effect img{opacity:0}ul.products .product-image:hover .img-effect .hover-image{opacity:1;transform:scale(1.1,1.1) translateZ(0)}ul.products h3{font-size:0.92rem;font-weight:500;line-height:1.35;margin-bottom:0.45rem}ul.products .product-loop-title:hover h3{color:inherit}ul.products .rating-wrap{margin:0 0 0.625rem;position:relative;display:table}ul.products .rating-wrap .rating-content{display:table-cell}ul.products .description{margin-top:1.5em}ul.products .price{display:block;font-size:1.125rem;margin-bottom:1rem}ul.products .add-links{display:inline-block;position:relative;margin-bottom:1.0714em}ul.products .add-links .tooltip-inner{white-space:nowrap}ul.products .add-links .added_to_cart{display:none}ul.products .add-links .yith-wcwl-add-to-wishlist a.button:before{display:block!important}ul.products .add-links .yith-wcwl-add-to-wishlist>div{left:0;transition:0.25s}ul.products .add-links .quickview{right:0}ul.products .add-links .quickview,ul.products .add-links .yith-wcwl-add-to-wishlist>div{position:absolute;top:0;opacity:0;visibility:hidden;z-index:3}ul.products .add-links div.quantity{margin-bottom:5px}ul.products .links-on-image{height:0}ul.products .links-on-image .add-links-wrap{display:none;height:0}ul.products .links-on-image .add-links{position:static}ul.products .variations .label,ul.products .variations .reset_variations{display:none!important}ul.products .variations td{padding:0 0 5px}ul.products .variations tr{border-bottom:none}ul.products .variations .filter-item-list{display:flex;margin-top:-4px;margin-bottom:5px}ul.products .variations{width:100%}.products.gap-narrow li.product-col h3{font-size:0.8125rem}.products.gap-narrow li.product-col .price{font-size:0.9375rem}@media (min-width:767px){.products.gap-narrow{margin-left:calc(10px * -0.5);margin-right:calc(10px * -0.5)}.products.gap-narrow li.product-col{padding:0 calc(10px / 2)}.products.gap-narrow li.product-col h3{font-size:0.8125rem}.products.gap-narrow li.product-col .price{font-size:0.9375rem}}li.product:hover .add-links .quickview,li.product:hover .add-links .yith-compare,li.product:hover .add-links .yith-wcwl-add-to-wishlist>div{opacity:1;visibility:visible}li.product:hover .add-links .quickview{opacity:0.85}li.product:hover .links-on-image .add-links-wrap{display:block}li.product:hover .product-image{box-shadow:0 25px 35px -5px rgba(0,0,0,0.1)}li.product:hover .product-image .viewcart.added{display:block;opacity:1}li.product .add-links .quickview:hover{opacity:1}li.product-default:hover .add-links .yith-wcwl-add-to-wishlist>div{left:-40px}li.product-default:hover .add-links .quickview{right:-40px}li.product-default:hover .add-links.no-effect .add_to_cart_button,li.product-default:hover .add-links.no-effect .add_to_cart_read_more{text-indent:0;width:auto;padding:0 0.7143em}li.product-default:hover .add-links.no-effect .add_to_cart_button:before,li.product-default:hover .add-links.no-effect .add_to_cart_read_more:before{position:static;font-size:1em;margin-right:0.5714em}ul.pcols-lg-9 li.product-col{width:11.1111%}ul.pcols-lg-9 li.product-col .add-links{display:none}ul.pcols-lg-8 li.product-col{width:12.5%}ul.pcols-lg-8 li.product-col .add-links{display:none}ul.pwidth-lg-8 .product-image{font-size:0.8em}ul.pwidth-lg-8 .add-links{font-size:0.85em}ul.pcols-lg-7 li.product-col{width:14.2857%}ul.pcols-lg-7 li.product-col .add-links{display:none}ul.pwidth-lg-7 .product-image{font-size:0.8em}ul.pwidth-lg-7 .add-links{font-size:0.9em}ul.pcols-lg-6 li.product-col{width:16.6666%}ul.pwidth-lg-6 .product-image{font-size:0.9em}ul.pwidth-lg-6 .add-links{font-size:1em}ul.pcols-lg-5 li.product-col{width:20%}ul.pwidth-lg-5 .product-image{font-size:1em}ul.pwidth-lg-5 .add-links{font-size:1em}ul.pcols-lg-4 li.product-col{width:25%}ul.pwidth-lg-4 .product-image{font-size:1em}ul.pwidth-lg-4 .add-links{font-size:1em}ul.pcols-lg-3 li.product-col{width:33.3333%}ul.pwidth-lg-3 .product-image{font-size:1.2em}ul.pwidth-lg-3 .add-links{font-size:1em}ul.pcols-lg-2 li.product-col{width:50%}ul.pwidth-lg-2 .product-image{font-size:1.5em}ul.pwidth-lg-2 .add-links{font-size:1em}ul.pcols-lg-1 li.product-col{width:100%}@media (min-width:992px){.column2 ul.pwidth-lg-6 .product-image{font-size:0.75em}.column2 ul.pwidth-lg-6 .add-links{font-size:0.8em}.column2 ul.pwidth-lg-5 .product-image{font-size:0.8em}.column2 ul.pwidth-lg-5 .add-links{font-size:0.9em}.column2 ul.pwidth-lg-4 .product-image{font-size:0.9em}.column2 ul.pwidth-lg-4 .add-links{font-size:0.95em}.column2 ul.pwidth-lg-3 .product-image{font-size:1em}.column2 ul.pwidth-lg-3 .add-links{font-size:1em}.column2 ul.pwidth-lg-2 .product-image{font-size:1.2em}}@media (min-width:1400px){ul.pcols-xl-8 li.product-col{width:12.5%}ul.pcols-xl-8 li.product-col .add-links{display:none}ul.pcols-xl-7 li.product-col{width:14.2857%}ul.pcols-xl-7 li.product-col .add-links{display:none}ul.pcols-xl-6 li.product-col{width:16.6666%}ul.pcols-xl-6 li.product-col .add-links{display:none}}.products .product-category{text-align:center}.products .product-category .thumb-info{min-height:90px;margin-bottom:0;text-align:left;transition:background-color 0.2s}.products .product-category .thumb-info h3{font-weight:700;color:inherit}.products .product-category .thumb-info-title{background:none;max-width:none;width:100%;bottom:0;padding:1.2em 1.5em;margin:0}.products .product-category .thumb-info-type{display:block;margin:0;padding:0;font-weight:400;background:none;float:none;opacity:0.7;line-height:1.8}.products .product-category mark{padding:0;background:none;color:inherit}.products .product-category .thumb-info-wrapper:after{background:rgba(27,27,23,0.15);z-index:1;opacity:1}.products .product-category:hover .thumb-info-wrapper:after{background:rgba(27,27,23,0.3)}ul.category-color-dark li.product-category .thumb-info-title{color:#212529}ul.category-color-primary li.product-category .thumb-info-title{color:#f9581d}ul.category-color-secondary li.product-category .thumb-info-title{color:#ffc220}ul.products li.cat-has-icon .thumb-info{padding:40px 0 25px;transition:box-shadow 0.2s,background-color 0.2s;text-align:center}ul.products li.cat-has-icon .thumb-info i{display:inline-block}ul.products li.cat-has-icon .thumb-info>i{font-size:3em;display:inline-block;margin-bottom:15px;color:#212529}ul.products li.cat-has-icon:hover .thumb-info>i{color:#f9581d}ul.products li.cat-has-icon .thumb-info-wrap{display:block}ul.products li.cat-has-icon .thumb-info-title{display:block;position:static;padding:0 0 10px}ul.products.category-pos-middle li.product-category .thumb-info-title{position:absolute;bottom:auto;top:50%;transform:translateY(-50%)}ul.products.category-pos-outside li.product-category .thumb-info-title{position:static;transform:none;display:block;padding-left:0;padding-right:0}.category-text-center .thumb-info-title{text-align:center}.category-text-right .thumb-info-title{text-align:right}.category-text-left .thumb-info-title{text-align:left}li.product-category .thumb-info-title a{color:inherit}li.product-category .thumb-info-title a:hover{color:inherit}li.product-category .sub-categories{font-size:0.875rem;font-weight:400;opacity:0.7}.grid-creative.category-pos-outside li.product-category .thumb-info{height:calc(100% - 60px)}.porto-products.show-count-on-hover li.product-category .thumb-info-type{max-height:10px;transition:0.5s;transform:translateY(20%);opacity:0}.porto-products.show-count-on-hover li.product-category:hover .thumb-info-type{max-height:30px;transform:translateY(0);opacity:0.7}.porto-products.hide-count li.product-category .thumb-info-type{display:none}.porto-products.hide-count li.product-category .thumb-info h3{margin-bottom:0}ul.products .woocommerce-loop-product__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul.products .add-links .button{overflow:hidden}ul.products .category-list{display:block;font-size:0.625rem;opacity:0.8;text-transform:uppercase;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul.products .category-list a:not(:hover){color:inherit}li.product-default .price{margin-bottom:0.875rem}li.product-default:not(.product-type-simple) .add-links .button:before{display:none}li.product-default.show-links-hover{padding-top:50px;padding-bottom:0;transition:0.3s}li.product-default.show-links-hover .add-links-wrap{visibility:hidden;opacity:0;transition:0.3s;margin:0 -50px -10px}li.product-default.show-links-hover .add-links{margin-bottom:0}li.product-default.show-links-hover .product-image{box-shadow:none}li.product-default.show-links-hover:hover{padding-top:10px;padding-bottom:40px}li.product-default.show-links-hover:hover .add-links-wrap{visibility:visible;opacity:1}li.product-default,li.product-wq_onimage{text-align:center}li.product-default .rating-wrap,li.product-wq_onimage .rating-wrap{margin-left:auto;margin-right:auto}li.product-default .filter-item-list,li.product-wq_onimage .filter-item-list{justify-content:center}li.product-onimage2 .product-image .inner:after,li.product-onimage3 .product-image .inner:after,li.product-outimage_aq_onimage .product-image .inner:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(27,27,23,0.3);transition:0.25s}li.product-outimage_aq_onimage{text-align:left}li.product-outimage_aq_onimage .add-links .button{position:absolute;z-index:3;right:15px;top:15px;width:36px;padding:0;border-radius:18px;opacity:0;text-indent:-9999px}li.product-outimage_aq_onimage .add-links .button:before{text-indent:0;width:100%}li.product-outimage_aq_onimage .add-links .yith-compare{top:60px}li.product-outimage_aq_onimage .add-links .quickview{bottom:0;top:auto;left:0;width:100%;text-indent:0;padding:0.1rem 0;height:auto;border:none}li.product-outimage_aq_onimage .add-links .quickview:before{content:none}li.product-outimage_aq_onimage .add-links .yith-wcwl-add-to-wishlist{display:none}li.product-outimage_aq_onimage .links-on-image .add-links-wrap{display:block}li.product-outimage_aq_onimage .product-image .inner:after{background:rgba(0,0,0,0.1);opacity:0;transition:opacity 0.2s}li.product-outimage_aq_onimage:hover .button{opacity:1}li.product-outimage_aq_onimage:hover .add-links .quickview{padding:0.45rem 0}li.product-outimage_aq_onimage:hover .sale-product-daily-deal{display:none}li.product-outimage_aq_onimage:hover .product-image .inner:after{opacity:1}li.product-outimage_aq_onimage.with-padding,li.product-outimage_aq_onimage.with-padding .product-image{margin-bottom:0}li.product-outimage_aq_onimage.with-padding .product-content{padding:15px 15px 1px}.porto-type-builder-product-type .yith-wcwl-add-to-wishlist,li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist{float:right;position:relative;z-index:2;margin-left:10px}.porto-type-builder-product-type .yith-wcwl-add-to-wishlist a,.porto-type-builder-product-type .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip),li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist a,li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){opacity:0.7;border:none;background:none;color:var(--porto-shop-add-links-color,#333);height:auto;width:1.4em;line-height:1.2}.porto-type-builder-product-type .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist .add_to_wishlist:hover{opacity:1}.porto-type-builder-product-type .yith-wcwl-add-to-wishlist span.separator,li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist span.separator{text-indent:0}ul.grid.divider-line li.product-outimage_aq_onimage.with-padding .quickview{left:15px;right:15px;width:auto}ul.grid.divider-line .product-image{border:none}li.product-awq_onimage .links-on-image .add-links{position:absolute;z-index:2}li.product-awq_onimage .add-links{display:flex;right:15px;bottom:0}li.product-awq_onimage .add-links>:not(:last-child){margin-right:3px}li.product-awq_onimage .add-links .button{text-indent:-9999px;padding:0 8px}li.product-awq_onimage .add-links .button:before{text-indent:0;margin:0;width:18px}li.product-awq_onimage .add-links .yith-wcwl-add-button .button:before{width:100%}li.product-awq_onimage .add-links .quickview,li.product-awq_onimage .add-links .yith-compare,li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist>div{position:relative;opacity:1!important}li.product-awq_onimage .add-links .button,li.product-awq_onimage .add-links .quickview,li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist a,li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist span{border-radius:18px;overflow:hidden}li.product-awq_onimage .add-links .yith-compare{top:auto;right:auto}li.product-outimage .add-links{display:flex}li.product-outimage .add-links>:not(:last-child){margin-right:6px}li.product-outimage .add-links .quickview,li.product-outimage .add-links .yith-wcwl-add-to-wishlist>div{position:relative}li.product-outimage .add-links .button,li.product-outimage .add-links .quickview,li.product-outimage .add-links .yith-wcwl-add-to-wishlist a,li.product-outimage .add-links .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){border:none;line-height:36px}li.product-outimage .add-links .button{padding-left:1rem;padding-right:1rem}@media (max-width:767px){li.product-outimage .add-links .button{padding-left:0.6rem;padding-right:0.6rem}li.product-outimage .add-links .button:before{display:none}}li.product-outimage .add-links .button,li.product-outimage .add-links .quickview,li.product-outimage .add-links .yith-wcwl-add-to-wishlist a,li.product-outimage .add-links .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){background:#f4f4f4}li.product-outimage .add-links .button:focus,li.product-outimage .add-links .button:hover,li.product-outimage .add-links .quickview:hover,li.product-outimage .add-links .yith-wcwl-add-to-wishlist a:hover{background:#f9581d}li.product-outimage:hover .add-links .quickview,li.product-outimage:hover .add-links .yith-wcwl-add-to-wishlist>div{opacity:1}@media (max-width:575px){.pcols-ls-2 li.product-outimage .add-links .button{padding:0 0.4rem;width:36px;text-indent:-9999px}.pcols-ls-2 li.product-outimage .add-links .button:before{display:block;text-indent:0;width:100%}}@media (min-width:576px){li.product-outimage:not(.product-type-simple) .add-links .button:before{display:none}}li.product-onimage{overflow:hidden}li.product-onimage .product-inner{position:relative}li.product-onimage .product-image{margin-bottom:0}li.product-onimage .links-on-image .button,li.product-onimage .links-on-image .quickview{display:none!important}li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist>div{position:absolute;top:10px;right:10px;left:auto}li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist .blockUI,li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist a,li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist span{border-radius:20px}li.product-onimage .product-content{position:absolute;bottom:0;left:0;width:100%;z-index:2;padding:15px 20px 0;opacity:0;transition:transform 0.4s,opacity 0.2s;transform:translateZ(0) translateY(5px);background: #fff;border-top:1px solid  rgba(0, 0, 0, 0.08)}li.product-onimage .product-content .yith-wcwl-add-to-wishlist{display:none}li.product-onimage .product-content .add-links{border-top:1px solid  rgba(0, 0, 0, 0.08)}li.product-onimage .add-links{position:static;display:flex;flex-direction:row-reverse;margin:0 -20px}li.product-onimage .add-links>*{flex:1;min-width:50%}li.product-onimage .add-links .button:not(:hover):not(:focus){background:#f4f4f4}li.product-onimage .add-links .button,li.product-onimage .add-links .quickview{height:45px;line-height:44px;border:none}li.product-onimage .add-links .button:before{display:none}li.product-onimage .add-links .yith-wcwl-add-button .button{display:block!important;height:36px;line-height:34px;border:1px solid var(--porto-shop-add-links-border-color,transparent)}li.product-onimage .add-links .yith-wcwl-add-button .button:before{display:block}li.product-onimage .add-links .quickview{position:static;background:#f9581d;color:#ffffff;text-indent:0;opacity:0.85;visibility:visible}li.product-onimage .add-links .quickview:before{display:none}li.product-onimage:hover .product-content{opacity:1;transform:translateZ(0) translateY(0)}li.product-onimage:not(.product-type-simple) .add-links .button:before{display:none}li.product-onimage .description,li.product-onimage2 .description,li.product-onimage3 .description{display:none}li.product-onimage2 .product-inner,li.product-onimage3 .product-inner{position:relative;overflow:hidden}li.product-onimage2 .price,li.product-onimage2 h3,li.product-onimage2 span,li.product-onimage3 .price,li.product-onimage3 h3,li.product-onimage3 span{color:#fff}li.product-onimage2 .star-rating:before,li.product-onimage3 .star-rating:before{color:rgba(255,255,255,0.6)}li.product-onimage2 .star-rating span:before,li.product-onimage3 .star-rating span:before{color:inherit}li.product-onimage2 .price,li.product-onimage3 .price{margin-bottom:0}li.product-onimage2 .add-links .button,li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a,li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span,li.product-onimage3 .add-links .button,li.product-onimage3 .add-links .quickview,li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a,li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){border-color:#fff;border-width:2px;color:#fff;background-color:#4d4d4a;border-radius:2rem;overflow:hidden}li.product-onimage2 .product-image{margin-bottom:0;position:static}li.product-onimage2 .product-image .inner:after{opacity:0}li.product-onimage2 .links-on-image .add-links{position:absolute}li.product-onimage2 .add-links{top:15px;right:12px;display:flex;justify-content:center;z-index:3}li.product-onimage2 .add-links>*{margin:0 3px;opacity:0.85!important}li.product-onimage2 .add-links>:hover{opacity:1!important}li.product-onimage2 .add-links .button{line-height:32px;text-indent:-9999px;padding:0 7px}li.product-onimage2 .add-links .button:before{text-indent:0;margin:0;width:18px;line-height:inherit}li.product-onimage2 .add-links .yith-wcwl-add-button .button:before{width:100%}li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist>div{position:relative}li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a,li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span{line-height:32px}li.product-onimage2 .quickview{position:absolute;top:auto;bottom:0;left:0;right:0;border:none;color:#ffffff;background:#f9581d;padding:0.45rem 0;text-transform:uppercase;line-height:32px;opacity:0.85}li.product-onimage2 .quickview:hover{opacity:1}li.product-onimage2 .yith-compare{position:static}li.product-onimage2 .product-content{position:absolute;left:0;right:0;top:50%;transform:scale(0.9) translateZ(0) translateY(-50%);text-align:center;z-index:2;opacity:0;transition:opacity 0.5s,transform 0.3s}li.product-onimage2 .rating-wrap{margin-left:auto;margin-right:auto}li.product-onimage2:hover .product-content{transform:scale(1) translateZ(0) translateY(-50%);opacity:1}li.product-onimage2:hover .product-image .inner:after{opacity:1}li.product-onimage3 .product-image{margin-bottom:0}li.product-onimage3 .product-content{position:absolute;bottom:-5px;left:0;right:0;padding:0 20px 20px;z-index:2;opacity:0;transition:0.3s}li.product-onimage3 .add-links .button,li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a,li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip){line-height:32px}li.product-onimage3 .add-links>*{opacity:0.85!important;transition:opacity 0.2s}li.product-onimage3 .add-links>:hover{opacity:1!important}li.product-onimage3 .add-links .button{text-indent:-9999px;position:absolute;right:15px;top:15px;padding:0 7px}li.product-onimage3 .add-links .button:before{text-indent:0;margin:0;width:18px;line-height:inherit}li.product-onimage3 .add-links .yith-wcwl-add-button .button{position:relative;top:0;right:0}li.product-onimage3 .add-links .yith-wcwl-add-button .button:before{width:100%}li.product-onimage3 .add-links .yith-compare{right:105px}li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist>div{top:15px;right:60px;left:auto}li.product-onimage3 .add-links .quickview{text-indent:0;padding:0.1rem 1.5rem;width:auto;height:auto;top:50%;right:50%;transform:translateZ(0) translateX(50%);margin-top:-20px;white-space:nowrap}li.product-onimage3 .add-links .quickview:before{display:none}li.product-onimage3 .product-loop-title:hover{color:#fff}li.product-onimage3:hover .product-image .inner:after{background-color:rgba(27,27,23,0.7)}li.product-onimage3:hover .product-content{opacity:1;bottom:0}li.product-wq_onimage .add-links .quickview,li.product-wq_onimage .add-links .yith-compare,li.product-wq_onimage .add-links .yith-wcwl-add-to-wishlist{display:none}li.product-wq_onimage .links-on-image .button,li.product-wq_onimage .links-on-image .quantity{display:none}li.product-wq_onimage .links-on-image .quickview{display:block;bottom:0;top:auto;left:0;width:100%;text-indent:0;padding:0.4rem 0;height:auto;border:none;background:#f9581d;color:#ffffff;z-index:1}li.product-wq_onimage .links-on-image .quickview:before{content:none}li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist{display:block}li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist>div{top:15px;left:auto;right:15px}li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist .blockUI,li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist a{border-radius:18px}li.product-wq_onimage .links-on-image .yith-compare{display:block}li.product-wq_onimage:hover .sale-product-daily-deal{display:none}ul.products.grid-creative .product-image,ul.products.grid-creative .product-image .inner,ul.products.grid-creative .product-inner{height:100%}ul.products.grid-creative li.product-col{padding-bottom:var(--porto-el-spacing,20px)}ul.products.grid-creative li.product-col,ul.products.grid-creative li.product-col .product-image{margin-bottom:0}ul.products .filter-item-list .active .filter-color:before,ul.products .filter-item-list .chosen .filter-color:before{--porto-sw-offset:-3px}ul.products .filter-item-list .filter-color{--porto-sw-size:18px;margin:3px 6px 3px 0}.product-col .filter-item{min-width:20px;padding-left:9px;padding-right:9px;line-height:20px}.product-col .filter-image{width:25px;height:25px}ul.grid.divider-line{margin-left:0;margin-right:0}ul.grid.divider-line>.product-col{border-right:1px solid  rgba(0, 0, 0, 0.08);border-bottom:1px solid  rgba(0, 0, 0, 0.08)}ul.grid.divider-line .product-col{padding-left:0;padding-right:0;margin-bottom:0}ul.grid.divider-line .product-col:hover{z-index:2;box-shadow:0 25px 35px -5px rgba(0,0,0,0.1)}ul.grid.divider-line .product-col:hover .product-image{box-shadow:none}@media (min-width:576px) and (max-width:767px){.divider-line.pcols-xs-2>.product-col:nth-child(2n),.divider-line.pcols-xs-3>.product-col:nth-child(3n){border-right-width:0}}@media (max-width:575px){.divider-line.pcols-ls-2>.product-col:nth-child(2n){border-right-width:0}}@media (min-width:576px){ul.list li.product .product-inner{display:flex;align-items:center}ul.list li.product .product-image{flex:0 0 250px;margin:0 20px 0 0}ul.list li.product .product-content{flex:1 1 auto;max-width:calc(100% - 250px)}}ul.list li.product{text-align:left;margin-bottom:20px}ul.list li.product .description{margin-top:0;margin-bottom:1em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}ul.list li.product .description p:last-child{margin-bottom:0}ul.list li.product h3{font-size:1.2857em;font-weight:600}ul.list li.product .add-links{display:flex;flex-wrap:wrap;margin-bottom:0}ul.list li.product .add-links .quickview,ul.list li.product .add-links .yith-wcwl-add-to-wishlist>div{position:relative;left:0!important;opacity:1;visibility:visible}ul.list li.product .add-links>*{margin:0 0.25rem 0.375rem 0}ul.list li.product .add-links-wrap:not(:last-child){margin-bottom:0.8em}ul.list li.product .product-inner>script,ul.list li.product .product-inner>style{display:none}ul.list li.product .variations .filter-item-list{margin-bottom:0}ul.list li.product .variations td{padding-bottom:0}ul.list li.product .filter-item-list li{margin-bottom:0}ul.list li.product .rating-wrap{margin-left:0;margin-right:0}ul.list li.product:hover .product-image{box-shadow:none}ul.list .add-links{font-size:1em}ul.products.list li.product-category img{width:100%;font-size:1em}.related.products .slider-title,.title-border-bottom>.section-title{letter-spacing:-0.01em;line-height:22px;padding-bottom:10px;margin-bottom:24px;border-bottom:1px solid  rgba(0, 0, 0, 0.08)}.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,.related.products .products-slider.show-dots-title-right .owl-dots{top:-52px;height:32px}.porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav,.related.products .products-slider.show-nav-title .owl-nav{margin-top:-36px}.title-border-middle>.section-title{display:flex;align-items:center;margin-bottom:20px}.title-border-middle>.section-title:after,.title-border-middle>.section-title:before{border-bottom:1px solid  rgba(0, 0, 0, 0.08);flex:1}.title-border-middle>.section-title:before{margin-right:1em}.title-border-middle>.section-title:after{content:"";margin-left:1em}.title-border-middle>.text-right{padding-right:75px}.title-border-middle>.text-right:before{content:""}.title-border-middle>.text-right:after{content:none}.title-border-middle>.text-center:before{content:""}.title-border-middle>.border-right-spacing:after{margin-right:75px}.products-slider.show-dots-title-right .owl-dots{top:-40px;height:32px}.products-slider.owl-carousel .owl-dots.disabled{display:none}.products-slider.owl-carousel.dots-style-1 .owl-dot{vertical-align:middle}.products-slider.owl-carousel.dots-style-1 .owl-dot span{position:relative;width:14px;height:14px;border:2px solid;background:none;margin:5px 2px;border-radius:7px;opacity:0.4;color:#ac3205}.products-slider.owl-carousel.dots-style-1 .owl-dot.active span,.products-slider.owl-carousel.dots-style-1 .owl-dot:hover span{background:none;color:#f9581d;opacity:1}.products-slider.owl-carousel.dots-style-1 .owl-dot.active span:after,.products-slider.owl-carousel.dots-style-1 .owl-dot:hover span:after{content:"";position:absolute;left:3px;bottom:3px;right:3px;top:3px;border-radius:10px;border:2px solid}.porto-products .product-categories{list-style:none;padding-left:0}.porto-products.filter-vertical{display:flex;flex-wrap:wrap}.porto-products.filter-vertical .section-title{width:100%}.porto-products.filter-vertical .shop-loop-before{display:none!important}.porto-products.filter-vertical .products-filter,.porto-products.filter-vertical .products-filter+div{width:100%}@media (min-width:768px){.porto-products.filter-vertical .products-filter{flex:0 0 auto;width:16.6666%;border-right:1px solid #dcdcdc;padding-left:15px;padding-right:15px}.porto-products.filter-vertical .products-filter+div{flex:0 0 auto;width:83.3333%;padding-left:15px;padding-right:15px}}@media (max-width:767px){.porto-products.filter-vertical .product-categories li{display:inline-block;margin-right:20px}}.porto-products.filter-vertical .product-categories a{display:block;position:relative;padding:12px 0 12px 20px}.porto-products.filter-vertical .product-categories a:before{content:"\f87a";font-family:"porto";margin-right:10px;width:11px;position:absolute;left:0}.porto-products.filter-vertical .product-categories .current a:before{content:"\f87b"}.porto-products.filter-horizontal .product-categories li{display:inline-block;margin-right:2rem}.column2 ul.products.owl-loaded li.product-col,.column2 ul.products.owl-loading li.product-col,ul.products.owl-loaded li.product-col,ul.products.owl-loading li.product-col{width:auto}ul.products.product_list_widget .product{text-align:left}ul.products.product_list_widget .product .product-image{margin-right:15px;min-height:0}ul.products.product_list_widget .product .rating-wrap{display:block;margin:-5px 0 6px;height:auto}ul.products.product_list_widget .add-links{font-size:0.8571em}ul.products.product_list_widget .add-links .add_to_cart_button,ul.products.product_list_widget .add-links .add_to_cart_read_more{text-indent:0!important}ul.products.product_list_widget .add-links .add_to_cart_button:before,ul.products.product_list_widget .add-links .add_to_cart_read_more:before{display:none}ul.products.product_list_widget .add-links .tooltip{display:none!important}ul.products.product_list_widget .add-links .quickview,ul.products.product_list_widget .description,ul.products.product_list_widget .labels,ul.products.product_list_widget .yith-wcwl-add-to-wishlist{display:none}ul.products.product_list_widget .rating-wrap .star-rating{margin-left:0!important;font-size:1em}ul.products.product_list_widget .rating-wrap .star-rating span:before,ul.products.product_list_widget .rating-wrap .star-rating:before{left:0!important}ul.products.product_list_widget .add-links-wrap{display:block!important}ul.products.product_list_widget .links-on-image .add-links-wrap{display:none!important}.yith-wcan-loading{min-height:200px;height:auto;opacity:0.6!important}.is-shortcode.products.yith-wcan-loading .porto-loading-icon{position:absolute}.products.yith-wcan-loading{animation-fill-mode:backwards}.products.yith-wcan-loading .porto-loading-icon{position:fixed;z-index:9999}li.product-default .add-links .yith-compare,li.product-onimage .add-links .yith-compare,li.product-outimage .add-links .yith-compare{display:none}.product-image .yith-compare{position:absolute;top:55px;right:15px;padding:0;text-indent:-9999px;border-radius:18px}.product-image .yith-compare.porto-tb-woo-link{text-indent:unset}.product-image .yith-compare:before{width:100%;text-indent:0}.product-image>.yith-compare{top:15px;width:36px;height:36px;line-height:34px;opacity:0}.product-image>.yith-compare:before{content:"\e810";font-family:"porto";position:relative;float:left}.product-image>.yith-compare.added:before{content:"\f00c";font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;line-height:36px}li.product-col:hover .product-image>.yith-compare{opacity:1}.product-onimage .product-image>.yith-compare{top:50px;right:10px}.uni-cpo-calculate-btn,li.product-col .add_to_cart_button,li.product-col .add_to_cart_read_more,li.product-col .quickview{font-family:"Poppins",sans-serif}.porto-product-category-widget .thumb-info .btn{padding-left:0;padding-right:0}.porto-product-category-widget ul.products .rating-wrap{margin-left:auto;margin-right:auto}#loading-mask{font-size:1.1em;font-weight:700;position:fixed;text-align:center;z-index:20002;width:100%;height:100%;left:0;top:0}.loader-container{position:absolute;left:0;top:0;width:100%;height:100%;z-index:199;text-align:center;background-color:rgba(255,255,255,0.5);display:none}.loader-container>.loader{position:absolute;width:100%;top:50%;margin-top:-20px}.loader-container i.porto-ajax-loader{display:inline-block;border:2px solid transparent;border-top-color:#f9581d;width:40px;height:40px;vertical-align:middle;border-radius:20px;animation:spin 0.75s infinite linear;display:inline-block}.loader-container i.porto-ajax-loader:before{left:-2px;top:-2px;display:inline-block;position:absolute;content:"";width:inherit;height:inherit;border:inherit;border-radius:inherit;border-top-color:inherit;animation:spin 1.5s infinite ease}li.product-col .loader-container i.porto-ajax-loader{width:34px;height:34px}li.product-col .loader-container>.loader{margin-top:-17px}.after-loading-success-message{display:none;font-size:1.1em;position:fixed;text-align:center;z-index:20002}.after-loading-success-message.style-2{width:100%;height:100%;left:0;top:0}.after-loading-success-message.style-3{right:20px;bottom:0}.background-overlay{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0.5;background-color:transparent}.success-message-container{margin:auto;padding:20px 14px;line-height:1.4;position:relative;text-align:center;top:35%;width:300px;z-index:1000;background:#fff;box-shadow:0 0 5px rgba(0,0,0,0.5)}.success-message-container .msg{display:block;margin-bottom:10px;font-size:13px}.success-message-container .woocommerce-loop-product__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.success-message-container img{display:inline-block;width:30%;margin-left:auto;margin-right:auto}.style-2>.success-message-container{border-top:4px solid #f9581d}.style-2>.success-message-container .product-name{font-size:14px;margin:5px 0 10px}.style-2>.success-message-container button{margin-top:12px;padding:8.5px 0;min-width:133px}.style-3>.success-message-container{width:320px;text-align:left;margin-bottom:20px;padding:20px;box-shadow:0 1px 30px rgba(0,0,0,0.08);word-break:break-word;transform:translateX(100px);opacity:0;transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out}.style-3>.success-message-container.active{transform:translateX(0);opacity:1}.style-3>.success-message-container .msg-box{display:flex;align-items:center;margin-bottom:20px}.style-3>.success-message-container .msg{order:2;letter-spacing:-0.025em;font-weight:500;margin-bottom:0}.style-3>.success-message-container .continue_shopping{float:right}.style-3>.success-message-container img{width:60px;margin:0 12px 0 0}.style-3>.success-message-container .btn{min-width:130px;padding-left:0;padding-right:0;letter-spacing:0.025em}.success-message-container .product-name a:not(:hover){color:#212529}.success-message-container .woocommerce-loop-product__title{font-size:0.75rem;font-weight:700;letter-spacing:inherit;line-height:1.4;margin:0 0 0.25rem}.success-message-container .product-loop-title:hover>.woocommerce-loop-product__title{color:inherit}.compare-msg p,.sales-msg p{font-size:inherit}.compare-msg a:hover .product-title,.sales-msg a:hover .product-title{color:inherit}.compare-msg .product-title,.sales-msg .product-title{font-size:0.75rem;transition:color 0.3s}.compare-msg .price,.sales-msg .price{font-size:0.875rem}.compare-msg .compare-popup-title,.compare-msg .sales-popup-title,.sales-msg .compare-popup-title,.sales-msg .sales-popup-title{font-size:0.75rem;font-weight:500;margin-bottom:0.625rem}.sidebar-box,.widget_layered_nav,.widget_layered_nav_filters,.widget_price_filter,.widget_product_categories,.widget_rating_filter{border:none;margin-bottom:1.0714em;margin-top:0;position:relative;background:none}.sidebar-box>*,.sidebar-box>div>ul,.sidebar-box>ul,.widget_layered_nav>*,.widget_layered_nav>div>ul,.widget_layered_nav>ul,.widget_layered_nav_filters>*,.widget_layered_nav_filters>div>ul,.widget_layered_nav_filters>ul,.widget_price_filter>*,.widget_price_filter>div>ul,.widget_price_filter>ul,.widget_product_categories>*,.widget_product_categories>div>ul,.widget_product_categories>ul,.widget_rating_filter>*,.widget_rating_filter>div>ul,.widget_rating_filter>ul{border-width:0;margin:0}.sidebar-box ol li,.sidebar-box ul li,.widget_layered_nav ol li,.widget_layered_nav ul li,.widget_layered_nav_filters ol li,.widget_layered_nav_filters ul li,.widget_price_filter ol li,.widget_price_filter ul li,.widget_product_categories ol li,.widget_product_categories ul li,.widget_rating_filter ol li,.widget_rating_filter ul li{position:relative;border-width:0;padding:0}.sidebar-box ol li>a,.sidebar-box ul li>a,.widget_layered_nav ol li>a,.widget_layered_nav ul li>a,.widget_layered_nav_filters ol li>a,.widget_layered_nav_filters ul li>a,.widget_price_filter ol li>a,.widget_price_filter ul li>a,.widget_product_categories ol li>a,.widget_product_categories ul li>a,.widget_rating_filter ol li>a,.widget_rating_filter ul li>a{display:inline-block;padding:3px 0;color:#777777}.sidebar-box ol li.current>ol.children,.sidebar-box ol li.current>ul.children,.sidebar-box ul li.current>ol.children,.sidebar-box ul li.current>ul.children,.widget_layered_nav ol li.current>ol.children,.widget_layered_nav ol li.current>ul.children,.widget_layered_nav ul li.current>ol.children,.widget_layered_nav ul li.current>ul.children,.widget_layered_nav_filters ol li.current>ol.children,.widget_layered_nav_filters ol li.current>ul.children,.widget_layered_nav_filters ul li.current>ol.children,.widget_layered_nav_filters ul li.current>ul.children,.widget_price_filter ol li.current>ol.children,.widget_price_filter ol li.current>ul.children,.widget_price_filter ul li.current>ol.children,.widget_price_filter ul li.current>ul.children,.widget_product_categories ol li.current>ol.children,.widget_product_categories ol li.current>ul.children,.widget_product_categories ul li.current>ol.children,.widget_product_categories ul li.current>ul.children,.widget_rating_filter ol li.current>ol.children,.widget_rating_filter ol li.current>ul.children,.widget_rating_filter ul li.current>ol.children,.widget_rating_filter ul li.current>ul.children{display:block}.sidebar-box ol li .small,.sidebar-box ol li small,.sidebar-box ul li .small,.sidebar-box ul li small,.widget_layered_nav ol li .small,.widget_layered_nav ol li small,.widget_layered_nav ul li .small,.widget_layered_nav ul li small,.widget_layered_nav_filters ol li .small,.widget_layered_nav_filters ol li small,.widget_layered_nav_filters ul li .small,.widget_layered_nav_filters ul li small,.widget_price_filter ol li .small,.widget_price_filter ol li small,.widget_price_filter ul li .small,.widget_price_filter ul li small,.widget_product_categories ol li .small,.widget_product_categories ol li small,.widget_product_categories ul li .small,.widget_product_categories ul li small,.widget_rating_filter ol li .small,.widget_rating_filter ol li small,.widget_rating_filter ul li .small,.widget_rating_filter ul li small{float:right;font-size:1em}.sidebar-box ol ol,.sidebar-box ol ul,.sidebar-box ul ol,.sidebar-box ul ul,.widget_layered_nav ol ol,.widget_layered_nav ol ul,.widget_layered_nav ul ol,.widget_layered_nav ul ul,.widget_layered_nav_filters ol ol,.widget_layered_nav_filters ol ul,.widget_layered_nav_filters ul ol,.widget_layered_nav_filters ul ul,.widget_price_filter ol ol,.widget_price_filter ol ul,.widget_price_filter ul ol,.widget_price_filter ul ul,.widget_product_categories ol ol,.widget_product_categories ol ul,.widget_product_categories ul ol,.widget_product_categories ul ul,.widget_rating_filter ol ol,.widget_rating_filter ol ul,.widget_rating_filter ul ol,.widget_rating_filter ul ul{padding-left:1.43em;margin:0}.sidebar-box ol ol.children,.sidebar-box ol ul.children,.sidebar-box ul ol.children,.sidebar-box ul ul.children,.widget_layered_nav ol ol.children,.widget_layered_nav ol ul.children,.widget_layered_nav ul ol.children,.widget_layered_nav ul ul.children,.widget_layered_nav_filters ol ol.children,.widget_layered_nav_filters ol ul.children,.widget_layered_nav_filters ul ol.children,.widget_layered_nav_filters ul ul.children,.widget_price_filter ol ol.children,.widget_price_filter ol ul.children,.widget_price_filter ul ol.children,.widget_price_filter ul ul.children,.widget_product_categories ol ol.children,.widget_product_categories ol ul.children,.widget_product_categories ul ol.children,.widget_product_categories ul ul.children,.widget_rating_filter ol ol.children,.widget_rating_filter ol ul.children,.widget_rating_filter ul ol.children,.widget_rating_filter ul ul.children{margin:0;display:none}.sidebar-box li .toggle,.wc-block-product-categories li .toggle,.widget_layered_nav li .toggle,.widget_layered_nav_filters li .toggle,.widget_price_filter li .toggle,.widget_product_categories li .toggle,.widget_rating_filter li .toggle{cursor:pointer;display:inline-block;text-align:center;position:absolute;right:-5px;top:4px;margin:0;padding:0;width:24px;height:24px;line-height:23px;font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;color: #222529}.sidebar-box li .toggle:hover,.wc-block-product-categories li .toggle:hover,.widget_layered_nav li .toggle:hover,.widget_layered_nav_filters li .toggle:hover,.widget_price_filter li .toggle:hover,.widget_product_categories li .toggle:hover,.widget_rating_filter li .toggle:hover{color:#353a40}.widget_layered_nav li.chosen>a,.widget_layered_nav li.current>a,.widget_layered_nav ul a:focus,.widget_layered_nav ul a:hover,.widget_layered_nav_filters li.chosen>a,.widget_layered_nav_filters li.current>a,.widget_layered_nav_filters ul a:focus,.widget_layered_nav_filters ul a:hover,.widget_product_categories li.chosen>a,.widget_product_categories li.current>a,.widget_product_categories ul a:focus,.widget_product_categories ul a:hover,.widget_rating_filter li.chosen>a,.widget_rating_filter li.current>a,.widget_rating_filter ul a:focus,.widget_rating_filter ul a:hover{color:#f9581d}.sidebar-box ol li .toggle:before,.sidebar-box ul li .toggle:before,.wc-block-product-categories ol li .toggle:before,.wc-block-product-categories ul li .toggle:before,.widget_layered_nav ol li .toggle:before,.widget_layered_nav ul li .toggle:before,.widget_layered_nav_filters ol li .toggle:before,.widget_layered_nav_filters ul li .toggle:before,.widget_price_filter ol li .toggle:before,.widget_price_filter ul li .toggle:before,.widget_product_categories ol li .toggle:before,.widget_product_categories ul li .toggle:before,.widget_rating_filter ol li .toggle:before,.widget_rating_filter ul li .toggle:before{font-size:13px;font-family:Porto;content:"\e81c"}.sidebar-box ol li.current>.toggle:before,.sidebar-box ol li.open>.toggle:before,.sidebar-box ul li.current>.toggle:before,.sidebar-box ul li.open>.toggle:before,.wc-block-product-categories ol li.current>.toggle:before,.wc-block-product-categories ol li.open>.toggle:before,.wc-block-product-categories ul li.current>.toggle:before,.wc-block-product-categories ul li.open>.toggle:before,.widget_layered_nav ol li.current>.toggle:before,.widget_layered_nav ol li.open>.toggle:before,.widget_layered_nav ul li.current>.toggle:before,.widget_layered_nav ul li.open>.toggle:before,.widget_layered_nav_filters ol li.current>.toggle:before,.widget_layered_nav_filters ol li.open>.toggle:before,.widget_layered_nav_filters ul li.current>.toggle:before,.widget_layered_nav_filters ul li.open>.toggle:before,.widget_price_filter ol li.current>.toggle:before,.widget_price_filter ol li.open>.toggle:before,.widget_price_filter ul li.current>.toggle:before,.widget_price_filter ul li.open>.toggle:before,.widget_product_categories ol li.current>.toggle:before,.widget_product_categories ol li.open>.toggle:before,.widget_product_categories ul li.current>.toggle:before,.widget_product_categories ul li.open>.toggle:before,.widget_rating_filter ol li.current>.toggle:before,.widget_rating_filter ol li.open>.toggle:before,.widget_rating_filter ul li.current>.toggle:before,.widget_rating_filter ul li.open>.toggle:before{content:"\e81b"}.sidebar-box ol li.closed>.toggle:before,.sidebar-box ul li.closed>.toggle:before,.wc-block-product-categories ol li.closed>.toggle:before,.wc-block-product-categories ul li.closed>.toggle:before,.widget_layered_nav ol li.closed>.toggle:before,.widget_layered_nav ul li.closed>.toggle:before,.widget_layered_nav_filters ol li.closed>.toggle:before,.widget_layered_nav_filters ul li.closed>.toggle:before,.widget_price_filter ol li.closed>.toggle:before,.widget_price_filter ul li.closed>.toggle:before,.widget_product_categories ol li.closed>.toggle:before,.widget_product_categories ul li.closed>.toggle:before,.widget_rating_filter ol li.closed>.toggle:before,.widget_rating_filter ul li.closed>.toggle:before{content:"\e81c"}.widget .widget-title,.widget .wp-block-group__inner-container>h2{position:relative}.widget .widget-title .toggle,.widget .wp-block-group__inner-container>h2 .toggle{display:inline-block;width:28px;height:28px;line-height:28px;color: #ccc;position:absolute;right:-7px;top:50%;margin-top:-14px;padding:0;cursor:pointer;text-align:center;transition:0.25s}.widget .widget-title .toggle:after,.widget .widget-title .toggle:before,.widget .wp-block-group__inner-container>h2 .toggle:after,.widget .wp-block-group__inner-container>h2 .toggle:before{content:"";position:absolute;left:50%;top:50%;background: #222529}.widget .widget-title .toggle:before,.widget .wp-block-group__inner-container>h2 .toggle:before{width:2px;height:10px;margin-left:-1px;margin-top:-5px;display:none}.widget .widget-title .toggle:after,.widget .wp-block-group__inner-container>h2 .toggle:after{width:10px;height:2px;margin-left:-5px;margin-top:-1px}.widget.closed .widget-title,.widget.closed .wp-block-group__inner-container>h2{border-bottom-width:0}.widget.closed .widget-title .toggle:before,.widget.closed .wp-block-group__inner-container>h2 .toggle:before{display:block}.wc-block-grid__products{border-bottom:none}.wc-block-grid__products .wc-block-grid__product{padding:0;border-top:none;border-bottom:none}.wc-block-grid__products .wc-block-grid__product .price{font-size:1.25em}.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating{font-size:0.75em;margin-bottom:4px}.wc-block-grid__products .wc-block-grid__product .wp-block-button__link{background:none;padding:0}.widget_layered_nav .yit-wcan-select-open{border-width:1px}.widget_layered_nav ul li>a{padding-right:25px}.widget_layered_nav ul li .count{color:#848484}.woocommerce-page.archive .sidebar-content .widget_price_filter.widget{padding-top:25px;padding-bottom:25px}.widget_price_filter .price_slider{background: #e7e7e7;margin:2px 5px 20px;border-width:0;border-radius:0}.widget_price_filter .price_slider_amount{line-height:2em;font-size:1em;font-weight:500;letter-spacing:-0.035em;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.widget_price_filter .price_slider_amount .button{padding:0.75em 1.625em;font-weight:600;font-size:0.75rem;order:2;color:#212529;border-color:#f3f3f3;background-color:#f3f3f3;transition:color 0.3s,border-color 0.3s,background-color 0.3s}.widget_price_filter .price_slider_amount .button:hover{color: #fff;border-color: #222529;background-color: #222529}.widget_price_filter .price_slider_amount .from,.widget_price_filter .price_slider_amount .to{color: #222529}.widget_price_filter .clear{display:none}.widget_price_filter .porto_price_filter_chart{display:none;margin:3px 5px -3px 5px;opacity:0.75}.widget_price_filter .porto_price_filter_chart.show-chart{display:block}.widget_price_filter .ui-slider{position:relative}.widget_price_filter .porto_price_filter_chart.show-chart+.ui-slider .ui-slider-range:after{position:absolute;content:"";bottom:0;height:100px;width:100%}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:12px;height:12px;cursor:pointer;outline:none;top:50%;margin-top:-6px;margin-left:-6px;border-radius:6px;background:#f9581d}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:0.7em;background:#f9581d}.widget_price_filter #max_price,.widget_price_filter #min_price{width:45%;margin-right:4%;margin-top:0.3571em;margin-bottom:1.2857em}.widget_price_filter .ui-slider-horizontal{height:2px}.widget_price_filter .ui-slider-horizontal .porto-slider-price-after,.widget_price_filter .ui-slider-horizontal .porto-slider-price-before{position:absolute;bottom:2px;background-color: #fff;transition:width 0.4s}.widget_price_filter .ui-slider-horizontal .porto-slider-price-before{left:0}.widget_price_filter .ui-slider-horizontal .porto-slider-price-after{right:0}.widget_price_filter .ui-slider-horizontal .porto-slider-price-after:after,.widget_price_filter .ui-slider-horizontal .porto-slider-price-after:before,.widget_price_filter .ui-slider-horizontal .porto-slider-price-before:after,.widget_price_filter .ui-slider-horizontal .porto-slider-price-before:before{position:absolute;content:"";bottom:0;width:100%;height:100px}.widget_price_filter .ui-slider-horizontal .porto-slider-price-after:before,.widget_price_filter .ui-slider-horizontal .porto-slider-price-before:before{backdrop-filter:grayscale(1)}.widget_price_filter .ui-slider-horizontal .porto-slider-price-after:after,.widget_price_filter .ui-slider-horizontal .porto-slider-price-before:after{opacity:0.8;background-color:inherit}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget_layered_nav_filters ul:after{content:" ";display:table;clear:both}.widget_layered_nav_filters ul li{float:left}.widget_layered_nav_filters ul li a{position:relative;background-color:#f3f3f3;padding:4px 40px 4px 20px;margin-right:0.8571em;margin-bottom:0.8571em}.widget_layered_nav_filters ul li a:after,.widget_layered_nav_filters ul li a:before{position:absolute;top:50%}.widget_layered_nav_filters ul li a:before{content:"";right:10px;width:22px;height:22px;background:#fff;border-radius:50%;transform:translateY(-50%);border:1px solid  #e7e7e7}.widget_layered_nav_filters ul li a:after{font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;content:"\f00d";color:#383f46;right:21px;line-height:1em;transform:translate(50%,-50%)}.widget_layered_nav_filters ul li a:hover,.widget_layered_nav_filters ul li a:hover:after{color:#212529!important}.yith-woo-ajax-reset-navigation .button{background-color: #222529;border-color: #222529;color: #fff}.yith-woo-ajax-reset-navigation .button:hover{background-color:#353a40;border-color:#353a40}.widget_layered_nav .yith-wcan-select-wrapper{border-width:1px;border-color: #ddd;padding:10px 0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan{padding-top:0;padding-bottom:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li{padding:5px;margin-right:17px;border-width:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen,.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover{box-shadow:none;border-width:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen:before{content:"\f00d";font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;font-size:1em;position:absolute;top:50%;transform:translateY(-50%);color:#212529;padding-left:12px}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a{padding-left:28px;background-image:none;color:#212529}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li .count{padding-top:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a{padding:0 0 0 12px;border-width:0}.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover a{color:#212529}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li{float:none}.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span{position:relative;border-radius:50%!important;box-sizing:border-box;overflow:visible}.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li{float:left}.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a,.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li span,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li span,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li span,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li span{font-size:1em;min-width:45px;text-align:center;margin:3px 6px 3px 0;padding:4px 8px;line-height:22px;border:1px solid  #e7e7e7;border-radius:3px!important}.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a{color:#777777;background: #fff;transition:color 0.3s,background-color 0.3s,border-color 0.3s}.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li span,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li span,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li span,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li span{display:block}.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a:hover,.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen a,.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen span,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen span,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li a:hover,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen a,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen span,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen span{color:#fff;background:#212529;border-color: #222529}.woocommerce .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen a:hover,.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a:hover,.woocommerce-page .woocommerce-widget-layered-nav-list:not(.filter-item-list) li.chosen a:hover,.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a:hover{background:#2d3238;border-color:#2d3238}.woocommerce .yith-wcan-filters,.woocommerce .yith-wcan-filters .yith-wcan-filter:last-child,.woocommerce-page .yith-wcan-filters,.woocommerce-page .yith-wcan-filters .yith-wcan-filter:last-child{margin-bottom:0}.woocommerce .yith-wcan-filters,.woocommerce-page .yith-wcan-filters{background:none}.woocommerce .yith-wcan-filters .filter-title,.woocommerce-page .yith-wcan-filters .filter-title{color: #222529}.woocommerce .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a,.woocommerce .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a,.woocommerce-page .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a,.woocommerce-page .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a{color:#777777}.woocommerce .yith-wcan-filters input[type=checkbox],.woocommerce-page .yith-wcan-filters input[type=checkbox]{width:18px;height:18px;vertical-align:middle}.woocommerce .yith-wcan-filters label a,.woocommerce-page .yith-wcan-filters label a{vertical-align:middle}ul.product_list_widget{list-style:none outside;padding:0;margin:-0.5rem 0;border-width:0!important}ul.product_list_widget li{display:flex;align-items:center;border-width:0;position:relative;padding:0.5rem 0}ul.product_list_widget li .product-image{width:84px;flex:0 0 auto;padding:0;margin-right:20px}ul.product_list_widget li .product-image img{width:100%;height:auto}ul.product_list_widget li .product-image .img-effect img{position:relative;opacity:1}ul.product_list_widget li .product-image .img-effect .hover-image{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:0}ul.product_list_widget li .product-image:hover .img-effect img{opacity:0}ul.product_list_widget li .product-image:hover .img-effect .hover-image{opacity:1}.product_list_widget .product-details{position:relative;flex:0 0 auto;width:calc(100% - 104px)}.product_list_widget .product-details a{display:block;font-size:1.0769em;line-height:1.4;white-space:nowrap;color: #222529;overflow:hidden;text-overflow:ellipsis;margin-bottom:0.5rem}.product_list_widget .product-details .amount{font-size:1.1538em;font-weight:600;line-height:1;vertical-align:middle;color: #444}.product_list_widget .product-details .amount .currency,.product_list_widget .product-details .amount .decimal{font-size:0.75em;font-weight:400}.product_list_widget .product-details .amount .currency .decimal{font-size:1em}.product_list_widget .product-details ins{text-decoration:none;vertical-align:baseline}.product_list_widget .product-details .from,.product_list_widget .product-details del{color:#a7a7a7;font-size:0.8em;margin-right:3px;vertical-align:baseline}.product_list_widget .product-details .from .amount,.product_list_widget .product-details del .amount{color:#a7a7a7}.product_list_widget dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,0.1)}.product_list_widget dl:after{content:" ";display:table;clear:both}.product_list_widget dl dd,.product_list_widget dl dt{display:inline-block;float:left;margin-bottom:1em}.product_list_widget dl dt{font-weight:700;padding:0 0 0.25em 0;margin:0 4px 0 0;clear:left}.product_list_widget dl dd{padding:0 0 0.25em 0}.product_list_widget dl dd p:last-child{margin-bottom:0}.product_list_widget .star-rating{margin:3px 0 5px}.product_list_widget .ajax-loading{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.6;display:none;background: #fff}.product_list_widget .ajax-loading:before{content:"\f110";font-family:"porto";position:absolute;left:50%;top:50%;font-size:20px;font-weight:400;line-height:1;margin-top:-13px;margin-left:-13px;color:#999;z-index:0;animation:spin 0.75s infinite linear;display:inline-block}ul.cart_list li.empty{padding-left:0}ul.cart_list li .quantity,ul.cart_list li .quantity .amount{vertical-align:baseline}ul.cart_list li dl{display:block;margin:6px 0;padding-left:0;border:none}ul.cart_list li dl dd,ul.cart_list li dl dt{padding:3px;margin:0;line-height:1.2;clear:initial;font-weight:400}ul.cart_list li dl dd p,ul.cart_list li dl dt p{line-height:1.2}.hide_cart_widget_if_empty .empty{display:none}.widget_recent_reviews .product_list_widget{flex-wrap:wrap}.widget_recent_reviews .product_list_widget li{padding:0.5rem 1%;display:block;text-align:center}.widget_recent_reviews .product_list_widget li a{display:block;position:relative;line-height:1.5em!important;color:#777777}.widget_recent_reviews .product_list_widget li img{width:96px;border:none;display:block;background: #fff;margin:0 auto 10px}.sidebar .widget_recent_reviews .product_list_widget li img{width:auto}.widget_recent_reviews .product_list_widget li .star-rating{margin:5px auto 0}.widget_recent_reviews .product_list_widget li .reviewer{font-size:0.8571em}.widget_shopping_cart{color:#777777}.widget_shopping_cart .total{padding:0.7143em 0;margin:0;text-align:center}.widget_shopping_cart .total .amount{font-size:1.4286em;font-weight:600;color:#f9581d}.widget_shopping_cart .total .amount .currency,.widget_shopping_cart .total .amount .decimal{font-size:0.75em;font-weight:400}.widget_shopping_cart .total .amount .currency .decimal{font-size:1em}.widget_shopping_cart .buttons{margin-bottom:0}.widget_shopping_cart .buttons:after{content:" ";display:table;clear:both}.widget_shopping_cart .buttons .wc-forward{float:left;width:49%}.widget_shopping_cart .buttons .checkout{float:right;width:49%}@media (max-width:991px){.mobile-sidebar .widget_shopping_cart .buttons .wc-forward{float:none;width:100%}.mobile-sidebar .widget_shopping_cart .buttons .wc-forward+.wc-forward{margin-top:8px}}@media (max-width:767px){.widget_shopping_cart .buttons .wc-forward{float:none;width:100%}.widget_shopping_cart .buttons .wc-forward+.wc-forward{margin-top:8px}}.widget_shopping_cart .product-details a{padding-right:15px}.widget .cart_list{margin-top:0}.shop_table.cart-table a.remove,.shop_table.review-order a.remove,.widget_shopping_cart .product-image .remove-product,.wishlist-popup .remove_from_wishlist,.wishlist_table.traditional .remove_from_wishlist:not(.button){padding:0;position:absolute;top:6px;right:2px;text-align:center;width:21px;height:21px;line-height:21px;font-size:11px;background-color:#fff;color:#222529;border-radius:50%;box-shadow:0 2px 6px 0 rgba(0,0,0,0.4);z-index:3}.shop_table.cart-table a.remove:before,.shop_table.review-order a.remove:before,.widget_shopping_cart .product-image .remove-product:before,.wishlist-popup .remove_from_wishlist:before,.wishlist_table.traditional .remove_from_wishlist:not(.button):before{content:"\f00d";font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900}.brand-thumbnails,.widget .brand-thumbnails{list-style:none;margin:0;padding:0}.products-slider.products li.product{}.products-slider.products li.product .add-links-wrap{line-height:0}.products-slider.show-nav-title .owl-nav{margin-top:-23px}.products-slider .slick-dots li{clear:none!important;width:20px!important;margin-bottom:0}.products-slider .slick-dots li button{box-shadow:none!important}.products-slider.slick-initialized .product{display:block}.products-slider.owl-carousel{margin:0!important}.products-slider.owl-carousel .owl-stage-outer{padding-top:10px;margin-top:-10px}.products-slider.owl-carousel .owl-dots{margin-top:20px}.products-slider.owl-loaded .product{margin-bottom:0}.widget .owl-carousel.show-nav-title .owl-nav [class*=owl-]{margin-left:0;margin-right:0}.widget .owl-carousel.show-nav-title .owl-nav .owl-prev{left:-30px}.yith-wcan-list-price-filter.loading,.yith-woo-ajax-navigation.loading{position:relative}.yith-wcan-list-price-filter.loading:after,.yith-woo-ajax-navigation.loading:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;bottom:0;z-index:10000}.yith-wcan-list-price-filter.loading form input[type=text]{opacity:0}.woocommerce-product-search label{display:none}.woocommerce-product-search .search-field{height:100%;margin-bottom:8px;vertical-align:top}.widget_rating_filter>ul li{line-height:1;margin-bottom:0.75rem}.widget_rating_filter>ul li a{padding-top:0;padding-bottom:0}.widget_rating_filter .star-rating{display:block;float:left;line-height:inherit;height:2em}.widget_rating_filter .wc-layered-nav-rating a{display:block;text-align:right;color:#848484}.widget_rating_filter .wc-layered-nav-rating a:after{content:" ";display:table;clear:both}.woocommerce-widget-layered-nav-list{display:flex;flex-wrap:wrap}.wp-block-group__inner-container>h2{position:relative;font-size:15px;font-weight:600;margin-bottom:0}.wp-block-group__inner-container.closed>h2{border-bottom-width:0}.wp-block-group__inner-container.closed>h2 .toggle:before{display:block}.woocommerce-page .wc-block-product-categories{margin-bottom:0}.woocommerce-page .wc-block-product-categories li{position:relative;padding:4px 0}.woocommerce-page .wc-block-product-categories li .toggle:before{font-size:1.2em}.woocommerce-page .wc-block-product-categories>ul ul{display:none;padding-left:1.0714em}.woocommerce-page .wc-block-product-categories>ul .current-active>a{color:#f9581d}.wc-block-product-categories-list-item>a{color:#777777}.wc-block-product-categories .count,.widget_product_categories .count{color:#848484}.porto_widget_price_filter .fields{display:flex;align-items:center;flex-wrap:wrap}.porto_widget_price_filter .fields input{flex:45%;text-align:center}.porto_widget_price_filter .fields span{text-align:center;flex:5%;margin:0!important}.porto_widget_price_filter .fields button{margin-top:1rem;flex:1;color:#212529;border-color:#f3f3f3;background-color:#f3f3f3}.porto_widget_price_filter .fields button:hover{color: #fff;border-color: #222529;background-color: #222529}.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1rem;width:100%;color:#212529;border-color:#f3f3f3;background-color:#f3f3f3}.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit:hover{color: #fff;border-color: #222529;background-color: #222529}.shopswatchinput{margin-bottom:5px;margin-top:5px}.wcvaswatchinput{text-decoration:none!important;margin:0 1px}.wcvashopswatchlabel,.wcvaswatchlabel{cursor:pointer;background-size:contain;background-repeat:no-repeat;display:inline-block;transition:0.1s ease-in;line-height:1;border:1px solid  #fff;box-shadow:0 0 0 1px  #ccc}.wcvashopswatchlabel{width:24px!important;height:24px!important}.wcvaswatchinput.active .wcvashopswatchlabel{border:1px solid  #444}.swatchinput{display:inline-block;padding-right:7px;padding-bottom:6px;margin-top:-3px}.belowtext{display:table-cell;vertical-align:bottom;padding-bottom:16px;font-weight:bold}.wcvaswatch input{margin:0;padding:0;display:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}.wcvaswatchlabel{border-width:2px}.wcvaswatch input:active+.wcvaswatchlabel{opacity:0.9}.wcvaswatch input:checked+.wcvaswatchlabel{-webkit-filter:none;-ms-filter:none;filter:none;border:2px solid  #444}.wcvaround{border-radius:50%;outline:solid 0 #9C9999}input.wcva_attribute_radio{margin-right:5px}.wishlist_table tr td{background-color: #fff}.shop_table.wishlist_table{margin-bottom:15px}.shop_table.wishlist_table tr td{text-align:left}@media (max-width:767px){.shop_table.wishlist_table tr td{text-align:center}}.shop_table.wishlist_table.mobile .add-links .add_to_cart,.shop_table.wishlist_table.mobile .add-links .quickview,.shop_table.wishlist_table.mobile .add-links .yith-compare,.shop_table.wishlist_table.mobile .product-add-to-cart .remove_from_wishlist{display:block!important;width:100%!important}.shop_table.wishlist_table.traditional:not(.mobile) .add-links{max-width:240px}.shop_table.wishlist_table .add-links .add_to_cart_button:before{content:none}@media (max-width:767px){.shop_table.wishlist_table .add-links .add_to_cart,.shop_table.wishlist_table .add-links .quickview,.shop_table.wishlist_table .add-links .yith-compare{width:100%!important}}.shop_table.wishlist_table .quickview{margin-bottom:10px;margin-right:0}.shop_table.wishlist_table .add_to_cart{margin-left:0!important;margin-right:0!important;margin-bottom:10px!important}.shop_table.wishlist_table .product-thumbnail{width:10%}.shop_table.wishlist_table .product-name{width:29%}.shop_table.wishlist_table .product-price{width:13%}.shop_table.wishlist_table .product-stock-status{width:19%}@media (max-width:767px){.shop_table.wishlist_table .product-name,.shop_table.wishlist_table .product-price,.shop_table.wishlist_table .product-stock-status,.shop_table.wishlist_table .product-thumbnail{width:100%}}.shop_table.wishlist_table .product-add-to-cart .remove_from_wishlist{display:inline-block!important;font-size:13px;text-transform:uppercase;font-weight:600;line-height:30px;width:auto}.wishlist_table.mobile+.yith_wcwl_wishlist_footer .page-share h3{margin-left:0}.woocommerce table.shop_table.wishlist_table thead td,.woocommerce table.shop_table.wishlist_table thead th{border:none;padding:10px 5px 10px 16px}.woocommerce table.shop_table.wishlist_table tbody td,.woocommerce table.shop_table.wishlist_table tfoot td{border-color: #e7e7e7}.woocommerce table.shop_table.wishlist_table tbody td,.woocommerce table.shop_table.wishlist_table tbody th,.woocommerce table.shop_table.wishlist_table tfoot td,.woocommerce table.shop_table.wishlist_table tfoot th{padding:20px 5px 23px 16px;font-weight:600}@media (max-width:767px){.woocommerce table.shop_table.wishlist_table tbody td,.woocommerce table.shop_table.wishlist_table tbody th,.woocommerce table.shop_table.wishlist_table tfoot td,.woocommerce table.shop_table.wishlist_table tfoot th{padding:0.625rem 1.25rem}}.shop_table.wishlist_table,.woocommerce table.wishlist_table{font-size:100%}.shop_table.wishlist_table .add_to_cart.button,.shop_table.wishlist_table .add_to_cart_read_more.button,.shop_table.wishlist_table .yith-compare,.woocommerce table.wishlist_table .add_to_cart.button,.woocommerce table.wishlist_table .add_to_cart_read_more.button,.woocommerce table.wishlist_table .yith-compare{display:inline-block!important;min-width:160px}.shop_table.wishlist_table .add_to_cart.button,.shop_table.wishlist_table .add_to_cart_read_more.button,.shop_table.wishlist_table .quickview,.shop_table.wishlist_table .yith-compare,.woocommerce table.wishlist_table .add_to_cart.button,.woocommerce table.wishlist_table .add_to_cart_read_more.button,.woocommerce table.wishlist_table .quickview,.woocommerce table.wishlist_table .yith-compare{height:42px;width:auto;padding:0 25px!important;font-family:"Poppins",sans-serif;font-size:13px;line-height:42px;text-indent:0}.shop_table.wishlist_table .yith-compare,.woocommerce table.wishlist_table .yith-compare{min-width:1px;padding:0 15px!important;font-weight:700;margin-bottom:10px!important}.shop_table.wishlist_table .yith-compare:before,.woocommerce table.wishlist_table .yith-compare:before{float:none}.shop_table.wishlist_table .yith-compare.added:before,.woocommerce table.wishlist_table .yith-compare.added:before{line-height:42px}.shop_table.wishlist_table .quickview,.woocommerce table.wishlist_table .quickview{font-weight:700}.shop_table.wishlist_table .quickview:before,.woocommerce table.wishlist_table .quickview:before{content:none}.shop_table.wishlist_table .yith-wcwl-add-to-wishlist,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist{display:none}.shop_table.wishlist_table .wishlist-empty,.woocommerce table.wishlist_table .wishlist-empty{text-align:center!important}p.wishlist-empty,table.wishlist_table tbody td.wishlist-empty{margin:1rem 0}.shop_table.cart-table a.remove.remove-product,.shop_table.review-order a.remove.remove-product,.woocommerce #content table.shop_table.wishlist_table.cart a.remove{top:-10px;right:-10px;color:#212529}.shop_table.cart-table a.remove.remove-product:hover,.shop_table.review-order a.remove.remove-product:hover,.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover{background:#fff;color:#f9581d}.blockUI{background:#fff!important;opacity:0.5!important}.shop-loop-after .blockUI,.shop-loop-before .blockUI{background:none!important}.sidebar-content #yith-ajaxsearchform .btn{color:#fff;border-width:1px;background:#f9581d}.sidebar-content .autocomplete-suggestions{padding-top:0;padding-bottom:0}.sidebar-content .autocomplete-suggestion{padding-left:8px;padding-right:8px}.wishlist_table .add_to_cart.button,.wishlist_table .add_to_cart_read_more.button{padding-top:6px;padding-bottom:6px;line-height:22px}.wishlist_table .button,.woocommerce .hidden-title-form a.btn,.woocommerce .hidden-title-form input[type=submit],.woocommerce .wishlist-title a.btn{color:#fff;vertical-align:middle;font-size:0.8rem;line-height:1.5}.wishlist_table .btn-v-dark{color: #fff}.wishlist_table a.button{margin-bottom:1.25rem!important}.woocommerce .wishlist-title h2{margin:0!important}#header .my-account,#header .my-wishlist,#header .yith-woocompare-open{display:inline-block;font-size:26px;vertical-align:middle}#header .my-wishlist,#header .yith-woocompare-open{position:relative}.shop_table.cart-table .product-thumbnail>div,.wishlist_table td.product-thumbnail>div{width:80px}@media (max-width:767px){.shop_table.cart-table .product-thumbnail>div,.wishlist_table td.product-thumbnail>div{margin:0 auto}}.wishlist-popup{position:fixed;top:0;height:100%;width:300px;right:0;z-index:1005;padding:1.5rem 1.25rem;background: #fff;box-shadow:0 5px 8px rgba(0,0,0,0.15);font-size:0.8125rem;text-align:left;min-height:100vh;transform:translateX(105%);transition:transform 0.35s}.minicart-opened .wishlist-popup{transform:translateX(0)}.wishlist-popup .product_list_widget{margin:0 0 1.25rem}.wishlist-popup .product_list_widget li{padding:1.25rem 0;border-bottom:1px solid #e7e7e7}.wishlist-popup .product-details{padding-right:1rem;position:static}.wishlist-popup .product-details .amount{font-size:1.05em;font-weight:400}.wishlist-popup .remove_from_wishlist.remove{top:10px;right:-8px;cursor:pointer}.wishlist-popup .btn{letter-spacing:0.25em;padding:0.8125rem 0;border-radius:2px}.wishlist-popup .empty-msg{padding:8px 10px}.yith_wcwl_wishlist_footer .yith-wcwl-share.page-share{float:unset}.yith-wcwl-dropdown{font-size:0.875rem;text-align:left}.yith-wcwl-dropdown a{text-indent:0;width:auto!important;opacity:1!important;vertical-align:baseline;line-height:inherit;height:auto;border:none!important;background:none!important;color:inherit!important;overflow:visible!important}.yith-wcwl-dropdown a:hover{color:initial!important}.yith-wcwl-dropdown .add_to_wishlist:before{content:none!important}.yes-js .product-onimage .yith-wcwl-dropdown,.yes-js .product-onimage2 .yith-wcwl-dropdown,.yes-js .product-onimage3 .yith-wcwl-dropdown,.yes-js .product-outimage_aq_onimage .yith-wcwl-dropdown,.yes-js .product-wq_onimage .yith-wcwl-dropdown{right:0}.yes-js .product-awq_onimage .yith-wcwl-dropdown{left:-80px}.yes-js .product-onimage .product-image{position:static}.yith-wcwl-add-button.with-dropdown{padding:0;min-height:2rem}.product-onimage3 .yith-wcwl-add-button.with-dropdown{z-index:4!important}.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown{top:100%}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900}.woocommerce-wishlist #main,.woocommerce-wishlist .page-wrapper{position:static}.wishlist_table.traditional tr td.product-arrange{text-align:center}.shop_table.wishlist_table input[type=number]{max-width:80px}.shop_table.wishlist_table:not(.traditional){font-size:120%}.shop_table.wishlist_table:not(.traditional) .product-thumbnail img{max-width:100%}.shop_table.wishlist_table.traditional tr td.product-arrange{text-align:center}.shop_table.wishlist_table.images_grid,.shop_table.wishlist_table.modern_grid{display:flex;flex-wrap:wrap;width:auto;padding:0}.shop_table.wishlist_table.images_grid .product-remove,.shop_table.wishlist_table.modern_grid .product-remove{box-shadow:none}.shop_table.wishlist_table.modern_grid .product-thumbnail{width:30%}@media (max-width:1220px){.shop_table.wishlist_table.modern_grid li{width:50%}}.shop_table.wishlist_table .item-details .product-name{width:100%}.shop_table.wishlist_table.mobile:not(.traditional){border:none;padding-left:0;box-shadow:none}.shop_table.wishlist_table .additional-info-wrapper .label,.shop_table.wishlist_table .item-details .label{color:inherit;line-height:2}.shop_table.wishlist_table .additional-info-wrapper tr,.shop_table.wishlist_table .item-details tr{border:none;display:table-row}.shop_table.wishlist_table .additional-info-wrapper td,.shop_table.wishlist_table .item-details td{display:table-cell;vertical-align:middle!important}.shop_table.wishlist_table .additional-info-wrapper .yith-compare,.shop_table.wishlist_table .item-details .yith-compare{padding-top:0!important;padding-bottom:0!important}@media (max-width:1220px){.shop_table.wishlist_table.images_grid li{width:33.33%}.shop_table.wishlist_table.images_grid .product-thumbnail img,.shop_table.wishlist_table.images_grid .product-thumbnail>a{width:100%}}.shop_table.wishlist_table.images_grid .product-thumbnail{width:100%}.shop_table.wishlist_table.images_grid .quickview{position:relative;opacity:1;visibility:visible}.shop_table.wishlist_table.images_grid .product-name{font-size:1rem;margin-top:2.5rem;text-align:center}.yith-wcwl-add-to-wishlist .yith-wcwl-tooltip{text-indent:0;display:inline-block!important;min-width:100px}.product-outimage .yith-wcwl-add-to-wishlist .yith-wcwl-tooltip{top:-100%}.product-outimage .yith-wcwl-add-to-wishlist .yith-wcwl-tooltip:before{top:100%;transform:rotate(180deg)}.yith-wcwl-add-to-wishlist .count-add-to-wishlist>span{line-height:inherit}.quickview-wrap{width:900px;padding:15px}@media (min-width:992px){.quickview-wrap .entry-summary{-webkit-mask-image:linear-gradient(to top,transparent 5px,#000 40px);mask-image:linear-gradient(to top,transparent 5px,#000 40px)}.quickview-wrap .quickview-inner:after{content:"";display:block;width:100%;height:30px}}.quickview-wrap .quickview-inner{position:absolute;top:0;bottom:0;overflow-y:auto}@media (max-width:991px){.quickview-wrap .quickview-inner{position:static}}.quickview-wrap .quickview-inner::-webkit-scrollbar{height:7px;width:4px}.quickview-wrap .quickview-inner:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.25)}.quickview-wrap .quickview-inner::-webkit-scrollbar-thumb{margin-right:2px;background:rgba(0,0,0,0);cursor:pointer;transition:background 0.3s}.quickview-wrap .product>.row{min-height:530px}@media (max-width:991px){.quickview-wrap{width:550px}}@media (max-width:767px){.quickview-wrap{width:auto}.quickview-wrap.skeleton-body{width:calc(100vw - 40px)}}@media (max-width:575px){.quickview-wrap{padding:0}.quickview-wrap .row{margin-left:0;margin-right:0}.quickview-wrap .summary,.quickview-wrap .summary-before{padding-left:0;padding-right:0}}.quickview-wrap .product .entry-summary,.quickview-wrap .product .summary-before{margin-bottom:0}@media (max-width:991px){.quickview-wrap .product .summary-before{margin-bottom:30px}}.quickview-wrap .product-image-slider.owl-carousel{overflow:hidden}.quickview-wrap .woocommerce-product-rating:after{content:none}.quickview-wrap .variations_form:not(.vf_init) .reset_variations{display:none}.quickview-wrap .summary .added_to_cart{font-size:0.8em;font-weight:700;text-transform:uppercase;text-decoration:underline;margin-left:0.5rem}.quickview-wrap .summary .single_add_to_cart_button.loading{pointer-events:none;opacity:0.75}.quickview-wrap .summary .porto-loading-icon{position:static;width:25px;height:25px;margin:0.5em}.woocommerce-page.archive .sidebar-content aside.widget{border-bottom:1px solid  #e7e7e7;margin-bottom:0;margin-top:0;padding:20px 0}.woocommerce-page.archive .sidebar-content aside.widget:first-child{padding-top:0}.woocommerce-page.archive .sidebar-content aside.widget:last-child{padding-bottom:0;border-bottom:none}.woocommerce-page .sidebar-content>ul{max-height:290px;padding-right:5px;overflow-y:scroll}.woocommerce-page .sidebar-content>ul::-webkit-scrollbar{width:5px}.woocommerce-page .sidebar-content>ul::-webkit-scrollbar-thumb{border-radius:5px;background: #e7e7e7}.woocommerce-page .sidebar-content ul{font-size:1em;font-weight:500;letter-spacing:-0.03em}.woocommerce-page .sidebar-content ul li a{line-height:2em;color:#777777}.woocommerce-page .sidebar-content ul li a:hover,.woocommerce-page .sidebar-content ul li.current>a{color: #222529}.woocommerce-page .components-form-token-field__token>*,.woocommerce-page aside .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border-color: #e7e7e7!important}.woocommerce-page .sidebar-content .widget-title,.woocommerce-page .widget_block .wp-block-heading{font-size:15px;font-weight:600;line-height:2em;margin-bottom:0;text-transform:capitalize}.woocommerce-page .widget-title+*,.woocommerce-page .wp-block-heading+*{margin-top:10px}.woocommerce-page .wc-block-active-filters,.woocommerce-page .wc-block-components-price-slider,.woocommerce-page .wc-block-components-product-sort-select,.woocommerce-page .wc-block-stock-filter,.woocommerce-page .wp-block-woocommerce-rating-filter{margin-bottom:0}.woocommerce-page .wc-block-active-filters .wc-block-active-filters__list-item-type{font-size:0.85em;font-weight:400;color:#212529}.woocommerce-page .wc-block-active-filters .wc-block-active-filters__list-item-name{font-size:1em;color:#777777}.woocommerce-page .wc-block-attribute-filter,.woocommerce-page .wc-block-stock-filter-list{margin-bottom:0}.woocommerce-page .wc-block-attribute-filter label,.woocommerce-page .wc-block-stock-filter-list label{font-size:1em}.woocommerce-page .wp-block-woocommerce-price-filter{color: #222529;border-color: #222529}.woocommerce-page .wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper{margin-top:3px;margin-bottom:20px}.woocommerce-page .wp-block-woocommerce-price-filter .wc-block-components-price-slider__amount{font-size:1em;border-color: rgba(0, 0, 0, 0.08)!important;padding:4px 8px}.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{width:20px;height:20px;min-height:20px;min-width:20px;outline:none!important;background-color: #fff;border-color: #e7e7e7}.woocommerce-page .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox][checked]{background-color:#212529;border-color:#ffffff}.woocommerce-page .wc-block-components-checkbox svg{fill:#fff}.woocommerce-page .wp-block-woocommerce-customer-account{padding:0}.woocommerce-page .wp-block-woocommerce-customer-account .label{font-size:inherit;font-weight:500;color:#777777}.widget_block .wc-block-review-list{border-bottom-width:0}.widget_block .wc-block-review-list>li{padding-top:20px;padding-bottom:20px}.widget_block .wc-block-review-list>li:last-child{padding-bottom:0}.widget_block .wc-block-components-review-list-item__info{margin-bottom:15px}.widget_block .wc-block-review-list-item__image img{border-radius:50%}.widget_block .wc-block-components-review-list-item__author,.widget_block .wc-block-components-review-list-item__product{line-height:1.4}.widget_block .wc-block-product-categories-list{border-bottom-width:0}.widget_block .wc-block-product-categories-list>li{border-top-width:0}.sidebar-content .filter-item-list,.woocommerce-page .sidebar-content .yith-woo-ajax-navigation ul.yith-wcan-color{display:block;padding-top:4px;padding-left:4px;padding-bottom:4px}.sidebar-content .filter-item-list .filter-color,.woocommerce-page .sidebar-content .yith-woo-ajax-navigation ul.yith-wcan-color a,.woocommerce-page .sidebar-content .yith-woo-ajax-navigation ul.yith-wcan-color span{font-size:14px;letter-spacing:-0.03em;font-weight:500;text-indent:36px;line-height:18px;--porto-sw-size:18px;padding:0;margin-top:0;margin-bottom:15px;border-width:0!important}.sidebar-content .filter-item-list li:last-child .filter-color,.woocommerce-page .sidebar-content .yith-woo-ajax-navigation ul.yith-wcan-color li:last-child a,.woocommerce-page .sidebar-content .yith-woo-ajax-navigation ul.yith-wcan-color li:last-child span{margin-bottom:15px}.sidebar-content .filter-item-list li .filter-color:before,ul.yith-wcan-color li a:before,ul.yith-wcan-color li span:before{content:"";position:absolute;--porto-sw-offset:-4px;left:var(--porto-sw-offset);top:var(--porto-sw-offset);right:var(--porto-sw-offset);bottom:var(--porto-sw-offset);border:1px solid  #e7e7e7;border-radius:50%}.sidebar-content .filter-item-list li.active .filter-color,.sidebar-content .filter-item-list li.chosen .filter-color,.sidebar-content .filter-item-list li:hover .filter-color,ul.yith-wcan-group:not(.yith-wcan-label) li.active a,ul.yith-wcan-group:not(.yith-wcan-label) li.active span,ul.yith-wcan-group:not(.yith-wcan-label) li.chosen a,ul.yith-wcan-group:not(.yith-wcan-label) li.chosen span,ul.yith-wcan-group:not(.yith-wcan-label) li:hover a,ul.yith-wcan-group:not(.yith-wcan-label) li:hover span{color: #222529}.sidebar-content .filter-item-list li.active .filter-color:before,.sidebar-content .filter-item-list li.chosen .filter-color:before,.sidebar-content .filter-item-list li:hover .filter-color:before,ul.yith-wcan-group:not(.yith-wcan-label) li.active a:before,ul.yith-wcan-group:not(.yith-wcan-label) li.active span:before,ul.yith-wcan-group:not(.yith-wcan-label) li.chosen a:before,ul.yith-wcan-group:not(.yith-wcan-label) li.chosen span:before,ul.yith-wcan-group:not(.yith-wcan-label) li:hover a:before,ul.yith-wcan-group:not(.yith-wcan-label) li:hover span:before{border-color:inherit!important}
.woocommerce-page aside.widget .pwb-filter-products ul{margin-top:0;border:none}.woocommerce-page aside.widget .pwb-filter-products li{border:none;color:#777777}.woocommerce-page aside.widget .pwb-filter-products li:hover{color: #222529}.woocommerce-page aside.widget .pwb-filter-products label>*{vertical-align:middle;cursor:pointer}.woocommerce-page aside.widget .pwb-filter-products input{width:18px;height:18px;min-height:18px;min-width:18px;margin:0 4px 0 0;accent-color: #222529}.woocommerce-page aside.widget .pwb-filter-products button{margin-top:1rem;width:100%;height:38px;color:#212529;border-color:#f3f3f3;background-color:#f3f3f3}.woocommerce-page aside.widget .pwb-filter-products button:hover{color: #fff;border-color: #222529;background-color: #222529}.woocommerce-page aside.widget .pwb-row{margin-top:0;border:none}.woocommerce-page aside.widget .pwb-row li{border:none;padding:0.25rem}.woocommerce-page aside.widget .pwb-row li a{opacity:0.7}.woocommerce-page aside.widget .pwb-row li a.active,.woocommerce-page aside.widget .pwb-row li a:hover{opacity:1}.woocommerce-page .porto-product-filters aside.widget .pwb-filter-products{padding-bottom:15px}.woocommerce-page .porto-product-filters aside.widget .pwb-filter-products button{margin-top:0.5rem}
.vc_column_container.section.section-with-divider .section-divider,.vc_row.section.section-with-divider .section-divider{position:absolute;left:0;width:100%;top:50px}.vc_column_container.section.section-with-divider-footer .section-divider,.vc_row.section.section-with-divider-footer .section-divider{position:absolute;left:0;width:100%;bottom:55px}@media (min-width:768px){.vc_row-o-equal-height>.container>.row>.vc_column_container>.vc_column-inner,.vc_row-o-full-height>.container>.row{height:100%}}.vc_row-o-columns-middle>.container>.row{align-items:center}.vc_column_container.section{margin:0;padding:50px 10px}.vc_column_container.section .wpb_wrapper>div:last-child,.vc_row.section>.porto-container>.vc_row>.vc_column_container .wpb_wrapper>div:last-child,.vc_row.section>.vc_column_container .wpb_wrapper>div:last-child{margin-bottom:0}.porto-section.vc_section{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.row.no-padding>.vc_column_container.section{padding-left:var(--porto-res-spacing,15px);padding-right:var(--porto-res-spacing,15px)}.row.no-padding>.vc_column_container.section .col-half-section{padding-left:0;padding-right:0}.vc_row.no-padding{--bs-gutter-x:0px}.vc_row.porto_stretch_css{position:relative;width:calc(100vw - var(--porto-scroll-w, 0px))}.container .vc_row.porto_stretch_css{left:calc(50% - 50vw + var(--porto-scroll-w, 0px) / 2 + var(--bs-gutter-x) / 2)}.container .vc_row.porto_stretch_css:not(.row){left:calc(50% - 50vw + var(--porto-scroll-w, 0px) / 2)}.container .vc_row.stretch_row_css:not(.no-padding){padding-left:calc((100vw - 100% - var(--porto-scroll-w, 0px) - var(--bs-gutter-x)) / 2)!important;padding-right:calc((100vw - 100% - var(--porto-scroll-w, 0px) - var(--bs-gutter-x)) / 2)!important}.container .vc_row.stretch_row_css:not(.no-padding):not(.row){padding-left:calc((100vw - 100% - var(--porto-scroll-w, 0px)) / 2)!important;padding-right:calc((100vw - 100% - var(--porto-scroll-w, 0px)) / 2)!important}.container .vc_row.stretch_row_content_no_spaces_css>.vc_column_container{padding-left:0;padding-right:0}.container .stretch_row_content_css:not(.porto-inner-container){padding-left:var(--porto-container-spacing);padding-right:var(--porto-container-spacing)}.container .stretch_row_content_css>.porto-wrap-container{padding-left:var(--porto-res-spacing);padding-right:var(--porto-res-spacing)}.container-fluid .vc_row.stretch_row_content_css,.container-fluid .vc_row.stretch_row_content_no_spaces_css{padding-left:0;padding-right:0}.container-fluid .vc_row.stretch_row_content_no_spaces_css>.vc_column_container{padding-left:0;padding-right:0}#main.main-boxed .vc_row[data-vc-stretch-content].section,body.boxed .vc_row[data-vc-stretch-content].section{padding-left:10px;padding-right:10px}#main.boxed .vc_row[data-vc-stretch-content] .porto-container,#main.main-boxed .vc_row[data-vc-stretch-content] .porto-container,.container .vc_row[data-vc-stretch-content] .porto-wrap-container,body.boxed #main.wide .vc_row[data-vc-stretch-content] .container{padding-left:var(--porto-container-spacing);padding-right:var(--porto-container-spacing)}#main.boxed .vc_row.vc_row-no-padding .porto-container,#main.main-boxed .vc_row.vc_row-no-padding .porto-container,.container .vc_row.vc_row-no-padding .porto-container,.container .vc_row.vc_row-no-padding .porto-wrap-container,.container .vc_row[data-vc-stretch-content]>.porto-wrap-container{padding-left:var(--porto-res-spacing);padding-right:var(--porto-res-spacing)}body.boxed #main.wide .vc_row.vc_row-no-padding .container,body.boxed #main.wide .vc_row[data-vc-stretch-content]>.porto-wrap-container{max-width:none;padding-left:var(--porto-fluid-spacing);padding-right:var(--porto-fluid-spacing)}#main.main-boxed .vc_row[data-vc-stretch-content],body.boxed .vc_row[data-vc-stretch-content]{margin-left:0;margin-right:0}@media (min-width:768px){#main.main-boxed .vc_row[data-vc-stretch-content],body.boxed .vc_row[data-vc-stretch-content]{left:auto!important;margin-left:calc(20px * -1)!important;margin-right:calc(20px * -1)!important;max-width:calc(20px + 720px)}}@media (max-width:767px){#main.main-boxed .vc_row[data-vc-stretch-content],body.boxed .vc_row[data-vc-stretch-content]{padding-left:0!important;padding-right:0!important}}@media (min-width:992px){#main.main-boxed .vc_row[data-vc-stretch-content],body.boxed .vc_row[data-vc-stretch-content]{max-width:calc(20px + 960px)}}@media (min-width:768px){body.boxed #main.wide .vc_row[data-vc-stretch-content]{padding-left:0!important;padding-right:0!important}}body.boxed #main.wide .container .top-row{margin-left:calc(var(--porto-fluid-spacing) * -1);margin-right:calc(var(--porto-fluid-spacing) * -1);padding-left:var(--porto-container-spacing);padding-right:var(--porto-container-spacing)}body.boxed #main.wide .container .porto-inner-container{padding-left:var(--porto-fluid-spacing);padding-right:var(--porto-fluid-spacing)}@media (min-width:992px){body:not(.boxed) .side-nav .vc_row[data-vc-stretch-content]{padding-left:0!important;padding-right:0!important;left:0!important;right:0!important}}#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content],#main.main-boxed .portfolio-modal .vc_row[data-vc-full-width],#main.main-boxed .portfolio-modal .vc_row[data-vc-stretch-content],.portfolio-ajax-modal .vc_row[data-vc-full-width],.portfolio-ajax-modal .vc_row[data-vc-stretch-content],.portfolio-modal .vc_row[data-vc-full-width],.portfolio-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-ajax-modal .vc_row[data-vc-full-width],body.boxed .portfolio-ajax-modal .vc_row[data-vc-stretch-content],body.boxed .portfolio-modal .vc_row[data-vc-full-width],body.boxed .portfolio-modal .vc_row[data-vc-stretch-content]{padding-left:20px!important;padding-right:20px!important}.compose-mode .vc_element[class*=vc_porto_hb_]{display:inline-block;vertical-align:middle;margin-right:0.875rem}.compose-mode .vc_element[class*=vc_porto_hb_]:last-child{margin-right:0}.header-builder-p .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{z-index:auto}.header-builder-p .vc_column-inner{display:flex;align-items:center;flex-wrap:wrap}.header-builder-p .vc_column-inner>:not(.vc_row){margin-right:0.875rem}.header-builder-p .vc_column-inner>:last-child{margin-right:0}.header-builder-p .vc_column-inner>.vc_row,.header-builder-p .vc_column-inner>.vc_vc_row_inner{width:calc(100% + 20px)}.header-builder-p .vc_row-o-full-height>.vc_column_container>.vc_column-inner,.header-builder-p .vc_row-o-full-height>.vc_vc_column>.vc_column_container>.vc_column-inner,.header-builder-p .vc_row-o-full-height>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{align-content:flex-start}.header-builder-p .vc_row-flex>.vc_column_container>.vc_column-inner,.header-builder-p .vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner,.header-builder-p .vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{flex-direction:row;justify-content:flex-start}.header-builder-p .porto-block .porto-block .vc_column-inner{display:block}.header-builder-p .porto-block .porto-block .vc_column-inner>*{margin-right:0}#header.header-builder-p .header-main .container>div{display:flex}.vc_column_container.flex-1,.wpb-flex-1{flex:1}.vc_column_container.flex-auto,.wpb-flex-auto{width:auto;flex:none}.vc_column_container.flex-1:last-of-type .vc_column-inner,.wpb-flex-1:last-of-type .vc_column-inner{justify-content:flex-end}.vc_column_container.flex-1:nth-of-type(2):not(:last-of-type) .vc_column-inner,.wpb-flex-1:nth-of-type(2):not(:last-of-type) .vc_column-inner{justify-content:center}.vc_row.cursor-shape-wrapper,[data-inviewport-style].vc_row.view-scale-wrapper{padding-top:30px}
p,.porto-u-sub-heading{font-family:Poppins,sans-serif}.custom-font1{font-family:Handlee,sans-serif}#header .porto-view-switcher:first-child > li.menu-item:first-child > a{padding-left:0}#header .reveal-search-layout .searchform-fields{padding:0 10px}#header .reveal-search-layout input{border-bottom-color:#f9581d}#header .reveal-search-layout .button-wrap{right:30px}#header .reveal-search-layout .btn-close-search-form{color:#ffffff}#header .overlay-search-layout .selectric-cat,#header .overlay-search-layout .text,#header .overlay-search-layout .button-wrap{border-bottom:2px solid #f9581d}#header .overlay-search-layout .btn-close-search-form{color:#ffffff}#header .large-search-layout .search-toggle:after{border-bottom-color:#ffffff}.searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar{width:5px}.searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius:0;background:rgba(204,204,204,0.5)}.live-search-list .autocomplete-suggestion .search-price{color:#222529;font-weight:600}@media (min-width:768px) and (max-width:1591px){#header .searchform input{width:318px}#header .searchform.searchform-cats input{width:190px}}#mini-cart .minicart-icon-default{border:2px solid;border-radius:0 0 5px 5px;width:14px;height:11px;position:relative;margin:5px 3px 1px}#mini-cart .minicart-icon-default:before{content:"";position:absolute;width:8px;height:9px;border:2px solid;border-bottom:none;border-radius:4px 4px 0 0;left:1px;top:-7px;margin:0}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){#mini-cart .cart-head{height:30px}}#mini-cart .cart_list::-webkit-scrollbar-thumb,.wishlist-offcanvas .wishlist-popup::-webkit-scrollbar-thumb,.minicart-offcanvas .widget_shopping_cart_content::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(204,204,204,0.5)}@media (max-width:991px){#header .header-contact{display:none}}@media (max-width:767px){#header:not(.header-builder) .header-top{display:flex}#header:not(.header-builder) .switcher-wrap{display:inline-block}}.page-header-8{padding:1.25rem 0}.woocommerce-cart .main-content,.woocommerce-checkout .main-content{padding-top:5px}.page-header-8 .breadcrumb{margin-bottom:0;justify-content:center;background:none}.page-header-8 li{line-height:3.521875rem}.page-header-8 li a{color:#222529;font-family:'Poppins',Poppins,sans-serif;text-decoration:none;font-size:1.25rem;font-weight:700;letter-spacing:-.03em;transition:opacity .3s;vertical-align:middle}.page-header-8 li.disable a{pointer-events:none}.page-header-8 li .delimiter.delimiter-2{color:#222529;font-size:1.875rem;font-weight:700;margin:0 1.2rem;float:left}.page-header-8 li.current~li a,.page-header-8 li.current~li .delimiter{opacity:.5}.page-header-8 li.current a,.page-header-8 li:not(.disable) a:hover{color:#f9581d;opacity:1}.header-corporate .share-links a,.header-builder .share-links a{width:28px;height:28px;border-radius:28px;margin:0 1px;overflow:hidden;font-size:.8rem}.header-corporate .share-links a:not(:hover),.header-builder .share-links a:not(:hover){background-color:#fff;color:#333}#header.sticky-header .header-contact{display:none}.footer .wysija-input{border-radius:30px 0 0 30px;padding-left:1rem}.footer .wysija-submit{border-radius:0 30px 30px 0}@media (min-width:1160px){.ccols-xl-1 > *{--porto-cw:100%}.ccols-xl-2 > *{--porto-cw:50%}.ccols-xl-3 > *{--porto-cw:33.3333%}.ccols-xl-4 > *{--porto-cw:25%}.ccols-xl-5 > *{--porto-cw:20%}.ccols-xl-6 > *{--porto-cw:16.6666%}.ccols-xl-7 > *{--porto-cw:14.2857%}.ccols-xl-8 > *{--porto-cw:12.5%}.ccols-xl-9 > *{--porto-cw:11.1111%}.ccols-xl-10 > *{--porto-cw:10%}.porto-half-slider:not(.owl-loaded) > *{--porto-cw:var( --porto-col-xl )}.porto-half-slider:not(.owl-loaded) > li.product-col{width:var( --porto-col-xl,100% )}}@media (min-width:1612px){.ccols-sl-10 > *{--porto-cw:10%}.ccols-sl-9 > *{--porto-cw:11.1111%}.ccols-sl-8 > *{--porto-cw:12.5%}.ccols-sl-7 > *{--porto-cw:14.2857%}.ccols-sl-6 > *{--porto-cw:16.6666%}.ccols-sl-5 > *{--porto-cw:20%}.ccols-sl-4 > *{--porto-cw:25%}.ccols-sl-3 > *{--porto-cw:33.3333%}.porto-half-slider:not(.owl-loaded) > *{--porto-cw:var( --porto-col-sl )}.porto-half-slider:not(.owl-loaded) > li.product-col{width:var( --porto-col-sl,100% )}}@media (max-width:575px){.page-wrapper .device-hidden-mobile{display:none}}@media (min-width:576px) and (max-width:767px){.page-wrapper .device-hidden-mobile-extra{display:none}}@media (min-width:768px) and (max-width:991px){.page-wrapper .device-hidden-tablet{display:none}}@media (min-width:992px) and (max-width:1159px){.page-wrapper .device-hidden-tablet-extra{display:none}}@media (min-width:1160px) and (max-width:1611px){.page-wrapper .device-hidden-desktop{display:none}}@media (min-width:1612px){.page-wrapper .device-hidden-large-desktop{display:none}}@media (max-width:1159px){.mega-menu > li.menu-item > a{padding:9px 9px 8px}.widget_sidebar_menu .widget-title{font-size:.8571em;line-height:13px;padding:10px 15px}.sidebar-menu > li.menu-item > a{font-size:.9286em;line-height:17px;padding:9px 5px}.sidebar-menu .menu-custom-block a{font-size:.9286em;line-height:16px;padding:9px 5px}.sidebar-menu > li.menu-item .popup:before{top:11px}.porto-links-block{font-size:13px}ul.pcols-md-6 li.product-col,.porto-attr-row.pcols-md-6 .porto-attr-col{width:16.6666%}ul.pwidth-md-6 .product-image{font-size:.8em}ul.pwidth-md-6 .add-links{font-size:.85em}ul.pcols-md-5 li.product-col,.porto-attr-row.pcols-md-5 .porto-attr-col{width:20%}ul.pwidth-md-5 .product-image{font-size:.9em}ul.pwidth-md-5 .add-links{font-size:.95em}ul.pcols-md-4 li.product-col,.porto-attr-row.pcols-md-4 .porto-attr-col{width:25%}ul.pwidth-md-4 .product-image{font-size:1em}ul.pwidth-md-4 .add-links{font-size:1em}ul.pcols-md-3 li.product-col,.porto-attr-row.pcols-md-3 .porto-attr-col{width:33.3333%}ul.pwidth-md-3 .product-image{font-size:1.15em}ul.pwidth-md-3 .add-links{font-size:1em}ul.pcols-md-2 li.product-col,.porto-attr-row.pcols-md-2 .porto-attr-col{width:50%}ul.pwidth-md-2 .product-image{font-size:1.4em}ul.pwidth-md-2 .add-links{font-size:1em}ul.pcols-md-1 li.product-col,.porto-attr-row.pcols-md-1 .porto-attr-col{width:100%}}@media (min-width:992px) and (max-width:1591px){.portfolio-row .portfolio-col-6{width:20%}.portfolio-row .portfolio-col-6.w2{width:40%}.column2 ul.pwidth-md-5 .product-image{font-size:.75em}.column2 ul.pwidth-md-5 .add-links{font-size:.8em}.column2 ul.pwidth-md-4 .product-image{font-size:.8em}.column2 ul.pwidth-md-4 .add-links{font-size:.9em}.column2 ul.pwidth-md-3 .product-image{font-size:.9em}.column2 ul.pwidth-md-3 .add-links{font-size:1em}.column2 ul.pwidth-md-2 .product-image{font-size:1.1em}.column2 ul.pwidth-md-2 .add-links{font-size:1em}.column2 .shop-loop-before .woocommerce-pagination ul{margin-left:-5px}ul.product_list_widget li .product-image{width:70px;flex:0 0 70px;margin-right:15px}ul.product_list_widget li .product-details{width:calc(100% - 85px)}}@media (min-width:768px) and (max-width:1591px){.column2 .portfolio-row .portfolio-col-4{width:33.3333%}.column2 .portfolio-row .portfolio-col-4.w2{width:66.6666%}.column2 .portfolio-row .portfolio-col-5,.column2 .portfolio-row .portfolio-col-6{width:25%}.column2 .portfolio-row .portfolio-col-5.w2,.column2 .portfolio-row .portfolio-col-6.w2{width:50%}}@media (min-width:768px) and (max-width:991px){ul.pcols-sm-4 li.product-col,.porto-attr-row.pcols-sm-4 .porto-attr-col{width:25%}ul.pcols-sm-3 li.product-col,.porto-attr-row.pcols-sm-3 .porto-attr-col{width:33.3333%}ul.pcols-sm-2 li.product-col,.porto-attr-row.pcols-sm-2 .porto-attr-col{width:50%}ul.pcols-sm-1 li.product-col,.porto-attr-row.pcols-sm-1 .porto-attr-col{width:100%}}@media (max-width:767px){ul.pcols-xs-4 li.product-col,.porto-attr-row.pcols-xs-4 .porto-attr-col{width:25%}ul.pcols-xs-3 li.product-col,.porto-attr-row.pcols-xs-3 .porto-attr-col{width:33.3333%}ul.pwidth-xs-3 .product-image{font-size:.85em}ul.pwidth-xs-3 .add-links{font-size:.85em}ul.pcols-xs-2 li.product-col,.porto-attr-row.pcols-xs-2 .porto-attr-col{width:50%}ul.pwidth-xs-2 .product-image{font-size:1em}ul.pwidth-xs-2 .add-links{font-size:1em}ul.pcols-xs-1 li.product-col,.porto-attr-row.pcols-xs-1 .porto-attr-col{width:100%}ul.pwidth-xs-1 .product-image{font-size:1.2em}ul.pwidth-xs-1 .add-links{font-size:1em}}@media (max-width:575px){ul.pcols-ls-2 li.product-col,.porto-attr-row.pcols-ls-2 .porto-attr-col{width:50%}ul.pwidth-ls-2 .product-image{font-size:.8em}ul.pwidth-ls-2 .add-links{font-size:.85em}ul.pcols-ls-1 li.product-col,.porto-attr-row.pcols-ls-1 .porto-attr-col{width:100%}ul.pwidth-ls-1 .product-image{font-size:1.1em}ul.pwidth-ls-1 .add-links{font-size:1em}}@media (min-width:576px){ul.list li.product{width:100%}}.wishlist_table .add_to_cart.button,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{border-radius:0}.page-wrapper .fdm-item-image,.thumb-info{border-width:0;background:none}.thumb-info-caption .thumb-info-caption-text{padding:15px 0;margin-bottom:0}.thumb-info-social-icons{padding:0}.thumb-info-social-icons:first-child{padding:10px 0}.thumb-info .share-links a{background:#f9581d}.thumb-info .share-links a:hover{opacity:.9}.thumb-info .thumb-info-wrapper:after{background:rgba(33,37,41,0.8)}.dir-arrow{background:transparent url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/arrows.png) no-repeat 0 0}.dir-arrow.arrow-light{background:transparent url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/arrows-dark.png) no-repeat 0 0}.elementor hr,hr,.divider,.slider-title .line,.section-title .line{background:rgba(0,0,0,.08)}hr.light{background:rgba(255,255,255,.06)}.porto-history .thumb{background:transparent url(https://www.comercialchiriguano.com/wp-content/themes/porto/images/history-thumb.png) no-repeat 0 0}[type="submit"].btn-default{color:#333}.btn-default.btn:hover{color:#333}.divider.divider-small hr{background:#555}input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],textarea,.form-control,select,.porto-wpforms-inline .wpforms-field-large{background-color:#fff;color:#777;border-color: rgba(0, 0, 0, 0.08)}.btn-default.btn{border-bottom-color:rgba(0,0,0,.2)}.login-more.heading-tag{color:#999}.star-rating:before{color:rgba(0,0,0,0.16)}.product-image{border:1px solid #f4f4f4}.product-images .product-image-slider.owl-carousel .img-thumbnail,.product-images .product-image-slider.owl-carousel .vd-image{padding-right:1px;padding-left:1px}.product-images .product-image-slider{--porto-el-spacing:2px}.product-images .product-image-slider.has-ccols-spacing>.img-thumbnail,.product-images .product-image-slider.has-ccols-spacing>.vd-image{padding-right:calc(var(--porto-el-spacing,2px) / 2);padding-left:calc( var(--porto-el-spacing,2px ) / 2)}.product-images .img-thumbnail .inner{border:1px solid #f4f4f4}.text-dark,.text-dark.wpb_text_column p{color:#222529 !important}.alert.alert-dark{background-color:#3a3f45;border-color:#0b0c0e;color:#d5d8dc}.alert.alert-dark .alert-link{color:#ffffff}html.dark .text-muted{color:#505562 !important}.page-top{background-color:transparent}@media (min-width:768px){#banner-wrapper.banner-wrapper-boxed{max-width:740px}}@media (min-width:992px){#banner-wrapper.banner-wrapper-boxed{max-width:980px}}@media (min-width:1592px){#banner-wrapper.banner-wrapper-boxed{max-width:1592px}}@media (min-width:768px){#main.main-boxed{max-width:740px}}@media (min-width:992px){#main.main-boxed{max-width:980px}}@media (min-width:1592px){#main.main-boxed{max-width:1592px}}@media (min-width:768px){body.boxed .page-wrapper{max-width:740px}}@media (min-width:992px){body.boxed .page-wrapper{max-width:980px}}@media (min-width:1592px){body.boxed .page-wrapper{max-width:1592px}}@media (min-width:768px){#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:740px}}@media (min-width:992px){#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:980px}}@media (min-width:1592px){#main.main-boxed .vc_row[data-vc-stretch-content]{max-width:1592px}}@media (min-width:1592px){body.boxed .vc_row[data-vc-stretch-content],body.boxed #header.sticky-header .header-main.sticky,body.boxed #header.sticky-header .main-menu-wrap,body.boxed #header.sticky-header .header-main.sticky,#header-boxed #header.sticky-header .header-main.sticky,body.boxed #header.sticky-header .main-menu-wrap,#header-boxed #header.sticky-header .main-menu-wrap{max-width:1592px}.col-xl-1-5{width:20%}.col-xl-2-5{width:40%}.col-xl-3-5{width:60%}.col-xl-4-5{width:80%}.offset-xl-1\/5{margin-left:20%}.offset-xl-2\/5{margin-left:40%}.offset-xl-3\/5{margin-left:60%}.offset-xl-4\/5{margin-left:80%}}@media (min-width:1612px){.col-xxl-1-5{width:20%}.col-xxl-2-5{width:40%}.col-xxl-3-5{width:60%}.col-xxl-4-5{width:80%}.offset-xxl-1\/5{margin-left:20%}.offset-xxl-2\/5{margin-left:40%}.offset-xxl-3\/5{margin-left:60%}.offset-xxl-4\/5{margin-left:80%}}.header-wrapper .separator{border-left-color:rgba(0,0,0,.04)}.header-top .separator{border-left-color:rgba(0,0,0,.04)}.fixed-header header .header-main{}@media (min-width:992px){.header-wrapper.header-side-nav.fixed-header #header{}}#header.sticky-header .header-main,.fixed-header #header.sticky-header .header-main{background-color:rgba(255,255,255,1)}#header.sticky-header .main-menu-wrap,.fixed-header #header.sticky-header .main-menu-wrap{background-color:rgba(255,255,255,1)}.fixed-header #header .searchform{background-color:rgba(255,255,255,0.5);border-color:rgba(249,88,29,0.5)}@media (max-width:991px){.fixed-header #header .searchform{background-color:rgba(255,255,255,1)}}.fixed-header #header .searchform-popup .searchform{background-color:rgba(255,255,255,1)}.fixed-header #header .main-menu-wrap{}.fixed-header #header .main-menu{}#header .searchform,.fixed-header #header.sticky-header .searchform{border-color:#f9581d}#header .searchform,.fixed-header #header.sticky-header .searchform{background:#ffffff}#header .overlay-search-layout .searchform,.fixed-header #header.sticky-header .overlay-search-layout .searchform{background:rgba(255,255,255,.95)}#header .header-main .top-links > li.menu-item.has-sub:hover > a,#header .header-bottom .top-links > li.menu-item.has-sub:hover > a{background-color:transparent}#header .top-links .narrow ul.sub-menu,#header .main-menu .wide .popup > .inner,.sidebar-menu .wide .popup > .inner,.side-menu-slide .wide ul.sub-menu,.sidebar-menu .narrow ul.sub-menu{background-color:#ffffff}.sidebar-menu .menu-custom-block a:hover,.sidebar-menu .menu-custom-block a:hover + a{border-top-color:#ffffff}#header .top-links .narrow li.menu-item > a,#header .porto-wide-sub-menu li.sub li.menu-item > a,.side-nav-wrap .sidebar-menu .wide li.menu-item li.menu-item > a,.sidebar-menu .wide li.sub li.menu-item > a,.sidebar-menu .narrow li.menu-item > a,.porto-popup-menu .sub-menu a{color:#777777}#header .top-links .narrow li.menu-item:hover > a,#header .porto-wide-sub-menu li.sub li.menu-item:hover > a,.porto-popup-menu .sub-menu a:hover{color:#36393d}#header .top-links .narrow li.menu-item:hover > a,#header .sidebar-menu .narrow .menu-item:hover > a,.main-sidebar-menu .sidebar-menu .narrow .menu-item:hover > a{background-color:transparent}.sidebar-menu .wide li.menu-item li.menu-item > a:hover,#header .sidebar-menu .wide li.menu-item li.menu-item > a:hover,.sidebar-menu .narrow li.menu-item > a:hover{background-color:transparent;color:#36393d}@media (min-width:768px){#header-boxed{max-width:740px}}@media (min-width:992px){#header-boxed{max-width:980px}}@media (min-width:1592px){#header-boxed{max-width:1592px}}#header .header-top .top-links .narrow li.menu-item:hover > a{text-decoration:none}#header .top-links > li.menu-item:after{content:none}#header .header-top .gap{visibility:hidden}.header-top{}.main-menu-wrap{}.main-menu-wrap .main-menu > li.menu-item > a .tip{right:39px;top:7px}#header .main-menu-wrap .menu-custom-block a,#header .main-menu-wrap .menu-custom-block span{padding:22px 39px 22px 26px}#header .main-menu-wrap .menu-custom-block{padding-top:0;padding-bottom:0}@media (max-width:1591px){.main-menu-wrap .main-menu > li.menu-item > a .tip{right:14px;top:-6px}#header .main-menu-wrap .menu-custom-block a,#header .main-menu-wrap .menu-custom-block span{padding:9px 14px 9px 14px}}#header .main-menu-wrap .menu-custom-block .tip{right:34px;top:7px}#header .main-menu > li.menu-item > a{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.35px;color:#444444;padding:22px 39px 22px 26px}#header .main-menu > li.menu-item.active > a{background-color:transparent;color:#4dae65}#header .main-menu > li.menu-item.active:hover > a,#header .main-menu > li.menu-item:hover > a{background-color:transparent;color:#4dae65}#header .porto-wide-sub-menu a,#header .porto-narrow-sub-menu a,.side-nav-wrap .sidebar-menu .popup,.main-sidebar-menu .sidebar-menu .popup,.porto-popup-menu .sub-menu{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:24px;letter-spacing:0}.sidebar-menu .porto-wide-sub-menu > li > a,#header .porto-wide-sub-menu > li > a{font-weight:700;--porto-heading-color:#333333}#header .main-menu .wide .popup,#header .sidebar-menu .wide .popup{border-width:0}#header .main-menu .narrow ul.sub-menu{background-color:#ffffff}#header .main-menu .narrow li.menu-item > a{color:#777777;border-bottom-color:#f3f3f3}#header .main-menu .narrow li.menu-item:hover > a,#header .main-menu .wide li.menu-item li.menu-item:hover > a{color:#36393d;background-color:transparent}#header .menu-custom-block span,#header .menu-custom-block a{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-0.35px}#header .porto-view-switcher > li.menu-item:before,#header .porto-view-switcher > li.menu-item > a{color:#777777}#header .porto-view-switcher > li.menu-item > a{background-color:transparent}#header .porto-view-switcher .narrow ul.sub-menu{background:#ffffff}#header .porto-view-switcher .narrow li.menu-item > a{color:#777777}#header .porto-view-switcher .narrow li.menu-item > a.active,#header .porto-view-switcher .narrow li.menu-item:hover > a{color:#777777;background:#f3f3f3}#header .searchform .selectric .label,#header .searchform .selectric-items li,#header .searchform .selectric-items li:hover,#header .searchform .selectric-items li.selected,#header .searchform .autocomplete-suggestion .yith_wcas_result_content .title{color:#777777}#header .searchform input:-ms-input-placeholder{color:#777777}#header .searchform input::-ms-input-placeholder{color:#777777}#header .searchform input::placeholder{color:#777777}#header .simple-search-layout .searchform-fields,#header .searchform .selectric-hover .selectric,#header .searchform .selectric-open .selectric,#header .searchform .autocomplete-suggestions,#header .searchform .selectric-items{border-color:#f9581d}#header .searchform button{color:#ffffff}#header .searchform select option,#header .searchform .autocomplete-suggestion,#header .searchform .autocomplete-suggestions,#header .searchform .selectric-items{color:#777777;background-color:#ffffff}#header .searchform .selectric-items li:hover,#header .searchform .selectric-items li.selected{background-color:#e6e6e6}#header .searchform .autocomplete-selected,#header .searchform .autocomplete-suggestion:hover{background-color:#f8f8f8}#header .large-search-layout .search-toggle:after,#header .advanced-search-layout .search-toggle:after{border-bottom-color:#cccccc}#header .large-search-layout .searchform{border-color:#cccccc}@media (max-width:991px){#header .large-search-layout .searchform,#header .advanced-search-layout .searchform{border-color:#cccccc}}#header .simple-search-layout .search-toggle:after{border-bottom-color:#ffffff}#header .mobile-toggle{color:#ffffff;background-color:#f9581d;margin-right:.5rem}@media (max-width:1591px){#header .main-menu-wrap .menu-custom-block .tip{right:9px;top:-6px}#header .main-menu > li.menu-item > a{padding:9px 14px 9px 14px}}.cart-popup .quantity,.cart-popup .quantity .amount,.wishlist-popup .quantity,.wishlist-popup .amount{color:#696969 !important}#mini-cart .cart-head{font-size:29px}#mini-cart .cart-items,#mini-cart .cart-items-text{color:#ffffff}#side-nav-panel{background-color:#ffffff}#side-nav-panel .accordion-menu li.menu-item.active > a,#side-nav-panel .menu-custom-block a:hover{background-color:#f7f7f7}#side-nav-panel,#side-nav-panel .welcome-msg,#side-nav-panel .accordion-menu,#side-nav-panel .menu-custom-block,#side-nav-panel .menu-custom-block span{color:#222529}#side-nav-panel .accordion-menu li:not(:last-child),#side-nav-panel .accordion-menu.porto-view-switcher>li{border-bottom-color:#e7e7e7}#side-nav-panel .mobile-tabs .mobile-tab-item:not(.active){color:#222529}#side-nav-panel .mobile-tabs .mobile-tab-item.active{color:#f9581d;border-bottom-color:#f9581d}#side-nav-panel .accordion-menu li.menu-item > a,#side-nav-panel .menu-custom-block a,#side-nav-panel .accordion-menu li.menu-item > .arrow{color:#222529}#side-nav-panel::-webkit-scrollbar{width:5px}#side-nav-panel::-webkit-scrollbar-thumb{border-radius:0;background:rgba(204,204,204,0.5)}.page-wrapper,#header.sticky-header .header-main.sticky{transition:left .3s}html.panel-opened .page-wrapper,html.panel-opened #header.sticky-header .header-main.sticky{left:260px}@media (max-width:991px){#side-nav-panel .searchform select{display:none}#side-nav-panel .searchform{padding:0 10px}#side-nav-panel .searchform-fields{border-radius:25px;display:flex;align-items:center;background:#f4f4f4}#side-nav-panel .searchform .text{flex:1}#side-nav-panel .searchform input[type="text"]{width:100%;height:38px;background:none;border:none;font-size:inherit;padding-left:25px}#side-nav-panel .searchform .btn{background:none;border:none;box-shadow:none;padding:.625rem .875rem;color:#222529}}@media (max-width:575px){#header .searchform-popup{display:none}}#side-nav-panel .accordion-menu li.menu-item.current-menu-item > a,#side-nav-panel .accordion-menu li.menu-item.active > a,#side-nav-panel .accordion-menu li.menu-item:hover > a,#side-nav-panel .menu-custom-block a:hover,#side-nav-panel .accordion-menu li.menu-item.current-menu-item > .arrow,#side-nav-panel .accordion-menu li.menu-item.active > .arrow,#side-nav-panel .accordion-menu li.menu-item:hover > .arrow{color:#f9581d}#side-nav-panel .accordion-menu li.menu-item.current-menu-item > a,#side-nav-panel .accordion-menu li.menu-item.active > a,#side-nav-panel .accordion-menu li.menu-item:hover > a,#side-nav-panel .menu-custom-block a:hover{background-color:#ffffff}.fixed-header #nav-panel .mobile-nav-wrap{padding:15px !important}.footer-wrapper.fixed #footer .footer-bottom{}#footer .footer-main > .container{padding-top:4rem;padding-bottom:1.5rem}.widget_recent_entries li,.widget_recent_comments li,.widget_pages li,.widget_meta li,.widget_nav_menu li,.widget_archive li,.widget_categories li,.widget_rss li,.wp-block-latest-posts__list.wp-block-latest-posts li,.wp-block-latest-posts__list.wp-block-latest-posts li a{color:#666666}.widget .rss-date,.widget .post-date,.widget .comment-author-link,.wp-block-latest-posts__list time,.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt{color:#898989}.color-primary,article.post .post-title,ul.list.icons li i,ul.list.icons li a:hover,ul[class^="wsp-"] li:before,.featured-box .wpb_heading,h2.resp-accordion,.widget .widget-title a:hover,.widget .widgettitle a:hover,.widget li.active > a,.widget_wysija_cont .showerrors,.portfolio-info ul li a:hover,article.member .member-role,html #topcontrol:hover,ul.portfolio-details h5,.page-not-found h4,article.post .sticky-post{color:#f9581d}.highlight{background-image:linear-gradient( 90deg,rgba(255,255,255,0) 50%,rgba(249,88,29,0.2) 0 )}.thumb-info .link,.icon-featured,.featured-box .icon-featured,.inverted,.share-links a,.mega-menu:not(:hover) > li.menu-item.active > a,.mega-menu:not(:hover) > li.menu-item:hover > a{background-color:#f9581d}html .divider.divider-primary i,.featured-box-primary h4,.featured-box-effect-7.featured-box-primary .icon-featured:before,.has-primary-color{color:#f9581d}html .heading-primary,html .lnk-primary,.text-color-primary{color:#f9581d !important}html .label-primary,html .alert-primary,html .divider.divider-primary.divider-small hr,html .divider.divider-style-2.divider-primary i,.featured-box-primary .icon-featured,html .inverted-primary,.has-primary-background-color{background-color:#f9581d}html .background-color-primary,.featured-box-effect-3.featured-box-primary:hover .icon-featured{background-color:#f9581d !important}html .alert-primary,html .alert-primary .alert-link,html .divider.divider-style-2.divider-primary i{color:#ffffff}html .label-primary,html .divider.divider-style-3.divider-primary i,.featured-box-primary .icon-featured:after,html .heading.heading-primary .heading-tag{border-color:#f9581d}.border-color-primary{border-color:#f9581d !important}.featured-box-primary .box-content{border-top-color:#f9581d}html .alert-primary{border-color:#f94d0f}.featured-box-effect-2.featured-box-primary .icon-featured:after{box-shadow:0 0 0 3px #f9581d}.featured-box-effect-3.featured-box-primary .icon-featured:after{box-shadow:0 0 0 10px #f9581d}.nav-pills-secondary a,html .divider.divider-secondary i,.featured-box-secondary h4,.featured-box-effect-7.featured-box-secondary .icon-featured:before,.has-secondary-color{color:#ffc220}html .heading-secondary,html .lnk-secondary,.text-color-secondary{color:#ffc220 !important}.nav-pills-secondary a:hover,.nav-pills-secondary a:focus{color:#ffc93a}.nav-pills-secondary > li.active > a,html .label-secondary,html .alert-secondary,html .divider.divider-secondary.divider-small hr,html .divider.divider-style-2.divider-secondary i,.featured-box-secondary .icon-featured,html .inverted-secondary,.has-secondary-background-color{background-color:#ffc220}html .background-color-secondary,.featured-box-effect-3.featured-box-secondary:hover .icon-featured{background-color:#ffc220 !important}html .alert-secondary,html .alert-secondary .alert-link,html .divider.divider-style-2.divider-secondary i{color:#ffffff}html .label-secondary,html .divider.divider-style-3.divider-secondary i,.featured-box-secondary .icon-featured:after,html .heading.heading-secondary .heading-tag{border-color:#ffc220}.border-color-secondary{border-color:#ffc220 !important}.featured-box-secondary .box-content{border-top-color:#ffc220}html .alert-secondary{border-color:#ffbe11}.featured-box-effect-2.featured-box-secondary .icon-featured:after{box-shadow:0 0 0 3px #ffc220}.featured-box-effect-3.featured-box-secondary .icon-featured:after{box-shadow:0 0 0 10px #ffc220}.nav-pills-tertiary a,html .divider.divider-tertiary i,.featured-box-tertiary h4,.featured-box-effect-7.featured-box-tertiary .icon-featured:before,.has-tertiary-color{color:#4dae65}html .heading-tertiary,html .lnk-tertiary,.text-color-tertiary{color:#4dae65 !important}.nav-pills-tertiary a:hover,.nav-pills-tertiary a:focus{color:#5eb874}.nav-pills-tertiary > li.active > a,html .label-tertiary,html .alert-tertiary,html .divider.divider-tertiary.divider-small hr,html .divider.divider-style-2.divider-tertiary i,.featured-box-tertiary .icon-featured,html .inverted-tertiary,.has-tertiary-background-color{background-color:#4dae65}html .background-color-tertiary,.featured-box-effect-3.featured-box-tertiary:hover .icon-featured{background-color:#4dae65 !important}html .alert-tertiary,html .alert-tertiary .alert-link,html .divider.divider-style-2.divider-tertiary i{color:#ffffff}html .label-tertiary,html .divider.divider-style-3.divider-tertiary i,.featured-box-tertiary .icon-featured:after,html .heading.heading-tertiary .heading-tag{border-color:#4dae65}.border-color-tertiary{border-color:#4dae65 !important}.featured-box-tertiary .box-content{border-top-color:#4dae65}html .alert-tertiary{border-color:#49a45f}.featured-box-effect-2.featured-box-tertiary .icon-featured:after{box-shadow:0 0 0 3px #4dae65}.featured-box-effect-3.featured-box-tertiary .icon-featured:after{box-shadow:0 0 0 10px #4dae65}.nav-pills-quaternary a,html .divider.divider-quaternary i,.featured-box-quaternary h4,.featured-box-effect-7.featured-box-quaternary .icon-featured:before,.has-quaternary-color{color:#bcbdbd}html .heading-quaternary,html .lnk-quaternary,.text-color-quaternary{color:#bcbdbd !important}.nav-pills-quaternary a:hover,.nav-pills-quaternary a:focus{color:#c9caca}.nav-pills-quaternary > li.active > a,html .label-quaternary,html .alert-quaternary,html .divider.divider-quaternary.divider-small hr,html .divider.divider-style-2.divider-quaternary i,.featured-box-quaternary .icon-featured,html .inverted-quaternary,.has-quaternary-background-color{background-color:#bcbdbd}html .background-color-quaternary,.featured-box-effect-3.featured-box-quaternary:hover .icon-featured{background-color:#bcbdbd !important}html .alert-quaternary,html .alert-quaternary .alert-link,html .divider.divider-style-2.divider-quaternary i{color:#ffffff}html .label-quaternary,html .divider.divider-style-3.divider-quaternary i,.featured-box-quaternary .icon-featured:after,html .heading.heading-quaternary .heading-tag{border-color:#bcbdbd}.border-color-quaternary{border-color:#bcbdbd !important}.featured-box-quaternary .box-content{border-top-color:#bcbdbd}html .alert-quaternary{border-color:#b5b6b6}.featured-box-effect-2.featured-box-quaternary .icon-featured:after{box-shadow:0 0 0 3px #bcbdbd}.featured-box-effect-3.featured-box-quaternary .icon-featured:after{box-shadow:0 0 0 10px #bcbdbd}.nav-pills-dark a,html .divider.divider-dark i,.featured-box-dark h4,.featured-box-effect-7.featured-box-dark .icon-featured:before,.has-dark-color{color:#212529}html .heading-dark,html .lnk-dark,.text-color-dark{color:#212529 !important}.nav-pills-dark a:hover,.nav-pills-dark a:focus{color:#2d3238}.nav-pills-dark > li.active > a,html .label-dark,html .alert-dark,html .divider.divider-dark.divider-small hr,html .divider.divider-style-2.divider-dark i,.featured-box-dark .icon-featured,html .inverted-dark,.has-dark-background-color{background-color:#212529}html .background-color-dark,.featured-box-effect-3.featured-box-dark:hover .icon-featured{background-color:#212529 !important}html .alert-dark,html .alert-dark .alert-link,html .divider.divider-style-2.divider-dark i{color:#ffffff}html .label-dark,html .divider.divider-style-3.divider-dark i,.featured-box-dark .icon-featured:after,html .heading.heading-dark .heading-tag{border-color:#212529}.border-color-dark{border-color:#212529 !important}.featured-box-dark .box-content{border-top-color:#212529}html .alert-dark{border-color:#1b1e21}.featured-box-effect-2.featured-box-dark .icon-featured:after{box-shadow:0 0 0 3px #212529}.featured-box-effect-3.featured-box-dark .icon-featured:after{box-shadow:0 0 0 10px #212529}.nav-pills-light a,html .divider.divider-light i,.featured-box-light h4,.featured-box-effect-7.featured-box-light .icon-featured:before,.has-light-color{color:#ffffff}html .heading-light,html .lnk-light,.text-color-light{color:#ffffff !important}.nav-pills-light a:hover,.nav-pills-light a:focus{color:#ffffff}.nav-pills-light > li.active > a,html .label-light,html .alert-light,html .divider.divider-light.divider-small hr,html .divider.divider-style-2.divider-light i,.featured-box-light .icon-featured,html .inverted-light,.has-light-background-color{background-color:#ffffff}html .background-color-light,.featured-box-effect-3.featured-box-light:hover .icon-featured{background-color:#ffffff !important}html .alert-light,html .alert-light .alert-link,html .divider.divider-style-2.divider-light i{color:#212529}html .label-light,html .divider.divider-style-3.divider-light i,.featured-box-light .icon-featured:after,html .heading.heading-light .heading-tag{border-color:#ffffff}.border-color-light{border-color:#ffffff !important}.featured-box-light .box-content{border-top-color:#ffffff}html .alert-light{border-color:#f8f8f8}.featured-box-effect-2.featured-box-light .icon-featured:after{box-shadow:0 0 0 3px #ffffff}.featured-box-effect-3.featured-box-light .icon-featured:after{box-shadow:0 0 0 10px #ffffff}html .section.section-default-scale-1{background-color:#dbdbdb !important;border-top-color:#d4d4d4 !important}html .section.section-default-scale-2{background-color:#c1c1c1 !important;border-top-color:#bababa !important}html .section.section-default-scale-3{background-color:#a8a8a8 !important;border-top-color:#a1a1a1 !important}html .section.section-default-scale-4{background-color:#8e8e8e !important;border-top-color:#878787 !important}html .section.section-default-scale-5{background-color:#757575 !important;border-top-color:#6e6e6e !important}html .section.section-default-scale-6{background-color:#5b5b5b !important;border-top-color:#545454 !important}html .section.section-default-scale-7{background-color:#424242 !important;border-top-color:#3b3b3b !important}html .section.section-default-scale-8{background-color:#282828 !important;border-top-color:#212121 !important}html .section.section-default-scale-9{background-color:#0f0f0f !important;border-top-color:#080808 !important}.side-nav-wrap .sidebar-menu > li.menu-item > a,.main-sidebar-menu .sidebar-menu > li.menu-item > a,.side-nav-wrap .sidebar-menu .menu-custom-block span,.main-sidebar-menu .sidebar-menu .menu-custom-block span,.side-nav-wrap .sidebar-menu .menu-custom-block a,.main-sidebar-menu .sidebar-menu .menu-custom-block a{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0}.side-nav-wrap .sidebar-menu .popup:before,.main-sidebar-menu .sidebar-menu .popup:before{top:calc( 11.5px + ( -1 * var(--porto-sd-menu-popup-top,0px) ) )}@media (max-width:1591px){.side-nav-wrap .sidebar-menu .popup:before,.main-sidebar-menu .sidebar-menu .popup:before{top:calc( 9px + ( -1 * var(--porto-sd-menu-popup-top,0px) ) )}}.side-nav-wrap .sidebar-menu > li.menu-item > a,.side-nav-wrap .sidebar-menu > li.menu-item > .arrow:before,.side-nav-wrap .sidebar-menu .menu-custom-block a{color:#444444}.side-nav-wrap .sidebar-menu > li.menu-item:hover,.side-nav-wrap .sidebar-menu > li.menu-item.active,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover{background-color:transparent}.side-nav-wrap .sidebar-menu > li.menu-item > a{border-top-color:transparent}.side-nav-wrap .sidebar-menu > li.menu-item:hover > a,.side-nav-wrap .sidebar-menu > li.menu-item.active > a,.side-nav-wrap .sidebar-menu > li.menu-item.active > .arrow:before,.side-nav-wrap .sidebar-menu > li.menu-item:hover > .arrow:before,.side-nav-wrap .sidebar-menu .menu-custom-block a:hover{color:#4dae65}.toggle-menu-wrap .sidebar-menu > li.menu-item > a{border-top-color:rgba(0,0,0,.125)}.page-top{border-top:1px solid #e7e7e7}.page-top > .container{padding-top:12px;padding-bottom:0}.page-top .yoast-breadcrumbs,.page-top .breadcrumbs-wrap{color:#777777}.page-top .yoast-breadcrumbs a,.page-top .breadcrumbs-wrap a,.page-top .product-nav .product-link{color:#222529}.page-top .page-title{color:#4dae65}.page-top .page-sub-title{color:#e6e6e6;margin:0 0 0 0}.page-top .breadcrumbs-wrap{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.page-top .breadcrumb{margin:0 0 0 0}.page-top .sort-source > li > a{color:#4dae65}@media (max-width:767px){.page-top .sort-source{background:transparent}}@media (min-width:768px){#breadcrumbs-boxed{max-width:740px}}@media (min-width:992px){#breadcrumbs-boxed{max-width:980px}}@media (min-width:1592px){#breadcrumbs-boxed{max-width:1592px}}.popup .sub-menu,.header-side-nav .narrow .popup{text-transform:uppercase}.mega-menu .tip,.sidebar-menu .tip,.accordion-menu .tip,.menu-custom-block .tip{background:#0cc485;border-color:#0cc485}.porto-vc-testimonial blockquote,.testimonial blockquote,.testimonial blockquote p{font-family:Georgia,serif}#footer .footer-ribbon{background-color:#f9581d}#footer .footer-ribbon:before{border-right-color:#c53906}#footer .footer-ribbon,#footer .footer-ribbon a,#footer .footer-ribbon a:hover,#footer .footer-ribbon a:focus{color:#ffffff}.footer .share-links a:not(:hover),.footer-top .share-links a:not(:hover){color:#525252}@media (min-width:768px){#footer-boxed{max-width:740px}}@media (min-width:992px){#footer-boxed{max-width:980px}}@media (min-width:1592px){#footer-boxed{max-width:1592px}}.alternative-font,#footer .footer-ribbon{font-weight:400}@media (max-width:1591px){.shop_table.wishlist_table .yith-compare,table.wishlist_table .yith-compare{margin-left:0 !important;margin-right:0 !important}}@media (min-width:1160px){.divider-line.pcols-lg-6 > .product-col:nth-child(6n),.divider-line.pcols-lg-5 > .product-col:nth-child(5n),.divider-line.pcols-lg-4 > .product-col:nth-child(4n),.divider-line.pcols-lg-3 > .product-col:nth-child(3n),.divider-line.pcols-lg-2 > .product-col:nth-child(2n){border-right-width:0}}@media (min-width:768px) and (max-width:1159px){.divider-line.pcols-md-5 > .product-col:nth-child(5n),.divider-line.pcols-md-4 > .product-col:nth-child(4n),.divider-line.pcols-md-3 > .product-col:nth-child(3n),.divider-line.pcols-md-2 > .product-col:nth-child(2n){border-right-width:0}}.stock,ul.cart_list .product-details a:hover,.product_list_widget .product-details a:hover,ul.cart_list li a:hover,ul.product_list_widget li a:hover,.shipping_calculator h2,.shipping_calculator h2 a,.product-subtotal .woocommerce-Price-amount{color:#f9581d}.wp-block-columns,.page-content > .wp-block-columns.alignwide{margin-left:calc( -1 * 10px );margin-right:calc( -1 * 10px );flex-wrap:wrap}@media (min-width:768px){.wp-block-columns.alignwide{max-width:none;width:auto}}.wp-block-column{padding-left:10px;padding-right:10px}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child),.wp-block-columns .wp-block-column{margin-left:0;margin-right:0}@media (max-width:781px) and (min-width:600px){.wp-block-column:not(:only-child),.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child){flex-basis:50%!important;flex-grow:0}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:0;margin-right:0}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){margin-left:0;margin-right:0}}.btn.btn-block{display:block;padding-left:0;padding-right:0}.gutenberg-hb > .porto-block,.gutenberg-hb .porto-section,.gutenberg-hb .porto-section > .container{display:flex;align-items:center;flex-wrap:wrap}.gutenberg-hb .porto-section{flex:0 0 auto;width:100%}.gutenberg-hb > .porto-block > *:not(.porto-section),.gutenberg-hb .porto-section > *:not(.container),.gutenberg-hb .porto-section > .container > *{margin-right:.875rem}.gutenberg-hb > .porto-block > *:last-child,.gutenberg-hb .porto-section > *:not(.container):last-child,.gutenberg-hb .porto-section > .container > *:last-child{margin-right:0}.page-wrapper [class*=wp-container-]{gap:0 !important;flex-wrap:wrap!important}
.porto-posts-grid .product-category,.porto-tb-item{margin-bottom:var(--porto-el-spacing,20px)}.wp-block[data-type="porto/porto-section"]{position:static}.porto-tb-featured-image{overflow:hidden;position:relative}.porto-tb-featured-image .img-thumbnail{display:block}.porto-tb-featured-image img{display:block;width:100%}.porto-tb-featured-image .owl-nav{z-index:1}.porto-tb-featured-image .owl-carousel{z-index:auto}.porto-tb-featured-image .zoom{line-height:30px}.porto-tb-featured-image p{overflow-wrap:break-word}.porto-tb-featured-image:hover{z-index:auto}.porto-tb-featured-image:hover .zoom{opacity:1}.porto-tb-featured-image.hover-effect-3d .img-thumbnail,.porto-tb-featured-image.hover-effect-3d .img-thumbnail img{border-radius:inherit}.tb-image-type-gallery .img-thumbnail .zoom{opacity:0}.tb-image-type-gallery .img-thumbnail:hover .zoom{opacity:1}.grid-creative .tb-image-type-default,.grid-creative .tb-image-type-hover{height:100%}.grid-creative .tb-image-type-default .img-thumbnail,.grid-creative .tb-image-type-default .img-thumbnail img,.grid-creative .tb-image-type-hover .img-thumbnail,.grid-creative .tb-image-type-hover .img-thumbnail img{height:inherit;object-fit:cover}.grid-creative>.porto-tb-item{margin-bottom:0}.tb-image-type-hover{position:relative}.tb-image-type-hover .hover-image{position:absolute;left:0;top:0;height:100%;right:0;object-fit:cover;transition:opacity 0.3s,transform 2s cubic-bezier(0,0,0.44,1.18);opacity:0}.tb-image-type-hover:hover .hover-image{opacity:1;transform:scale(1.1,1.1) translateZ(0)}.tb-image-type-slider .owl-item,.tb-image-type-slider .owl-stage,.tb-image-type-slider .owl-stage-outer,.tb-image-type-slider .porto-carousel{position:static}.tb-image-type-slider .porto-carousel .owl-dots{top:auto;bottom:10px;justify-content:center;z-index:5}.tb-image-type-slider .porto-carousel .zoom{z-index:5}.tb-image-type-slider .img-thumbnail{overflow:hidden}.tb-woo-price .price{display:block}.tb-woo-price .price del{font-weight:400}.porto-tb-featured-image .tb-woo-stock .stock{position:static;margin:0}div.tb-woo-stock{position:static}.tb-woo-stock.ml-auto .stock{margin-left:auto}.tb-woo-stock.mr-auto .stock{margin-right:auto}.tb-woo-stock.mx-auto .stock{margin-left:auto;margin-right:auto}.porto-img-effect-1 .img-thumbnail:after,.porto-img-effect-1 .img-thumbnail:before{content:"";position:absolute;opacity:1;z-index:1}.porto-img-effect-1 .img-thumbnail:before{background:rgba(255,255,255,0.3);bottom:0;left:50%;right:51%;top:0}.porto-img-effect-1 .img-thumbnail:after{bottom:50%;left:0;right:0;top:50%}.porto-img-effect-1:hover .img-thumbnail:after,.porto-img-effect-1:hover .img-thumbnail:before{left:0;right:0;opacity:0;transition:0.5s linear}.porto-img-effect-2 .img-thumbnail:after,.porto-img-effect-2 .img-thumbnail:before{content:"";position:absolute;background:rgba(255,255,255,0.6);height:100%;left:0;opacity:0.4;top:0;transition:0.9s;width:100%;z-index:1}.porto-img-effect-2 .img-thumbnail:before{transform:translate(105%,0%)}.porto-img-effect-2 .img-thumbnail:after{transform:translate(-105%,0%)}.porto-img-effect-2:hover .img-thumbnail:after,.porto-img-effect-2:hover .img-thumbnail:before{opacity:0;transform:none}.porto-img-effect-3 .img-thumbnail:before{content:"";position:absolute;top:0;left:50%;width:120%;height:60px;background:rgba(255,255,255,0.1);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transition:0.5s linear;backface-visibility:hidden;z-index:1}.porto-img-effect-3:hover .img-thumbnail:before{top:100%;left:-100%;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0)}.porto-img-effect-4 .img-thumbnail:after,.porto-img-effect-4 .img-thumbnail:before{content:"";position:absolute;background:rgba(255,255,255,0.1);opacity:1;transition:0.5s;z-index:1}.porto-img-effect-4 .img-thumbnail:before{bottom:0;left:50%;right:51%;top:0}.porto-img-effect-4 .img-thumbnail:after{bottom:50%;left:0;right:0;top:50%}.porto-img-effect-4:hover .img-thumbnail:after,.porto-img-effect-4:hover .img-thumbnail:before{left:0;right:0;top:0;bottom:0;opacity:0.5}.porto-img-zoom img{transition:transform 1s,opacity 1s;opacity:1}.porto-img-zoom:hover img{transform:scale(1.1,1.1) translateZ(0);opacity:0.9}.tb-hover-content,.tb-hover-content .porto-tb-link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:4}.tb-hover-content{background:rgba(255,255,255,0.8);display:flex;flex-direction:column;flex-wrap:wrap;height:100%}.tb-hover-content{transition:transform 0.4s,opacity 0.3s;opacity:0}.tb-hover-content.thumb-info-floating-element-wrapper:not(.with-link)>:first-child{display:none}.tb-hover-content.thumb-info-floating-element-wrapper.with-link>:nth-child(2){display:none}.porto-tb-item:hover .tb-hover-content{opacity:1}.hover-start-fadein{opacity:0}.hover-start-translateleft{transform:translateX(-101%)}.hover-start-translatetop{transform:translateY(-101%)}.hover-start-translatebottom{transform:translateY(101%)}.hover-start-contenttranslatebottom>:not(.porto-tb-link){transform:translateY(100px);transition:transform 0.3s,opacity 0.3s}.porto-tb-item:hover .hover-start-fadein{opacity:1}.porto-tb-item:hover .hover-start-translateleft{transform:translateX(0)}.porto-tb-item:hover .hover-start-translatebottom,.porto-tb-item:hover .hover-start-translatetop{transform:translateY(0)}.porto-tb-item:hover .hover-start-contenttranslatebottom>:not(.porto-tb-link){transform:translateY(0)}.tb-hover-content>*{position:relative;z-index:1}.tb-hover-content .porto-tb-link{z-index:auto}.porto-tb-icon-left i{margin-right:0.25rem}.porto-tb-icon-right i{margin-left:0.25rem}.porto-tb-woo-link{display:inline-block;cursor:pointer;color:#212529;line-height:1.8;text-decoration:none;transition:transform 0.3s,opacity 0.3s,background-color 0.3s,border-color 0.3s,color 0.3s}.porto-tb-woo-link.porto-tb-swatch{cursor:auto}.porto-tb-woo-link:hover{color:#f9581d}.porto-tb-woo-link a{color:inherit}.porto-tb-wishlist.hide-title a{font-size:0}.porto-tb-wishlist.hide-title a:before{font-size:var(--porto-fs,22px)}.porto-tb-wishlist a.view-wishlist{display:none}.porto-tb-wishlist a,.porto-tb-wishlist span:not(.yith-wcwl-tooltip){text-indent:0;border:none;width:auto;height:auto;line-height:inherit;background:none;border:none;color:inherit;transition:none}.porto-tb-wishlist.porto-tb-icon-left i{margin-right:0.25rem}.porto-tb-wishlist .count-add-to-wishlist{display:none!important}.porto-tb-wishlist .yith-wcwl-add-to-wishlist{line-height:var(--porto-lh,1)}.editor-styles-wrapper .yith-wcwl-add-to-wishlist span,.porto-tb-wishlist a:hover,.porto-tb-wishlist span:hover{background:none;color:inherit;border:none}.porto-tb-wishlist a:before,.porto-tb-wishlist span:before{position:static;font-size:inherit}.porto-tb-swatch .variations .label,.porto-tb-swatch .variations .reset_variations{display:none!important}.porto-tb-swatch .variations td{padding:0}.porto-tb-swatch{display:block;text-align:inherit!important;color:#777}.text-center>.porto-tb-swatch:not(.center){display:inline-block}.text-center>.porto-tb-swatch:not(.center) .filter-item-list{justify-content:center}.porto-tb-swatch:hover{color:unset}.porto-tb-swatch .variations{width:100%}.porto-tb-swatch.center .filter-item-list,.woo-variation-swatches .porto-tb-swatch.center .variable-items-wrapper{justify-content:center}.porto-tb-swatch.right .filter-item-list,.woo-variation-swatches .porto-tb-swatch.right .variable-items-wrapper{justify-content:flex-end}.more-swatch{font-size:15px;display:block}.center .more-swatch{text-align:center}.right .more-swatch{text-align:right}.porto-tb-meta{display:inline-block}.porto-tb-meta a{color:inherit}.porto-tb-meta a:hover{color:#f9581d}.porto-posts-grid.porto-ajax-loading:after{z-index:4}.porto-posts-grid .sort-source{margin-bottom:1rem}.porto-posts-grid .pagination{margin:0}.porto-posts-grid.porto-ajax-load{position:relative}.porto-posts-grid .porto-ibanner>img{width:auto}.porto-posts-grid .posts-container[data-plugin-masonry]{transition:height 0.3s ease-in-out}.porto-posts-grid .nothing-found-message{width:100%}.porto-posts-grid .filter-check li a:before{content:"\f87a";font-family:"porto"}html:not(.rtl) .porto-posts-grid .filter-check li a:before{margin-right:6px}.rtl .porto-posts-grid .filter-check li a:before{margin-left:6px}.porto-posts-grid .filter-check li.active a:before{content:"\f87b"}@media (min-width:768px){.porto-posts-grid.filter-vertical{display:flex}.porto-posts-grid.filter-vertical .nav{flex-direction:column;flex:0 0 auto;width:var(--porto-filter-width,20%)}html:not(.rtl) .porto-posts-grid.filter-vertical .sort-source li{margin-right:0!important}.rtl .porto-posts-grid.filter-vertical .sort-source li{margin-left:0!important}.porto-posts-grid.filter-vertical .posts-wrap{flex:1;width:calc(100% - var(--porto-filter-width, 20%))}.porto-posts-grid.slider-wrapper .nav{padding:0 calc(var(--porto-el-spacing, 20px) / 2)}}@media (max-width:991px) and (min-width:768px){.porto-posts-grid.filter-vertical .nav{width:var(--porto-filter-tablet-width,20%)}.porto-posts-grid.filter-vertical .posts-wrap{width:calc(100% - var(--porto-filter-tablet-width, 20%))}}.image-hover-overlay{position:relative}.image-hover-overlay .posts-wrap{position:relative;z-index:2}.image-hover-overlay .posts-wrap .img-thumbnail{transition:opacity 0.8s}.image-hover-overlay.active .img-thumbnail{opacity:0}.image-hover-overlay.active .product-image{background-color:transparent}.image-hover-overlay .thumb-info-full{position:absolute;left:0;right:0;bottom:var(--porto-el-spacing,20px);height:calc(var(--porto-himg-height, 0px) - var(--porto-el-spacing, 20px));opacity:0;transition:opacity 0.8s;background-size:cover}.image-hover-overlay .thumb-info-full.active{opacity:1}.porto-tb-item:hover .viewcart.added{display:block;opacity:1;cursor:pointer}.porto-tb-item.product-col .filter-color{--porto-sw-size:18px;margin:3px 6px 3px 0}.porto-tb-item.product-col .active .filter-color:before,.porto-tb-item.product-col .chosen .filter-color:before{--porto-sw-offset:-3px}.porto-tb-item .variations select:first-child{margin-top:0.25rem;margin-bottom:0.25rem;height:auto}.rtl .porto-tb-item.product-col .filter-color{margin-right:0;margin-left:6px}
@charset "UTF-8";#login-form-popup .account-sub-title{font-size:22px;font-weight:700;letter-spacing:-0.01em}#login-form-popup .account-sub-title i{font-size:35px}#login-form-popup .featured-boxes{border:2px solid  #e7e7e7}#login-form-popup .register-btn{margin:20px 0 0;color: #222529;letter-spacing:-0.025em;outline:none}#login-form-popup .register-btn:hover{color:#f9581d}#login-form-popup{position:relative;width:80%;max-width:525px;margin-left:auto;margin-right:auto}#login-form-popup .featured-box{margin-bottom:0;box-shadow:none;border:none;border-radius:0}#login-form-popup .featured-box .box-content{padding:45px 36px 30px;border:none}#login-form-popup .featured-box h2{text-transform:uppercase;font-size:15px;letter-spacing:0.05em;font-weight:600;line-height:2}#login-form-popup .porto-social-login-section{margin-top:20px}.porto-social-login-section{background:#f4f4f2;text-align:center;padding:20px 20px 25px}.porto-social-login-section p{text-transform:uppercase;font-size:12px;color:#222529;font-weight:600;margin-bottom:8px}#login-form-popup .col2-set{margin-left:-20px;margin-right:-20px}#login-form-popup .col-1,#login-form-popup .col-2{padding-left:20px;padding-right:20px}@media (min-width:992px){#login-form-popup .col-1{border-right:1px solid #f5f6f6}}#login-form-popup .input-text{box-shadow:none;padding-top:10px;padding-bottom:10px;border-color:#ddd;border-radius:2px;line-height:1.5!important}#login-form-popup .form-row{margin-bottom:20px}#login-form-popup .woocommerce-privacy-policy-text{display:none}#login-form-popup .button{border-radius:2px;padding:18px 24px;text-shadow:none;font-family:"Poppins",sans-serif;font-size:12px;letter-spacing:-0.025em}#login-form-popup label.inline{margin-top:15px;float:right;position:relative;cursor:pointer;line-height:1.5}#login-form-popup label.inline input[type=checkbox]{opacity:0;margin-right:8px;margin-top:0;margin-bottom:0}#login-form-popup label.inline span:before{content:"";position:absolute;border:1px solid #ddd;border-radius:1px;width:16px;height:16px;left:0;top:0;text-align:center;line-height:15px;font-family:var(--fa-style-family-classic,"Font Awesome 6 Free");font-weight:900;font-size:9px;color:#aaa}#login-form-popup label.inline input[type=checkbox]:checked+span:before{content:""}#login-form-popup .social-button i{font-size:16px;margin-right:8px}#login-form-popup p.status{color:#222529}.porto-social-login-section .google-plus{background:#dd4e31}.porto-social-login-section .facebook{background:#3a589d}.porto-social-login-section .twitter{background:#1aa9e1}.featured-box .porto-social-login-section i{color:#fff}.porto-social-login-section .social-button:hover{background:#f9581d}html.panel-opened body>.mfp-bg{z-index:9042}html.panel-opened body>.mfp-wrap{z-index:9043}
.shop_table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em}.shop_table dl.variation{color:#777777}.shop_table a{color:inherit}.shop_table a:not(.button):hover{color:#f9581d}.shop_table dd,.shop_table dt{display:inline-block;margin:0 5px 0 0;font-weight:400}.shop_table dd p{font-size:inherit}.shop_table th{text-align:left;padding:10px}.shop_table td{text-align:left;padding:20px 10px}.shop_table thead th{color: #222529;text-transform:uppercase}.shop_table thead tr,.shop_table tr:not(:last-child){border-bottom:1px solid  #e7e7e7}.shop_table td.product-name{font-weight:500;word-break:break-word;color: #222529}.shop_table tfoot tr:first-child td,.shop_table tfoot tr:first-child th{padding:28px 10px 10px}.shop_table tbody th:first-child,.shop_table tfoot th:first-child{border-left:none}.shop_table td.actions{padding:20px 0}@media (max-width:575px){.shop_table td.actions .coupon>*{margin-bottom:1rem}}@media (max-width:767px){.shop_table.responsive,.shop_table.shop_table_responsive{border:1px solid  #e7e7e7;border-top:4px solid #f9581d;box-shadow:0 2px 4px 0px rgba(0,0,0,0.05)}.shop_table.responsive thead,.shop_table.shop_table_responsive thead{display:none}.shop_table.responsive tr,.shop_table.shop_table_responsive tr{display:block;padding:20px 0;position:relative;border-top:1px solid  #e7e7e7}.shop_table.responsive tr:first-child,.shop_table.shop_table_responsive tr:first-child{border-top:none}.shop_table.responsive tfoot th,.shop_table.shop_table_responsive tfoot th{border:none}.shop_table.responsive tfoot tr:first-child,.shop_table.shop_table_responsive tfoot tr:first-child{border-top:1px solid  #e7e7e7}.shop_table.responsive td,.shop_table.responsive th,.shop_table.shop_table_responsive td,.shop_table.shop_table_responsive th{background:transparent;text-align:center;display:block;padding:5px 10px;border:none}.shop_table.responsive td.product-remove,.shop_table.responsive th.product-remove,.shop_table.shop_table_responsive td.product-remove,.shop_table.shop_table_responsive th.product-remove{position:absolute;right:0;top:12px}.shop_table.responsive td.product-thumbnail,.shop_table.responsive th.product-thumbnail,.shop_table.shop_table_responsive td.product-thumbnail,.shop_table.shop_table_responsive th.product-thumbnail{padding-top:10px}}.featured-box .shop_table{box-shadow:none;border:none}.featured-box .shop_table th{background:transparent;border-bottom:none;font-weight:600}.featured-box .shop_table th:first-child,.featured-box .shop_table th:last-child,.featured-box .shop_table th:only-child{border-radius:0}.featured-box .shop_table td{border-left:none}.featured-box .shop_table tr:last-child td:first-child,.featured-box .shop_table tr:last-child td:last-child,.featured-box .shop_table tr:last-child td:only-child{border-radius:0}.featured-box .shop_table .product-remove .remove{font-size:30px}.featured-box .shop_table .quantity{margin:0;width:auto}.featured-box .shop_table .quantity input.qty{border-color: #e7e7e7;border-radius:0;width:38px;height:3rem;padding:0 4px}.featured-box .shop_table .quantity .minus,.featured-box .shop_table .quantity .plus{width:30px;height:3rem;border-color: #e7e7e7}.featured-box .shop_table .coupon{margin-top:16px;width:50%}.featured-box .shop_table .coupon label{display:none}.featured-box .shop_table .coupon #coupon_code{max-width:280px}.featured-box .shop_table .actions,.featured-box .shop_table .cart-actions{margin-top:8px;padding-bottom:10px}.featured-box .shop_table .actions button,.featured-box .shop_table .actions input,.featured-box .shop_table .cart-actions button,.featured-box .shop_table .cart-actions input{margin-bottom:15px}@media (max-width:991px){.featured-box .shop_table .coupon{width:100%}.featured-box .shop_table .pt-left,.featured-box .shop_table .pt-right{float:none!important;text-align:center}}.order-again .button{padding-left:1.5rem;padding-right:1.5rem}.btn-go-shop{min-width:200px;padding:16px 0;font-size:15px;letter-spacing:-0.015em;text-align:center}.wc-action-btn.wc-action-sm{font-size:13px;letter-spacing:-0.015em}.btn-v-dark,.order-again .button,.wc-action-btn.button{font-weight:700;text-transform:uppercase}.order-again .button,.wc-action-btn.button,.wc-action-btn.button:disabled,.wishlist_table .add-links .quickview,.wishlist_table .add-links .yith-compare{background: #f4f4f4;color: #222529;border:none}.order-again .button:hover,.wc-action-btn.button:hover{background: #f1f1f1}.wc-action-btn.button:disabled{opacity:0.8}.wishlist_table .add_to_cart.button{background: #222529;color: #fff;border:none}.wishlist_table .add_to_cart.button:focus{outline:none;box-shadow:none;color: #fff}.wishlist_table .add_to_cart.button:hover{background:#353a40;color: #fff}@media (min-width:992px){.order-info,.woocommerce-order-details{width:90%}}.order-info .order-item{width:20%;font-size:13px;line-height:24px;text-align:center}@media (max-width:767px){.order-info .order-item{width:33.3333%;margin-bottom:2rem}}@media (max-width:575px){.order-info .order-item{width:50%}}.checkout-order-review .cart-subtotal,.checkout-order-review tbody .amount,.order_details tbody .amount{color: #222529;font-weight:600}.checkout-order-review tr td:last-child,.order_details tr td:last-child{text-align:right}.order_details tbody tr.order_item{line-height:20px;border-bottom-width:0}.order_details tbody tr.order_item td{padding-top:9px;padding-bottom:0}.order_details tbody td.product-name{padding-top:9px}.order_details tfoot tr{padding:5px 0}.order_details tfoot tr td{color:#777;font-weight:500}.order_details tfoot tr:last-child h4{font-size:16px}.order_details tfoot tr:last-child .amount{font-size:22px;font-weight:700;color: #222529}.order_details .product-name a{color: #222529}.order_details .wc-item-meta{padding-left:5px;margin-bottom:0}.order_details .wc-item-meta li{display:flex;font-size:12px;color:#999}.order_details .wc-item-meta strong{margin-right:10px}.order_details .wc-item-meta p,.order_details .wc-item-meta strong{font-weight:500}.woocommerce-thankyou-order-received{padding:36px 0;font-size:18px;font-weight:700;letter-spacing:-0.025em;border:2px solid #0cc485;text-align:center;color: #222529}.woocommerce-thankyou .woocommerce-order-details{width:100%}.woocommerce-cart h4,.woocommerce-checkout h4,.woocommerce-order-details h4{letter-spacing:-0.01em;font-size:14px;font-weight:600}.woocommerce-cart .card-sub-title,.woocommerce-checkout .card-sub-title,.woocommerce-order-details .card-sub-title{font-weight:700}.woocommerce-account .account-sub-title,.woocommerce-checkout .account-sub-title,.woocommerce-thankyou .account-sub-title{font-size:22px;font-weight:700;letter-spacing:-0.01em}.woocommerce-account .account-sub-title i,.woocommerce-checkout .account-sub-title i,.woocommerce-thankyou .account-sub-title i{font-size:35px}.woocommerce-account .featured-boxes,.woocommerce-checkout .featured-boxes,.woocommerce-thankyou .featured-boxes{border:2px solid  #e7e7e7}.u-column1.col-1{max-width:none;flex:none;padding-left:0;padding-right:0}.col2-set{margin:0 calc(10px * -1)}.col2-set:after{content:" ";display:table;clear:both}.col2-set .col-1,.col2-set .col-2{width:50%;max-width:none;flex:none}.col2-set .col-1,.col2-set .col-12,.col2-set .col-2{padding:0 10px}.col2-set .col-1{float:left}.col2-set .col-2{float:right}@media (max-width:991px){.col2-set .col-1,.col2-set .col-2{float:none;width:100%}}.chosen-container-single .chosen-single,.select2-container .select2-choice,.woocommerce-checkout .form-row .chosen-container-single .chosen-single{background: #fff;border-color: #e7e7e7;height:34px;line-height:28px;padding:3px 8px}.chosen-container-active.chosen-with-drop .chosen-single,.chosen-container-single .chosen-single{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.chosen-container-single .chosen-single div b,.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background-position:0 7px!important}.chosen-container-active.chosen-with-drop .chosen-single div b,.woocommerce-checkout .form-row .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 7px!important}.select2-container .select2-choice{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;color:#777777}.chosen-container-active.chosen-with-drop .chosen-single,.select2-container-active .select2-choice{border-color: #e7e7e7;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}.select2-drop,.select2-drop-active{margin-top:-2px;border-color: #e7e7e7;color:#777777}.select2-drop .select2-search,.select2-drop-active .select2-search{padding-top:4px}.select2-drop .select2-results,.select2-drop-active .select2-results{font-size:0.9em;background-color: #fff}.select2-drop .select2-results li,.select2-drop-active .select2-results li{line-height:20px}.wc-block-components-product-price{font-size:1rem}.woocommerce-cart .shipping_calculator h2{margin-top:0}.woocommerce-cart .shipping_calculator h2 a{cursor:default}.woocommerce-cart .shipping-form-wrap .shipping-calculator-form{display:block!important;height:auto!important}.woocommerce-cart .shipping-calculator-form{margin-top:10px}.shop_table .product-thumbnail img{max-width:80px}.cross-sells{margin-top:20px;margin-bottom:20px}.shop_table.responsive.cart-total tbody tr:first-child td,.shop_table.responsive.cart-total tbody tr:first-child th,.shop_table.shop_table_responsive.cart-total tbody tr:first-child td,.shop_table.shop_table_responsive.cart-total tbody tr:first-child th{border-top-width:0}.shop_table.responsive.cart-total th,.shop_table.shop_table_responsive.cart-total th{width:25%}@media (max-width:767px){.shop_table.responsive.cart-total td,.shop_table.responsive.cart-total th,.shop_table.shop_table_responsive.cart-total td,.shop_table.shop_table_responsive.cart-total th{width:100%;text-align:left}}#shipping_method{margin:0;padding:0;list-style:none}#shipping_method li:not(:last-child){padding-bottom:12px}.wc-proceed-to-checkout .btn{font-size:15px;letter-spacing:-0.015em;margin-bottom:10px}.woocommerce-shipping-destination{line-height:26px}.wc-proceed-to-checkout{margin-bottom:20px;text-align:left}.cart_totals h2,.review-order.shop_table h2{margin-top:0;color:#f9581d}.cart_totals h2 a,.review-order.shop_table h2 a{color:inherit}.cart_totals .order-total .amount,.review-order.shop_table .order-total .amount{font-size:22px;color: #222529}.cart-v2 .heading-primary{font-size:20px;line-height:27px;margin:0 0 20px;display:flex;justify-content:space-between;align-items:center}.cart-v2 .proceed-to-checkout{letter-spacing:normal}.cart-v2 .shipping-calculator-form{display:block!important}.cart-v2 #coupon_code{padding:11px 12px}.cart-v2 .card-default{padding:24px 30px;border:2px solid  #e7e7e7}.cart-v2 .card-default tbody tr{border-bottom:1px solid  #e7e7e7}.cart-v2 .card-default tbody tr:last-child{border-bottom:none}.cart-v2 .card-default tbody th{padding:10px;font-weight:400;line-height:1.4;text-align:left!important}.cart-v2 .card-default tbody td{padding:10px;line-height:1.4;text-align:left!important}.cart-v2 .card-default tbody td:last-child{color: #444;text-align:right!important;font-weight:400}.cart-v2 .card-default tbody .order-total th{padding:18px 12px}.checkout-v2 .checkout_coupon{display:block!important}.card-default .card-header.arrow a{position:relative;padding-right:40px;font-size:13px;font-weight:700;letter-spacing:0!important}.card-default .card-header.arrow a:before{border:none;color:#212529;font-family:"porto";content:"\e81b";width:26px;height:26px;display:block;position:absolute;right:15px;top:50%;margin-top:-13px;text-align:center;line-height:26px;font-size:17px;background-color:transparent}.card-default .card-header.arrow a.collapsed:before{content:"\e81c"}.card-default .card-header.arrow a:hover:before{background-color:transparent;border-color:transparent;color:#212529}.shop_table.cart-table th.product-thumbnail{width:16%}.shop_table.cart-table th.product-name{width:33%}.shop_table.cart-table th.product-price{width:14%}.shop_table.cart-table .product-subtotal .amount{font-size:16px;font-weight:600;color: #222529}.shop_table.cart-table .actions input[type=text]::placeholder{font-size:12px;font-weight:500;color:#999}.shop_table.cart-table .actions button{padding:12px 24px}td.order-total,td.product-total{font-weight:400!important}.cart_totals_toggle .card-header a{display:block;padding:10px 20px}.cart_totals_toggle .card-header{padding:0;border-bottom:none}.cart_totals_toggle .card:not(:first-child){margin-top:5px}.also-bought .products-slider.show-nav-title .owl-nav{margin-top:-32px}i.cart-empty,i.wishlist-empty{font-size:100px;color:#d3d3d4}.cart-empty-page .woocommerce-info{text-align:center}.update-button-hidden{visibility:hidden;opacity:0}.checkout_coupon .form-row{display:inline-block;float:none;width:auto;vertical-align:middle;padding-right:0}form.checkout_coupon{padding-left:5px;padding-bottom:5px}.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle{font-size:13px;font-weight:500;letter-spacing:-0.025em}.form-row.terms{position:relative;margin-top:15px}.form-row.terms .input-checkbox{position:absolute;left:0;top:2px}.form-row.terms label.checkbox{margin-left:20px;display:block}.payment_methods{margin:15px 0 10px;padding:0;list-style:none}.payment_methods li{padding-bottom:10px}.payment_methods p{margin-bottom:0.5rem}.payment_methods .porto-control-label{font-size:14px;font-weight:400;display:inline}.payment_methods .payment_method_paypal .about_paypal{display:inline-block}.payment_methods .payment_method_paypal img{max-width:170px;margin-left:0.4rem;margin-right:0.4rem}@media (max-width:767px){.payment_methods .payment_method_paypal .input-radio{vertical-align:top}}@media (max-width:575px){.payment_methods .payment_method_paypal img{max-width:150px}}.woocommerce-page .woocommerce header{margin-top:32px}.woocommerce-page .woocommerce .featured-box header{margin-top:20px}.checkout-v2 .card-header{line-height:40px}form.woocommerce-checkout h3{margin-bottom:13px;font-size:22px;font-weight:700;letter-spacing:-0.01em;line-height:32px}.woocommerce-checkout .select2-container{height:50px}.woocommerce-checkout .select2-container .select2-selection--single{height:50px;border-color: rgba(0, 0, 0, 0.08)}.woocommerce-cart .select2-container{height:38px}.woocommerce-cart .select2-container .select2-selection--single{height:38px;border-color: rgba(0, 0, 0, 0.08)}.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:18px}.woocommerce-cart .select2-container,.woocommerce-checkout .select2-container{font-size:0.85rem}.woocommerce-cart .select2-dropdown,.woocommerce-checkout .select2-dropdown{border-color: rgba(0, 0, 0, 0.08)}.woocommerce-cart .select2-container--default .select2-search--dropdown .select2-search__field,.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field{border-color: #e7e7e7}.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding:10px 12px;color:#777777}.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow,.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%)}.woocommerce-cart .screen-reader-text,.woocommerce-checkout .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.woocommerce-cart input[type=text]::placeholder,.woocommerce-cart textarea::placeholder,.woocommerce-checkout input[type=text]::placeholder,.woocommerce-checkout textarea::placeholder{font-size:12px}.woocommerce-cart .shipping_address,.woocommerce-checkout .shipping_address{margin-top:1rem}.woocommerce-cart .select2-selection__arrow b,.woocommerce-checkout .select2-selection__arrow b{display:none}.woocommerce-cart .select2-selection__arrow:before,.woocommerce-checkout .select2-selection__arrow:before{content:"\e81c";font-family:"porto";font-size:1rem;line-height:26px}.woocommerce-checkout input[type=email],.woocommerce-checkout input[type=password],.woocommerce-checkout input[type=tel],.woocommerce-checkout input[type=text]{line-height:30px}.woocommerce-checkout label{margin-bottom:3px;font-weight:500;letter-spacing:-0.01em}.woocommerce-checkout>.row>wc-order-attribution-inputs{padding:0}#order_comments{min-height:125px}.woocommerce-privacy-policy-text p{font-size:12px;line-height:23px;color:#8a8b8e}.checkout-order-review .featured-boxes{padding:22px 32px}.checkout-order-review .woocommerce-privacy-policy-text p{padding:0 8px;font-size:13px}.checkout-order-review .shop_table tr{display:flex;justify-content:space-between;align-items:center}.checkout-order-review .shop_table td{padding:12px 10px}.checkout-order-review .shop_table td:only-child{flex:1}.checkout-order-review .shop_table .product-thumbnail img{max-width:60px}.checkout-order-review .product-checkout-wrap{display:flex}.checkout-order-review .product-thumbnail{margin-right:15px}.checkout-order-review dl.variation{font-size:9px;line-height:1.34em;letter-spacing:0.005em;color: #222529}.checkout-order-review .quantity>*{border-color:#dae2e6}.checkout-order-review .product-name{font-size:14px;line-height:1.5em;font-weight:500;letter-spacing:-0.001em;color: #222529;padding-right:30px;position:relative;text-align:start}.checkout-order-review .product-name a.remove-product{line-height:19px;top:0!important;right:0!important;box-shadow:none;border:1px solid  #e7e7e7}.checkout-order-review .cart-subtotal,.checkout-order-review tbody .amount{font-size:16px;letter-spacing:-0.01em}.checkout-order-review .product-total{position:relative;vertical-align:bottom;line-height:36px}.checkout-order-review .product-content{flex:1}.checkout-order-review .product-price{margin-top:0.5rem;display:flex;align-items:center;justify-content:space-between}.checkout-order-review dt{margin:0}@media (max-width:575px){.checkout-order-review .featured-boxes{padding:22px 16px}.checkout-order-review .product-thumbnail{margin-right:10px}.checkout-order-review .product-price{flex-direction:column;align-items:flex-start}}.woocommerce-shipping-totals td{padding:25px 10px}.woocommerce-checkout .shop_table .button{color:#fff}.woocommerce-account .woocommerce{margin:0 -10px}.woocommerce-account .woocommerce:after{content:" ";display:table;clear:both}.woocommerce-account .woocommerce>.row{margin-left:calc(10px - 10px);margin-right:calc(10px - 10px)}.woocommerce-account .woocommerce>.col-lg-10,.woocommerce-account .woocommerce>.col-md-6{padding-right:calc(20px / 2);padding-left:calc(20px / 2)}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:25%;padding:0 10px 30px}@media (max-width:991px){.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin:0;padding:0;display:block;position:relative}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{transition:background 0.1s;padding:8px 0 8px 0;display:block;color:#777777;font-size:1em;font-weight:500;letter-spacing:-0.025em}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{text-decoration:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active>a{font-weight:700;color: #222529}.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) a{border-bottom:1px solid  #e7e7e7}.woocommerce-account .woocommerce-MyAccount-navigation ul li ul{list-style:none;margin:0 0 0 25px;padding:0}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:75%;padding:0 10px}@media (max-width:991px){.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li .count{float:right}.woocommerce-account .account-sub-title i,.woocommerce-account .featured-box i{color:#d3d3d4}.woocommerce-account .featured-box .icon-featured{font-size:60px}.woocommerce-account .featured-box h4{font-size:1rem;letter-spacing:-0.01em}.address .featured-box{text-align:left}#rememberme,.back-login{margin-top:10px;margin-bottom:10px}.woocommerce-password-strength{text-align:center;font-weight:600;margin-top:10px;padding:3px 0px 3px 0px;color:#333;line-height:1.2}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:1em 0 0 0;display:block}.order-info mark{display:block;background:transparent;color: #222529;padding:0}.porto-social-login-section.false-modal a{padding:17px 12px;margin-bottom:20px}.porto-social-login-section.false-modal i{margin-right:5px}.porto-social-login-section.false-modal i.fa-facebook-f{width:25px;height:25px;line-height:35px;vertical-align:middle;color:#3a589d;background:#fff;border-radius:50%}.porto-social-login-section.false-modal span{letter-spacing:-0.03em}.porto-social-login-section .social-button:hover i.fa-facebook-f{color:#f9581d}
.single-post .entry-title{font-size:1.875rem;font-weight:700;letter-spacing:-0.025em;margin-bottom:0.25rem;color: #222529}.pagination>a,.pagination>span{min-width:2.75rem;width:auto;height:2.75rem;line-height:2.5rem;color:#999;background:none;border:2px solid #999;font-size:0.875rem;padding:0;border-radius:2rem!important;margin:0 0.25rem;font-weight:700}.pagination .next:before,.pagination .prev:before{top:0}.sidebar-content .widget,.sidebar-content .widget .widget-title{letter-spacing:-0.025em}.sidebar-content .widget .widget-title{font-size:1.25rem;line-height:1.2;text-transform:none;margin-bottom:1.5rem}.sidebar-content a{color: #222529}.widget_categories>ul li:before{content:none}.sidebar-content .widget+.widget{padding-top:1.875rem;border-top:1px solid rgba(0,0,0,0.08);margin-top:1.875rem}body.dark .sidebar-content .widget+.widget{border-top-color:rgba(255,255,255,0.08)}.widget>ul{font-size:1em}.widget_recent_comments li{font-size:0.9286em}.widget_recent_comments li>a{font-size:1.0769em}.wp-block-latest-comments .wp-block-latest-comments__comment{border:none!important}.widget_recent_comments .wp-block-latest-comments:not(.has-avatars):not(.has-excerpts) .wp-block-latest-comments__comment{padding-left:0;border-bottom:none}.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-link{font-size:1.0769em}.widget .wp-block-latest-posts__list.wp-block-latest-posts li>a{font-weight:600;color: #222529}.widget .wp-block-latest-posts__list.wp-block-latest-posts li>a:hover{color:#f9581d}.widget .wp-block-latest-posts__list.wp-block-latest-posts li{border:none;color: #222529}.widget .wp-block-latest-posts__list time,.widget_recent_entries .post-date{text-transform:uppercase;font-size:0.7857em;order:-1}.widget .current-cat-parent ul,.widget .current-cat ul,.widget_categories>ul{font-weight:500}.widget_categories>ul li{padding:2px 0}.widget_categories>ul li>ul{margin-left:1.75rem;margin-top:0.25rem;margin-bottom:-0.125rem;font-size:0.8571em}.widget_categories li li{padding:1px 0}.widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.widget>ul,.widget>ul li{border:none}.widget_recent_entries>ul li{padding-left:0}.widget_recent_comments>ul li,.widget_recent_entries>ul li{border:none}.widget li.current-cat,.widget li.current-cat-parent,.widget li.current-cat-parent>a,.widget li.current-cat>a,.widget li.current-menu-item>a{color: #222529;font-weight:700}.widget_recent_entries>ul li{display:flex;flex-direction:column;line-height:1.6;padding-top:0.5rem;padding-bottom:0.5rem}.widget_recent_comments>ul li>a,.widget_recent_comments li.wp-block-latest-comments__comment a.wp-block-latest-comments__comment-link,.widget_recent_entries>ul li>a{color: #222529;font-weight:600}.widget_recent_entries>ul li:before{content:none}.widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper input{padding-left:1em}.sidebar-content #searchform #s,.wp-block-search .wp-block-search__inside-wrapper>input{font-size:1em}.sidebar-content .widget_search .input-group,.sidebar-content .widget_search .wp-block-search__input{background:#f7f7f7}body.dark .sidebar-content .widget_search .input-group,body.dark .sidebar-content .widget_search .wp-block-search__input{background:#2c3237}.porto-rounded .sidebar-content .widget_search .input-group{border-radius:0.25rem}.sidebar-content .widget_search input{box-shadow:none;background:none;border:none;height:3.125rem;padding-left:1rem}.sidebar-content .widget_search .btn-dark{background:none!important;border:none;color: #222529!important;font-size:1em;box-shadow:none!important}.sidebar-content .wp-block-search__inside-wrapper .wp-block-search__button,.sidebar-content .wp-block-search__inside-wrapper .wp-block-search__button:hover{background:#f7f7f7;border:none;color: #222529!important;fill: #222529!important;font-size:1em;box-shadow:none!important}body.dark .sidebar-content .wp-block-search__inside-wrapper .wp-block-search__button,body.dark .sidebar-content .wp-block-search__inside-wrapper .wp-block-search__button:hover{background:#2c3237}.widget_categories>ul li>a{font-size:1em;color:#777777}
.entry-title{margin-bottom:0}.entry-content{padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,0.08);margin-bottom:3rem}body.dark .entry-content{border-bottom-color:rgba(255,255,255,0.08)}.related-posts h3{font-weight:600}.related-posts .meta-date{font-size:12px;text-transform:uppercase}.post-author img,ul.comments>li img.avatar,ul.comments ul.children>li img.avatar{max-width:66px;border-radius:50%}ul.comments .comment-block{padding:0;background:none;min-height:60px}ul.comments .comment-arrow{display:none}ul.comments .comment-block .date{margin-top:0}@media (min-width:768px){ul.comments>li .img-thumbnail,ul.comments ul.children>li .img-thumbnail{margin-left:-90px}ul.comments>li,ul.comments ul.children>li{padding-left:90px}ul.comments>li{padding-top:1rem;padding-bottom:1rem}}ul.comments .comment-by{letter-spacing:-0.025em;line-height:1.2}ul.comments .comment-by strong{color: #222529}ul.comments .comment-by span:before{content:"|";color:#999;font-size:11px;position:relative;top:-1px;margin-right:0.3125rem}ul.comments .comment-block .comment-by span{margin-left:0.3125rem}ul.comments>li a,ul.comments ul.children>li a{font-size:0.8125rem;font-weight:600;text-transform:uppercase}ul.comments .comment-block .date{font-size:1em;color:#777777}ul.comments .comment-block .date:before{content:"-";font-size:1em;top:0}ul.comments .comment-block p{font-size:1em;line-height:1.9}article .comment-respond{margin-bottom:1rem}@media (max-width:767px){ul.comments>li .img-thumbnail,ul.comments ul.children>li .img-thumbnail{margin:0 20px 10px 8px}}
/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.4.2
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }
.side-header-narrow-bar-logo{max-width:170px}@media (min-width:992px){}.page-top ul.breadcrumb > li.home{display:inline-block}.page-top ul.breadcrumb > li.home a{position:relative;width:1em;text-indent:-9999px}.page-top ul.breadcrumb > li.home a:after{content:"\e883";font-family:'porto';float:left;text-indent:0}@media (min-width:1500px){.left-sidebar.col-lg-3,.right-sidebar.col-lg-3{width:20%}.main-content.col-lg-9{width:80%}.main-content.col-lg-6{width:60%}}#header .mobile-toggle{font-size:12px;background-color:rgba(255,255,255,0.01);color:#f9581d}#header .mobile-toggle{font-size:12px;background-color:rgba(255,255,255,0.01);color:#f9581d}.wpb_style_81552482a61f1c5b65879be0f86f8cfb#mini-cart .cart-head{font-size:29px}.wpb_style_81552482a61f1c5b65879be0f86f8cfb#mini-cart .cart-icon{margin-right:0;margin-left:10px}.wpb_style_81552482a61f1c5b65879be0f86f8cfb#mini-cart .cart-subtotal{font-size:11px;font-weight:500;line-height:18px;letter-spacing:-.05em;color:#777777}.wpb_style_81552482a61f1c5b65879be0f86f8cfb#mini-cart .cart-price{font-size:16px;font-weight:700;line-height:18px;letter-spacing:0;color:#0d6efd}@media (min-width:992px){.custom-left-column{width:280px !important;border-right:1px solid #e1e1e1 !important}}@media (min-width:1200px){.px-15,.px-15>.vc_column-inner{padding-left:15px;padding-right:15px}}.custom-font,.custom-font h2{font-family:handlee}.br-round{border-radius:6px}@media (min-width:992px){.main-content #content,.main-content .page-top.page-header-6{padding:0 25px 0 25px}#main .container-fluid{padding:0}#main .main-content-wrap{margin:0}body:not(.home) .main-content #content,body:not(.home) .main-content #primary{position:sticky;top:20px}}@media(min-width:1592px){.page-top .container{max-width:1552px}}@media(max-width:1199px) and (min-width:992px){.main-content #content,.main-content .page-top.page-header-6{padding:0 10px 0 10px}}.main-content .page-top{margin-bottom:1.25rem;border-width:0}.page-top > .container{padding:5px 0;border-bottom:1px solid #e7e7e7}.page-header-7 > .container{border-width:0}.woocommerce-account .page-header-7{margin-bottom:2.5rem}.custom-style-1 .porto-u-heading{margin-bottom:0}.custom-style-1 sup{font-size:33%;font-weight:700;color:#222529;top:-1.2em;margin-right:16px;letter-spacing:-0.03em}.custom-style-1 .sale-wrapper strong{position:relative;margin-left:.5rem;padding-right:.25rem;font-weight:700;color:#fff;z-index:1}.sale-text::before,.custom-style-1 .sale-wrapper strong::before{content:'';position:absolute;top:10px;left:-7px;right:0;bottom:9px;width:2.34722em;background-color:#222529;z-index:-1;transform:rotate(-2deg)}.custom-text-1{font-size:2.5em;right:0;bottom:-0.22em}.custom-text-2{color:#ee8379;font-size:1.625em;right:1.2rem;bottom:0.7rem;transform:rotate(-30deg)}.custom-text-1,.custom-text-3{color:#f9581d;transform:rotate(-30deg);letter-spacing:.1em}.custom-text-3{color:#4dae65;font-size:1.601875em;right:1.5em;bottom:-1.1em;letter-spacing:-.1px}.ms-n-3{text-indent:3px}.ms-n-6{text-indent:6px}.mr-n-3{margin-right:-3px}.custom-indent-1{text-indent:-2px}.intro-carousel,.intro-carousel .owl-stage-outer,.intro-carousel .owl-stage,.intro-carousel .owl-item,.intro-carousel .porto-ibanner,.intro-carousel img{height:100%}.custom-dot .owl-dots .owl-dot{width:18px;height:18px;vertical-align:middle}.custom-dot .owl-nav.disabled+.owl-dots{left:18px;bottom:18px}.custom-dot .owl-dots .owl-dot span{margin:auto;transition:width .3s,height .3s,color .3s;background-color:rgba(34,52,41,0.5)}.custom-dot .owl-dots .owl-dot.active span,.custom-dot .owl-dots .owl-dot:hover span{width:12px;height:12px;background-color:#333}.feature-container .porto-sicon-box{min-height:50px}.feature-container .porto-icon i{line-height:1.15}.feature-container .porto-carousel{background-color:#f7f7f7;border-radius:6px}.feature-container .owl-stage-outer{margin-right:1px}.custom-slider-1 .owl-carousel .owl-nav .owl-next,.custom-slider-1 .owl-carousel .owl-nav .owl-prev{top:-40px;font-size:28px !important}.custom-category .owl-carousel .owl-nav .owl-next,.custom-category .owl-carousel .owl-nav .owl-prev{top:-5px}.custom-heading .porto-u-sub-heading{position:absolute;top:2px;right:6px}.custom-heading i{margin-left:8px;vertical-align:middle;color:#212529;font-size:14px}.custom-heading a{font-weight:700}.custom-banner-1>.col-md-12>.vc_column-inner{padding:67px 0 58px !important;background:#d5dade url(//sw-themes.com/porto_dummy/wp-content/uploads/2020/12/banner-5.jpg) center/cover no-repeat;border-radius:6px}.custom-special h2 i::before{content:'\e705';font:400 28px "porto"}.custom-special-product .vc_column-inner{padding:25px 20px 5px !important;border:2px solid #f9581d;border-radius:6px}.custom-special h2 i{margin-left:0;margin-right:8px}@media(max-width:1660px) and (min-width:768px){.custom-banner-2 h2{font-size:2em !important;white-space:nowrap}.custom-banner-2 h4{font-size:1.5em !important}}@media (max-width:1591px){.custom-banner-1{font-size:0.75rem !important}.custom-banner-1 .col-xl-6{padding-left:24px;padding-right:5% !important}}@media (max-width:479px){.intro-carousel .porto-ibanner-layer{left:5% !important;right:5% !important}}
