/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #1e1e1e;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 69.23076923000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #0088cc;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #0088cc;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #0088cc;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 18px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 9px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #555555;
  line-height: 1.4;
  margin: 0 0 9px;
  padding: 9px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 18px 36px;
  padding: 0;
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #777777;
  line-height: 1.4;
  font-size: 0.9rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 9px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #dddddd;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #dddddd;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #dddddd;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 4.5px 9px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #dddddd;
}
textarea::-webkit-input-placeholder {
  color: #dddddd;
}
textarea:-ms-input-placeholder {
  color: #dddddd;
}
input[type="checkbox"] {
  margin: 2px 4.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.block-wishlist-management .wishlist-select-items,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.block-wishlist-management .wishlist-select-items > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.multicheckout .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt {
  float: left;
  clear: left;
  margin: 0 9px 4.5px 0;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 4.5px;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.abs-login-block-title,
.login-container .block .block-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 400;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table.grouped .col.qty .control.qty .qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 36px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #777777;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 27px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 27px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.block-balance .balance-price-label,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary.action span,
.modes-label,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.filter-options-content .filter-count-label,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto,
.wishlist.split.button > .action.split,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary.action,
.action.tocompare,
.product-addto-links .action.tocompare,
.moved-add-to-links .action.tocompare,
.product-social-links .action.tocompare,
.product-social-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.towishlist,
.product-addto-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #999999;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.wishlist.split.button > .action.split:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.wishlist.split.button > .action.split:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary.action:hover,
.action.tocompare:hover,
.product-addto-links .action.tocompare:hover,
.moved-add-to-links .action.tocompare:hover,
.product-social-links .action.tocompare:hover,
.product-social-links .action.mailto.friend:hover,
.moved-add-to-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.product-addto-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  text-decoration: none;
}
.abs-actions-addto:before,
.wishlist.split.button > .action.split:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: block;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 27px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\f804';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #444444;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 9px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\f804';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 18px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 22.5px;
  padding-bottom: 4.5px;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 9px;
  border-left: 1px solid #eaeaea;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: block;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 9px;
}
.abs-colon:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ": ";
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4.5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  color: #0088cc;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 9px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 18px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 18px;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.abs-field-date .control,
.form-giftregistry-edit .field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form-giftregistry-edit .field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 9px;
  width: calc(100% - (21px + 9px + 4.5px));
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -9px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 9px;
  left: auto;
  top: 0%;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #dddddd;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 9px;
  color: #777777;
  font-weight: 300;
  font-size: 2.2rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
  padding-right: 9px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 9px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 18px;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Smartwave/porto_reelpower/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 36px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  max-width: 100%;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #0088cc;
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 18px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 18px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #0088cc;
}
.message.info a:hover {
  color: #0088cc;
}
.message.info a:active {
  color: #0088cc;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #0088cc;
}
.message.error a:hover {
  color: #0088cc;
}
.message.error a:active {
  color: #0088cc;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #0088cc;
}
.message.warning a:hover {
  color: #0088cc;
}
.message.warning a:active {
  color: #0088cc;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #0088cc;
}
.message.notice a:hover {
  color: #0088cc;
}
.message.notice a:active {
  color: #0088cc;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #0088cc;
}
.message.success a:hover {
  color: #0088cc;
}
.message.success a:active {
  color: #0088cc;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  float: left;
  line-height: 60px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #0088cc;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #0088cc;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777777;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 9px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Smartwave/porto_reelpower/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 36px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 18px;
  padding: 0 0 9px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 18px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 1.4rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 9px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 9px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend span {
  margin-right: 4.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 9px;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  height: 32px;
  background: #ffffff url('../../frontend/Smartwave/porto_reelpower/en_US/images/select-bg.svg') no-repeat 100% 48%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777777;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #c1c1c1;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 18px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'porto-icons';
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Smartwave/porto_reelpower/en_US/icon-fonts/font/porto-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
  height: 38px;
  line-height: 22px;
  font-weight: 400;
}
button.action.switch {
  height: auto;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 3px 0 0 3px;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 9px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\f804';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #0088cc;
  display: inline-block;
  padding: 0 4.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #0088cc;
}
.pages a.page:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages a.page:active {
  color: #ffffff;
}
.pages strong.page {
  background: #0088cc;
  border: 1px solid #0088cc;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 0 4.5px;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #999999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999999;
}
.pages .action:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999999;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999999;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .page {
  width: 26px;
  border-radius: 3px;
}
.pages .action {
  border-radius: 3px;
  padding: 0 8px;
  width: 26px;
}
.pages .item:last-child {
  margin-right: 0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.sidebar .actions-toolbar .action.primary {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777777;
  padding: 12px 0;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #777777;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 12px 0;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  color: inherit;
  content: '\f80d';
  font-family: 'porto-icons';
  margin: 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  background-color: #171717;
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .items {
  color: inherit;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 1140px;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: popup-icon-font__color-active;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 13px;
  color: #0088cc;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #5e5e5e;
}
.modal-custom .action-close {
  margin: 22.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 9px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -11.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 18px 0 0;
}
.location-details .location-name {
  font-size: 17px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 18px;
  padding: 0 0 9px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 17px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 18px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Smartwave/porto_reelpower/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto_reelpower/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Smartwave/porto_reelpower/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.1rem;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #0088cc;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #0088cc;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 27px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4.5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 4.5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amfaq-hidden {
  display: none;
}
.amfaq-question-footer-wrapper {
  display: flex;
  align-items: center;
}
.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table;
}
.amfaq-question-footer-wrapper:after {
  clear: both;
}
.amfaq-product-tab .block-title strong {
  display: block;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1.1;
  margin: 0 0 3rem 0;
}
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: normal;
}
.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}
.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}
.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}
.amfaq-social-buttons a,
.amfaq-social-buttons a:hover {
  color: transparent;
}
.amfaq-social-buttons img {
  width: 30px;
  padding: 0 1px;
  border: 0;
  display: inline;
}
.amfaq_questions .amfaq-title {
  margin-bottom: 2.5%;
  font-size: 125%;
  font-weight: bolder;
  text-align: center;
}
.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0;
}
.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: pre-line;
}
.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}
.amfaq_questions .am-item .am-links {
  font-size: 1.5rem;
  float: right;
  padding: 5px 0;
  word-wrap: break-word;
  margin-right: 10px;
}
.amfaq_questions .am-title {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.amfaq_questions .am-title .am-plus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-title .am-minus {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word;
}
.ask-question-form .button-container {
  margin: 10px 0;
}
.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle;
}
.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}
.ask-question-form .ask-form-container label input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.amfaq-category-description {
  margin-bottom: 18px;
}
.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}
.amfaq_categories .item.current {
  background: #f9f9f9;
}
.amfaq_categories .item.current a {
  color: #000;
}
.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  margin: 20px 0;
  font-weight: 500;
}
.amfaq_tags .title {
  background: #f0f0f0;
  color: #575757;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
  word-wrap: break-word;
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_tags .tags_content {
  margin: 5px;
}
.amfaq_tags .tags_content .current {
  text-decoration: underline;
  font-weight: 600;
}
.amfaq_tags .tags_content .item {
  display: inline-block;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.6rem;
}
.amfaq_tags .tags_content .item a {
  text-decoration: none;
  color: #000000;
}
.question_view {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
.question_view .answer {
  word-wrap: break-word;
}
.am-back-button {
  float: right;
  margin-left: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: left;
}
.am-back-to-product-widget.am-widget-center {
  text-align: center;
}
.am-back-to-product-widget.am-widget-right {
  text-align: right;
}
.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}
.amfaq-search {
  position: relative;
  margin-bottom: 15px;
  max-width: 300px;
}
.amfaq-search .am-input {
  padding-right: 30px;
}
.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}
.amfaq-search .am-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 30px;
  height: 38px;
  border: 0;
  box-shadow: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.amfaq-rating {
  float: left;
}
.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}
.amfaq-rating .amfaq-rate-the-answer {
  font-size: 1.2rem;
  font-weight: 600;
}
.amfaq-rating .amfaq-rate-the-answer.-gray {
  color: #757575;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
  border: 1px solid #c9c9c9;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px 20px;
}
.amfaq-rating .average-rate-wrapper.-voted {
  cursor: default;
  pointer-events: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > input {
  display: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.5em;
  color: #ccc;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:before {
  content: '★ ';
}
.amfaq-rating .average-rate-wrapper > input:checked ~ label {
  color: #ffc700;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover,
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover ~ label {
  color: #e4b200;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-size: inherit;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
}
.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #0088cc;
  text-decoration: none;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #0088cc;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #0088cc;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  font-weight: bold;
  cursor: auto;
}
.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}
.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}
.am-widget-category .view-all {
  display: block;
  text-align: right;
}
.am-widget-category .am-category-header {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 50px;
}
.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}
.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}
.am-widget-category .am-category-header .faq-category-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  word-wrap: break-word;
}
.am-widget-category .amfaq_questions .am-title {
  font-weight: 300;
  font-size: 1.6rem;
}
.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table;
}
.am-search-box-wrapper:after {
  clear: both;
}
.am-search-box-wrapper .am-widget-center {
  margin: auto;
}
.am-search-box-wrapper .am-widget-right {
  float: right;
}
.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}
.amfaq-pager {
  float: right;
}
#amfaq_search_autocomplete .amfaq-category {
  font-size: 1rem;
  padding-top: 3px;
  color: #575757;
}
.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}
.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 30px;
}
.am-faq-tags-widget .am-tags-main-title span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 1.8rem;
  color: #333333;
}
.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  margin: 0 15px 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #DDDDDD;
  padding: 9px 0px 9px 0px;
  display: inline-block;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #F2C94C;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #585858;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #BEBEBE;
  padding: 11px 12px 10px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  padding: 0px 9px 0px 12px;
  font-weight: 600;
  text-decoration: none;
}
.search-autocomplete .amfaq-question-container.selected {
  background: #fff;
}
.search-autocomplete .amfaq-question-container .amfaq-option-name {
  color: #1979c2;
}
.search-autocomplete .amfaq-question-container.selected .amfaq-option-name {
  text-decoration: underline;
}
.amfaq-link-category {
  margin-bottom: 10px;
}
.amfaq-links-container {
  margin-bottom: 20px;
  transition: height 0.3s ease-in;
}
.amfaq-links-container .amfaq-button.-questions {
  padding: 0;
  border: none;
  background: #fff;
  color: #1979c2;
  letter-spacing: -.015em;
  font-weight: bold;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  position: absolute;
  left: -10000px;
  visibility: hidden;
}
#am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/Avalara_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.einvoice-download-section {
  margin: 2rem 0;
  padding: 2rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
.einvoice-download-section .admin__field {
  margin-bottom: 1.5rem;
}
.einvoice-download-section .admin__field-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.einvoice-download-section .admin__control-select {
  width: 100%;
  max-width: 400px;
  height: 32px;
  padding: 4px 8px;
}
.einvoice-download-section .actions-toolbar {
  margin-top: 1.5rem;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_HidePrice
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.callforprice_text {
  font-size: 20px;
}
.box-tocart #bss_configurablegridview .hide_price_text,
.product-add-form #bss_configurablegridview .hide_price_text {
  font-size: 14px;
}
.box-tocart .hide_price_text,
.product-add-form .hide_price_text {
  font-size: 24px;
}
.bundle-item.-image {
  display: table;
}
.bundle-item.-image > .image,
.bundle-item.-image > .content {
  display: table-cell;
  vertical-align: middle;
}
.bundle-item.-image > .image {
  padding: 0 0 0 10px;
}
.bundle-img {
  display: none;
  margin: 0 0 10px;
}
.bundle-img.-active {
  display: inline-block;
}
.bundle-configurable.fieldset {
  margin: 15px 0 15px 15px;
}
.bundle-options-container .product-options-wrapper .bundle-configurable.fieldset > .field {
  padding: 0;
  border: 0;
}
.question-form {
  display: none;
  max-width: 500px;
  position: relative;
}
.answer-form {
  display: none;
  max-width: 500px;
  position: relative;
}
.question-message {
  max-width: 500px;
}
.answer-message {
  max-width: 500px;
}
.qsearch-form {
  display: table;
  width: 100%;
}
.qsearch-form .field {
  display: table-cell;
}
.qsearch-form .submit.control {
  display: table-cell;
  width: 1%;
}
.qsearch-form .submit.control button {
  margin-top: 8px;
}
.questions-list {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.questions-list .no-result {
  color: #e02b27;
  font-weight: 600;
}
.questionqa .fieldset {
  margin-bottom: 10px;
}
.date-n-customer-name {
  display: table;
  margin-top: 5px;
}
.date-n-customer-name .name {
  display: table-cell;
  padding-right: 5px;
}
.date-n-customer-name .date {
  display: table-cell;
}
#productquestions .actions a.action {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.qheader .actions a.action img {
  margin-right: 2px;
  vertical-align: text-bottom;
}
.ansheader .actions a.action img {
  height: 19px;
  margin-right: 2px;
  vertical-align: text-bottom;
}
.answers ul {
  margin: .0;
  padding: .0px;
}
.answers ul li {
  list-style-type: none;
  margin: 0;
}
.questionqa .answers .fieldset {
  margin: 0;
}
#productquestions button.loadmoreanswerbutton {
  margin: 0 0 10px 0;
}
#productquestions .answer-form {
  margin: 20px 0 0 0;
}
#productquestions span.count {
  font-size: 16px;
}
#productquestions .qtitle h3 {
  color: #0066c0;
  font-size: 16px;
  margin: 0;
}
#productquestions span.question-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 40px 0 0;
  width: 88px;
}
#productquestions .answers .amswer {
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}
#productquestions .anstitle {
  color: #000000;
  float: left;
  font-weight: 600;
  margin: 0 20px 0 0;
}
#productquestions .ansheader .actions a {
  color: #000000;
}
.anstitle + .actions {
  float: left;
  margin: 0;
}
.date span,
.name span {
  color: #767676 !important;
  font-weight: 400;
}
#productquestions .qtitle {
  float: left;
  line-height: normal;
  margin: 0 15px 0 0;
}
#productquestions .date-n-customer-name {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  width: 100%;
}
#productquestions .date-n-customer-name .name {
  display: inline-block;
  float: left;
  margin-top: 0;
  padding-right: 5px;
  width: auto;
}
#productquestions .date-n-customer-name .date {
  display: inline-block;
  float: left;
  margin-top: 0;
  width: auto;
}
#productquestions .qheader {
  align-items: flex-start;
  background: none;
  display: flex;
}
#productquestions .answers {
  align-items: flex-start;
  background: none;
  display: flex;
  margin-top: 15px;
}
.productquestion {
  margin-bottom: 30px;
}
#question-message {
  width: 100%;
}
.qtitle + .actions {
  display: inline-block;
  float: none;
  margin-top: 0;
  vertical-align: text-bottom;
}
.question-form {
  float: left;
  width: 100%;
}
.anstitle + .actions,
.qtitle + .actions {
  text-align: right;
}
.main-ans-content {
  width: 100%;
}
.main-question-content {
  width: 100%;
}
#productquestions .actions-toolbar {
  margin: 10px 0 0 0;
}
#productquestions .answer-form .primary.actions-primary {
  float: left;
}
@media screen and (min-width: 520px) {
  .questionqa .box-addanswer > .fieldset {
    float: left;
    width: 100%;
  }
  .questionqa .box-addanswer > .sortorder {
    float: left;
    width: 60%;
  }
  .questionqa .box-addanswer {
    clear: both;
    float: left;
    width: 100% !important;
  }
  .questionqa .box-addanswer #product-askquestion-button {
    margin-top: 0;
  }
  .box-addanswer .messages {
    clear: both;
    float: left;
  }
  .questionqa .box-addanswer > .sortorder.last {
    float: right;
    width: 38%;
  }
}
@media (min-width: 768px) {
  .detailed .product.data.items > .item.content {
    padding: 15px 35px 15px 35px;
  }
}
@media (max-width: 767px) {
  #productquestions .answer-form button.action.submit.primary {
    float: left;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 7px 0;
    width: 121px;
  }
  #productquestions span.question-title {
    width: 57px;
  }
}
@media (max-width: 381px) {
  #productquestions .date-n-customer-name {
    display: inherit;
  }
}
.productquestion #answer-message {
  margin: 20px 0 0 0;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions {
  margin: 15px 0 10px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaaaaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 999 !important;
    padding-left: 140px !important;
  }
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
.block-facebook-like .block-title a.btn-like {
  background-color: #08c;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  margin-top: -8px;
  font-weight: 400;
  margin-right: 45px;
}
.block-tweets ul {
  margin-top: -15px;
}
.block-tweets ul li {
  padding: 15px 0;
  border-top: 1px solid #75b11f;
}
.block-tweets ul li:first-child {
  border-top: 0;
}
.block-tweets p.tweet {
  margin-bottom: 10px;
}
.block-tweets p.timePosted {
  margin-bottom: 0;
  color: #a5d75f;
  font-size: 11px;
  font-style: italic;
}
.block-flickr-photos .block-content {
  margin: -5px;
}
.block-flickr-photos a.flickr-image {
  width: 65px;
  display: inline-block;
  margin: 5px;
}
.block-flickr-photos a.flickr-image:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.block-flickr-photos a.flickr-image img {
  width: 100%;
}
.fb-persons {
  margin: -5px;
}
.fb-persons .fb-person {
  display: inline-block;
  width: 75px;
  padding: 5px;
  text-align: center;
}
.fb-persons .fb-person a {
  width: 100%;
  display: inline-block;
}
.fb-persons .fb-person a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
}
.fb-persons .fb-person img {
  width: 100%;
}
/* Magnific Popup CSS */
/* Main image in popup */
/* The shadow behind the image */
/**
       * Remove all paddings around the image on small screen
       */
.sparsh-mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  z-index: 998 !important;
}
.sparsh-mfp-wrap {
  top: 10%;
  left: 15%;
  width: 70%;
  height: 80%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  overflow: hidden hidden !important;
  background-color: #f5f4f4;
  -webkit-backface-visibility: hidden;
  z-index: 998 !important;
}
.sparsh-mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}
.sparsh-mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sparsh-mfp-container .page-layout-2columns-left .column.main {
  width: 100%;
}
.sparsh-mfp-align-top .sparsh-mfp-container:before {
  display: none;
}
.sparsh-mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.sparsh-mfp-inline-holder .sparsh-mfp-content {
  width: 100%;
  cursor: auto;
}
.sparsh-mfp-ajax-holder .sparsh-mfp-content {
  width: 100%;
  cursor: auto;
}
.sparsh-mfp-ajax-cur {
  cursor: progress;
}
.sparsh-mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.sparsh-mfp-zoom-out-cur .sparsh-mfp-image-holder .sparsh-mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.sparsh-mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.sparsh-mfp-auto-cursor .sparsh-mfp-content {
  cursor: auto;
}
.sparsh-mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #333333;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.sparsh-mfp-close:hover {
  opacity: 1;
}
.sparsh-mfp-close:focus {
  opacity: 1;
}
.sparsh-mfp-close:active {
  top: 1px;
}
.sparsh-mfp-close:after {
  content: '\00d7';
}
.sparsh-mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.sparsh-mfp-arrow:active {
  margin-top: -54px;
}
.sparsh-mfp-arrow:hover {
  opacity: 1;
}
.sparsh-mfp-arrow:focus {
  opacity: 1;
}
.sparsh-mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.sparsh-mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.sparsh-mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.sparsh-mfp-preloader a {
  color: #cccccc;
}
.sparsh-mfp-preloader a:hover {
  color: #ffffff;
}
.sparsh-mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.sparsh-mfp-loading.sparsh-mfp-figure {
  display: none;
}
.sparsh-mfp-hide {
  display: none !important;
}
.sparsh-mfp-s-ready .sparsh-mfp-preloader {
  display: none;
}
.sparsh-mfp-s-error .sparsh-mfp-content {
  display: none;
}
button.sparsh-mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button.sparsh-mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.sparsh-mfp-close-btn-in .sparsh-mfp-close {
  color: #333 !important;
}
.sparsh-mfp-image-holder .sparsh-mfp-close {
  color: #333333;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.sparsh-mfp-image-holder .sparsh-mfp-content {
  max-width: 100%;
}
.sparsh-mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sparsh-mfp-iframe-holder .sparsh-mfp-close {
  color: #333333;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.sparsh-mfp-iframe-holder .sparsh-mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.sparsh-mfp-arrow-left {
  left: 0;
}
.sparsh-mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.sparsh-mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.sparsh-mfp-arrow-right {
  right: 0;
}
.sparsh-mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.sparsh-mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.sparsh-mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.sparsh-mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.sparsh-mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.sparsh-mfp-figure {
  line-height: 0;
}
.sparsh-mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.sparsh-mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.sparsh-mfp-figure figure {
  margin: 0;
}
.sparsh-mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.sparsh-mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.sparsh-mfp-gallery .sparsh-mfp-image-holder .sparsh-mfp-figure {
  cursor: pointer;
}
#sparsh-mfp-quickview {
  position: relative;
  background: #FFF;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  min-height: 400px;
}
#sparsh-mfp-quickview #maincontent {
  padding-top: 20px;
}
.page-layout-2columns-left .sparsh-mfp-container .column.main {
  width: 100%;
}
.sparsh-mfp-quickview-message {
  text-align: center;
}
#sparsh-mfp-quickview .message.success > *:first-child:before {
  vertical-align: middle;
  position: inherit;
  padding-top: 10px;
}
.sparsh-quickview-actions-secondary {
  width: 50%;
}
.sparsh-quickview {
  display: none;
}
.cms-index-index #sparsh-mfp-quickview .page-title {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
}
.product-social-links .action.sparsh-quickview-action:before {
  content: '\e615';
}
.block-bundle-summary .action.sparsh-quickview-action:before {
  content: '\e615';
}
.product-item .action.sparsh-quickview-action:before {
  content: '\e615';
}
.table-comparison .action.sparsh-quickview-action:before {
  content: '\e615';
}
.product-item-info {
  position: relative;
}
.product-item-info .sparsh-quick-view-btn-container {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.products-grid .product-item-info .sparsh-quick-view-btn-container {
  left: 50%;
  top: 30%;
}
.products-list .product-item-info .sparsh-quick-view-btn-container {
  margin-left: 8em;
  margin-top: 10em;
}
.products-grid a.sparsh-quick-view-button,
.products-list a.sparsh-quick-view-button {
  opacity: 0;
  visibility: hidden;
  padding: 10px 15px 10px 15px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.products-grid a.sparsh-quick-view-button:before,
.products-list a.sparsh-quick-view-button:before {
  content: '\e615';
  font-size: 1.3rem;
  font-family: 'luma-icons';
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  overflow: hidden;
}
.products-grid .product-item.sparsh-quick-view-item:hover a.sparsh-quick-view-button,
.products-list .product-item.sparsh-quick-view-item:hover a.sparsh-quick-view-button {
  opacity: 1 !important;
  visibility: visible !important;
}
.products-grid .product-item.sparsh-quick-view-item:hover .product-image-container,
.products-list .product-item.sparsh-quick-view-item:hover .product-image-container {
  opacity: 0.3;
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .sparsh-mfp-img-mobile .sparsh-mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .sparsh-mfp-img-mobile img.sparsh-mfp-img {
    padding: 0;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-bottom-bar:empty {
    padding: 0;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-counter {
    right: 5px;
    top: 3px;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-height: 300px) {
  .sparsh-mfp-img-mobile .sparsh-mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .sparsh-mfp-img-mobile img.sparsh-mfp-img {
    padding: 0;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-bottom-bar:empty {
    padding: 0;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-counter {
    right: 5px;
    top: 3px;
  }
  .sparsh-mfp-img-mobile .sparsh-mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .sparsh-mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .sparsh-mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .sparsh-mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #sparsh-mfp-quickview .box-tocart .action.tocart {
    width: auto;
  }
}
@media (min-width: 768px) {
  #sparsh-mfp-quickview.sparsh-quickview-custom-options .product-options-wrapper {
    width: 45%;
  }
  #sparsh-mfp-quickview.sparsh-quickview-custom-options .product-options-bottom {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index #sparsh-mfp-quickview .product.info.detailed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index #sparsh-mfp-quickview .product-info-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index #sparsh-mfp-quickview .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.um-remaining-chars {
  display: block;
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  z-index: 1;
  margin-top: -5px;
}
.um-remaining-chars .chars-value {
  color: #ff5501;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
.block-category-event {
  background: #f0f0f0;
  color: #777777;
  padding: 9px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9px;
}
.block-category-event .block-title {
  margin: 0 0 9px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 36px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 36px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 18px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9px auto 4.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 22.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 9px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 27px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Smartwave/porto_reelpower/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Smartwave/porto_reelpower/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 9px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 9px 4.5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Smartwave/porto_reelpower/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 4.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 18px 0;
}
.swatch-opt-listing {
  margin-bottom: 9px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #0088cc;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 18px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #0088cc;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -9px;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 18px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 18px;
  margin-bottom: 18px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 18px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 18px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #0088cc;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 18px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\f804';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 9px 36px 9px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #777777;
}
.gift-item-block .content {
  padding: 9px 0 18px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 9px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 9px;
}
.gift-messages-order {
  margin-bottom: 22.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #0088cc;
}
.table-giftregistry-items .product-image {
  margin-right: 9px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 27px;
  margin-top: -22.5px;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 22.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 9px 9px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.5px 0 0 4.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #0088cc;
}
.gift-options-content .fieldset .field {
  margin: 9px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 18px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 9px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 18px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 9px;
}
.map-popup .map-msrp {
  margin-bottom: 9px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 9px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\f816';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777777;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #0088cc;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-right: 18px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 4.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 18px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 18px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 18px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #0088cc;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 27px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 9px;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9px;
}
.multicheckout .item-options {
  margin: 9px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 9px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 36px;
}
.multicheckout .box-title span {
  margin-right: 9px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0;
  color: #777777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 18px;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view .main-product-detail,
.weltpixel_quickview-catalog_product-view .main-product-detail {
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  padding: 25px !important;
  background: #fff;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .page-main .columns,
.weltpixel_quickview-catalog_product-view .page-main .columns {
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  min-height: auto;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  width: 100%;
  padding: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  background: none;
  color: #222529;
  border: none;
  height: auto;
  margin-top: 10px;
  display: inline-block;
  min-width: auto;
  padding: 0;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 18px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 18px;
  padding-top: 9px;
}
.block-cart-failed {
  margin: 36px 0;
}
.block-cart-failed .block-title {
  font-size: 2.5rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 9px;
}
.bundle-actions {
  margin: 0 0 27px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 36px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 27px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-left: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 27px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 22.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 27px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 18px;
  margin-top: 18px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: left;
}
.products-grid .product-item {
  width: 50%;
  padding: 10px;
}
.products-grid .product-item.nth-child-2np1 {
  clear: left;
}
.products-grid.products.grid.flex-grid .product-item,
.products-grid.divider-line .product-item {
  border-left: 1px solid #e3e4e4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  transition: all 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.products-grid.products.grid.flex-grid .product-item.nth-child-2np1,
.products-grid.divider-line .product-item.nth-child-2np1 {
  border-left-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item:nth-child(1) .product-item-info,
.products-grid.divider-line .product-item:nth-child(1) .product-item-info,
.products-grid.products.grid.flex-grid .product-item:nth-child(2) .product-item-info,
.products-grid.divider-line .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item .product-item-info,
.products-grid.divider-line .product-item .product-item-info {
  border-top: 1px solid #e3e4e4;
  padding: 50px 0 10px;
  transition: all 0.3s;
  margin-top: -1px;
}
.products-grid.products.grid.flex-grid .product-item:hover,
.products-grid.divider-line .product-item:hover {
  background-color: #fff;
  border-top-color: #e3e4e4;
  border-bottom-color: #e3e4e4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-info,
.products-grid.divider-line .product-item:hover .product-item-info {
  border-top-color: transparent;
  padding: 10px 0 50px;
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-details .product-item-actions,
.products-grid.divider-line .product-item:hover .product-item-details .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-inner,
.products-grid.divider-line .product-item-details .product-item-inner {
  margin-bottom: -30px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions,
.products-grid.divider-line .product-item-details .product-item-actions {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.products-grid.divider-line .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  color: #fff;
  border: 0;
  height: 40px;
  line-height: 40px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.tocompare {
  visibility: visible;
  position: static;
  opacity: 1;
  height: 40px;
  line-height: 40px;
  top: 0;
  width: 40px;
  border: 0;
  background-color: #e6e6e6;
  color: #000;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.towishlist {
  margin-right: -3px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.tocompare {
  margin-left: -3px;
}
.products {
  margin: 4px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-details {
  padding: 10px 0;
}
.product-item-name {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.product-item-photo .product-item-inner {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-right: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
}
.product-item-actions .action.towishlist {
  border-color: #ed4949;
  color: #ed4949;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #52b9b5;
  color: #52b9b5;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item .product-reviews-summary {
  background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/rating-bar.png) center no-repeat;
  line-height: 1;
  margin: 7px 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #c1c1c1;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 4.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 10px;
  height: 32px;
  border-radius: 5px;
  font-weight: 400;
}
.product-item .tocart:before {
  display: inline;
  content: '\f814';
  font-family: 'porto-icons';
  margin-right: 5px;
  font-size: 15px;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .product-item-details .product-item-actions {
  white-space: nowrap;
  margin: 0 -20px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  float: none;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.products-list .product-item-info {
  display: table-row;
  text-align: left;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-photo {
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.products-list .product-item-details {
  display: block;
  width: 80%;
  padding: 0 0 20px 20px;
  float: left;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-left: 2px;
}
.products-list .product-item-name {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0;
}
.products-list .product-item .product-reviews-summary {
  background: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  text-align: center;
}
.toolbar select {
  background-color: #ffffff;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
}
.toolbar-amount {
  position: static;
  display: block;
  float: left;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 22.5px;
}
.products.wrapper ~ .toolbar .pages {
  float: left;
  margin-bottom: 0;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: static;
}
.sorter-label {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
}
.sorter-options {
  margin: 0 4.5px 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #0088cc;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #0088cc;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  vertical-align: top;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  float: left;
  display: inline-block;
  margin-right: 18px;
}
.modes > a {
  text-decoration: none;
}
.modes-mode {
  float: left;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #cccccc;
  text-align: center;
  width: 26px;
  line-height: 26px;
  background-color: #ffffff;
  display: block;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:last-child {
  margin-right: 0;
}
.modes-mode.active,
.modes-mode:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f839';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:before {
  display: block;
}
.mode-list:before {
  content: '\f83a';
}
.limiter {
  float: right;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter .label {
  font-weight: 400;
  margin: 0;
}
.limiter .control {
  display: inline-block;
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box {
  margin: 8px 0 13px;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #999999;
}
.old-price {
  display: inline-block;
  vertical-align: middle;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: middle;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 18px;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 3px;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.product.media {
  margin-top: 0;
  margin-bottom: 50px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 9px 0;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 9px 0 22.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 50px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 4.5px 9px 4.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 27px 9px 0;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper h1 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555555;
}
.product-info-main .product-info-price {
  border-bottom: 1px #ebebeb solid;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
  color: #0088cc;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
  color: #999999;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  padding-bottom: 30px;
  color: #777777;
}
.product-info-main .stock {
  margin: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.product-info-main .product.sku .type:after {
  content: '#:';
}
.product-info-main .product.sku .value {
  display: inline-block;
}
.product-info-main .product.overview {
  margin: 18px 0;
}
.product-info-main .product.alert {
  margin: 9px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .box-tocart {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .actions {
  margin-right: 20px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-options-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
  color: #999999;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #0088cc;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: left;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: top;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #999999;
  border-color: #999999;
  border-radius: 3px;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-right: 5px;
  border-radius: 3px;
}
.product-addto-links .action.towishlist {
  color: #ed4949;
  border-color: #ed4949;
}
.product-addto-links .action.tocompare {
  color: #52b9b5;
  border-color: #52b9b5;
}
.prices-tier {
  margin-bottom: 13.5px;
}
.prices-tier .item {
  margin-bottom: 9px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #0088cc;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.qty.field .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.qty.field .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.qty.field .qty-changer > a:first-child {
  margin-top: 0;
}
.qty.field .qty-changer > a:hover {
  color: #0088cc;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #0088cc;
}
.sidebar .product-items .product-item {
  margin-bottom: 18px;
  position: relative;
  float: none;
  width: auto;
  padding: 0;
}
.sidebar .product-items .product-item:last-child {
  margin-bottom: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  margin-bottom: 20px;
}
.sidebar .product-items .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  max-width: 33%;
  margin-right: 10px;
}
.sidebar .product-items .product-item-info .product-item-photo img {
  position: static;
  width: auto;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  text-align: left;
  margin-left: calc(33% + 15px);
  padding: 7px 0;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin: 0;
}
.sidebar .product-items .product-item .product-reviews-summary {
  background: none;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 3px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #c1c1c1;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -4.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 9px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.side-list .product-item-name {
  font-size: 13px;
}
.side-list .price-container .price {
  font-size: 15px;
}
.product-labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-labels .product-label:first-child {
  margin-top: 0;
}
.product-label {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  line-height: 1;
}
.product-label.new-label {
  background-color: #62b959;
}
.product-label.sale-label {
  background-color: #e27c7c;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 4.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
  height: 32px;
  padding: 0 17px;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.sidebar .product-item .tocart {
  border-radius: 3px;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 60px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price .price-box {
  padding-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container .price {
  font-size: 25px;
  color: #444;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .add-to-cart {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .actions .action.primary {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  max-width: 100%;
}
.prev-next-products {
  float: right;
}
.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
}
.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #0088cc;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #0088cc;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}
.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px;
}
.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop {
  right: auto;
  left: 0;
  margin-left: -20px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 32px;
  right: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
  left: auto;
  right: 0;
  margin-right: -15px;
}
.prev-next-products .product-nav.product-next .product-pop:before {
  right: 26px;
  left: auto;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  z-index: 1;
}
.block.related .field.choice {
  position: absolute;
  top: 2px;
  left: 6px;
}
.block.upsell .title {
  background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/slider-bar.png) right no-repeat;
}
.block.upsell .title strong {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
  padding-right: 20px;
}
.sidebar .custom-block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/bkg_4.png) bottom no-repeat;
}
.sidebar .custom-block.custom-block-1 {
  padding-bottom: 20px;
}
.sidebar .custom-block.custom-block-1 > div {
  min-height: 50px;
  margin-bottom: 20px;
  clear: both;
}
.sidebar .custom-block.custom-block-1 > div em {
  font-size: 30px;
  color: #000;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.sidebar .custom-block.custom-block-1 > div h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-left: 50px;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.sidebar .custom-block.custom-block-1 > div p {
  font-size: 12px;
  margin: 0;
  margin-left: 50px;
  line-height: 1;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #0088cc;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #0088cc;
}
.block-search .label:active:before {
  color: #0088cc;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4.5px 36px 4.5px 9px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 4.5px;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 9px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 22.5px;
  padding: 1px 0 22.5px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 22.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-right: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 18px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 22.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 18px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.cart.table-wrapper .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: center;
}
.cart.table-wrapper .col.subtotal .price {
  color: #0088cc;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .field.qty {
  min-width: 67px;
}
.cart.table-wrapper .col > .price {
  color: #c1c1c1;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 9px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #777777;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #0088cc;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-right: 15px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0;
  margin-top: 10px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 18px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 18px;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: right;
  margin-top: 20px;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .amount .price-wrapper {
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 27px 0 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #0088cc;
  content: '\f815';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart:active:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #0088cc;
  content: '\f815';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #0088cc;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 7px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 18px;
  width: 320px;
  right: -15px;
  border-top: 6px solid #0088cc;
  color: #777777;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  border: 9px solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
  border: 8px solid;
  border-color: transparent transparent #0088cc transparent;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #777777;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: -11px 0 0;
  min-width: 18px;
  width: 100%;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 600;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #0088cc;
  line-height: 40px;
  margin: 0;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 18px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 4.5px;
}
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
}
.minicart-items .product-item-name a {
  color: #0088cc;
}
.minicart-items .product-item-details {
  padding-left: 95px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  color: #000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 36px 4.5px 0;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 0 0 4.5px;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\f807';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\f804';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  width: 40px;
  text-align: center;
  margin-right: 9px;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #0088cc;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #0088cc;
}
.minicart-items .action.delete:before {
  content: '\f81a';
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 0 0 18px;
}
.opc-wrapper {
  margin: 0 0 18px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 36px;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 4.5px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #0088cc;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: auto;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
  left: 0;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #777777;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #777777;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #777777;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 1px;
  font-size: 13px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #dddddd;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 9px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 13px;
  line-height: 30px;
  margin: 0 0 18px;
  padding: 18px 32px 18px 18px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 18px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 18px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 18px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 18px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 18px;
  padding-top: 18px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #0088cc;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 27px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 18px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 9px 36px 9px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 9px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\f804';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 9px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 4.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: right;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #0088cc;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-bottom: 22.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 36px;
  padding-top: 36px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  padding: 18px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 18px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 18px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 18px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 18px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\f804';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 18px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #0088cc;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #0088cc;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #777777;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #0088cc;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 18px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 4.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 18px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 18px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 27px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 18px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #0088cc;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 9px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 25px;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #0088cc;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 27px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 36px;
}
.account .table-wrapper {
  margin-bottom: 18px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 9px;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 9px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9px;
}
.samples-item {
  margin: 0 0 9px;
}
.field.downloads {
  margin-bottom: 9px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  margin-bottom: 9px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #0088cc;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
  min-width: 95px;
}
.table.grouped .col.qty .control.qty {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.table.grouped .col.qty .qty-changer > a:first-child {
  margin-top: 0;
}
.table.grouped .col.qty .qty-changer > a:hover {
  color: #0088cc;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 9px;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 8px 0 3px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #0088cc;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #999999;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: right;
  display: block;
  width: auto;
  border: 0;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 7px 10px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  left: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: .8em;
  margin: 0 5px;
  color: #ffffff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 9px 9px 18px;
  font-size: 13px;
  line-height: 1em;
  border-bottom: 1px solid #cccccc;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  border: 1px solid #ddd;
  border-width: 0 1px;
  background-color: #fbfbfb;
  padding: 10px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.filter .filter-current-subtitle {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
}
.filter-current .action.remove {
  position: absolute;
  right: 15px;
  top: -2px;
}
.filter-actions {
  font-size: 11px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  text-align: right;
  margin-bottom: 14px;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  margin-bottom: 14px;
}
.filter-options-item.active .filter-options-title {
  border-radius: 7px 7px 0 0;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f823';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.filter-options-title:hover:after {
  background-color: #0088cc;
  color: #fff;
}
.active > .filter-options-title:after {
  content: '\f820';
}
.filter-options-content {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.filter-options-content .item {
  margin: 13px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #777777 !important;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #dddddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #c1c1c1;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 18px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 18px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 9px;
  margin-bottom: 43.2px;
}
.review-list {
  margin-bottom: 27px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.review-content {
  margin-bottom: 18px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 18px;
}
.product-reviews-summary {
  margin-bottom: 10px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  color: #bdbdbd;
  padding: 0 15px 0 10px;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 1px solid #ccc;
}
.product-reviews-summary.no-rating .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 18px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 4.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.order-links .item {
  line-height: 36px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #c1c1c1;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 36px;
  padding: 9px;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 9px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #777777;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\f804';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777777;
  display: block;
  padding: 8px 18px 8px 15px;
  position: relative;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  font-family: 'porto-icons';
  content: '\f821';
  position: absolute;
  left: 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #0088cc;
  background-color: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #0088cc;
  font-weight: 400;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
}
.page-header {
  background-color: #ffffff;
  border-top: 3px solid #0088cc;
  position: relative;
  z-index: 4;
}
.page-header .panel.wrapper {
  background-color: #f0f0ed;
  color: #777777;
}
.page-header.header-newskin .minicart-wrapper {
  position: relative;
  width: 58px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
}
.page-header.header-newskin .minicart-wrapper .action.close {
  top: 5px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart {
  position: relative;
  padding: 0 25px 0 0;
  line-height: 31px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
  content: '\e87f';
  font-size: 29px;
  line-height: 32px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:after {
  content: "\f803";
  font-family: 'porto-icons';
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}
.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
  width: 16px;
  height: 16px;
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #ed5348;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  min-width: auto;
  left: auto;
  right: 16px;
  margin-top: -16px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart {
  line-height: 40px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before {
  line-height: 39px;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 18px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 11px;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #777777;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #777777;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 27px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #0088cc;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0088cc;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #0088cc;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #0088cc;
}
.message.global.demo a:hover {
  color: #0088cc;
}
.message.global.demo a:active {
  color: #0088cc;
}
.page-header .switcher,
.page-footer .switcher {
  height: 15px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  left: -10px;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 3px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px 10px;
  color: #777777;
  font-size: 11px;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  line-height: 15px;
  font-size: 11px;
  vertical-align: top;
  display: inline-block;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 36px;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #0088cc;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #0088cc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\f816';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 22.5px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 9px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 9px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.filterproducts.products {
  margin: 0;
}
.filterproduct-title {
  background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/slider-bar.png) right no-repeat;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  color: #313131;
  text-transform: uppercase;
  text-align: left;
}
.filterproduct-title .content {
  background-color: #fff;
  padding-right: 20px;
  display: inline;
}
h3.fullwidth-filter-title {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.owl-top-narrow .owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: -37px;
  margin: 0;
}
.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.owl-middle-narrow .owl-theme .owl-controls,
.owl-middle-narrow.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -37px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-dots .owl-dot,
.owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot {
  pointer-events: all;
}
.owl-middle-narrow .owl-theme:hover .owl-controls,
.owl-middle-narrow.owl-theme:hover .owl-controls {
  opacity: 1;
  visibility: visible;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  font-size: 40px;
  pointer-events: all;
}
.owl-middle-narrow .owl-theme .owl-prev,
.owl-middle-narrow.owl-theme .owl-prev {
  left: 0;
}
.owl-middle-narrow .owl-theme .owl-next,
.owl-middle-narrow.owl-theme .owl-next {
  right: 0;
}
.owl-top-narrow .recent-posts .owl-item .item {
  padding-top: 10px;
}
.owl-border-radius-7 .owl-stage-outer {
  border-radius: 7px;
}
.owl-bottom-absolute-narrow.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
}
.small-list.products-grid .product-item {
  float: none;
  padding: 0;
  width: auto;
  margin-bottom: 15px;
}
.small-list.products-grid .product-item-info .product-item-photo {
  float: left;
  width: 33.33%;
  padding: 0;
}
.small-list.products-grid .product-item-info .product-item-details {
  float: left;
  padding: 5px 0;
  padding-left: 10px;
  width: 66.66%;
  text-align: left;
}
.small-list.products-grid .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.small-list.products-grid .product-item .product-item-name {
  font-size: 12px;
}
.small-list.products-grid .product-item .product-reviews-summary {
  background-image: none;
}
.small-list.products-grid .product-item .price-container .price {
  font-size: 14px;
}
.theme-color {
  color: #0088cc !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777777;
  padding: 40px 0;
}
.footer-middle > .container {
  position: relative;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777777;
}
.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
}
.footer-middle .block.newsletter {
  width: auto;
}
.footer-middle .block.newsletter .form.subscribe {
  max-width: 300px;
}
.footer-middle .block.newsletter label {
  margin-top: 50px;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-middle .block.newsletter .field .control:before {
  display: none;
}
.footer-middle .block.newsletter input {
  padding: 0 10px;
  background-color: #dcdcdc;
  border-radius: 5px 0 0 5px;
  height: 30px;
  border: 0;
}
.footer-middle .block.newsletter .action.subscribe {
  border-radius: 0 5px 5px 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 13px;
  font-weight: 400;
}
.footer-middle ul.links {
  margin-top: -5px;
}
.footer-middle ul.links li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
  margin: 0;
}
.footer-middle ul.links li [class^="porto-icon-"],
.footer-middle ul.links li [class*=" porto-icon-"] {
  margin-left: -5px;
}
.footer-middle ul.contact-info li {
  padding: 5px 0;
}
.footer-middle ul.contact-info li:first-child {
  padding-top: 0;
}
.footer-middle ul.contact-info [class^="porto-icon-"],
.footer-middle ul.contact-info [class*=" porto-icon-"] {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle ul.contact-info p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.footer-middle ul.features {
  margin-top: -5px;
}
.footer-middle ul.features li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
}
.footer-middle ul.features li [class^="porto-icon-"],
.footer-middle ul.features li [class*=" porto-icon-"] {
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #ffffff;
}
.footer-middle p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-bottom {
  min-height: 50px;
  line-height: 40px;
  background-color: #0c0c0c;
  padding: 25px 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-right: 45px;
  float: left;
}
.footer-bottom .custom-block {
  float: left;
  line-height: 1;
  margin: 3px 0;
}
.footer-bottom .custom-block img {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
}
.footer-bottom address {
  float: right;
  line-height: 30px;
  margin: 0;
}
.footer-bottom .custom-block.f-right {
  margin-left: 60px;
}
.footer-bottom .custom-block ul.links {
  display: inline-block;
}
.footer-bottom .custom-block ul.links li {
  padding: 0 12px;
  border-right: 1px solid #bbb;
  font-size: 11px;
  display: inline;
  vertical-align: middle;
}
.footer-bottom .custom-block ul.links li:first-child {
  padding-left: 0;
}
.footer-bottom .custom-block ul.links a {
  color: #777;
  font-size: 11px;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: left;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  position: absolute;
  margin: -56px 0 25px;
  padding: 10px 20px 6px 20px;
  background-color: #0088cc;
}
.footer-ribbon:before {
  content: '';
  display: block;
  width: 7px;
  height: 0;
  position: absolute;
  left: -10px;
  top: 0;
  border-right: 10px solid #006699;
  border-top: 16px solid transparent;
}
.footer-ribbon span {
  color: #ffffff;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons li:first-child a {
  margin-left: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #9e9e9e;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 7px;
  transition: 0.3s background-color;
}
.social-icons > li > a:hover,
.social-icons > li > a:focus {
  color: #fff;
}
.social-icons > li > a.facebook-link:hover {
  background-color: #3c599b;
}
.social-icons > li > a.twitter-link:hover {
  background-color: #1ca8e3;
}
.social-icons > li > a.linkedin-link:hover {
  background-color: #4975b6;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #0088cc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #0088cc;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Smartwave/porto_reelpower/en_US/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: left;
  margin: 15px 0;
  padding: 0;
  color: #0088cc;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-left: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #0088cc;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #0088cc;
}
#newsletter_popup {
  background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/newsletter_popup_bg.jpg) no-repeat;
  margin: 0;
  padding: 40px 40px 25px;
  width: 700px;
  height: 325px;
  border-top: 4px solid #0088cc;
  text-align: left;
  position: relative;
  border-radius: 5px;
}
#newsletter_popup .block-content {
  max-width: 312px;
  text-align: center;
  padding: 6px;
}
#newsletter_popup h2 {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px;
}
#newsletter_popup p {
  font-size: 13px;
  line-height: 1.4;
}
#newsletter_popup .input-box {
  padding: 0;
}
#newsletter_popup input[type="email"] {
  float: left;
  padding: 2px 13px;
  line-height: 30px;
  width: 100%;
  height: 34px;
}
#newsletter_popup .actions {
  float: left;
  margin-left: -55px;
  position: relative;
  z-index: 1;
  width: 55px;
  border-left: 1px solid #ccc;
}
#newsletter_popup .action.primary {
  height: 34px;
  background-color: transparent;
  color: #555;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 100%;
  border: 0;
}
#newsletter_popup .subscribe-bottom {
  position: absolute;
  bottom: 30px;
}
#newsletter_popup .subscribe-bottom label {
  font-size: 11px;
  vertical-align: middle;
}
#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 1px;
  vertical-align: middle;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 18px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\f802';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\f801';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 9px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 18px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 18px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 18px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -9px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 9px;
    left: auto;
    top: 0%;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #dddddd;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 9px 36px 9px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 18px;
    top: 9px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\f804';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\f804';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher strong {
    font-size: 13px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.5px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    font-size: 1.3rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 13px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.5px 14px -1px -15px;
    padding: 4px 9px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #0088cc;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 9px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #777777;
    display: block;
    padding: 4.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #0088cc;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 22.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 36px;
  }
  .block-cart-failed .block-title {
    margin: 0 18px 18px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 15px;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 15px 5px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 18px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 18px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 18px;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 36px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 4.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-wrapper {
    visibility: hidden;
    height: 0;
    margin-top: -999999em;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    z-index: 99;
    visibility: visible;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 36px;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 2;
    border-bottom: 1px solid #cccccc;
  }
  .filter.active .filter-title strong {
    right: 3px;
    left: auto;
    top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #c1c1c1;
    content: '\f819';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: transparent;
    z-index: 1;
    line-height: 32px;
  }
  .filter.active .filter-options {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #ffffff;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -9px 22.5px;
  }
  .filter-options-content {
    padding: 4.5px 9px;
  }
  .filter-no-options .filter-title:before {
    content: "";
    width: 100px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -40px;
    left: -15px;
  }
  .filter .filter-current {
    margin: 4.5px -9px 0;
    border: solid #cccccc;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    font-size: .9em;
    color: #c1c1c1;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f804';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  .mobile-sticky header.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  }
  .mobile-sticky .page-main {
    margin-top: 64px;
  }
  .page-header.header-newskin .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
    margin-right: -17px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart:before,
  .page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart {
    line-height: 40px;
  }
  .products-grid.wishlist {
    margin-bottom: 27px;
    margin-right: -9px;
  }
  .products-grid.wishlist .product-item {
    padding: 18px 9px 18px 18px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f816';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #0088cc;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-left: 0;
  }
  .history .thumb {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before,
  .table-downloadable-products .col.title:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 9px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 9px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 9px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 4.5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -18px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .account .table-giftregistry .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -9px 0 9px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4.5px 9px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 9px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #555555;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 4.5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 18px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 9px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 18px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 36px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 18px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 9px 0 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -9px 0;
    width: calc(100% + 2*9px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 9px;
  }
  .product-info-price > *:last-child {
    padding-right: 9px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 9px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 18px -15px 15px;
    padding: 18px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 32px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 27px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #0088cc;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 22.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 22.5px -9px;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 9px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.5px;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 9px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 9px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 18px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 22.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 36px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
  }
  .weltpixel-quickview-catalog-product-view .product-info-main,
  .weltpixel_quickview-catalog_product-view .product-info-main,
  .weltpixel-quickview-catalog-product-view .product.media,
  .weltpixel_quickview-catalog_product-view .product.media {
    width: 48% !important;
    margin-bottom: 0;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #0088cc;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #0088cc;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #0088cc;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 244px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 9px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 9px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 9px 9px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 9px;
  right: 27px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/porto_reelpower/en_US/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .12);
	   -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .12);
	        box-shadow: 0 0 50px rgba(0, 0, 0, .12);
}

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

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/fancybox/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/fancybox/css/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Smartwave/porto_reelpower/en_US/fancybox/css/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	opacity: .8;
	background: rgba(119,119,119,0.5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/fancybox/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/fancybox/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.porto-icon-spin1:before { content: '\e800'; } /* '' */
.porto-icon-cancel:before { content: '\e801'; } /* '' */
.porto-icon-cancel-1:before { content: '\e802'; } /* '' */
.porto-icon-spin2:before { content: '\e803'; } /* '' */
.porto-icon-spin3:before { content: '\e804'; } /* '' */
.porto-icon-spin4:before { content: '\e805'; } /* '' */
.porto-icon-spin5:before { content: '\e806'; } /* '' */
.porto-icon-spin6:before { content: '\e807'; } /* '' */
.porto-icon-firefox:before { content: '\e808'; } /* '' */
.porto-icon-chrome:before { content: '\e809'; } /* '' */
.porto-icon-opera:before { content: '\e80a'; } /* '' */
.porto-icon-ie:before { content: '\e80b'; } /* '' */
.porto-icon-money:before { content: '\e80c'; } /* '' */
.porto-icon-cart-thick:before { content: '\e80d'; } /* '' */
.porto-icon-shipping:before { content: '\e80e'; } /* '' */
.porto-icon-support:before { content: '\e80f'; } /* '' */
.porto-icon-business-book:before { content: '\e810'; } /* '' */
.porto-icon-percent-shape:before { content: '\e811'; } /* '' */
.porto-icon-sale-label:before { content: '\e812'; } /* '' */
.porto-icon-wishlist:before { content: '\e813'; } /* '' */
.porto-icon-sale-discount:before { content: '\e814'; } /* '' */
.porto-icon-phone-call:before { content: '\e815'; } /* '' */
.porto-icon-help-circle:before { content: '\e816'; } /* '' */
.porto-icon-shipping-truck:before { content: '\e817'; } /* '' */
.porto-icon-map-location:before { content: '\e818'; } /* '' */
.porto-icon-angle-left:before { content: '\e819'; } /* '' */
.porto-icon-angle-right:before { content: '\e81a'; } /* '' */
.porto-icon-angle-up:before { content: '\e81b'; } /* '' */
.porto-icon-angle-down:before { content: '\e81c'; } /* '' */
.porto-icon-down-1:before { content: '\e81d'; } /* '' */
.porto-icon-left-1:before { content: '\e81e'; } /* '' */
.porto-icon-right-1:before { content: '\e81f'; } /* '' */
.porto-icon-up-1:before { content: '\e820'; } /* '' */
.porto-icon-angle-double-left:before { content: '\e821'; } /* '' */
.porto-icon-angle-double-right:before { content: '\e822'; } /* '' */
.porto-icon-angle-double-up:before { content: '\e823'; } /* '' */
.porto-icon-angle-double-down:before { content: '\e824'; } /* '' */
.porto-icon-pulley:before { content: '\e825'; } /* '' */
.porto-icon-check-circle-2:before { content: '\e826'; } /* '' */
.porto-icon-skype-1:before { content: '\e827'; } /* '' */
.porto-icon-wishlist-1:before { content: '\e828'; } /* '' */
.porto-icon-cart-thick-1:before { content: '\e829'; } /* '' */
.porto-icon-envelope:before { content: '\e82a'; } /* '' */
.porto-icon-user-3:before { content: '\e82b'; } /* '' */
.porto-icon-long-arrow-alt-1:before { content: '\e82c'; } /* '' */
.porto-icon-search-5:before { content: '\e82d'; } /* '' */
.porto-icon-mail-alt-1:before { content: '\e82e'; } /* '' */
.porto-icon-fax:before { content: '\e82f'; } /* '' */
.porto-icon-lock:before { content: '\e830'; } /* '' */
.porto-icon-company:before { content: '\e831'; } /* '' */
.porto-icon-city:before { content: '\e832'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-rotate:before { content: '\e835'; } /* '' */
.porto-icon-rotate-1:before { content: '\e836'; } /* '' */
.porto-icon-mobile-1:before { content: '\e837'; } /* '' */
.porto-icon-help-2:before { content: '\e838'; } /* '' */
.porto-icon-forward:before { content: '\e83d'; } /* '' */
.porto-icon-cog:before { content: '\e83f'; } /* '' */
.porto-icon-cog-alt:before { content: '\e840'; } /* '' */
.porto-icon-wrench:before { content: '\e841'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.porto-icon-gift-1:before { content: '\e844'; } /* '' */
.porto-icon-euro:before { content: '\e846'; } /* '' */
.porto-icon-pound:before { content: '\e847'; } /* '' */
.porto-icon-rupee:before { content: '\e848'; } /* '' */
.porto-icon-yen:before { content: '\e849'; } /* '' */
.porto-icon-rouble:before { content: '\e84a'; } /* '' */
.porto-icon-try:before { content: '\e84b'; } /* '' */
.porto-icon-won:before { content: '\e84c'; } /* '' */
.porto-icon-bitcoin:before { content: '\e84d'; } /* '' */
.porto-icon-ok-1:before { content: '\e84e'; } /* '' */
.porto-icon-users:before { content: '\e85b'; } /* '' */
.porto-icon-video:before { content: '\e85c'; } /* '' */
.porto-icon-desktop:before { content: '\e85e'; } /* '' */
.porto-icon-doc-inv:before { content: '\e85f'; } /* '' */
.porto-icon-circle:before { content: '\e860'; } /* '' */
.porto-icon-circle-thin:before { content: '\e862'; } /* '' */
.porto-icon-paper-plane-1:before { content: '\e864'; } /* '' */
.porto-icon-attention-alt:before { content: '\e865'; } /* '' */
.porto-icon-compare-link:before { content: '\e867'; } /* '' */
.porto-icon-cat-default:before { content: '\e868'; } /* '' */
.porto-icon-tag-line:before { content: '\e870'; } /* '' */
.porto-icon-bag:before { content: '\e871'; } /* '' */
.porto-icon-search-1:before { content: '\e872'; } /* '' */
.porto-icon-online-support:before { content: '\e877'; } /* '' */
.porto-icon-shopping-bag:before { content: '\e878'; } /* '' */
.porto-icon-us-dollar:before { content: '\e879'; } /* '' */
.porto-icon-shipped:before { content: '\e87a'; } /* '' */
.porto-icon-list:before { content: '\e87b'; } /* '' */
.porto-icon-bag-2:before { content: '\e87f'; } /* '' */
.porto-icon-grid:before { content: '\e880'; } /* '' */
.porto-icon-bag-3:before { content: '\e881'; } /* '' */
.porto-icon-direction:before { content: '\e882'; } /* '' */
.porto-icon-home:before { content: '\e883'; } /* '' */
.porto-icon-magnifier:before { content: '\e884'; } /* '' */
.porto-icon-magnifier-add:before { content: '\e885'; } /* '' */
.porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */
.porto-icon-phone-1:before { content: '\e887'; } /* '' */
.porto-icon-clock-1:before { content: '\e888'; } /* '' */
.porto-icon-heart-1:before { content: '\e889'; } /* '' */
.porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */
.porto-icon-credit-card:before { content: '\e88c'; } /* '' */
.porto-icon-action-undo:before { content: '\e88d'; } /* '' */
.porto-icon-envolope:before { content: '\e88e'; } /* '' */
.porto-icon-chart:before { content: '\e88f'; } /* '' */
.porto-icon-long-arrow-right:before { content: '\e897'; } /* '' */
.porto-icon-check-circle-1:before { content: '\e89c'; } /* '' */
.porto-icon-long-arrow-alt:before { content: '\e89e'; } /* '' */
.porto-icon-user-1:before { content: '\e8b9'; } /* '' */
.porto-icon-shopping-cart:before { content: '\e8ba';-webkit-font-smoothing: inherit; } /* '' */
.porto-icon-phone-2:before { content: '\e8bb'; } /* '' */
.porto-icon-percent-circle:before { content: '\e8bf'; } /* '' */
.porto-icon-check-circle:before { content: '\e8c1'; } /* '' */
.porto-icon-password-lock:before { content: '\e8c2'; } /* '' */
.porto-icon-arrow-right-solid:before { content: '\e8c4'; } /* '' */
.porto-icon-check-solid:before { content: '\e8c5'; } /* '' */
.porto-icon-rotulo:before { content: '\e8c6'; } /* '' */
.porto-icon-comida-organica:before { content: '\e8c7'; } /* '' */
.porto-icon-estrela:before { content: '\e8c8'; } /* '' */
.porto-icon-fazer-compras:before { content: '\e8c9'; } /* '' */
.porto-icon-gluten:before { content: '\e8ca'; } /* '' */
.porto-icon-arrow-forward-right:before { content: '\e8cc'; } /* '' */
.porto-icon-category-home:before { content: '\e900'; } /* '' */
.porto-icon-category-motors:before { content: '\e901'; } /* '' */
.porto-icon-category-music:before { content: '\e902'; } /* '' */
.porto-icon-category-gifts:before { content: '\e903'; } /* '' */
.porto-icon-category-electronics:before { content: '\e904'; } /* '' */
.porto-icon-category-fashion:before { content: '\e905'; } /* '' */
.porto-icon-category-hot-deals:before { content: '\e906'; } /* '' */
.porto-icon-tag-percent:before { content: '\e907'; } /* '' */
.porto-icon-console:before { content: '\e908'; } /* '' */
.porto-icon-category-furniture:before { content: '\e909'; } /* '' */
.porto-icon-category-garden:before { content: '\e90a'; } /* '' */
.porto-icon-category-lanterns-lighting:before { content: '\e90b'; } /* '' */
.porto-icon-category-mechanics:before { content: '\e90c'; } /* '' */
.porto-icon-category-motorcycles:before { content: '\e90d'; } /* '' */
.porto-icon-category-sound-video:before { content: '\e90e'; } /* '' */
.porto-icon-category-steering:before { content: '\e90f'; } /* '' */
.porto-icon-category-external-accessories:before { content: '\e910'; } /* '' */
.porto-icon-category-fluids:before { content: '\e911'; } /* '' */
.porto-icon-category-internal-accessories:before { content: '\e912'; } /* '' */
.porto-icon-category-chains:before { content: '\e913'; } /* '' */
.porto-icon-category-frames:before { content: '\e914'; } /* '' */
.porto-icon-category-pedals:before { content: '\e915'; } /* '' */
.porto-icon-category-saddle:before { content: '\e916'; } /* '' */
.porto-icon-category-tools:before { content: '\e917'; } /* '' */
.porto-icon-search-4:before { content: '\e918'; } /* '' */
.porto-icon-secure-payment:before { content: '\e919'; } /* '' */
.porto-icon-user-2:before { content: '\e91a'; } /* '' */
.porto-icon-wishlist-2:before { content: '\e91b'; } /* '' */
.porto-icon-gift2:before { content: '\e91c'; } /* '' */
.porto-icon-edit:before { content: '\e91d'; } /* '' */
.porto-icon-chef:before { content: '\e91e'; } /* '' */
.porto-icon-smiling-girl:before { content: '\e91f'; } /* '' */
.porto-icon-tshirt:before { content: '\e920'; } /* '' */
.porto-icon-boy-broad-smile:before { content: '\e921'; } /* '' */
.porto-icon-smiling-baby:before { content: '\e922'; } /* '' */
.porto-icon-menu-button-of-three-lines-outline:before { content: '\e923'; } /* '' */
.porto-icon-callin:before { content: '\e924'; } /* '' */
.porto-icon-atmark:before { content: '\e925'; } /* '' */
.porto-icon-uniE926:before { content: '\e926'; } /* '' */
.porto-icon-uniE927:before { content: '\e927'; } /* '' */
.porto-icon-uniE928:before { content: '\e928'; } /* '' */
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.porto-icon-long-arrow-alt-down:before { content: '\f309'; } /* '' */
.porto-icon-long-arrow-alt-left:before { content: '\f30a'; } /* '' */
.porto-icon-long-arrow-alt-right:before { content: '\f30b'; } /* '' */
.porto-icon-long-arrow-alt-up:before { content: '\f30c'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel-2:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag-4:before { content: '\f87a'; } /* '' */
.porto-icon-search-3:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-package:before { content: '\f87e'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' */
@font-face {
  font-family: 'simple-line-icons';
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../../frontend/Smartwave/porto_reelpower/en_US/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto_reelpower/en_US/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../frontend/Smartwave/porto_reelpower/en_US/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../frontend/Smartwave/porto_reelpower/en_US/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../frontend/Smartwave/porto_reelpower/en_US/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  

.Simple-Line-Icons-user:before {
  content: "\e005";
}
.Simple-Line-Icons-people:before {
  content: "\e001";
}
.Simple-Line-Icons-user-female:before {
  content: "\e000";
}
.Simple-Line-Icons-user-follow:before {
  content: "\e002";
}
.Simple-Line-Icons-user-following:before {
  content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
  content: "\e004";
}
.Simple-Line-Icons-login:before {
  content: "\e066";
}
.Simple-Line-Icons-logout:before {
  content: "\e065";
}
.Simple-Line-Icons-emotsmile:before {
  content: "\e021";
}
.Simple-Line-Icons-phone:before {
  content: "\e600";
}
.Simple-Line-Icons-call-end:before {
  content: "\e048";
}
.Simple-Line-Icons-call-in:before {
  content: "\e047";
}
.Simple-Line-Icons-call-out:before {
  content: "\e046";
}
.Simple-Line-Icons-map:before {
  content: "\e033";
}
.Simple-Line-Icons-location-pin:before {
  content: "\e096";
}
.Simple-Line-Icons-direction:before {
  content: "\e042";
}
.Simple-Line-Icons-directions:before {
  content: "\e041";
}
.Simple-Line-Icons-compass:before {
  content: "\e045";
}
.Simple-Line-Icons-layers:before {
  content: "\e034";
}
.Simple-Line-Icons-menu:before {
  content: "\e601";
}
.Simple-Line-Icons-list:before {
  content: "\e067";
}
.Simple-Line-Icons-options-vertical:before {
  content: "\e602";
}
.Simple-Line-Icons-options:before {
  content: "\e603";
}
.Simple-Line-Icons-arrow-down:before {
  content: "\e604";
}
.Simple-Line-Icons-arrow-left:before {
  content: "\e605";
}
.Simple-Line-Icons-arrow-right:before {
  content: "\e606";
}
.Simple-Line-Icons-arrow-up:before {
  content: "\e607";
}
.Simple-Line-Icons-arrow-up-circle:before {
  content: "\e078";
}
.Simple-Line-Icons-arrow-left-circle:before {
  content: "\e07a";
}
.Simple-Line-Icons-arrow-right-circle:before {
  content: "\e079";
}
.Simple-Line-Icons-arrow-down-circle:before {
  content: "\e07b";
}
.Simple-Line-Icons-check:before {
  content: "\e080";
}
.Simple-Line-Icons-clock:before {
  content: "\e081";
}
.Simple-Line-Icons-plus:before {
  content: "\e095";
}
.Simple-Line-Icons-minus:before {
  content: "\e615";
}
.Simple-Line-Icons-close:before {
  content: "\e082";
}
.Simple-Line-Icons-event:before {
  content: "\e619";
}
.Simple-Line-Icons-exclamation:before {
  content: "\e617";
}
.Simple-Line-Icons-organization:before {
  content: "\e616";
}
.Simple-Line-Icons-trophy:before {
  content: "\e006";
}
.Simple-Line-Icons-screen-smartphone:before {
  content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
  content: "\e011";
}
.Simple-Line-Icons-plane:before {
  content: "\e012";
}
.Simple-Line-Icons-notebook:before {
  content: "\e013";
}
.Simple-Line-Icons-mustache:before {
  content: "\e014";
}
.Simple-Line-Icons-mouse:before {
  content: "\e015";
}
.Simple-Line-Icons-magnet:before {
  content: "\e016";
}
.Simple-Line-Icons-energy:before {
  content: "\e020";
}
.Simple-Line-Icons-disc:before {
  content: "\e022";
}
.Simple-Line-Icons-cursor:before {
  content: "\e06e";
}
.Simple-Line-Icons-cursor-move:before {
  content: "\e023";
}
.Simple-Line-Icons-crop:before {
  content: "\e024";
}
.Simple-Line-Icons-chemistry:before {
  content: "\e026";
}
.Simple-Line-Icons-speedometer:before {
  content: "\e007";
}
.Simple-Line-Icons-shield:before {
  content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
  content: "\e00f";
}
.Simple-Line-Icons-magic-wand:before {
  content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
  content: "\e018";
}
.Simple-Line-Icons-graduation:before {
  content: "\e019";
}
.Simple-Line-Icons-ghost:before {
  content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
  content: "\e01b";
}
.Simple-Line-Icons-fire:before {
  content: "\e01c";
}
.Simple-Line-Icons-eyeglass:before {
  content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
  content: "\e01e";
}
.Simple-Line-Icons-envelope-letter:before {
  content: "\e01f";
}
.Simple-Line-Icons-bell:before {
  content: "\e027";
}
.Simple-Line-Icons-badge:before {
  content: "\e028";
}
.Simple-Line-Icons-anchor:before {
  content: "\e029";
}
.Simple-Line-Icons-wallet:before {
  content: "\e02a";
}
.Simple-Line-Icons-vector:before {
  content: "\e02b";
}
.Simple-Line-Icons-speech:before {
  content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
  content: "\e02d";
}
.Simple-Line-Icons-printer:before {
  content: "\e02e";
}
.Simple-Line-Icons-present:before {
  content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
  content: "\e030";
}
.Simple-Line-Icons-pin:before {
  content: "\e031";
}
.Simple-Line-Icons-picture:before {
  content: "\e032";
}
.Simple-Line-Icons-handbag:before {
  content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
  content: "\e036";
}
.Simple-Line-Icons-globe:before {
  content: "\e037";
}
.Simple-Line-Icons-folder-alt:before {
  content: "\e039";
}
.Simple-Line-Icons-folder:before {
  content: "\e089";
}
.Simple-Line-Icons-film:before {
  content: "\e03a";
}
.Simple-Line-Icons-feed:before {
  content: "\e03b";
}
.Simple-Line-Icons-drop:before {
  content: "\e03e";
}
.Simple-Line-Icons-drawer:before {
  content: "\e03f";
}
.Simple-Line-Icons-docs:before {
  content: "\e040";
}
.Simple-Line-Icons-doc:before {
  content: "\e085";
}
.Simple-Line-Icons-diamond:before {
  content: "\e043";
}
.Simple-Line-Icons-cup:before {
  content: "\e044";
}
.Simple-Line-Icons-calculator:before {
  content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
  content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
  content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
  content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
  content: "\e04d";
}
.Simple-Line-Icons-basket:before {
  content: "\e04e";
}
.Simple-Line-Icons-bag:before {
  content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
  content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
  content: "\e051";
}
.Simple-Line-Icons-wrench:before {
  content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
  content: "\e053";
}
.Simple-Line-Icons-trash:before {
  content: "\e054";
}
.Simple-Line-Icons-tag:before {
  content: "\e055";
}
.Simple-Line-Icons-support:before {
  content: "\e056";
}
.Simple-Line-Icons-frame:before {
  content: "\e038";
}
.Simple-Line-Icons-size-fullscreen:before {
  content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
  content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
  content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
  content: "\e05a";
}
.Simple-Line-Icons-share:before {
  content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
  content: "\e05c";
}
.Simple-Line-Icons-question:before {
  content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
  content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
  content: "\e05f";
}
.Simple-Line-Icons-note:before {
  content: "\e060";
}
.Simple-Line-Icons-loop:before {
  content: "\e064";
}
.Simple-Line-Icons-home:before {
  content: "\e069";
}
.Simple-Line-Icons-grid:before {
  content: "\e06a";
}
.Simple-Line-Icons-graph:before {
  content: "\e06b";
}
.Simple-Line-Icons-microphone:before {
  content: "\e063";
}
.Simple-Line-Icons-music-tone-alt:before {
  content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
  content: "\e062";
}
.Simple-Line-Icons-earphones-alt:before {
  content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
  content: "\e03d";
}
.Simple-Line-Icons-equalizer:before {
  content: "\e06c";
}
.Simple-Line-Icons-like:before {
  content: "\e068";
}
.Simple-Line-Icons-dislike:before {
  content: "\e06d";
}
.Simple-Line-Icons-control-start:before {
  content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
  content: "\e070";
}
.Simple-Line-Icons-control-play:before {
  content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
  content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
  content: "\e073";
}
.Simple-Line-Icons-control-end:before {
  content: "\e074";
}
.Simple-Line-Icons-volume-1:before {
  content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
  content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
  content: "\e0a1";
}
.Simple-Line-Icons-calendar:before {
  content: "\e075";
}
.Simple-Line-Icons-bulb:before {
  content: "\e076";
}
.Simple-Line-Icons-chart:before {
  content: "\e077";
}
.Simple-Line-Icons-ban:before {
  content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
  content: "\e07d";
}
.Simple-Line-Icons-camrecorder:before {
  content: "\e07e";
}
.Simple-Line-Icons-camera:before {
  content: "\e07f";
}
.Simple-Line-Icons-cloud-download:before {
  content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
  content: "\e084";
}
.Simple-Line-Icons-envelope:before {
  content: "\e086";
}
.Simple-Line-Icons-eye:before {
  content: "\e087";
}
.Simple-Line-Icons-flag:before {
  content: "\e088";
}
.Simple-Line-Icons-heart:before {
  content: "\e08a";
}
.Simple-Line-Icons-info:before {
  content: "\e08b";
}
.Simple-Line-Icons-key:before {
  content: "\e08c";
}
.Simple-Line-Icons-link:before {
  content: "\e08d";
}
.Simple-Line-Icons-lock:before {
  content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
  content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
  content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
  content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
  content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
  content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
  content: "\e094";
}
.Simple-Line-Icons-power:before {
  content: "\e097";
}
.Simple-Line-Icons-refresh:before {
  content: "\e098";
}
.Simple-Line-Icons-reload:before {
  content: "\e099";
}
.Simple-Line-Icons-settings:before {
  content: "\e09a";
}
.Simple-Line-Icons-star:before {
  content: "\e09b";
}
.Simple-Line-Icons-symbol-female:before {
  content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
  content: "\e09d";
}
.Simple-Line-Icons-target:before {
  content: "\e09e";
}
.Simple-Line-Icons-credit-card:before {
  content: "\e025";
}
.Simple-Line-Icons-paypal:before {
  content: "\e608";
}
.Simple-Line-Icons-social-tumblr:before {
  content: "\e00a";
}
.Simple-Line-Icons-social-twitter:before {
  content: "\e009";
}
.Simple-Line-Icons-social-facebook:before {
  content: "\e00b";
}
.Simple-Line-Icons-social-instagram:before {
  content: "\e609";
}
.Simple-Line-Icons-social-linkedin:before {
  content: "\e60a";
}
.Simple-Line-Icons-social-pinterest:before {
  content: "\e60b";
}
.Simple-Line-Icons-social-github:before {
  content: "\e60c";
}
.Simple-Line-Icons-social-google:before {
  content: "\e60d";
}
.Simple-Line-Icons-social-reddit:before {
  content: "\e60e";
}
.Simple-Line-Icons-social-skype:before {
  content: "\e60f";
}
.Simple-Line-Icons-social-dribbble:before {
  content: "\e00d";
}
.Simple-Line-Icons-social-behance:before {
  content: "\e610";
}
.Simple-Line-Icons-social-foursqare:before {
  content: "\e611";
}
.Simple-Line-Icons-social-soundcloud:before {
  content: "\e612";
}
.Simple-Line-Icons-social-spotify:before {
  content: "\e613";
}
.Simple-Line-Icons-social-stumbleupon:before {
  content: "\e614";
}
.Simple-Line-Icons-social-youtube:before {
  content: "\e008";
}
.Simple-Line-Icons-social-dropbox:before {
  content: "\e00c";
}
.Simple-Line-Icons-social-vkontakte:before {
  content: "\e618";
}
.Simple-Line-Icons-social-steam:before {
  content: "\e620";
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Smartwave/porto_reelpower/en_US/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-x-twitter:before{content:"\e61b"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}
.blog-post-view .post-holder {
    margin-left: 0;
}
.blog-post-view .page-title-wrapper {
    display: block !important;
}
.post-category.mb-4 {
    margin-bottom: 10px !important;
}
.blog-post-view .post-data-wrap {
    font-size: 12px;
    font-family: sans-serif;
    margin-bottom: 0 !important;
}
.blog-post-view .post-holder .post-date {
    margin-left: 0;
    box-shadow: none;
    float: left;
    margin-right: 10px;
    text-align: center;
    width: auto;
}
.blog-post-view .post-content .post-description p {
    font-size: inherit;
    line-height: inherit;
}
.blog-post-view .post-nextprev {
    border-top: none !important;
}
.blog-post-view .post-featured-image img {width: 100%;}
@font-face {
	font-family: 'Helvetica-nlt-pro-rm';
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProRoman.eot');
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProRoman.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProRoman.woff2') format('woff2'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProRoman.woff') format('woff'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProRoman.ttf') format('truetype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProRoman.svg#Helvetica Neue LT Pro') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica-nlt-pro';
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProLt.eot');
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProLt.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProLt.woff2') format('woff2'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProLt.woff') format('woff'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProLt.ttf') format('truetype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProLt.svg#Helvetica Neue LT Pro') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica-nlt-pro-bld';
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProBd.eot');
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProBd.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProBd.woff2') format('woff2'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProBd.woff') format('woff'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProBd.ttf') format('truetype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTProBd.svg#Helvetica Neue LT Pro') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica-nlt-pro-md';
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTPro-Md.eot');
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTPro-Md.ttf') format('truetype'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/HelveticaNeueLTPro-Md.svg#Helvetica Neue LT Pro') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* @font-face {
	font-family: 'nunito_sansblack';
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/Nunito_Sans/nunitosans-black-webfont.woff2') format('woff2'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/Nunito_Sans/nunitosans-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'nunito_sansregular';
	src: url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/Nunito_Sans/nunitosans-regular-webfont.woff2') format('woff2'),
		url('../../frontend/Smartwave/porto_reelpower/en_US/css/fonts/Nunito_Sans/nunitosans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

body {
	font-family: 'Helvetica-nlt-pro' !important;
	top: 0px !important;
}

.panel.header .header.links {
	display: none;
}

.panel.header .customer-welcome.active .customer-menu .header.links {
	display: block;
}

div.mage-error {
	margin-top: 7px;
}

#password-strength-meter-container {
	margin-top: 7px;
}

#password-strength-meter-container.password-weak #password-strength-meter-label {
	color: #f5203e;
}

#password-strength-meter-container.password-strong #password-strength-meter-label {
	color: #43ed9c;
}

#password-strength-meter-container.password-very-strong #password-strength-meter-label {
	color: #0070f6;
}

.catalog-product-view .product-details-section .product.attribute.description ul {
	padding-left: 20px !important;
	list-style: disc;
}

.checkout-cart-index .cart-empty.porto-icon-bag-2 {
	font-size: 36px;
}

.checkout-cart-index p.cart-empty {
	font-size: 20px;
}

.checkout-cart-index p.return-to-shop {
	font-size: 18px;
}

.field .field-error {
	margin-top: 7px;
	color: #e02b27;
	font-size: 1.2rem;
}

.contact-index-index .ctc-pg-sec-top {
	margin-bottom: 18px;
	margin-top: 30px;
}

.contact-index-index .page.messages {
	padding: 0 20px;
}

#survey-form .review-control-vote label:before {
	color: #ffa41c;
}

#survey-form .fieldset>.field>.label {
	font-size: 16px;
}

.catalog-product_compare-index .product-reviews-summary.short {
	display: none;
}

.req-quote-pg-main .pro-details picture.rqst-img {
	margin-bottom: 12px;
	display: inline-block;
}

/*new top bar starts*/
header.reel-head-cus>.panel.wrapper>.panel.header {
	/* max-width: 1500px; */
	max-width: 100%;

	padding-top: 0px;
	padding-bottom: 0px;
}

.panelhead-cus {
	padding: 24px 15px 16px;
}

.panelhead-cus>.top-links-area>.top-links-icon>a {
	display: block;
}

.panelhead-cus>.top-links-area>.top-links-icon>a:before {
	left: 6px !important;
}

.panelhead-cus>.top-links-area>.top-links-icon>a:after {
	right: 6px !important;
}

.panelhead-cus>.desk-view {
	float: right;
	margin-left: 30px;

}

.panelhead-cus:after {
	clear: both;
	display: table;
	content: "";
}

.panelhead-cus .left-logos {
	padding: 10px 8px;
	border: 1px solid #eaeaea;
}

.panelhead-cus .left-logos img {
	max-width: 132px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.reel-head-cus .panel.wrapper .panelhead-cus #google_language_drop .skiptranslate.goog-te-gadget .goog-te-combo {
	color: #055c9d;
}

.reel-head-cus .panel.wrapper .panelhead-cus #google_language_drop .skiptranslate.goog-te-gadget .goog-te-combo {
	background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/select-drop-arrow-bl.png') !important;
}

.reel-head-cus .panel.wrapper .panelhead-cus .top-links-area .top-links-icon a {
	color: #055c9d !important;
}

.reel-head-cus .panel.wrapper .panelhead-cus .switcher-trigger {
	padding: 8px 0px 8px 8px;
	display: flex;
	/* border: 1px solid #eaeaea; */
}

.reel-head-cus .page-header .switcher-trigger strong>img {
	width: 42px;
	margin-bottom: 0px;
}

/*new top bar ends*/
/*top bar starts*/
.reel-head-cus .panel.wrapper .language {
	float: left;
	/* margin-right: 30px; */
	/* margin-left: 30px; */
	border-left: unset !important;
	padding: 0px !important;
}

.reel-head-cus .panel.wrapper .panel.header {
	padding-top: 32px;
	padding-bottom: 16px;
}

.reel-head-cus .panel.wrapper #google_language_drop .skiptranslate.goog-te-gadget {
	font-size: 0px;
}

.reel-head-cus .panel.wrapper #google_language_drop .skiptranslate.goog-te-gadget .goog-te-combo {
	height: auto;
	padding: 0 5px;
	margin: 0;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: rgba(255, 255, 255, 0);
	font-family: 'Helvetica-nlt-pro-rm';
	color: #fff;
	font-size: 16px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/select-drop-arrow.png') !important;
	background-size: 12px auto !important;
	cursor: pointer;
}

.reel-head-cus .panel.wrapper #google_language_drop .skiptranslate.goog-te-gadget .goog-te-combo option {
	color: #000;
	font-family: 'Helvetica-nlt-pro-rm';
}

.reel-head-cus .panel.wrapper #google_language_drop .skiptranslate.goog-te-gadget>span {
	display: none !important;
}

.reel-head-cus .panel.wrapper .top-links-area {
	float: left;
	/* margin-right: 30px; */
	position: relative;
	/* padding-left: 62px; */
}

.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a {
	/* padding: 20px 24px 20px 34px; */
	position: relative;
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 20px;
	text-decoration: none !important;
	line-height: 0px;
	color: #fff;
	/* border: 1px solid #fff; */
	/* border-radius:10px; */
}

.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/profileicon.png) no-repeat;
	/* background-size: 100% 100%; */
	/* width: 20px;
	height: 20px; */
	background-size: 20px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 61px;
	top: 0px;
	content: "";
}

/* .reel-head-cus .panel.wrapper .top-links-area .top-links-icon a:after{
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/drop-down-icon.png) no-repeat;
	background-size: 100% 100%;
	width: 12px;
	height: 6px;
	display: block;
	position: absolute;
	right: 30px;
	top: 16px;
	content:"";
} */
.reel-head-cus .panel.wrapper .top-links-area .header.links {
	background-color: #fff;
	position: absolute;
	top: 42px;
	padding: 20px;
	color: #3f3f3f;
	font-size: 15px;
	min-width: 292px;
	margin: 0;
	list-style: none;
	z-index: 11;
	width: 100%;
	font-weight: 800;
	letter-spacing: 1.5px;
	right: -35px;
	border: 1px solid #000;
	/* left: -102px; */
}

.reel-head-cus .panel.wrapper .top-links-area .header.links:before {
	width: 0px;
	height: 0px;
	content: "";
	position: absolute;
	top: -6px;
	right: 40px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	/* display: none; */
}

.reel-head-cus .panel.wrapper .top-links-area .header.links a,
.reel-head-cus .panel.wrapper .top-links-area .header.links strong {
	color: #2d2d2d;
	text-decoration: none !important;
	padding: 12px 10px;
	display: block;
}

.reel-head-cus .panel.wrapper .top-links-area .header.links a:hover,
.reel-head-cus .panel.wrapper .top-links-area .header.links strong:hover {
	color: #25aae1;
}

.reel-head-cus .top-links-area ul.header.links li {
	margin: 0 !important;
}

.reel-head-cus .top-links-area ul.header.links li.greet.welcome {
	color: #25aae1;
}

.reel-head-cus .top-links-area ul.header.links li {
	border-bottom: 1px solid #707070;
}

.reel-head-cus .top-links-area ul.header.links li:last-child {
	border-bottom: none;
}

.reel-head-cus .top-links-area ul.header.links li:hover {
	background-color: #25AEE1;
	color: #fff !important;
}

.reel-head-cus .top-links-area ul.header.links li:hover a {
	color: #fff !important;
}

.reel-head-cus .top-links-area ul.header.links li.greet.welcome span {
	padding: 12px 10px;
	display: block;
}

.reel-head-cus.page-header .switcher-language .switcher-trigger {
	padding: 5px;
	/* border: 1px solid #eaeaea; */
}

.reel-head-cus.page-header .switcher-language .switcher-trigger strong {
	display: inline-block;
}

.reel-head-cus.page-header .switcher-language .switcher-trigger strong>img {
	width: 56px;
	height: 25px;
	/* width:47px; */
	margin-bottom: 0px;
	margin-right: 0px;
	border-radius: 4px;
}

.reel-head-cus.page-header .switcher-language .options ul.dropdown {
	padding: 14px 0px;
	border-radius: unset !important;
	min-width: 175px !important;
}

.reel-head-cus.page-header .switcher-language .options ul.dropdown a {
	padding: 10px 18px;
	color: #616161;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}

.reel-head-cus.page-header .switcher-language .options ul.dropdown a>img {
	margin-right: 18px !important;
}

.reel-head-cus.page-header .switcher-language ul.dropdown::before {
	width: 0px;
	height: 0px;
	content: "";
	position: absolute;
	top: -6px;
	right: 40px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.reel-head-cus.page-header .switcher-language .switcher-trigger:after {
	display: none !important;
}

/* .reel-head-cus.page-header .switcher-language .language-dropdown-icon {
	margin: 10px 0 0 10px;
	width: 24px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/sprit_image.png) no-repeat;
	background-position: 80% -7px;
} */

.reel-head-cus.page-header .switcher-language .switcher-options .flag {
	display: table-cell;
}

.reel-head-cus.page-header .switcher-language .switcher-dropdown .flag {
	margin-right: 13px !important;
	float: left;
	display: table-cell;
}

.flag-cn,
.flag-en,
.flag-es,
.flag-fr,
.flag-pt,
.flag-ru,
.flag-it,
.flag-ko {
	display: inline-block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/flags-sprite.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

.flag-label {
	display: table-cell;
	vertical-align: middle;
	/* margin-left: 74px; */
}

.flag-cn {
	background-position: -2px -0px;
	width: 59px;
	height: 34px;
}

.flag-en {
	/* background-position: -70px -9px; */
	background-position: -61px 2px;
	width: 59px;
	height: 36px;
}

.flag-es {
	background-position: -2px -36px;
	width: 59px;
	height: 36px;
}

.flag-fr {
	background-position: -63px -36px;
	width: 59px;
	height: 36px;
}

.flag-pt {
	background-position: -2px -72px;
	width: 58px;
	height: 36px;
}

.flag-ru {
	background-position: -63px -72px;
	width: 59px;
	height: 36px;
}

.flag-it {
	background-position: -2px -106px;
	width: 59px;
	height: 36px;
}
.flag-ko {
	background-position: -63px -106px;
	width: 59px;
	height: 36px;
}

/*top bar ends*/
/*header starts*/
.reel-head-cus .navigation li.level0 {
	/* margin-right: 25px; */
}

/*header ends*/
/*background video starts*/
.custom-video-back-sec {
	position: relative;
	/* padding-top: 56.25%; */
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .custom-video-back-sec video{
	position: absolute;
	top: 0;

	left: 0;
	width: 100%;
	height: 100%;
} */
/*background video ends*/
/*home page starts*/
.hm-search-pro-sec {
	border-top: 1px solid #055c9d;
	padding: 18px 0px;
	background-color: #055c9d;
}

.hm-search-pro-inn {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.hm-search-pro-inn>h2 {
	font-family: 'Helvetica-nlt-pro-rm';
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	margin: 0 0 10px 0;
}

.hm-search-pro-inn>p {
	font-family: 'Helvetica-nlt-pro-rm';
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	position: relative;
}

.hm-search-pro-inn>p:after {
	background: #68bbe3;
	width: 180px;
	height: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 0px;
}

.hm-search-pro-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hm-search-pro-row .hm-search-pro-btn {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 15px;
}

.hm-search-pro-row .hm-search-pro-srch {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.lt-blu-back-btn {
	background: #68bbe3;
	display: inline-block;
	padding: 20px;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 17px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
}

.hm-search-pro-btn .lt-blu-back-btn {
	width: 100%;
	min-height: 70px;
	line-height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hm-search-pro-srch .field.search input#search {
	min-height: 70px;
	line-height: 70px;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	font-size: 20px;
	background-color: #fff;
	width: 100%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.hm-search-pro-srch .block.block-search {
	width: 100%;
	margin: 0;
}

.hm-search-pro-srch .block.block-search .actions .action.search {
	width: 34px;
	height: 34px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -26px -1px no-repeat;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-moz-transform: scale(.7) rotate(-90deg);
	-webkit-transform: scale(.7) rotate(-90deg);
	-o-transform: scale(.7) rotate(-90deg);
	-ms-transform: scale(.7) rotate(-90deg);
	transform: scale(.7) rotate(-90deg);
}

.hm-search-pro-srch .block.block-search:hover .actions .action.search {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.hm-search-pro-srch .block.block-search .actions .action.search:before {
	font-size: 0px;
}

.hm-equp-find-sec {
	background: #fff;
	padding-top: 45px;
}

.hm-equp-find-title {
	color: #012935;
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 25px 0;
	font-weight: normal;
}

.hm-equp-find-inn {
	max-width: 1150px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.hm-equp-find-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.hm-equp-find-row .hm-equp-find-block {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.hm-equp-find-box {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding-top: 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 293px;
}

.hm-equp-find-box:hover {
	padding-top: 60px;
}

.hm-equp-find-box img {
	max-height: 120px;
}

.hm-equp-find-box:hover img {
	max-height: 80px;
}

.hm-equp-find-box * {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.hm-equp-find-box p {
	font-size: 26px;
	color: #4e4e4e;
	line-height: 30px;
	padding: 25px 0px;
}

.hm-equp-find-box-hover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	padding: 15px 0px 40px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

.hm-equp-find-box-hover:after {
	width: 23px;
	height: 15px;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -1px -1px no-repeat;
	left: 50%;
	margin-left: -12px;
	bottom: 12px;
	content: "";
	position: absolute;
}

.hm-equp-find-box-hover a {
	color: #0e86d4;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: 'Helvetica-nlt-pro-rm';
}

.hm-equp-find-box:hover .hm-equp-find-box-hover {
	bottom: 0px;
}

.hm-abtus-sec-main {
	background-color: #fafafa;
	padding-top: 35px;
	position: relative;
	padding-bottom: 238px;
}

.hm-abtus-sec-inn {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
}

.bt-bl-lined-title {
	font-family: 'Helvetica-nlt-pro-rm';
	color: #0e86d4;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	position: relative;
}

.bt-bl-lined-title:after {
	background: #68bbe3;
	width: 184px;
	height: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -92px;
	bottom: 0px;
}

.hm-abtus-sec-subtitle {
	font-family: 'Helvetica-nlt-pro-rm';
	color: #8d8d8d;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 35px 0;
	position: relative;
	font-weight: normal;
}

.hm-abtus-sec-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.hm-abtus-sec-row .hm-abtus-sec-img {
	-ms-flex: 0 0 58%;
	flex: 0 0 58%;
	max-width: 58%;
}

.hm-abtus-sec-row .hm-abtus-sec-img img {
	display: block;
	margin: auto;
}

.hm-abtus-sec-row .hm-abtus-sec-cont {
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
	max-width: 42%;
	padding: 30px 40px 10px 15px;
}

.hm-abtus-sec-cont h3 {
	color: #0e86d4;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 30px 0;
	padding-bottom: 15px;
	position: relative;
	font-weight: normal;
}

.hm-abtus-sec-cont h3:after {
	background: #68bbe3;
	width: 75px;
	height: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.hm-abtus-sec-cont p {
	color: #787878;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.hm-abtus-sec-cont-btn {
	text-align: right;
	margin-top: 60px;
}

.bl-bck-btn {
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 16px;
	color: #fff !important;
	background-color: #003060;
	padding: 11px 20px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
}

.hm-abtus-sec-cont-btn .bl-bck-btn {
	width: 100%;
	max-width: 228px;
}

.hm-abtus-sec-main-img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 456px;
	overflow: hidden;
	background-position: 50% 0px;
	background-size: cover;
	z-index: 1;
}

.hm-abtus-sec-main-img:after {
	position: absolute;
	top: 75px;
	right: -140px;
	content: "";
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/abt-us-back-wheel.png') 0 0 no-repeat;
	width: 309px;
	height: 311px;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.hm-abtus-sec-main-img:hover:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hm-stn-quality-row .owl-carousel .owl-item img {
	width: 100%;
}

.hm-stn-quality-row .owl-carousel .owl-controls {
	left: 0;
}

.hm-stn-quality-row .owl-carousel .owl-controls .owl-nav {
	display: none;
}

.hm-ind-serve-sec {
	background: #fff;
	padding-top: 15px;
}

.hm-ind-serve-upr {
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.hm-ind-serve-logos {
	background-color: #303030;
	padding: 20px 45px;
}

.hm-ind-serve-logos .owl-item {
	text-align: center;
}

.hm-ind-serve-logos .owl-item img {
	margin-left: auto;
	margin-right: auto;
}

.hm-ind-serve-logos .owl-item p {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 16px;
	color: #fff;
	margin: 0px;
}

.hm-ind-serve-logos .owl-carousel {
	padding-left: 34px;
	padding-right: 34px;
}

.hm-ind-serve-logos .owl-carousel .owl-controls {
	left: 0;
	position: static !important;
}

.hm-ind-serve-logos .owl-carousel .owl-controls .owl-nav {
	display: block !important;
}

.hm-ind-serve-logos .owl-carousel .owl-controls .owl-nav .owl-prev {
	width: 34px !important;
	height: 26px !important;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -84px -1px no-repeat !important;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px !important;
}

.hm-ind-serve-logos .owl-carousel .owl-controls .owl-nav .owl-next {
	width: 34px !important;
	height: 26px !important;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -122px -1px no-repeat !important;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px !important;
}

.hm-ind-serve-logos .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*="owl-"] em {
	display: none !important;
}

.hm-ind-serve-lwr {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/map-back.png') 50% 0 no-repeat;
	background-size: cover;
	padding: 150px 15px 160px;
	margin-top: -70px;
}

.hm-ind-serve-lwr-inn {
	max-width: 1450px;
	margin: auto;
}

.hm-ind-serve-lwr-bg-logo {
	margin-bottom: 50px;
	text-align: center;
}

.hm-ind-serve-lwr-bg-logo img {
	width: 100%;
	max-width: 440px;
	margin: auto;
}

.hm-ind-serve-lwr-logo-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.hm-ind-serve-lwr-logo-list ul li {
	padding: 0 15px;
}

.hm-working-sns-sec {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/working-since-sec-back.jpg') 50% 0 no-repeat;
	background-size: cover;
	padding: 80px 15px;
}

.hm-working-sns-inn {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.columns .column.main {
	padding-bottom: 0px;
}

.hm-working-sns-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.hm-working-sns-row .hm-working-sns-cont {
	-ms-flex: 0 0 450px;
	flex: 0 0 450px;
	max-width: 450px;
}

.hm-working-sns-row .hm-working-sns-video {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
	text-align: center;
}

.hm-working-sns-cont h3 {
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 26px;
	line-height: 26px;
	color: #fff !important;
	margin: 0;
	padding-right: 90px;
	position: relative;
	font-weight: normal;
	display: inline-block;
}

.hm-working-sns-cont h3:after {
	content: "";
	display: block;
	width: 75px;
	height: 3px;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.hm-working-sns-cont h2 {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 57px;
	line-height: 75px;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

.hm-working-sns-video h3 {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 27px;
	line-height: 32px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #fff;
}

/*home page ends*/
/*footer starts*/
footer.page-footer .footer-middle {
	background-color: #141414;
	padding-top: 60px;
	padding-bottom: 20px;
}

/* footer.page-footer .footer-middle>.container {
	max-width: 1220px;
} */

.footer-cst-block h3 {
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #fff;
}

ul.footer-cst-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-cst-link-list li a {
	font-size: 21px;
	color: #8f8f8f;
	font-family: 'Helvetica-nlt-pro-rm';
	text-decoration: none;
}

.footer-cst-block p {
	font-size: 21px;
	color: #8f8f8f;
	font-family: 'Helvetica-nlt-pro-rm';
	text-decoration: none;
	margin: 0 0 20px 0;
}

ul.footer-cst-social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-cst-social-list li {
	display: inline-block;
	margin-left: 24px;
}

ul.footer-cst-social-list li:first-child {
	margin-left: 0px;
}

ul.footer-cst-social-list li a {
	font-size: 0px;
}

ul.footer-cst-social-list li a.footer-cst-fb-link {
	width: 42px;
	height: 42px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -1px -37px no-repeat;
}

ul.footer-cst-social-list li a.footer-cst-tw-link {
	width: 42px;
	height: 42px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -45px -37px no-repeat;
}

ul.footer-cst-social-list li a.footer-cst-gp-link {
	width: 42px;
	height: 42px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -89px -37px no-repeat;
}

ul.footer-cst-social-list li a.footer-cst-in-link {
	width: 42px;
	height: 42px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -133px -37px no-repeat;
}

.footer-cst-social-sec {
	max-width: 260px;
	float: right;
}

.footer-bottom address {
	display: none;
}

.footer-bottom .custom-block {
	float: none !important;
}

/*footer ends*/
/*category page starts*/
.category-image.cat-img-main-cus {
	margin-bottom: 0px;
}

.cat-img-cus {
	min-height:
		/*716px*/
		240px;
	background-size: cover;
	background-position: 50% 50%;
	padding-top:
		/*260px*/
		170px;
	padding-bottom:
		/*110px*/
		80px;
	position: relative;
}

.cat-img-cus .banner-drop-arrow-sec {
	background: #055c9d;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 5;
	border-radius: 20px;
	color: #fff !important;
	line-height: 40px;
	cursor: pointer;
}

.cat-img-cus .banner-drop-arrow-sec a {
	color: #fff;
	text-decoration: none !important;
}

.cat-img-cus .cat-img-con {
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.cat-img-con h1 {
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 67px;
	text-align: center;
}

.cat-img-con p {
	font-weight: normal;
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 21px;
	text-align: center;
	max-width: 900px;
}

.advn-search-sec-inn {
	max-width: 728px;
	margin: auto;
}

.advn-search-sec-row {
	display: -ms-flexbox;
	display: flex;
}

.advn-search-sec-row .advn-search-sec-btn {
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
}

.advn-search-sec-row .advn-search-sec-field {
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
	max-width: 66%;
}

.advn-search-bl-btn {
	background: #25aae1 !important;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	display: block !important;
	height: 70px !important;
	width: 100% !important;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 70px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	padding-right: 58px !important;
	position: relative;
}

.advn-search-bl-btn:after {
	width: 29px;
	height: 20px;
	content: "";
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -158px -1px no-repeat;
	position: absolute;
	right: 15px;
	top: 24px;
}

.advn-search-sec-field .field.search input#search {
	min-height: 70px;
	line-height: 70px;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	font-size: 20px;
	background-color: #fff;
	width: 100%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.advn-search-sec-field .block.block-search {
	width: 100%;
	margin: 0;
}

.advn-search-sec-field .block.block-search .actions .action.search {
	width: 34px;
	height: 34px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -26px -1px no-repeat;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-moz-transform: scale(.7) rotate(-90deg);
	-webkit-transform: scale(.7) rotate(-90deg);
	-o-transform: scale(.7) rotate(-90deg);
	-ms-transform: scale(.7) rotate(-90deg);
	transform: scale(.7) rotate(-90deg);
}

.advn-search-sec-field .block.block-search:hover .actions .action.search {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.advn-search-sec-field .block.block-search .actions .action.search:before {
	font-size: 0px;
}

.find-eq-main-sec {
	background: #055c9d;
	padding: 35px 35px 55px;
	margin-bottom: 40px;
}

.find-eq-main-inn {
	max-width: 1430px;
	margin: 0 auto;
}

.find-eq-sec-title {
	font-family: 'Helvetica-nlt-pro';
	font-size: 33px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}

.find-eq-cont-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.find-eq-cont-sec ul:after {
	clear: both;
	display: table;
	content: "";
}

.find-eq-cont-sec ul li {
	float: left;
	width: 25%;
	padding: 0 4px;
}

.find-eq-cont-sec ul li a {
	background: #fff;
	display: block;
	padding: 25px;
	font-family: 'Helvetica-nlt-pro';
	font-size: 22px;
	color: #4e4e4e;
	line-height: 26px;
	text-decoration: none !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.find-eq-cont-sec ul li a:hover {
	color: #fff;
	background: #25aae1;
}

.find-eq-cont-block a {
	position: relative;
}

.find-eq-cont-block a:after {
	content: "";
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') 0 0 no-repeat;
	position: absolute;
	top: 22px;
	right: 25px;
}

.find-eq-cont-sec ul li.find-eq-cont-wire a {
	padding-right: 60px;
}

.find-eq-cont-wire a:after {
	width: 30px;
	height: 31px;
	background-position: -1px -117px;
}

.find-eq-cont-wire a:hover:after {
	width: 30px;
	height: 31px;
	background-position: -32px -117px;
}

.find-eq-cont-sec ul li.find-eq-cont-plastic a {
	padding-right: 60px;
}

.find-eq-cont-plastic a:after {
	width: 29px;
	height: 32px;
	background-position: -63px -117px;
}

.find-eq-cont-plastic a:hover:after {
	width: 29px;
	height: 32px;
	background-position: -95px -117px;
}

.find-eq-cont-sec ul li.find-eq-cont-dist a {
	padding-right: 60px;
}

.find-eq-cont-dist a:after {
	width: 25px;
	height: 46px;
	background-position: -157px -117px;
	top: 16px !important;
}

.find-eq-cont-dist a:hover:after {
	width: 25px;
	height: 46px;
	background-position: -128px -117px;
}

.find-eq-cont-sec ul li.find-eq-cont-contract a {
	padding-right: 85px;
}

.find-eq-cont-contract a:after {
	width: 59px;
	height: 24px;
	background-position: -190px -117px;
}

.find-eq-cont-contract a:hover:after {
	width: 59px;
	height: 24px;
	background-position: -253px -117px;
}

.product-cat-cus {
	max-width: 1600px;
	margin: auto;
	padding: 0 40px;
}

.category-products .product-cat-cus .products.wrapper {
	/*margin-top: 0px !important;*/
}

.product-cat-cus .products.wrapper {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	margin-top: 45px !important;
	margin-bottom: 45px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.product-cat-cus .products.wrapper .subcatname_cus {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
	margin-bottom: 30px;
}

.product-cat-cus .products.wrapper .subcatname_cusin {
	padding: 30px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.product-cat-cus .products.wrapper .subcatname_cusin:after {
	clear: both;
	display: table;
	content: "";
}

.product-cat-cus .products.wrapper .subcatname_cusin h2 {
	float: left;
	margin: 0;
	color: #0e86d4;
	font-size: 26px;
	font-family: 'Helvetica-nlt-pro';
	line-height: 35px;
}

.product-cat-cus .products.wrapper .subcatname_cusin>span {
	float: right;
}

.product-cat-cus .products.wrapper .subcatname_cusin>span a {
	color: #272727;
	font-size: 31px;
	font-family: 'Helvetica-nlt-pro';
	line-height: 35px;
}

.cat-pro-box-sect {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	margin: 10px 25px;
}

.cat-pro-box-sect * {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.cat-pro-box-sect .cat-pro-box-sect-in {
	padding: 10px 10px 0px;
	position: relative;
	overflow: hidden;
}

.cat-pro-box-sect-title a.product-item-link {
	font-family: 'Helvetica-nlt-pro-rm' !important;
	/* font-family: 'nunito_sansregular' !important; */
	font-size: 16px !important;
	color: #8e8e8e;
	line-height: 20px;
	text-align: left;
	display: block;
	height: 40px;
	overflow: hidden;
}

.cat-pro-box-sect-img .product-item-photo {
	padding: 0px;
	border: 0px solid #ddd;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.product-cat-cus .filterproducts.owl-carousel {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}

.cstm-lr-arrow .owl-controls {
	position: static !important;
}

.cstm-lr-arrow .owl-controls .owl-prev {
	position: absolute;
	left: 5px;
	top: 50%;
	width: 20px !important;
	height: 29px !important;
	margin-top: -14px !important;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -1px -81px no-repeat !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.cstm-lr-arrow .owl-controls .owl-next {
	position: absolute;
	right: 5px;
	top: 50%;
	width: 20px !important;
	height: 29px !important;
	margin-top: -14px !important;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -23px -81px no-repeat !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.cstm-lr-arrow .owl-controls .owl-next em,
.cstm-lr-arrow .owl-controls .owl-prev em {
	display: none !important;
}

.cstm-lr-arrow .owl-controls .owl-prev.disabled,
.cstm-lr-arrow .owl-controls .owl-next.disabled {
	opacity: .5 !important;
}

.onlinestore-cus .cat-pro-box-sect-fav:after {
	clear: both;
	display: table;
	content: "";
}

.onlinestore-cus .cat-pro-box-sect-fav {
	padding-top: 10px;
	padding-bottom: 10px;
}

.onlinestore-cus .cat-pro-box-sect-fav .actions-primary {
	float: left;
}

.onlinestore-cus .cat-pro-box-sect-fav .actions-primary button.action.tocart {
	background: none;
	border: none;
	color: #055c9d;
	padding: 0;
	height: auto;
	line-height: 18px;
	font-size: 13px;
	font-family: 'Helvetica-nlt-pro';
	padding-right: 18px;
	position: relative;
	padding-right: 18px;
	margin-top: 0px !important;
}

.onlinestore-cus .cat-pro-box-sect-fav .actions-primary button.action.tocart:before {
	display: none !important;
}

.onlinestore-cus .cat-pro-box-sect-fav .actions-primary button.action.tocart:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 18px;
	color: #055c9d;
	content: '\f815';
	font-family: 'porto-icons';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.cat-onlinesub-fav.cat-pro-box-sect-fav {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cat-onlinesub-fav.cat-pro-box-sect-fav .actions-primary {
	float: left;
}

.cat-onlinesub-fav.cat-pro-box-sect-fav .actions-primary button.action.tocart {
	background: none;
	border: none;
	color: #055c9d;
	padding: 0;
	height: auto;
	line-height: 18px;
	font-size: 13px;
	font-family: 'Helvetica-nlt-pro';
	padding-right: 18px;
	position: relative;
	padding-right: 18px;
	margin-top: 0px;
}

.cat-onlinesub-fav.cat-pro-box-sect-fav .actions-primary button.action.tocart:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 18px;
	color: #055c9d;
	content: '\f815';
	font-family: 'porto-icons';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	position: absolute;
	right: 0;
}

.cat-onlinesub-fav.cat-pro-box-sect-fav .actions-primary button.action.tocart:before {
	display: none;
}

.cat-pro-box-sect-fav {
	text-align: right;
}

.cat-pro-box-sect-fav a {
	padding-right: 20px;
	font-size: 13px;
	color: #919191;
	font-family: 'Helvetica-nlt-pro';
	position: relative;
	display: inline-block;
	text-decoration: none !important;
}

.cat-pro-box-sect-fav a:hover {
	color: #ffa5a5 !important;
}

.product-item .cat-pro-box-sect-fav a.action.towishlist {
	color: #919191 !important;
	width: auto !important;
	height: auto !important;
	border: none !important;
	text-transform: none !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

.product-item .cat-pro-box-sect-fav a.action.towishlist:hover {
	color: #ffa5a5 !important
}

.product-item .cat-pro-box-sect-fav a.action.towishlist:before {
	display: none !important;
}

.cat-pro-box-sect-fav a:after {
	width: 15px;
	height: 14px;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -71px -81px no-repeat;
	position: absolute;
	right: 0;
	top: 4px;
	content: "";
}

.cat-pro-box-sect .cat-pro-box-sect-cat-pdf {
	background: #f1f1f1;
	margin: 5px -10px 0;
	padding: 5px 35px 5px 10px;
	position: relative;
	min-height: 60px;
}

.cat-pro-box-sect .cat-pro-box-sect-cat-pdf .rfq-cat-link {
	text-align: left;
	margin-top: 16px;
}

.cat-pro-box-sect .cat-pro-box-sect-cat-pdf>.price_cus {
	text-align: left;
	margin-top: 12px;
}

.cat-pro-box-sect .cat-pro-box-sect-cat-pdf p {
	font-size: 9px;
	color: #878787;
	font-family: 'Helvetica-nlt-pro';
	line-height: 12px;
	text-align: left;
	letter-spacing: .5px;
}

.cat-pro-box-sect .cat-pro-box-sect-cat-pdf .subcat_cus {
	text-align: left;
	margin-bottom: 10px;
}

.cat-pro-box-sect .cat-pro-box-sect-cat-pdf .cat-pro-box-sect-pdf-link {
	font-size: 13px;
	color: #6e6e6e;
	font-family: 'Helvetica-nlt-pro';
	line-height: 17px;
	text-align: left;
	position: absolute;
	right: 10px;
	top: 20px;
}

.cat-pro-box-sect .cat-pro-box-sect-cat-pdf .cat-pro-box-sect-pdf-link a {
	width: 25px;
	height: 25px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -44px -81px no-repeat;
	font-size: 0px;
}

.cat-pro-box-sect-v-more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
}

.cat-pro-box-sect-in:hover {
	padding-bottom: 51px;
}

.cat-pro-box-sect-in:hover .cat-pro-box-sect-v-more {
	bottom: 0 !important;
}

.cat-pro-box-sect-v-more a {
	display: block;
	background: #055c9d;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Helvetica-nlt-pro-md';
	padding: 15px 10px;
	font-size: 15px;
	text-decoration: none !important;
}

.cat-pro-box-sect-in .cat-pro-box-sect-img .product-image-photo.default_image {
	max-height: 235px;
	min-height: 235px;
}

.cat-pro-box-sect-in:hover .cat-pro-box-sect-img img {
	width: calc(100% - 51px) !important;
	min-height: 180px !important;
	height: 100%;
	max-height: 180px !important;
}

.skiptranslate iframe {
	height: 0;
	overflow: hidden;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*category page ends*/
/*filter bar starts*/
.toolbar .sorter.toolbar-cus {
	width: 100%;
	margin: 0;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.10);
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.toolbar-cus label.sorter-label {
	color: #0e86d4;
	font-size: 43px;
	font-family: 'Helvetica-nlt-pro';
	text-align: center;
	line-height: 50px;
	position: relative;
	padding-bottom: 15px;
	margin: 0 0 15px 0;
	display: block;
}

.toolbar-cus label.sorter-label:after {
	content: "";
	width: 184px;
	height: 4px;
	background: #2281c2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	bottom: 0;
	left: 50%;
	margin-left: -92px;
	position: absolute;
}

.toolbar-cus select#sorter {
	opacity: 0;
	height: 0;
	width: 0;
}

.cat-inner-cus {
	max-width: 1270px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
}

.cat-inner-cus .subcatname_cusin h2 {
	color: #0e86d4;
	font-size: 31px;
	font-family: 'Helvetica-nlt-pro';
	line-height: 35px;
}

.cat-inner-cus .product-item:hover .product-item-info.type1 .product-item-photo {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.cat-inner-cus .product-item .action.towishlist {
	border: none;
	width: auto;
	height: auto;
	text-transform: none;
	font-size: 13px;
	line-height: 1.4;
	font-family: 'Helvetica-nlt-pro';
}

.cat-inner-cus .product-item .action.towishlist:before {
	display: none;
}

.toolbar-cus .filter_sec {
	text-align: center;
}

.toolbar-cus .filter_sec>div {
	font-size: 22px;
	line-height: 26px;
	color: #8f8f8f;
	font-family: 'Helvetica-nlt-pro';
	position: relative;
	padding: 3px 5px 3px 45px;
	display: inline-block;
	margin: 0px 20px 20px;
	cursor: pointer;
}

.toolbar-cus .filter_sec>div:before {
	width: 33px;
	height: 33px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -2px -150px no-repeat;
}

.toolbar-cus .filter_sec>div.selected:before {
	background-color: #0e86d4;
	background-image: none;
	border-radius: 17px;
}

.toolbar-cus .filter_sec>div.selected {
	color: #0e86d4;
}

.toolbar-cus .filter_sec>a {
	font-size: 22px;
	line-height: 26px;
	color: #8f8f8f;
	font-family: 'Helvetica-nlt-pro';
	position: relative;
	padding: 3px 5px 3px 45px;
	display: inline-block;
	margin: 0 20px 20px;
	cursor: pointer;
	text-decoration: none !important;
}

.toolbar-cus .filter_sec>a:before {
	width: 33px;
	height: 33px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -2px -150px no-repeat;
}

.toolbar-cus .filter_sec>a>span {
	position: static;
	display: block;
	width: auto;
	height: auto;
	clip: unset;
}

.toolbar-cus .filter_sec>a.selected:before {
	background-color: #0e86d4;
	background-image: none;
	border-radius: 17px;
}

.toolbar-cus .filter_sec>a.selected {
	color: #0e86d4;
}

.toolbar-cus .field.limiter {
	display: none;
}

/*filter bar ends*/
/*pagination starts*/
.infinite-loader {
	max-width: 1270px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px !important;
}

.infinite-loader a.btn-load-more {
	border: 1px solid #055c9d;
	font-size: 30px;
	color: #003060;
	font-family: 'Helvetica-nlt-pro';
	text-transform: uppercase;
	display: block;
	margin: auto;
	max-width: 380px;
	text-align: center;
	padding: 21px 15px;
}

/*pagination ends*/
/*product page starts*/
.product.info.detailed .data.item.title {
	padding: 0px;
	margin: 0;
	/*width: 20%;*/
	text-align: center;
}

.product.info.detailed .data.item.title a {
	border: 1px solid #d6d6d6 !important;
	background-color: #efefef !important;
	color: #606060 !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 15px;
	height: 49px;
	line-height: 45px;
	border-left: 0px solid #d6d6d6 !important;
}

.product.info.detailed .data.item.title:first-child a {
	border-left: 1px solid #d6d6d6 !important;
}

.product.info.detailed .data.item.title.active a {
	background-color: #055c9d !important;
	color: #fff !important;
	border: 1px solid #055c9d !important;
}

.product.info.detailed .data.item.title a:hover {
	background-color: #055c9d !important;
	border: 1px solid #055c9d !important;
	color: #fff !important;
}

.product.info.detailed .product.data.items>.item.content {
	margin-top: 48px;
}

.sidebar-pdf {
	position: relative;
	padding-top: 132%;
}

.sidebar-pdf iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.catalog-product-view main.page-main {
	margin-top: 50px;
}

.catalog-product-view .page-bottom {
	max-width: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
}

.catalog-product-view .page-bottom .cat-outer-cus {
	max-width: 1250px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.catalog-product-view .page-bottom .cat-outer-cus:after {
	clear: both;
	display: table;
	content: "";
}

.catalog-product-view .product-info-main.pdp .product.overview {
	padding-bottom: 0px;
}

/* .cat-outer-cus .cat-inner-cus{
	float: left;
	max-width: none;
	width: 46%;
} */
.cat-outer-cus .prdvideo {
	float: right;
	width: 46%;
	padding-left: 15px;
	padding-right: 15px;
}

.cat-outer-cus .cat-inner-cus .subcatname_cusin h2 {
	text-align: center;
	margin-top: 0px;
}

.prdvideo>h2 {
	color: #0e86d4;
	font-size: 31px;
	font-family: 'Helvetica-nlt-pro';
	line-height: 35px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 32px;
}

.prdvideo .prdvideoin {
	position: relative;
	padding-top: 56.25%;
}

.prdvideo .prdvideoin iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.cat-outer-cus .cat-inner-cus .owl-carousel {
	padding-left: 30px;
	padding-right: 30px;
}

.cat-outer-cus .cat-inner-cus .cat-pro-box-sect {
	margin-left: 10px;
	margin-right: 10px;
}

.cat-outer-cus .cat-inner-cus .owl-carousel .owl-item img {
	max-height: 120px;
	width: auto !important;
}

.cat-outer-cus .cat-inner-cus .owl-carousel .owl-item .cat-pro-box-sect-in:hover .cat-pro-box-sect-img img {
	max-height: 69px;
}

.cat-outer-cus .cat-inner-cus .cat-pro-box-sect .cat-pro-box-sect-cat-pdf .cat-pro-box-sect-pdf-link {
	position: static;
}

.cat-outer-cus .cat-inner-cus #simprd-slider .cat-pro-box-sect .cat-pro-box-sect-cat-pdf .cat-pro-box-sect-pdf-link {
	position: absolute;
}

.catalog-product-view .product-info-main .page-title-wrapper .page-title {
	font-family: 'Helvetica-nlt-pro-rm';
	/* font-family: 'nunito_sansregular' !important; */
	font-size: 29px;
	line-height: 35px;
	color: #426ca5;
	font-weight: 400;
}

.catalog-product-view .product-info-main .product.overview {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.catalog-product-view .product-info-main .product.overview p {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #979797;
	margin-bottom: 20px;
}

.catalog-product-view .product-info-main .product.overview .value {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #979797;
	margin-bottom: 20px;
}

.catalog-product-view .product-info-main .product-info-price {
	display: block;
	margin-top: 0px;
}

.catalog-product-view .product-info-main .product-info-price .price-box {
	display: block;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.catalog-product-view .product-info-main .product-info-price .price-box span.price {
	font-family: 'Helvetica-nlt-pro-rm';
}

.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
	padding-left: 0;
	display: block;
	text-align: left;
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 14px;
	padding-bottom: 12px;
}

.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock {
	display: none !important;
}

.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product.sku .value {
	font-family: 'Helvetica-nlt-pro-bld';
	font-weight: normal;
	color: #444;
}

.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product.sku .type {
	font-family: 'Helvetica-nlt-pro-bld';
	font-weight: normal;
	color: #444;
}

.catalog-product-view .product-info-main .product-add-form .rfq a,
.block-bundle-summary .bundle-rfq a {
	display: inline-block;
	padding: 15px 40px;
	font-family: 'Helvetica-nlt-pro';
	font-size: 16px;
	color: #fff;
	text-decoration: none !important;
	background-color: #003060;
	text-transform: uppercase;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart #product-addtocart-button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.catalog-product-view .product-info-main .product-social-links {
	margin-top: 15px;
	padding-top: 15px;
}

.catalog-product-view .product-info-main .product-add-form form>h2.hide_price_text {
	display: none !important;
}

.sidebar .pdf-side-view a {
	display: block;
	padding: 10px;
	font-family: 'Helvetica-nlt-pro';
	font-size: 12px;
	color: #fff;
	text-decoration: none !important;
	background-color: #003060;
	text-align: center;
	letter-spacing: 1px;
}

.sidebar .pdf-side-view {
	margin-bottom: 20px;
}

/*product page ends*/
/*request quote page starts*/
.req-quote-pg-cont-sec:after {
	clear: both;
	display: table;
	content: "";
}

.req-quote-pg-cont-sec .req-quote-pg-cont-left {
	width: 49%;
	float: left;
}

.req-quote-pg-cont-sec .req-quote-pg-cont-right {
	width: 49%;
	float: right;
}

.bot-lined-sub-title legend {
	color: #636363;
	/* font-family: 'Raleway', sans-serif; */
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #ededed;
}

.bot-lined-sub-title legend span {
	/* font-family: 'Raleway', sans-serif; */
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.req-quote-pg-cont-sec input[type="text"],
.req-quote-pg-cont-sec input[type="email"] {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #636363;
	padding: 0 8px;
	border: 1px solid silver;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: 365px;
}

.req-quote-pg-cont-sec fieldset.fieldset label {
	/* font-family: 'Raleway', sans-serif; */
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4;
	margin: 0 0 4px !important;
}

.req-quote-pg-cont-sec .fieldset>.field,
.req-quote-pg-cont-sec .fieldset>.fields>.field {
	margin: 0 0 10px;
}

.req-quote-pg-cont-sec .fieldset textarea {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid silver;
	background: #FFFFFF;
	width: 100%;
	max-width: 450px;
	padding: 5px;
}

.bl-back-title-sec {
	font-size: 18px;
	color: #fff;
	background-color: rgb(1, 65, 117);
	padding: 11px;
	font-weight: 500;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
	text-transform: uppercase;
	/* font-family: 'Roboto', sans-serif; */
	line-height: 1.2;
}

.req-quote-pg-cont-right .pro-name {
	font-size: 18px;
	border-bottom: 1px solid rgb(0, 83, 151);
	margin-bottom: 10px;
	color: rgb(0, 83, 151);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5;
}

.req-quote-pg-cont-right .pro-deascription p {
	/* font-family: 'Roboto', sans-serif; */
	line-height: 1.2;
	font-size: 14px;
	margin-bottom: 7px;
	color: #636363;
}

.req-quote-pg-cont-left .actions-toolbar button.submit {
	background-color: #005397;
	min-width: 140px;
	padding: 7px 15px;
	border: 0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.req-quote-pg-cont-left .actions-toolbar button.submit span {
	/* font-family: 'Raleway', sans-serif; */
}

.req-quote-pg-cont-left .actions-toolbar button.submit:hover {
	background-color: #3399cc;
}

/*request quote page ends*/
.cat-pro-box-sect+.product.details.product-item-details .hide_price_text {
	display: none;
}

/*search page starts*/
.search-cus {
	width: 100%;
	margin: auto;
}

.search-cus .field.search input#search {
	min-height: 50px;
	line-height: 50px;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	font-size: 16px;
	background-color: #fff;
	width: 100%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid #0e86d4 !important;
	padding-left: 15px;
}

.search-cus .block.block-search {
	width: 100%;
	margin: 0;
}

.search-cus .block.block-search .actions .action.search {
	width: 34px;
	height: 34px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -26px -1px no-repeat;
	right: 10px;
	top: 8px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-moz-transform: scale(.7) rotate(-90deg);
	-webkit-transform: scale(.7) rotate(-90deg);
	-o-transform: scale(.7) rotate(-90deg);
	-ms-transform: scale(.7) rotate(-90deg);
	transform: scale(.7) rotate(-90deg);
}

.search-cus .block.block-search:hover .actions .action.search {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.search-cus .block.block-search .actions .action.search:before {
	font-size: 0px;
}

.catalogsearch-result-index .page-title-wrapper h1.page-title {
	margin: 15px 0 15px 0;
	color: #0e86d4;
	font-size: 31px;
	font-family: 'Helvetica-nlt-pro';
	line-height: 35px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	display: none;
}

.catalogsearch-result-index #layer-product-list>dl.block {
	text-align: center;
	margin-bottom: 30px;
	display: none;
}

.catalogsearch-result-index #layer-product-list>dl.block dt {
	color: #777;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
	width: 100%;
	display: block;
	margin: 0 0 18px 0;
}

.catalogsearch-result-index #layer-product-list>dl.block dd {
	display: inline-block;
	margin: 5px 2px;
}

.catalogsearch-result-index #layer-product-list>dl.block dd a {
	border: 1px solid #055c9d;
	padding: 1px 10px 3px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .5px;
	text-decoration: none !important;
}

.catalogsearch-result-index #layer-product-list>dl.block dd a:hover {
	background-color: #055c9d;
	color: #fff;
}

.catalogsearch-result-index .page-wrapper>.breadcrumbs {
	display: none;
}

.search-cus-out {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.search-cus-out .search-title-cus h2 {
	margin: 15px 0 15px 0;
	color: #0e86d4;
	font-size: 31px;
	font-family: 'Helvetica-nlt-pro';
	line-height: 35px;
	text-align: left;
}

.search-cus-out .search-cus {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 20px;
	position: relative;
}

.search-cus-out .search-title-cus {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.search-cus-out .search-cus .advn-search-sec-btn button.advn-search-bl-btn {
	height: 50px !important;
	line-height: 50px !important;
	font-size: 16px;
	text-align: left;
	padding-right: 30px !important;
}

.search-cus-out .search-cus .advn-search-sec-btn button.advn-search-bl-btn:after {
	right: 5px;
	top: 19px;
	background-size: 300px;
	width: 26px;
	height: 16px;
	background-position: -117px -1px;
}

.search-cus-out .search-cus .advn-search-sec-btn {
	width: 190px;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 8;
}

.search-cus-out .search-cus .block.block-search {
	padding-left: 189px;
	max-width: 100%;
}

/*search page ends*/
/*new search bar starts*/
.cst-nlt-search-main {
	/*background: #303030;*/
	padding: 35px 0 50px;
}

.cst-nlt-search-main>.container {
	/*max-width: 600px;	*/
	padding-left: 60px;
	padding-right: 60px;

}

.searchcustitle h2 {
	font-family: 'Helvetica-nlt-pro';
	font-size: 33px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}

.cst-nlt-search-main .searchcustitle h2 {
	color: #0e86d4;
}

.form-search-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.form-search-inner .reset-btncus {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 15px;
}

.form-search-inner .form-search {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	position: relative;
}

.reset-searchbox {
	background: #68bbe3;
	display: inline-block;
	padding: 0 15px;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 70px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	display: block;
}

.hm-search-pro-btn .reset-searchbox {
	width: 100%;
	min-height: 70px;
	line-height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.form-search-inner .form-search input.input-text {
	min-height: 70px;
	line-height: 70px;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	font-size: 20px;
	background-color: #fff;
	width: 100%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding-left: 20px;
	padding-right: 60px;
}

.cst-nlt-search-main .form-search-inner .form-search input.input-text {
	border: 2px solid #0e86d4 !important;
}

.cst-nlt-search-main .form-search-inner .form-search input.input-text::-moz-placeholder {
	color: #bdbdbd;
	opacity: 1
}

.form-search-inner .form-search button.search-button {
	width: 34px;
	height: 34px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -26px -1px no-repeat;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-moz-transform: scale(.7) rotate(-90deg);
	-webkit-transform: scale(.7) rotate(-90deg);
	-o-transform: scale(.7) rotate(-90deg);
	-ms-transform: scale(.7) rotate(-90deg);
	transform: scale(.7) rotate(-90deg);
	border: none !important;
	font-size: 0;
	position: absolute;
}

.form-search-inner .form-search:hover button.search-button {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.hm-search-pro-srch .block.block-search .actions .action.search:before {
	font-size: 0px;
}

/*new search bar ends*/
/*new search bar product starts*/
.field-search-prd {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.field-search-prd .reset-searchout {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.field-search-prd .field-search-cus {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	padding-left: 15px;
}

.field-search-prd.reset-btn-cus .field-search-cus {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.reset-searchbox {
	background: #68bbe3;
	display: inline-block;
	padding: 0 15px;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 70px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	display: block;
}

.field-search-prd .reset-searchout .reset-searchbox {
	width: 100%;
	min-height: 70px;
	line-height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.field-search-prd .field-search-cus input.input-text {
	min-height: 70px;
	line-height: 70px;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	font-size: 20px;
	background-color: #fff;
	width: 100%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding-left: 20px;
	padding-right: 60px;
	position: static !important;
	margin: 0 !important;
}

.field-search-prd .field-search-cus button.search-button {
	width: 34px;
	height: 34px;
	display: block;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -26px -1px no-repeat;
	right: 15px;
	top: 18px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-moz-transform: scale(.7) rotate(-90deg);
	-webkit-transform: scale(.7) rotate(-90deg);
	-o-transform: scale(.7) rotate(-90deg);
	-ms-transform: scale(.7) rotate(-90deg);
	transform: scale(.7) rotate(-90deg);
	border: none !important;
	font-size: 0;
	position: absolute;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -26px -1px no-repeat !important;
}

.field-search-prd .field-search-cus:hover button.search-button {
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.field-search-prd .field-search-cus button.search-button.action.search:before {
	font-size: 0px;
}

/*new search bar product ends*/
/*advanced search bar starts*/
.catalogsearch-advanced-result .page-wrapper>.breadcrumbs {
	display: none !important;
}

.catalogsearch-advanced-result .page-wrapper main .page-title-wrapper {
	display: none;
}

.catalogsearch-advanced-result .page-wrapper main .columns .search.found {
	display: none;
}

.catalogsearch-advanced-result .page-wrapper main .columns .search.summary {
	display: none;
}

.catalogsearch-advanced-result .page-wrapper main .columns .message.notice {
	display: none;
}

/*advanced search bar ends*/
.category-products .block.filter {
	display: none;
}

/*side bar layout starts*/
dl.cat-sidebarcon-cus>dt {
	padding: 10px 15px;
	background: rgb(1, 54, 156) !important;
	color: #fff;
	font-size: 18px;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-bottom: 1px solid #00BDF4 !important;
}

dl.cat-sidebarcon-cus>dd {
	background-color: #1852C2 !important;
	padding: 0px !important;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

dl.cat-sidebarcon-cus>dd ol.items li.item {
	padding: 0px !important;
	border-top: 1px dashed #00BDF4;
}

dl.cat-sidebarcon-cus>dd ol.items li.item:first-child {
	border-top: 0px dashed #00BDF4;
}

dl.cat-sidebarcon-cus>dd ol.items li.item a {
	line-height: normal;
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 10px 15px;
	color: #fff !important;
	text-decoration: none !important;
}

dl.cat-sidebarcon-cus>dd ol.items li.item a:hover {
	background-color: rgb(37, 120, 195);
}

ul.cor-pro {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #212121;
	font-size: 15px;
}

ul.cor-pro li strong {
	color: #212121;
}

ul.cor-pro ul {
	list-style: none;
	padding-left: 15px;
}

.facility-main h3 {
	font-size: 18px;
	color: #1852C2;
	border-bottom: 1px solid #1852C2;
	margin-top: 15px;
}

.facility ul {
	width: 60%;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.facility-main1 ul,
.facility-main2 ul,
.facility-main3 ul,
.facility-main4 ul {
	width: 60%;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.facility,
.facility-main1,
.facility-main2,
.facility-main3,
.facility-main4 {
	clear: both;
}

#products_links .logo_clients {
	width: 25%;
	float: left;
	padding: 0px 24px;
	text-align: center;
	min-height: 160px;
}

#products_links .logo_clients img {
	width: 100%;
}

.category-clients-340 #products_links .logo_clients {
	width: 25%;
	float: left;
	padding: 0px 24px;
	text-align: center;
	min-height: 160px;
}

/*side bar layout ends*/
/*company grid layout starts*/
ul.company-icon-cus {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.company-icon-cus li {
	display: inline-block;
	margin: 0px -3px 20px 0px;
	width: 33.33%;
	padding: 0 10px;
	vertical-align: top;
}

ul.company-icon-cus li p {
	background: #005397 none repeat scroll 0 0;
	color: #fff;
	padding: 8px 10px;
	text-align: center;
	margin: 0;
	font-size: 14px;
}

ul.company-icon-cus li>a {
	background-color: #ececec;
	padding: 20px;
	display: block;
	text-align: center;
}

ul.company-icon-cus li>a img {
	/* max-height: 80px; */
}

/*company grid layout ends*/
.products-grid.columns4 .product-item .cat-pro-box-sect {
	margin-left: 0px;
	margin-right: 0px;
}

.categorypath-online-store-tools-html .filterproducts.products .cat-pro-box-sect {
	margin-left: 0px;
	margin-right: 0px;
}

.categorypath-online-store-tools-html .column.main .block.filter {
	display: none;
}

.printprd-cus {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.printprd-cus a {
	width: 32px;
	height: 32px;
	display: block;
	border: 1px solid #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 0px;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/print.png') 50% 50% no-repeat;
}

.product-social-links .addthis_inline_share_toolbox .at-share-btn-elements {
	margin-top: 15px;
}

/*home slider starts*/
.mp-product-main-slider-cus {
	padding: 50px 0;
}

.mp-product-main-slider-cus .bt-bl-lined-title {
	margin-bottom: 50px !important;
}

.mp-product-main-slider-cus .product-item .slider-product-item-info {
	padding: 8px;
	border: 1px solid #ddd;
	width: 100% !important;
}

.mp-product-main-slider-cus .product-item .slider-product-item-info .product.details .product-item-name {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 20px;
	text-align: center;
	min-height: 60px;
}

.mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav {
	display: block !important;
}

.mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-prev {
	width: 38px !important;
	height: 30px !important;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -84px -1px no-repeat !important;
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -13px !important;
	background-color: rgba(5, 92, 157, 1) !important;
	border: 2px solid rgba(5, 92, 157, 1) !important;
	font-size: 0px !important;
}

.mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-next {
	width: 38px !important;
	height: 30px !important;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-sprite.png') -122px -1px no-repeat !important;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -13px !important;
	background-color: rgba(5, 92, 157, 1) !important;
	border: 2px solid rgba(5, 92, 157, 1) !important;
	font-size: 0px !important;
}

/*home slider ends*/
/*news and events page starts*/
.category-news .page-title-wrapper h1.page-title {
	color: #fff;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
	background-color: #055c9d !important;
	padding: 15px;
	display: block;
}

.news-event-cus .post-list-wrapper h3.title {
	color: #777;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #777;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

ul.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.post-list li.post-holder {
	margin: 0 0 20px 0;
	border: none;
	background-color: #f3f3f3;
	padding: 20px;
}

ul.post-list li.post-holder:after {
	clear: both;
	display: table;
	content: "";
}

ul.post-list li.post-holder .post-ftimg-hld {
	width: 25%;
	float: left;
	padding-right: 20px;
}

ul.post-list li.post-holder .post-ftimg-hld+.news-con-cus {
	width: 75%;
	float: left;
}

ul.post-list .post-holder .post-info .label {
	font-weight: bold;
}

.news-con-cus .post-read-more {
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 14px;
	color: #fff !important;
	background-color: #003060;
	padding: 8px 20px !important;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	margin-top: 15px;
}

.news-con-cus .post-read-more:hover {
	opacity: .8;
}

.news-con-cus .post-content .post-text-hld p {
	font-size: 16px;
}

/*news and events page ends*/
/*new popup layout starts*/
/*.newsletter.news-popup-cus{
	padding: 0 !important;
	background: none !important;
}
.newsletter.news-popup-cus .block-content{
	max-width: none !important;
	padding: 0px !important;
}
a.fancybox-close{
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}*/
/*new popup layout ends*/
.newcattools_cusin .subcatname_cusin {
	clear: both;
}

.newcattools_cusin .subcatname_cusin h2 {
	padding: 20px 0px;
	text-align: center;
	background: #f1f1f1;
	color: #0e86d4;
}

.page-wrapper>div.breadcrumbs {
	/* padding-left: 15px;
	padding-right: 15px; */
	background: none;
}

.catalog-category-view .page-wrapper>.breadcrumbs .items {

	padding: 10px 15px 10px 0px !important;
}

.page-wrapper>div.breadcrumbs ul {
	border-bottom: 1px solid #f1f1f1;
}

.page-wrapper>div.breadcrumbs ul li,
.page-wrapper>div.breadcrumbs ul li:after {
	color: #8f8f8f;
}

.page-wrapper>div.breadcrumbs ul li a {
	color: #055c9d !important;
	text-decoration: underline;
}

/*.category-description h2{
	background: #055c9d;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 0;
}*/
.cat-desc-cus {
	background: #055c9d;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 0;
}

.cat-desc-cus * {
	margin-top: 0px !important;
}

.cat-desc-cus a {
	color: #fff !important;
	text-decoration: underline !important;
}

.cat-desc-cus a span {
	text-decoration: underline !important;
}

.cat-desc-cus a:hover span {
	text-decoration: none !important;
}

.cat-desc-cus span {
	color: #fff !important;
}

.cat-desc-cus a:hover {
	text-decoration: none !important;
}

.cat-desc-cus span {
	display: inline-block !important;
}

.on_hand_qty,
.part_number_cus {
	padding-top: 10px;
	border-top: 1px #ebebeb solid;
	margin-top: 10px;
}

.on_hand_qty .type,
.part_number_cus .type {
	font-family: 'Helvetica-nlt-pro-bld';
	font-weight: normal;
	color: #444;
	margin-right: 4.5px;
	text-transform: uppercase;
}

.on_hand_qty .value,
.part_number_cus .value {
	font-family: 'Helvetica-nlt-pro-bld';
	font-weight: normal;
	color: #444;
	display: inline-block;
}

/*catalogue page starts*/
.category-catalogue .page-wrapper>div.breadcrumbs {
	margin-bottom: 0px;
}

.catalogue.catalogue-section>h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
}

.catalogue.catalogue-section .inside {
	padding: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #d0d0d0;
	border-top: none;
	margin: 0 0 18px;
	box-shadow: 0px 0px 15px 0px #ccc;
	-moz-box-shadow: 0px 0px 15px 0px #ccc;
	-webkit-box-shadow: 0px 0px 15px 0px #ccc;
	background: #ffffff;
}

.catalogue.catalogue-section .inside h2 {
	background: #055c9d;
	text-align: center;
	margin: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-size: 20px;
	padding: 10px;
	color: #fff;
}

.catalogue.catalogue-section .inside ul {
	padding: 28px 38px 0;
	margin: 0;
	list-style: none;
}

.catalogue.catalogue-section .inside ul:after {
	clear: both;
	display: table;
	content: "";

}

.catalogue.catalogue-section .inside ul li {
	margin-bottom: 28px;
	border-radius: 4px;
	width: 14.2%;
	padding-left: 9px;
	padding-right: 9px;
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
	vertical-align: top;
}

.catalogue.catalogue-section .inside ul li a {
	display: block;
	min-height: 135px;
	border-top: 5px solid #0f75bd;
	box-shadow: 0 0 0px 1px #dcdcde;
	padding: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 20px 10px;
}

.catalogue.catalogue-section .inside ul li a img {
	height: 90px;
	width: 115px;
}

/*catalogue page ends*/
/*dev css starts*/
.block.upsell {
	display: none;
}

.block.related.owl-top-narrow {
	display: none;
}

.catalog-category-view .search-cus {
	display: none;
}

.catalog-category-view div.page-title-wrapper {
	display: block;
}

/*dev css ends*/
#simprd-slider .cat-pro-box-sect .cat-pro-box-sect-cat-pdf {
	/*opacity: 0;
	visibility: hidden;*/
}

/*new popup layout starts*/
.newsletter.news-popup-cus {
	padding: 0 !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
}

.newsletter.news-popup-cus .block-content {
	max-width: none !important;
	padding: 0px !important;
	width: 400px;
	height: 604px;
}

.newsletter.news-popup-cus .block-content img {
	display: block;
	margin: auto;

}

/*css hack for popup image*/
/*#newsletter_popup.news-popup-cus > .block-content{
	padding-top: 148.51% !important;
}
#newsletter_popup.news-popup-cus > .block-content img{
	position: absolute;
	left: 0;
	top: 0;	
}*/
#newsletter_popup picture {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	border: 0;
}

/**/
a.fancybox-close {
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.fancybox-inner {
	overflow-x: hidden !important;
}

/*new popup layout ends*/
/*contact us page starts*/
.ctc-pg-sec-tp-row {
	padding: 0 20px;
}

.ctc-pg-sec-tp-row:after {
	clear: both;
	display: table;
	content: "";
}

.ctc-pg-sec-tp-row .ctc-pg-sec-tp-map {
	width: calc(100% - 400px);
	float: left;
}

.ctc-pg-sec-tp-row .ctc-pg-sec-tp-adr {
	width: 400px;
	float: left;
	padding: 0 20px 20px 20px;
}

.ctc-pg-sec-tp-row .ctc-pg-sec-tp-adr h3 {
	font-family: 'Helvetica-nlt-pro-bld';
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #055c9d;
	padding-bottom: 15px;
	border-bottom: 2px solid #acacac;
	padding-left: 50px;
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/title-map-icon.jpg') 20px 0 no-repeat;
}

.ctc-pg-sec-tp-row .ctc-pg-sec-tp-adr p {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	color: #000;
}

.ctc-pg-sec-bot {
	padding: 20px;
}

.ctc-pg-sec-bt-row:after {
	clear: both;
	display: table;
	content: "";
}

.ctc-pg-sec-bt-row {
	margin-left: -10px;
	margin-right: -10px;
}

.ctc-pg-sec-bt-row .ctc-pg-sec-bt-left {
	width: 33%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.ctc-pg-sec-bt-row .ctc-pg-sec-bt-right {
	width: 67%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.ctc-pg-sec-bt-inn {
	background-color: #e0e0e0;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	padding: 15px 20px;
}

.ctc-pg-sec-bt-inn h2 {
	font-family: 'Helvetica-nlt-pro-bld';
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #055c9d;
}

.ctc-pg-sec-bt-blk-info p {
	margin: 0;
	font-size: 14px;
	color: #000;
}

.ctc-pg-sec-bt-blk-info p:after {
	clear: both;
	display: table;
	content: "";
}

.ctc-pg-sec-bt-blk-info p span {
	float: left;
	width: 50%;
}

.ctc-pg-sec-bt-blk-info p span+span {
	padding-left: 10px;
}

.ctc-pg-sec-bt-right-inf-blk p {
	margin: 0;
	font-size: 14px;
	color: #000;
}

.ctc-pg-sec-bt-right-inf-blk p:after {
	clear: both;
	display: table;
	content: "";
}

.ctc-pg-sec-bt-right-inf-blk p span {
	float: left;
	width: 50%;
}

.ctc-pg-sec-bt-right-inf-blk p span+span {
	padding-left: 10px;
}

.ctc-pg-sec-bt-blk-form {
	padding-top: 20px;
}

.ctc-pg-sec-bt-blk-form fieldset.fieldset .legend {
	margin-bottom: 5px;
}

.ctc-pg-sec-bt-blk-form fieldset.fieldset .legend b {
	font-family: 'Helvetica-nlt-pro-bld';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	color: #055c9d;
}

.ctc-pg-sec-bt-blk-form .fieldset div.field {
	margin-bottom: 10px;
}

.ctc-pg-sec-bt-blk-form input[type="text"],
.ctc-pg-sec-bt-blk-form input[type="password"],
.ctc-pg-sec-bt-blk-form input[type="url"],
.ctc-pg-sec-bt-blk-form input[type="tel"],
.ctc-pg-sec-bt-blk-form input[type="search"],
.ctc-pg-sec-bt-blk-form input[type="number"],
.ctc-pg-sec-bt-blk-form input[type="datetime"],
.ctc-pg-sec-bt-blk-form input[type="email"] {
	border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	font-size: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.ctc-pg-sec-bt-blk-form textarea {
	border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.ctc-pg-sec-bt-blk-form .actions-toolbar button.submit {
	height: 30px;
	margin: 0;
	width: 100%;
	padding: 0;
	line-height: 28px;
	text-align: center;
	font-family: 'Helvetica-nlt-pro-md';
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ctc-pg-sec-bt-blk-form .actions-toolbar div.primary {
	width: 100%;
}

.ctc-pg-sec-bt-right-row:after {
	clear: both;
	content: "";
	display: table;
}

.ctc-pg-sec-bt-right-row {
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 30px;

}

.ctc-pg-sec-bt-right-row .ctc-pg-sec-bt-right-inf-lt {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.ctc-pg-sec-bt-right-row .ctc-pg-sec-bt-right-form-rt {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.ctc-pg-sec-bt-right-inf-inn h3 {
	font-family: 'Helvetica-nlt-pro-bld';
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #055c9d;
}

.ctc-pg-sec-bt-right-inf-lt .ctc-pg-sec-bt-right-inf-inn:first-child {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #b7b7b7;
}

.ctc-pg-sec-bt-right-form-rt .fieldset>.field {
	margin-bottom: 10px;
}

.ctc-pg-sec-bt-right-form-rt input[type="text"],
.ctc-pg-sec-bt-right-form-rt input[type="password"],
.ctc-pg-sec-bt-right-form-rt input[type="url"],
.ctc-pg-sec-bt-right-form-rt input[type="tel"],
.ctc-pg-sec-bt-right-form-rt input[type="search"],
.ctc-pg-sec-bt-right-form-rt input[type="number"],
.ctc-pg-sec-bt-right-form-rt input[type="datetime"],
.ctc-pg-sec-bt-right-form-rt input[type="email"] {
	border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	font-size: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.ctc-pg-sec-bt-right-form-rt select {
	border-radius: 0px;
	height: 30px;
	font-size: 14px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	padding-left: 5px;
	color: #bdbdbd;
}

.ctc-pg-sec-bt-right-form-rt textarea {
	border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	height: 140px;
}

.ctc-pg-sec-bt-right-form-rt .actions-toolbar button.submit {
	height: 30px;
	margin: 0;
	width: 100%;
	padding: 0;
	line-height: 28px;
	text-align: center;
	font-family: 'Helvetica-nlt-pro-md';
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.ctc-pg-sec-bt-right-form-rt .actions-toolbar div.primary {
	width: 100%;
}

.ctc-pg-sec-bt-right-form-rt fieldset.fieldset .legend {
	margin-bottom: 5px;
}

.ctc-pg-sec-bt-right-form-rt fieldset.fieldset .legend b {
	font-family: 'Helvetica-nlt-pro-bld';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	color: #055c9d;
}

.ctc-pg-sec-bt-row textarea::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="text"]::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="password"]::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="url"]::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="tel"]::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="search"]::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="number"]::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="datetime"]::-moz-placeholder,
.ctc-pg-sec-bt-row input[type="email"]::-moz-placeholder {
	color: #bdbdbd;
	opacity: 1
}

.g-recaptcha>div {
	width: 100% !important
}

/*contact us page ends*/
/*corporate profile page starts*/
.lined-title-sml-text-block {
	margin-bottom: 30px;
}

.lined-title-sml-text-block h3 {
	color: #0e86d4;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 25px 0;
	padding-bottom: 15px;
	position: relative;
	font-weight: normal;
}

.lined-title-sml-text-block h3:after {
	background: #68bbe3;
	width: 75px;
	height: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.lined-title-sml-text-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lined-title-sml-text-block ul li {
	color: #787878;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	display: block;
	position: relative;
	padding-left: 20px;
}

.lined-title-sml-text-block ul li:before {
	content: "»";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 22px;
}

.category-corporate-profile main#maincontent {
	position: relative;
}

.category-corporate-profile main#maincontent:before {
	background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/user-img.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 360px;
	height: 372px;
	content: "";
	position: absolute;
	left: -35px;
	bottom: 0;
}

.category-corporate-profile main#maincontent .sidebar.sidebar-main {
	padding-bottom: 305px;
}

/*corporate profile page ends*/
/*history page starts*/

.rl-history-pg-sec:after {
	clear: both;
	display: table;
	content: "";
}

.rl-history-pg-sec .rl-history-pg-left {
	width: 50%;
	float: left;
	padding-left: 20px;
}

.rl-history-pg-sec .rl-history-pg-right {
	width: 50%;
	float: left;
	padding-left: 20px;
}

.rl-history-pg-block {
	margin-bottom: 15px;
}

.rl-history-pg-block h3 {
	color: #0e86d4;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding-top: 15px;
	position: relative;
	font-weight: 700;
}

.rl-history-pg-block h3:after {
	background: #68bbe3;
	width: 75px;
	height: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
}

.rl-history-pg-block p {
	color: #787878;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	display: block;
	position: relative;
	padding-left: 0px;
}

.category-history main#maincontent .sidebar.sidebar-main {
	position: relative;
}

.category-history main#maincontent .sidebar.sidebar-main:before {
	background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/history-timer-img.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 310px;
	height: 280px;
	content: "";
	position: absolute;
	left: -30px;
	bottom: 0;
	z-index: -1;
}

.category-history main#maincontent .sidebar.sidebar-main {
	padding-bottom: 280px;
}

/*history page ends*/
/*careers page starts*/
.carr-pg-top-block {
	background-color: #e0e0e0;
	border: 1px solid #999;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);*/
	padding: 15px 20px;
}

.carr-pg-top-block p {
	margin: 0;
	font-size: 14px;
	color: #000;
	line-height: 24px;
}

.carr-pg-pdf-btn-box {
	margin: 40px 0px;
	text-align: center;
}

.carr-pg-pdf-btn-box a {
	background-color: rgba(5, 92, 157, 1);
	color: #fff !important;
	display: inline-block;
	padding: 15px 30px;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none !important;
}

.carr-pg-pdf-btn-box a:hover {
	opacity: .8;
}

.carr-pg-contact-info-box p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0;
	text-align: center;
}

.carr-pg-bot-info-box p {
	color: #000;
	font-size: 13px;
	line-height: 24px;
	margin: 15px 0;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	letter-spacing: 1px;
}

/*careers page starts*/
/*careers new page starts*/
.cr-pg-top-block {
	background-color: #f9f9f9;
}

.cr-pg-top-block:after {
	clear: both;
	content: "";
	display: table;
}

.cr-pg-top-block .cr-pg-top-block-img {
	width: 35%;
	float: left;
}

.cr-pg-top-block .cr-pg-top-block-img img {
	display: block;
	margin: 0 auto;
}

.cr-pg-top-block p {
	width: 65%;
	float: left;
	padding: 15px 25px 0;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.cr-pg-form-btn-block {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #045c9c;
	padding: 25px;
	margin: 25px 0px;
}

.cr-pg-form-btn-block:after {
	clear: both;
	display: table;
	content: "";
}

.cr-pg-form-btn-block>h3 {
	font-weight: 400;
	color: #fff;
	float: left;
	margin: 7px 0;
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 18px;
}

.cr-pg-form-btn-block .cr-pg-form-pdf-btn-sec {
	float: right;
}

.pdf-cst-dwnld-ltnk {
	display: inline-block;
	position: relative;
	background-color: #fff;
	color: #045c9c !important;
	text-decoration: none !important;
	padding: 7px 20px 7px 50px;
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pdf-cst-dwnld-ltnk:before {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/pdf.png') 0 0 no-repeat;
	width: 19px;
	height: 20px;
	position: absolute;
	content: "";
	left: 22px;
	top: 8px;
}

.cr-pg-res-step-block h4 {
	color: #3d3d3d;
	font-weight: 400;
	margin: 0;
	font-family: 'Helvetica-nlt-pro-md';
	text-align: center;
	font-size: 16px;
}

.cr-pg-res-step-block ul {
	margin: 50px 0 40px;
	padding: 0;
	list-style: none;
	position: relative;
}

.cr-pg-res-step-block ul:after {
	content: "";
	display: table;
	clear: both;
}

.cr-pg-res-step-block ul li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	text-align: center;
	position: relative;
}

.cr-pg-res-step-block ul:before {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/step-icon-sep.png') 0 0 repeat-x;
	position: absolute;
	left: 150px;
	right: 150px;
	content: "";
	height: 1px;
	top: 72px;
}

.cr-pg-res-step-block ul li p {
	color: #3d3d3d;
	font-weight: 400;
	margin: 20px 0 0;
	font-family: 'Helvetica-nlt-pro-md';
	text-align: center;
	font-size: 16px;
}

.cr-pg-res-step-block ul li p strong {
	display: block;
	text-align: center;
	color: #045c9c !important;
	font-weight: 400;
}

.cr-pg-bot-info-block p {
	font-family: 'Helvetica-nlt-pro';
	color: #3d3d3d;
	font-weight: 400;
	text-align: center;
	font-size: 15px;
	margin: 0 0 15px 0;
}

/*careers new page ends*/
/*mission statement sidebar starts*/
.category-mission-statement main#maincontent .sidebar.sidebar-main {
	position: relative;
}

.category-mission-statement main#maincontent .sidebar.sidebar-main:before {
	background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/mission-st.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 255px;
	height: 290px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: -1;
}

.category-mission-statement main#maincontent .sidebar.sidebar-main {
	padding-bottom: 290px;
}

/*mission statement sidebar ends*/
.page-header.reel-head-cus .minicart-wrapper .action.showcart::before {
	content: "";
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/Icon-feather.png) no-repeat;
	/* font-size: 20px !important; */
	width: 38px;
	height: 32px;

	background-size: 35px;
}

.medi_tub_pdf_out {
	text-align: center;
	margin-top: 30px;
}

.medi_tub_pdf_out .medi_tub_pdf {
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 20px;
	line-height: 24px;
}

/* checkout page starts */
.opc-wrapper .form-login .fieldset span.note {
	font-weight: bolder !important;
	font-size: 16px !important;
}

.opc-wrapper .form-login .fieldset span.note2 {
	margin-top: 0px !important;
}

/* checkout page ends */

/* hide price starts */
.cat-pro-box-sect .product-item-details .hide_price_text {
	padding: 10px 0px;
	text-align: center;
	color: #055c9d;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
}

.product-info-main .hide_price_text {
	display: none !important;
}

/* hide price ends */

/* cart actions starts */
.form-cart .cart.main.actions .action.continue {
	display: inline-block !important;
}

.form-cart .cart.main.actions span.or {
	padding: 0 8px;
}

/* cart actions ends */

/* additional styles starts */
.cst-nlt-search-main {
	padding: 0px !important;
	margin: 20px 0px;
}

.mp-product-main-slider-cus {
	padding: 8px 0 !important;
}

.checkout-index-index .loading-mask .loader:before,
.checkout-index-index .loading-mask .loader:before {
	display: none !important;
}

.checkout-index-index .loading-mask .loader img {
	background-color: rgb(243, 243, 243) !important;
	content: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/please-wait-loader.gif') !important;
	display: block !important;
	max-width: 100% !important;
	padding: 10px;
}

.checkout-shipping-method .loading-mask .loader img {
	background-color: rgb(243, 243, 243) !important;
	content: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/procees-request-loader.gif') !important;
	max-width: 100% !important;
	padding: 10px;
}

.product-info-main .paypal-button-label-buynow {
	display: none !important;
}

/* Search */
#pas-mini-form {
	float: left !important;
}

.print-logo-main {
	display: none;
	margin: 0 auto;
}

/* HotJar Servey Popup */
._hj-widget-container ._hj-2qaGY__styles__openStateToggle {
	top: -25px !important;
	height: 25px !important;
}

/* Bundle Product */
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .options-list .bundle-item .product-name {
	font-size: 16px;
}

.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .options-list .bundle-configurable label.label {
	font-size: 16px;
}

.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .options-list .bundle-configurable select.super-attribute-select {
	font-size: 14px;
}

.bundle-summary .bundle.items .bundle-options {
	margin: 8px 0px;
}

.bundle-summary .bundle.items .product-name {
	font-weight: 600;
}

.bundle-summary .bundle.items .selective-variants {
	margin-bottom: 8px;
}

.products.products-grid .cat-pro-box-sect-img.hov-show-sd {
	position: relative;
}

.products.products-grid .cat-pro-box-sect-img.hov-show-sd:hover {
	border: 2px solid #08c;
}

.products.products-grid .cat-pro-box-sect-img.hov-show-sd:hover .product.photo.product-item-photo {
	opacity: 0.5;
}

.products.products-grid .cat-pro-box-sect-img.hov-show-sd .product-short-desc {
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	top: auto;
	background: #08c;
	color: #fff;
	padding: 10px 10px;
	text-align: left;
	font-size: 12px;
	letter-spacing: .7px;
	display: none;
	z-index: 5;
}

.products.products-grid .cat-pro-box-sect-img.hov-show-sd:hover .product-short-desc {
	display: block;
}

/* opc styles */
.opc-payment .payment-methods label img.payment-icon,
.opc-payment .payment-methods label a.action-help {
	display: none !important;
}

.opc-payment .payment-methods label span.rp-addtional-note {
	color: #f00;
	font-weight: bolder;
	font-size: 14px;
}

.opc-payment .payment-methods .payment-method._active label span.rp-addtional-note {
	display: none;
}

.opc-payment .payment-methods .payment-method-content span.rp-addtional-info {
	color: #f00;
	font-size: 14px;
	font-weight: 900;
	padding: 8px;
	display: inline-block;
	font-style: italic;
	margin-bottom: 12px;
}

/* product gallery */
.fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__active .fotorama__caption {
	display: none;
}

/* CERT logo styles */
.cert-logo-block .madeinamerica-logo {
	display: inline-block;
	float: left;
	margin-top: 12px;
}

.cert-logo-block .iso-logo {
	vertical-align: middle;
	display: inline-block;
	margin-top: 24px;
	margin-left: 8px;
}

.cert-logo-block .iso-logo img {
	vertical-align: middle;
}

.hm-ind-serve-logos .owl-carousel .owl-item img {
	width: auto !important;
}

.payment-method-braintree .hosted-control {
	height: 45px !important;
}

.braintree-credit-card-selected {
	top: -2px !important;
}

.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
	width: 48px !important;
}

#braintree_expirationDate {
	width: 120px !important;
}

.myshipping-method-fields-shipping-information .field {
	margin-bottom: 10px;
	display: flow-root;
}

.myshipping-method-fields-shipping-information label.label {
	margin: 0 0 8px;
	display: inline-block;
	font-weight: 400;
}

.myshipping-method-fields-shipping-information .field.myshipping-methods label.label {
	display: none !important;
}

.myshipping-method-fields-shipping-information .field.myshipping-methods .control {
	margin-bottom: 10px;
	display: flex;
}

.myshipping-method-fields-shipping-information .field.myshipping-methods .control select {
	height: auto !important;
}

.myshipping-method-fields-shipping-information .field.myshipping-account .control .input-text {
	height: 38px !important;
}

.myshipping-method-fields-shipping-information .field._required .label:after {
	content: '*';
	color: #e02b27;
	font-size: 1.2rem;
	margin: 0 0 0 4.5px;
}

.myshipping-method-fields-shipping-information .field.myshipping-save label.label {
	display: none;
}

.myshipping-method-fields-shipping-information .field.myshipping-save .control .field.choice .checkbox {
	height: auto !important;
}

.myshipping-method-fields-shipping-information .field.myshipping-save .control .field.choice label.label {
	display: inline-block;
}

.myshipping-method-fields-shipping-information .field .control .field-error {
	color: #e02b27;
	font-size: 1.2rem;
	margin-top: 7px;
	display: inline-block;
}

/* quick view */
#sparsh-mfp-quickview .page-bottom {
	display: none !important;
}

#sparsh-mfp-quickview #maincontent {
	margin: 40px 0px 0px !important;
	max-width: 100% !important;
	padding-bottom: 20px !important;
}

#sparsh-mfp-quickview .product-info-main {
	margin-bottom: 0px !important;
}

#sparsh-mfp-quickview.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-additional {
	display: block !important;
}

#sparsh-mfp-quickview .product-info-main .parts-help-box {
	position: unset;
    margin: 0px 0px 12px;
}
#sparsh-mfp-quickview .product-info-main .page-title-wrapper h1.page-title {
	margin-bottom: 10px;	
}

.blog-page .post-list .post-info {
	padding-left: 15px !important;
}

.blog-page.blog-post-view .post-view .post-holder {
	margin: 0 0 20px 0;
	border: none;
	background-color: #f3f3f3;
	padding: 20px;
}

.blog-page.blog-post-view .post-view .post-info {
	padding: 0 0 0 25px;
	flex: 0 0 70%;
	max-width: 70%;
	width: 70%;
	order: 1;
	padding-left: 15px !important;
}

.blog-page.blog-post-view .post-view .post-holder .post-info .label {
	font-weight: bold;
}

.blog-page.blog-post-view .post-view .post-holder .post-ftimg-hld {
	width: 25%;
	float: left;
	margin: 0 15px 0 15px;
	padding-right: 20px;
}

.product-item-info .cat-pro-box-sect-in .product.name a.product-item-link {
	font-size: 16px !important;
	color: #8e8e8e !important;
}

.product-item-info .cat-pro-box-sect-in .product.name a.product-item-link:hover {
	color: #055c9d !important;
}

.page-product-grouped.product-gallery-sticky main.page-main {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

.page-product-grouped.product-gallery-sticky .page-bottom {
	z-index: 100;
	padding-top: 0px;
}

.page-product-grouped.product-gallery-sticky .page-footer {
	z-index: 100;
	padding-top: 0px;
}

.page-product-grouped.product-gallery-sticky .product.info.detailed {
	z-index: 100;
	margin-bottom: 0px !important;
	background-color: #fff !important;
}

.page-product-grouped.product-gallery-sticky .product.data.items {
	margin-bottom: 0px !important;
}

.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .price-box {
	display: block;
	float: right;
	width: 20%;
	text-align: right;
	margin-bottom: 12px;
}

.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .price-box .price {
	color: #00008b !important;
}

.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .product-item-name {
	color: #000000;
	font-family: 'Helvetica-nlt-pro-bld' !important;
	font-weight: bolder !important;
	margin-bottom: 12px !important;
	font-size: 18px;
	float: left;
	display: block;
	width: 75%;
}

.product-brochure-view {
	float: none;
	clear: both;
	margin-bottom: 15px;
}

.product-brochure-view a {
	display: inline-block;
	padding: 10px 12px;
	font-family: 'Helvetica-nlt-pro';
	font-size: 14px;
	color: #fff;
	text-decoration: none !important;
	background-color: #003060;
	letter-spacing: 1px;
	line-height: 18px;
}

.product-brochure-view a:hover {
	color: #fff !important;
}

.product-brochure-view a img {
	width: 20px;
	float: left;
	margin-right: 10px;
}

.page-product-grouped.product-gallery-sticky .box-tocart .action.tocart {
	margin-left: 0px !important;
}

/* .page-product-grouped.product-gallery-sticky .sidebar .sidebar-pdf, .page-product-grouped.product-gallery-sticky .sidebar .pdf-side-view{
	display: none !important;
} */
.page-product-grouped.product-gallery-sticky .table.grouped thead .col {
	color: #000;
	font-family: 'Helvetica-nlt-pro-bld' !important;
	font-size: 18px;
	font-weight: bolder;
}

.page-product-grouped.product-gallery-sticky .table.grouped thead .col.qty {
	text-align: center;
}

.page-product-grouped.product-gallery-sticky .product.media .gallery-placeholder .zoomImg {
	display: none !important;
	visibility: hidden;
}

.main-products-section {
	margin-bottom: 20px;
}

.main-products-section .main-products-list {
	margin-bottom: 0px !important;
	list-style: none;
	padding-left: 0px;
}

.main-products-section .main-products-list li .product-image-link {
	background-color: #f5f5f5;
	padding: 0;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 6px;
	padding: 10px 8px 4px;
}

.main-products-section .main-products-list li .product-name {
	color: #0e86d4 !important;
	display: block;
	position: relative;
	padding: 8px 0px;
	margin: 0 0 8px;
}

.main-products-section .main-products-list li:hover .product-image-link {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-products-section .main-products-list li a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.1;
	font-size: 1.7rem;
	text-align: left;
}

.main-products-section .main-products-list li .product-image img {
	width: 100%;
}

.main-products-section .main-products-list li .product-details .product-name {
	color: #333;
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
}

.parts-product-image {
	border: 1px solid #ddd;
	border-radius: 0px;
	background: #fff;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
	/* z-index:1; */
}

#shipping-new-address-form div.step-title,
.checkout-billing-address div.step-title {
	font-weight: bolder;
	margin-bottom: 12px;
}

.billing-address-same-as-shipping-block.field.choice {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bolder;
}

input#billing-address-same-as-shipping {
	width: 18px;
	height: 18px;
}

.opc-block-billing-information .bill-to {
	margin: 0 0 18px;
}

.opc-block-billing-information .billing-information-title {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 18px;
	position: relative;
	padding-bottom: 9px;
	color: #777777;
	font-weight: 300;
	font-size: 2.2rem;
}

.opc-block-billing-information .billing-information-content {
	line-height: 27px;
}

.opc .checkout-shipping-address .field.street.admin__control-fields .control .field label.label,
.opc .checkout-billing-address .field.street.admin__control-fields .control .field label.label {
	display: none !important;
}

/* fancybox */
.fancybox-overlay {
	background-image: none !important;
	background-color: #fff;
	opacity: 0.5;
}

.checkout-shipping-method .myshipping-method-fields-shipping-information .field.myshipping-account .field-note {
	color: #e02b27;
	padding-top: 6px;
	display: inline-block;
	width: 100%;
	font-weight: bolder;
}

/* product pages --> swatch options */
.product-info-sidebar .product-options-wrapper .swatch-attribute-label {
	font-size: 18px;
	font-family: 'Helvetica-nlt-pro-rm' !important;
}

.product-info-sidebar .product-options-wrapper .swatch-attribute-selected-option {
	display: inline-block !important;
	font-size: 18px;
	font-family: 'Helvetica-nlt-pro-rm' !important;
}

.product-info-sidebar .product-options-wrapper .swatch-option.text {
	height: 32px;
	line-height: 30px;
	padding: 0 8px;
	min-width: 22px;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Helvetica-nlt-pro-rm' !important;
}

.swatch-option-tooltip {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Helvetica-nlt-pro-rm' !important;
}

.product-info-sidebar .product-options-wrapper .swatch-opt div.mage-error {
	font-size: 16px;
}

.product-info-main .price-box .price-label,
.product-info-sidebar .price-box .price-label {
	display: none !important;
}

.table.grouped .stock.unavailable {
	margin-bottom: 12px;
}

.product-add-form #validation-message-box .mage-error {
	font-size: 16px;
	margin-bottom: 12px;
}

.rp-category-page .category-group-content .product-item:hover .product-item-link {
	color: #25AAE1 !important;
}

/* additional styles ends */
/**04-08-2023**/
.cms-index-index .page-wrapper header.page-header.type5.reel-head-cus{
background-color: rgb(0 0 0/52%);
}
.cms-index-index .page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .panel.wrapper{
background-color: rgba(255,255,255,0);
}
.home-explore-our-products-section {
/* position: absolute;
top: 167px;  */
/* position: relative;
top: 0px; */
position: absolute;
bottom: 0px;
background-color: #fff;
width: 100%;
padding-bottom:10px;
min-height: 170px;
}
.home_new_explorenow{
margin-top: 10px;
position: absolute;
overflow: hidden;
height: 100%;
top: 0px;
width: 100%;
}
.home_new_explorenow .home_new_explorenow_con{
top: 0px;
align-items: center;
background:transparent;
}
/**04-08-2023**/

.catalog-product-view .product-details-section .product.attribute.description ul { 
	padding-left: 20px !important;
	list-style: disc;
}
.block-category-list .block-title, .sidebar .block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    display: block;
    text-decoration: none;
}
.sidebar .block.filter .title {
    display: none;
}
/* .catalog-product-view .fotorama__nav--thumbs{
    overflow-y: scroll;
}
.catalog-product-view .fotorama__nav--thumbs::-webkit-scrollbar {
    width: 0px;
} */
.product.item .price-box .minimal-price .price-label,
.product-item .price-box .minimal-price .price-label {
	font-size: 14px !important;
}

/* .porto-lazyload {
    display: block;
    background: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/loading.svg) no-repeat center center/30px auto;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
} */

.gallery-placeholder .fotorama__stage__frame .fotorama__img {
    width: auto !important;
    max-height: 100% !important;
}

.h1-heading-fix-1 {
	line-height: 1.1 !important;
	font-size: 2.5rem !important;
	font-weight: 300 !important;
	margin-bottom: 10px !important;
}
.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0 >.level-top.show-rp-cat-label>span:not(.rp-cat-label) {
	color: #000 !important;
	background-color: #f4d83c !important;
	border-radius: 5px;
	padding: 4px 6px;
	font-weight: bold !important;
}
.opc .um-ordercomment .payment-option-title .action > span {
	font-size: 18px;
}
.opc .um-ordercomment .payment-option-content .order-comment-input {
	font-size: 18px;
}
.opc .um-ordercomment .payment-option-title .action-toggle:after {
	font-size: 24px;
}

.table-addresses-items.history .address-item .address-info .address-name,
.table-addresses-items.history .address-item .address-info .company-name,
.table-addresses-items.history .address-item .address-info .address {
	text-transform: uppercase !important;
}
.account .form-address-edit input,
.account .form-address-edit select {
	text-transform: uppercase !important;
} 

.checkout-index-index .form-shipping-address input,
.checkout-index-index .form-shipping-address select,
.opc-block-shipping-information .shipping-information .ship-to .shipping-information-content,
.checkout-shipping-address .shipping-address-items .shipping-address-item {
	text-transform: uppercase !important;
}

/* font changes */
.catalog-product-view .product-details-section .product.attribute.description,
.catalog-product-view .product-overview-section .tab-inner-content,
.catalog-product-view .product-models-section .tab-inner-content {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 18px;
}
.cms-privacy-policy .page-main-inner {
	font-family: 'Helvetica-nlt-pro-rm';
    font-size: 18px;
}
.cms-privacy-policy .page-main-inner h3 {
	font-size: 20px;
}
.am-widget-category .am-category-header .faq-category-title {
    font-size: 22px !important;
}
.am-widget-category .amfaq_questions .am-title {
    font-weight: 600;
    font-size: 20px !important;
}
.am-widget-category .amfaq_questions .am-item .am-content .amfaq-short-answer-container {
    font-size: 18px !important;
}
.am-widget-category .amfaq_questions .am-title .am-minus:before {
	font-weight: 900;
}
.newsletter-page-block .note-unsubscribe {
	font-size: 16px;
}
.ctc-pg-sec-bt-blk-info span,
.ctc-pg-sec-bt-right-inf-blk span {
    font-size: 16px !important;
}
.category-cms .news-block ul.post-list {	
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 16px;
}
.category-cms .news-block ul.post-list .post-description {
	font-size: 16px;
}
.blog-page .post-list-wrapper {
	font-family: 'Helvetica-nlt-pro-rm';
}
.blog-page ul.post-list .post-description {
	font-size: 16px;
}
.blog-page .post-view {
	font-family: 'Helvetica-nlt-pro-rm';
}
.blog-post-view .post-description p {
	font-size: 16px;
}
.blog-page.blog-post-view .post-view .post-info {
	font-size: 16px;
	padding-left: 0px !important;
}
.req-quote-pg-cont-sec fieldset.fieldset label {
	font-size: 14px !important;
}

.req-quote-pg-main .pro-deascription,
.req-quote-pg-main .pro-deascription p,
.req-quote-pg-main .pro-deascription ul li {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 16px;
}
.req-parts-pg-main .pro-deascription,
.req-parts-pg-main .pro-deascription p,
.req-parts-pg-main .pro-deascription ul li {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 16px;
}
/* END font changes */

#notice-cookie-block p {
	font-size: 15px;
	font-family: 'Helvetica-nlt-pro-rm';
}

.home-explore-category-section {
	font-family: 'Helvetica-nlt-pro-bld';
}
.home-explore-category-section h2 {
	padding-left: 15px;
    font-size: 25px;
    margin: 16px 0px;
    text-align: center;
}
.home-explore-category-section a {
	display: block;
    background-color: #25aae1;
    color: #fff;
    padding: 16px 8px;
    text-align: center;
    border-radius: 5px;
}
.home-explore-category-section a:hover {
    background-color: #0088cc !important;
}
.home_new_explorenow_row .quick-cat-links a:hover {
    background-color: #0088cc !important;
}
.blog-page .post-list-wrapper ul.post-list {
    font-family: 'Helvetica-nlt-pro-rm';
    font-size: 16px;
}
.blog-page .post-list-wrapper ul.post-list .post-text-hld {
	font-family: 'Helvetica-nlt-pro-rm' !important;
    font-size: 16px !important;
}

.owl-carousel.dots-style-1 .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}
.owl-carousel.dots-style-1 .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent; 
    border: 2px solid #aaa;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
    outline: none;
    border-color: #25AAE1;
}
.owl-carousel.dots-style-1 .owl-dot {
	width: 12px !important;
    height: 12px !important;
}
.owl-carousel.dots-style-1 .owl-dots span {
	display: none !important;
}
.owl-carousel.dots-style-1 .owl-dot.active {
    background-color: #25AAE1;
    border-color: #25AAE1;
    transform: scale(1.2);
}
.products-grid .product-item-info .rfq-cat-link .rqq-link-icon {
	margin-bottom: 5px;
    display: block !important;    
}

.products-grid .product-item-info .rfq-cat-link .rfq-link {
	display: block !important;
}

.products-grid .product-item-info .rfq-cat-link a:not(.cat-pro-box-sect-pdf-link):hover {
    font-weight: 900;
}
.rp-category-page .category-group-content .product-item-actions .rqq-link-icon {
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-fast-quote-3.png) !important;
}

/*responsive starts*/
@media (min-width:1440px) {

	/* company page */
	.catalog-category-view.category-company-28 .page-main {
		max-width: 1280px !important;
	}

	.catalog-category-view.category-company-28 .breadcrumbs {
		max-width: 1280px !important;
	}

	.catalog-category-view.category-company-28 .breadcrumbs .items {
		max-width: 1280px !important;
	}

	.catalog-category-view.category-company-28 .page-main .page-title-wrapper {
		max-width: 1280px;
	}

	.page-product-grouped.product-gallery-sticky .page-main {
		max-width: 100% !important;
	}

	header.page-header.type5.reel-head-cus .logo-main .logo img {
		/* max-width: 225px !important; */
		max-width:300px !important
	}
	.home_new_explorenow_row {
		margin-top: 100px;
	}
}

@media (min-width:1280px) {
	header.page-header.type5.reel-head-cus .logo-main .logo img {
		max-width: 200px;
	}

	/* home new */
	/* .home-explore-our-products-section {
		margin-top: 150px;
	} */
}

@media (min-width:1200px) {
	.page-main .page-title-wrapper {
		max-width: 1140px;
		margin: 0 auto;
	}

	.cms-page-view .page-wrapper>.breadcrumbs .items {
		padding: 10px 15px 10px 15px !important;
	}

	.category-company-28 .page-wrapper>.breadcrumbs .items {
		padding: 10px 15px 10px 15px !important;

	}

	.page-product-grouped.product-gallery-sticky .page-main {
		max-width: 100% !important;
	}

	.home-explore-our-products-section .category-info {

		/* min-height: 114px; */
	}


}


@media (min-width: 992px) and (max-width: 1200px) {

	/* .catalog-category-view .container_cus .page-title-wrapper{
		max-width: 962px;
		margin: 0 auto;
	}	 */
	.page-main .page-title-wrapper {
		max-width: 962px;
		margin: 0 auto;
	}

	.product.info.detailed .data.item.title a {
		font-size: 13px;
	}

	.category-mission-statement main#maincontent .sidebar.sidebar-main {
		padding-bottom: 260px;
	}

	.category-mission-statement main#maincontent .sidebar.sidebar-main::before {
		width: 232px;
		height: 262px;
		left: -10px;
	}

	.category-history main#maincontent .sidebar.sidebar-main {
		padding-bottom: 190px;
	}

	.category-history main#maincontent .sidebar.sidebar-main::before {
		width: 232px;
		height: 206px;
		left: -10px;
	}

	.ctc-pg-sec-bt-blk-info p span {
		width: 100%;
		padding: 0 !important;
	}

	.ctc-pg-sec-bt-blk-info p {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

	.ctc-pg-sec-bt-right-inf-blk p span {
		width: 100%;
		padding: 0 !important;
	}

	.ctc-pg-sec-bt-right-inf-blk p {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

	.hm-equp-find-box p {
		font-size: 22px;
	}

	.hm-abtus-sec-cont-btn {
		margin-top: 40px;
	}

	.reel-head-cus .navigation li.level0 {
		margin-right: 20px;
	}

	.catalogue.catalogue-section .inside ul li {
		width: 16.7%;
	}

	.panelhead-cus>.desk-view {
		margin-top: 12px;
	}
}

@media (min-width:1024px) {
	.category-photo img {
		/* width: 75px !important;
    height: 75px; */
		object-fit: contain;
	}

	/* home new */
	.box-account .top-links-area span {
		font-size: 18px;
	}
	.home_new_explorenow .precision {
		font-size: 14px;
		line-height:24px;
	}
	.home_new_explorenow_row h2 {
		font-size: 22px;
		line-height: 36px;
		margin-top: 10px;
	}
	

}

@media (max-width:1199px) {
	.home_new_explorenow .home_new_explorenow_con {
		top: 40px;
	}
	.home-explore-our-products-section {
		position: relative;
		top: 0px;
		background-color: #fff;
		width: 100%;
	}
	.home_new_explorenow {
		position: absolute;
		height: 404px;
		top: 160px;
	}
}

@media (min-width: 768px) {

	.mob-view-top-bar-logos {
		display: none;
	}

	.customer-welcome {
		display: none !important;
	}

	/*inner pages header starts*/
	body.headerfixcus {
		/* padding-top: 215px; */
		/* padding-top: 153px; */
		padding-top: 168px;
	}

	.headerfixcus .page-wrapper header.page-header.type5.reel-head-cus .panel.wrapper {
		/*background-color: rgba(72,72,72,1);*/
		background-color: rgba(255, 255, 255, 1);
	}

	.headerfixcus .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus {
		position: relative;
	}

	.headerfixcus .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:before {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(243, 243, 243, 0);
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}

	.headerfixcus .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:before {
		background-color: rgba(243, 243, 243, 1);
	}

	.headerfixcus .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:after {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(5, 92, 157, 0);
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}

	.headerfixcus .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:after {
		background-color: rgba(5, 92, 157, 1);
	}

	/*inner pages header ends*/
	/*category pages header starts*/
	body.catalog-category-view {
		/* padding-top: 215px; */
		padding-top: 168px;
	}

	body.category-products {
		padding-top: 168px;
	}

	/* body.catalog-category-view.category-products{
		padding-top: 0px;
	} */
	.catalog-category-view .container_cus.page-main {
		max-width: 100% !important;
		padding: 15px 15px !important;
	}

	.catalog-category-view.category-products {
		margin-bottom: 0px;
	}

	.catalog-category-view .page-wrapper header.page-header.type5.reel-head-cus .panel.wrapper {
		/*background-color: rgba(72,72,72,1);*/
		background-color: rgba(255, 255, 255, 1);
	}

	.catalog-category-view .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus {
		position: relative;
	}

	.catalog-category-view .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:before {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(243, 243, 243, 0);
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}

	.catalog-category-view .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:before {
		background-color: rgba(243, 243, 243, 1);
	}

	.catalog-category-view .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:after {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(5, 92, 157, 0);
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}

	.catalog-category-view .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:after {
		background-color: rgba(5, 92, 157, 1);
	}

	/*category pages header starts*/
	/*product-category pages header starts*/
	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus .panel.wrapper {
		background-color: rgba(72, 72, 72, 0);
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus {
		position: relative;
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:before {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(243, 243, 243, 0);
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		display: none;
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:before {
		background-color: rgba(243, 243, 243, 0);
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:after {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(5, 92, 157, 0);
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		display: none;
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:after {
		background-color: rgba(5, 92, 157, 0);
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .panel.wrapper {
		/*background-color: rgba(72,72,72,1);*/
		/* background-color: rgba(255,255,255,1); */
		background-color: rgb(0 0 0 / 52%);
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .head_con_cus {
		position: relative;
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .head_con_cus:before {
		display: block;
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .head_con_cus:before {
		/* background-color: rgba(243,243,243,1); */
		background-color: rgb(0 0 0 / 52%);
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .head_con_cus:after {
		display: block;
	}

	.catalog-category-view.category-products .page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .head_con_cus:after {
		/* background-color: rgba(5,92,157,1); */
		background-color: rgb(0 0 0 / 52%);
	}

	/*product-category pages header starts*/
	/*header starts*/
	.page-wrapper header.page-header.type5.reel-head-cus {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 11;
		background-color: rgba(255, 255, 255, 0);
	}

	/* .page-product-grouped .page-wrapper header.page-header.type5.reel-head-cus {
		z-index: 9;
	} */

	.page-wrapper header.page-header.type5.reel-head-cus .panel.wrapper {
		background-color: rgba(72, 72, 72, 0);
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}

	.page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .panel.wrapper {
		/*background-color: rgba(72,72,72,1);*/
		/* background-color: rgba(255,255,255,1); */
		/* background: #00000080 0% 0% no-repeat padding-box; */
		background-color: #000000;
		opacity: 1;
	}

	.page-wrapper header.page-header.type5.reel-head-cus .head_con_cus {
		position: relative;
	}

	.page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:before {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(243, 243, 243, 0);
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}

	.page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .head_con_cus:before {
		/* background-color: rgba(243,243,243,1); */
		/* background: #00000080 0% 0% no-repeat padding-box; */
		background-color: rgb(0 0 0 / 52%);
		opacity: 1;
	}

	.page-wrapper header.page-header.type5.reel-head-cus .head_con_cus:after {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background-color: rgba(5, 92, 157, 0);
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
	}

	.page-wrapper header.page-header.type5.reel-head-cus.fixedHeaderCus .head_con_cus:after {
		/* background-color: rgba(5,92,157,1); */
		/* background: #00000080 0% 0% no-repeat padding-box; */
		background-color: rgb(0 0 0 / 52%);
		opacity: 1;
	}

	.page-wrapper header.page-header.type5.reel-head-cus .header.content {
		/* max-width: 1390px; */
		max-width: 100%;
		margin: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		/* margin-left:40px; */
	}

	/* .reel-head-cus .logo-main {
		float: left;
		width: 22%;
		text-align: left;
	} */

	header.page-header.type5.reel-head-cus .logo-main .logo {
		float: none;
		display: inline-block;
		margin: 0;
		max-width: none;
		position: relative;
		/* top: -12px; */
		max-height: 116px;
	}

	header.page-header.type5.reel-head-cus .logo-main .logo img {
		width: auto;
		height: auto;

		/* max-width: 245px; */
		max-width: 170px;
	}

	.reel-head-cus .sections.nav-sections {
		float: left;
		/* width: 100%; */
		/* width: 71%; */
		/* padding-left: 102px; */
		/*background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/head-edge.png') 0 50% no-repeat;		*/
	}



	.reel-head-cus .sections.nav-sections .section-items.nav-sections-items:before {
		width: 0;
		height: 0;
		/* border-top: 93px solid #f3f3f3; */
		border-right: 93px solid transparent;
		content: "";
		position: absolute;
		top: 0;
		left: -102px;
	}

	.reel-head-cus .sections.nav-sections .section-items.nav-sections-items:after {
		width: 0;
		height: 0;
		/* border-bottom: 93px solid #055c9d; */
		border-left: 93px solid transparent;
		content: "";
		position: absolute;
		top: 0;
		left: -92px;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0>.level-top {
		font-family: 'Helvetica-nlt-pro-md';
		font-size: 18px;
		color: #fff;
		line-height: 20px;
		font-weight: 500;
		text-transform: none;
		background-color: rgba(0, 0, 0, 0) !important;
	}

	/* .reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper {
		position: absolute;
		right: 90px;
		top: 10px;
		z-index: 2;
		background: #25AAE1;
		border-radius: 10px;
		opacity: 1;
		width: 62px;

	} */

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart::before,
	.reel-head-cus.page-header.type5 .minicart-wrapper .action.showcart.active::before {
		color: #fff;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart .counter-label {
		display: none;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart .counter.qty {
		font-size: 15px;
		color: #fff;
	}

	.reel-head-cus.page-header.type5 .navigation .level0>a.level-top {
		padding: 6px 8px !important;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .level0:hover>a.level-top {
		color: #055c9d !important;
		background-color: #fff !important;
		/* transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-webkit-transform: scale(1.2); */
	}

	/*header ends*/
	.hm-stn-quality-sec.mob-view {
		display: none;
	}

	.footer-cst-social-sec {
		max-width: 300px !important;
		display: block;
		width: 100%;
	}

	/* .catalog-category-view .container_cus .page-title-wrapper {
		max-width: 720px;
		margin: 0 auto;
	}	 */
	.page-product-grouped.product-gallery-sticky .product.media {
		max-width: 456px;
		overflow: hidden;
		position: fixed;
	}

	.industries-we-serve-section .owl-thumb-item img {
		width: 65px !important;
		height: 65px;
	}
	
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0 >.level-top.show-rp-cat-label span.rp-cat-label.rp-cat-label-new {
		font-family: 'Helvetica-nlt-pro-md' !important;
		font-size: 12px;
		display: inline-block;
		padding: 0px 6px;
		text-align: center;
		background: #25aae1;
		color: #fff !important;
		border-radius: 5px;
		position: absolute !important;
		text-transform: uppercase;
		top: -12px;
		right: -24px;
		font-weight: bold !important;
	}
	
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0 >.level-top.show-rp-cat-label {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0>.level-top {
		font-size: 18px;
	}
}

/* @media (min-width: 769px) and (max-width: 991px) {
.rp-category-page .rp-category-sidebar {
    top: 218px;
}
} */

@media (max-width: 991px) {
	.ctc-pg-sec-bt-row {
		margin-left: 0px;
		margin-right: 0px;
	}

	.ctc-pg-sec-bt-row .ctc-pg-sec-bt-left {
		padding: 0px;
		width: 100%;
	}

	.ctc-pg-sec-bt-row .ctc-pg-sec-bt-right {
		padding: 0px;
		width: 100%;
	}

	.page-header .right-section .row {
		border-bottom: none !important;
		border-left: none !important;

	}

	.page-header .box-contact,
	.page-header .box-account {
		border-right: none !important;
	}

	.page-header .right-section {
		margin: 0 10px;
	}

	.page-header .box-contact {
		background: transparent !important;
	}


	.page-header .middle-section {
		border-left: none !important;
	}

	header.page-header .left-section {
		margin: 20px 0px 0px 0px;
	}

	.page-header .middle-section {
		order: -1;
	}

	/* home new */
	/* .home-explore-our-products-section {
		margin-top: 170px;
	} */

	.hs-watchbtn {
		margin-bottom: 20px;
	}

	.panel.header .links,
	.panel.header .switcher {
		display: flex;
	}
	
	.category-online-store .page-main .page-title-wrapper {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
	}
	.category-online-store .page-wrapper > div.breadcrumbs {
		background: none;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.product.info.detailed .data.item.title a {
		font-size: 13px;
	}

	.cr-pg-top-block .cr-pg-top-block-img {
		padding-right: 20px;
	}

	.cr-pg-top-block p {
		width: auto;
		float: none;
	}

	.category-mission-statement main#maincontent .sidebar.sidebar-main {
		padding-bottom: 196px;
	}

	.category-mission-statement main#maincontent .sidebar.sidebar-main::before {
		width: 173px;
		height: 196px;
		left: -10px;
	}

	.category-history main#maincontent .sidebar.sidebar-main {
		padding-bottom: 152px;
	}

	.category-history main#maincontent .sidebar.sidebar-main::before {
		width: 173px;
		height: 152px;
		left: -10px;
	}

	.category-corporate-profile main#maincontent::before {
		width: 220px;
		height: 228px;
		left: -20px;
	}

	.ctc-pg-sec-bt-inn:after {
		clear: both;
		content: "";
		display: table;
	}

	.ctc-pg-sec-bt-inn .ctc-pg-sec-bt-blk-info {
		width: 50%;
		float: left;
		padding-right: 10px;
	}

	.ctc-pg-sec-bt-inn .ctc-pg-sec-bt-blk-form {
		width: 50%;
		float: left;
		padding-left: 10px;
		padding-top: 0px;
	}

	.catalogue.catalogue-section .inside ul li {
		width: 25%;
	}

	#products_links .logo_clients {
		width: 33.33%;
	}

	.category-clients-340 #products_links .logo_clients {
		width: 33.33%;
	}

	.find-eq-cont-dist a::after {
		right: 29px;
	}

	.find-eq-cont-contract a::after {
		right: 15px;
	}

	.hm-search-pro-srch .block.block-search {
		max-width: none;
	}

	.hm-search-pro-inn>h2 {
		font-size: 30px;
	}

	.hm-equp-find-box p {
		font-size: 16px;
	}

	.hm-abtus-sec-cont p br {
		display: none;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0 {
		margin-right: 15px;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0>.level-top {
		font-size: 15px;
		padding-left: 4px;
		padding-right: 5px;
	}

	.find-eq-cont-sec ul li {
		width: 50%;
	}

	.advn-search-sec-field .block.block-search {
		max-width: none;
	}

	.panelhead-cus>.desk-view {
		margin-top: 12px;
	}

	#pas-mini-form {
		max-width: 385px !important;
	}
}

@media (max-width: 767px) {

	.page-wrapper header.page-header.type5.reel-head-cus {
		background-color: #000 !important;
	}

	.page-header.reel-head-cus .minicart-wrapper .action.showcart span.counter.qty {
		background: #055c9d;
		position: absolute;
		right: -10px;
		top: 12px;
		border-radius: 15px;
		width: 18px;
		height: 18px;
		line-height: 17px;
		text-align: center;
		padding: 0;
		left: auto;
		font-size: 12px;
	}

	.cr-pg-res-step-block ul::before {
		display: none;
	}

	.cr-pg-res-step-block ul li {
		width: 100%;
		margin-bottom: 25px;
	}

	.cr-pg-form-btn-block>h3 {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}

	.cr-pg-form-btn-block .cr-pg-form-pdf-btn-sec {
		width: 100%;
		text-align: center;
	}

	.cr-pg-top-block .cr-pg-top-block-img {
		width: 100%;
		text-align: center;
	}

	.cr-pg-top-block p {
		width: 100%;
	}

	.rl-history-pg-sec .rl-history-pg-left {
		padding-left: 0px;
		width: 100%;
	}

	.rl-history-pg-sec .rl-history-pg-right {
		padding-left: 0px;
		width: 100%;
	}

	.category-history main#maincontent .sidebar.sidebar-main {
		padding-bottom: 250px;
		margin-bottom: 30px;
	}

	.category-history main#maincontent .sidebar.sidebar-main::before {
		width: 288px;
		height: 250px;
		left: 0;
	}

	.category-mission-statement main#maincontent .sidebar.sidebar-main {
		padding-bottom: 290px;
		margin-bottom: 30px;
	}

	.category-mission-statement main#maincontent .sidebar.sidebar-main::before {
		width: 255px;
		height: 290px;
		left: 0;
	}

	.category-corporate-profile main#maincontent {
		position: relative;
	}

	.category-corporate-profile main#maincontent:before {
		display: none;
	}

	.category-corporate-profile main#maincontent .sidebar.sidebar-main {
		padding-bottom: 300px;
		margin-bottom: 35px;
	}

	.category-corporate-profile main#maincontent .sidebar.sidebar-main:before {
		background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/user-img.jpg');
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 290px;
		height: 300px;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		/*transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);*/
	}

	.ctc-pg-sec-bt-right-inf-lt .ctc-pg-sec-bt-right-inf-inn:first-child {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.ctc-pg-sec-bt-right-inf-lt .ctc-pg-sec-bt-right-inf-inn {
		margin-bottom: 20px;
	}

	.ctc-pg-sec-bt-right-row .ctc-pg-sec-bt-right-inf-lt {
		width: 100%;
	}

	.ctc-pg-sec-bt-right-row .ctc-pg-sec-bt-right-form-rt {
		width: 100%;
	}

	.ctc-pg-sec-tp-row .ctc-pg-sec-tp-adr h3 {
		padding-left: 25px;
		background-position: 0 0;
	}

	.ctc-pg-sec-tp-row .ctc-pg-sec-tp-map {
		width: 100%;
	}

	.ctc-pg-sec-tp-row .ctc-pg-sec-tp-adr {
		width: 100%;
		padding: 20px 0px;
	}

	.catalogue.catalogue-section .inside ul li {
		width: 33.33%;
	}

	.panelhead-cus {
		padding: 10px 0px;
	}

	.mob-view-top-bar-logos {
		background-color: #fff;
		clear: both;
		margin: 0 auto;
		max-width: 540px;
	}

	.mob-view-top-bar-logos .left-logos {
		max-width: 528px;
		padding: 10px 8px;
		border: 1px solid #eaeaea;
	}

	.mob-view-top-bar-logos .left-logos:after {
		clear: both;
		display: table;
		content: "";
	}

	.mob-view-top-bar-logos .left-logos img {
		max-width: 160px;
		float: left;
		vertical-align: middle;
		margin-right: 15px;
	}

	.mob-view-top-bar-logos .left-logos img+img {
		float: right;
	}

	.panelhead-cus .desk-view {
		display: none;
	}

	.panelhead-cus .left-logos {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.nav-sections .section-item-content .switcher-language {
		display: none !important;
	}

	header.reel-head-cus>.panel.wrapper {
		background-color: #000;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	header.reel-head-cus>.panel.wrapper>.panel.header {
		background-color: #000;
		max-width: 100%;
	}

	/* .nav-sections .nav-sections-items .nav-sections-item-content .header.links:nth-child(1) {
		display: none;
	} */
	.search-cus-out .search-cus .advn-search-sec-btn {
		width: 100%;
		position: static;
	}

	.search-cus-out .search-cus .block.block-search {
		padding-left: 0px;
	}

	ul.company-icon-cus li {
		width: 50%;
	}

	.sidebar.sidebar-additional,
	.sidebar.sidebar-main {
		order: 0;
	}

	#products_links .logo_clients {
		width: 25%;
		padding: 0px 15px;
	}

	.category-clients-340 #products_links .logo_clients {
		width: 33.33%;
		padding: 0px 15px;
	}

	#products_links .logo_clients {
		width: 50%;
	}

	.field-search-prd .field-search-cus {
		padding-left: 0px;
	}

	.form-search-inner .reset-btncus {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}

	.form-search-inner .form-search {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}

	.req-quote-pg-cont-sec input[type="text"],
	.req-quote-pg-cont-sec input[type="email"] {
		max-width: none;
	}

	.req-quote-pg-cont-sec .fieldset textarea {
		max-width: none;
	}

	.req-quote-pg-cont-sec .req-quote-pg-cont-left {
		width: 100%;
	}

	.req-quote-pg-cont-sec .req-quote-pg-cont-right {
		width: 100%;
		display: none;
	}

	.catalog-product-view main.page-main .columns .sidebar.sidebar-additional {
		opacity: 1 !important;
		position: static !important;
		width: 100% !important;
		height: auto !important;
		visibility: visible !important;
	}

	.product.info.detailed .data.item.title {
		width: 100%;
	}

	.product.info.detailed .product.data.items>.item.content {
		margin-top: 0px;
	}

	.catalog-product-view .page-bottom .cat-outer-cus {
		padding-left: 0px;
		padding-right: 0px;
	}

	.cat-outer-cus .cat-inner-cus {
		width: 100%;
		margin-bottom: 20px;
	}

	.cat-outer-cus .prdvideo {
		width: 100%;
	}

	.toolbar-cus label.sorter-label {
		font-size: 33px;
	}

	.cat-inner-cus .cat-pro-box-sect {
		margin-left: 0px;
		margin-right: 0px;
	}

	.toolbar-cus .filter_sec>a,
	.toolbar-cus .filter_sec>div {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: left;
	}

	.find-eq-cont-dist a::after {
		right: 29px;
	}

	.find-eq-cont-contract a::after {
		right: 15px;
	}

	.find-eq-main-sec {
		padding: 15px;
	}

	.product-cat-cus {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-cat-cus .products.wrapper .subcatname_cusin {
		padding: 15px;
	}

	.product-cat-cus .products.wrapper .subcatname_cusin h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.product-cat-cus .products.wrapper .subcatname_cusin>span a {
		font-size: 20px;
		line-height: 24px;
	}

	.product-cat-cus .filterproducts.owl-carousel {
		max-width: 460px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.cat-pro-box-sect-in:hover .cat-pro-box-sect-img img {
		width: calc(100% - 0px);
	}

	.cat-pro-box-sect-in:hover {
		padding-bottom: 0px;
	}

	.cat-pro-box-sect-v-more {
		position: static;
		margin-left: -10px;
		margin-right: -10px;
	}

	.find-eq-cont-sec ul li {
		width: 100%;
		margin: 5px 0;
	}

	.advn-search-sec-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advn-search-sec-row .advn-search-sec-btn {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.advn-search-sec-row .advn-search-sec-field {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}

	.advn-search-sec-field .field.search input#search {
		position: static !important;
		margin: 0;
	}

	.advn-search-sec-field .block-search label.label {
		display: none;
	}

	.advn-search-sec-field .block.block-search .actions .action.search {
		position: absolute;
		border: none;
		font-size: 0;
		padding: 0;
		right: 15px;
	}

	.search-cus-out {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		border-top: 1px solid #ccc
	}

	.search-cus-out .search-title-cus {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.search-cus-out .search-cus .block.block-search {
		position: relative;
	}

	.search-cus-out .search-title-cus h2 {
		text-align: center;
		margin: 0px;
	}

	.search-cus-out .search-cus {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}

	.search-cus-out .search-cus .field.search input#search {
		position: static !important;
		margin: 0;
	}

	.search-cus-out .search-cus .block-search label.label {
		display: none;
	}

	.search-cus-out .search-cus .block.block-search .actions .action.search {
		position: absolute;
		border: none;
		font-size: 0;
		padding: 0;
		right: 15px;
	}

	.cat-img-cus {
		padding-top: 50px;
		min-height: auto;
	}

	.cat-img-con h1 {
		font-size: 40px;
	}

	.hm-stn-quality-sec.desk-view {
		display: none;
	}

	.page-wrapper header.page-header.type5.reel-head-cus {
		border-top: 0;
	}

	.reel-head-cus .panel.wrapper {
		background-color: #484848;
	}

	.reel-head-cus .panel.wrapper .panel.header:after {
		clear: both;
		display: table;
		content: "";
	}

	.reel-head-cus .panel.wrapper .panel.header {
		padding-top: 16px;
	}

	.reel-head-cus .panel.wrapper .top-links-area {
		float: right !important;
		margin-right: 0px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .header.links {
		top: 42px;
		/* left: -37px; */
		z-index: 100;
		right: 0px;
	}

	.reel-head-cus .panel.header .switcher-language {
		margin-left: 0px;
		display: block !important;
	}

	.pas-form-regular-wrapper #pas-mini-form {
		/* display: none; */
	}

	.pas-form-mobile-wrapper #pas-mini-form {
		width: 95%;
		padding-left: 15px;
	}

	.pas-form-mobile-wrapper #pas-mini-form .pas-nav-left {
		display: inline-block !important;
	}

	.hm-search-pro-row .hm-search-pro-btn {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px;
	}

	.hm-equp-find-row .hm-equp-find-block {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.hm-abtus-sec-row {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.hm-abtus-sec-row .hm-abtus-sec-img {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hm-abtus-sec-row .hm-abtus-sec-cont {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px;
	}

	.hm-ind-serve-lwr-logo-list ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.hm-ind-serve-lwr-logo-list ul li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 15px 0px;
		text-align: center;
	}

	.hm-abtus-sec-cont p br {
		display: none !important;
	}

	.hm-abtus-sec-cont-btn {
		margin-top: 30px;
	}

	.hm-working-sns-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.hm-working-sns-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hm-working-sns-row .hm-working-sns-cont {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.hm-working-sns-row .hm-working-sns-video {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hm-search-pro-row .hm-search-pro-srch {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}

	.hm-search-pro-srch .block-search label.label {
		display: none;
	}

	.hm-search-pro-srch .field.search input#search {
		position: static !important;
		margin: 0;
	}

	.hm-search-pro-srch .block.block-search .actions .action.search {
		position: absolute;
		border: none;
		font-size: 0;
		padding: 0;
	}

	.hm-ind-serve-lwr {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 0px;
	}

	.hm-ind-serve-logos .owl-carousel .owl-controls .owl-nav .owl-next,
	.hm-ind-serve-logos .owl-carousel .owl-controls .owl-nav .owl-prev {
		top: 40px;
		margin-top: 0px !important;
	}

	.footer-cst-block {
		margin-bottom: 40px;
	}

	.footer-cst-social-sec {
		float: none;
		max-width: none;
	}

	.hm-equp-find-box p {
		font-size: 20px;
	}

	.hm-ind-serve-sec {
		padding-top: 40px;
	}

	.hm-equp-find-box-hover {
		position: static;
	}

	.hm-equp-find-box:hover img {
		max-height: 120px;
	}

	.hm-equp-find-box {
		padding-top: 30px !important;
	}

	/* ul.company-sub-categories-section li{
		width:100%;
	} */
	/* company-page */
	.company-sub-cat-title::after {
		top: 8px !important;
		background-size: 12px !important;
	}

	.company-sub-cat-title {
		padding: 5px 35px 5px 5px !important;
		font-size: 12px !important;
	}

	/* company-page */
	/* .catalog-category-view.category-company-28 .page-main .columns{
		display:flex !important;
	} */
	.sub-categories-sidebar {
		margin: 10px 10px;
	}
}

@media (max-width: 480px) {
	.ctc-pg-sec-bt-blk-info p span {
		width: 100%;
		padding: 0 !important;
	}

	.ctc-pg-sec-bt-blk-info p {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

	.ctc-pg-sec-bt-right-inf-blk p span {
		width: 100%;
		padding: 0 !important;
	}

	.ctc-pg-sec-bt-right-inf-blk p {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

	.ctc-pg-sec-bt-blk-info p:after {
		clear: both;
		display: table;
		content: "";
	}

	.catalogue.catalogue-section .inside ul li {
		width: 50%;
	}

	ul.post-list li.post-holder .post-ftimg-hld {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}

	ul.post-list li.post-holder .post-ftimg-hld+.news-con-cus {
		width: 100%;
	}

	#products_links .logo_clients {
		width: 50%;
		padding: 0px 15px;
	}

	.category-clients-340 #products_links .logo_clients {
		width: 50%;
		padding: 0px 15px;
	}

	.hm-search-pro-inn>h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.bt-bl-lined-title {
		font-size: 30px;
		line-height: 36px;
	}

	.hm-working-sns-cont h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.hm-equp-find-row .hm-equp-find-block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hm-ind-serve-lwr-logo-list ul li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-cat-cus .products.wrapper .subcatname_cusin h2 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.product-cat-cus .products.wrapper .subcatname_cusin>span {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 380px) {
	.mob-view-top-bar-logos .left-logos img {
		max-width: 130px;
	}

	.find-eq-cont-sec ul li a {
		font-size: 16px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a {
		/*padding-right: 25px;*/
		font-size: 14px;
	}

	.reel-head-cus .panel.wrapper .panelhead-cus #google_language_drop .skiptranslate.goog-te-gadget .goog-te-combo {
		padding-left: 0px;
		font-size: 14px;
	}

	.reel-head-cus .panel.wrapper .language {
		max-width: 150px;
	}

	.reel-head-cus .panel.wrapper .top-links-area {
		margin-left: 5px;
	}
}



/* .page-header .switcher .options,
.page-footer .switcher .options {

	background: #fff;
	border-radius: 10px;
	width: 174px;
	height: 42px;
} */

.logo-subtitle {

	color: #C1C1C1 !important;
	opacity: 1 !important;
	margin-left: 2% !important;
	font-size: 20px;

}

.language-label {
	padding-left: 7px;
	padding-top: 2px;
	font-size: 20px;
	font-weight: 900;
	color: #ffffff;
}


/* 
 */
body:not(.cms-index-index) .page-wrapper header.page-header.type5.reel-head-cus {
	background: #000;
}

/*  */
.head_con_cus {
	padding-top: 10px !important;
}

.home-banner-video-content {
	position: absolute;
	color: #fff;
	/* top: -500px !important; */
	margin-top: -35% !important;
	padding-left: 88px;
	/* max-width: 620px; */
	font-size: 50px;
	font-weight: normal;
}

.home-banner-video-content p span {
	display: block;
}

.home-banner-video-content a:hover {
	color: #fff !important;
}

.explore-more-link {
	background: #25AAE1 0% 0% no-repeat padding-box;
	border-radius: 29px;
	opacity: 1;
	color: #fff;
	/* padding: 15px 45px; */
	/* margin: 0 auto; */
	text-align: center;
	font-size: 18px;
	padding: 15px 0px;
	width: 196px;
	height: 58px;
	font-weight: normal;
	display: inline-block;
}

.span-text {
	font-size: 75px;
}

.mob-back-sec img {
	width: 100%;
}



/* Buy online */
.buy-online-con {
	padding: 0px !important;
}

.buy-online-section {
	margin-top: -4px;
	padding: 40px 40px !important;
	background: url(/media/images/fiberglass-production-industry-equipment-manufacture-2.webp) !important;
}

.buy-online-section h3 {
	padding-left: 15px !important;
}

.buy-online-section h3 {
	font-size: 45px;
	color: #000 !important;
	display: inline;

}

.buy-online-section .row {
	padding: 0px 0px 30px 0px;
}

.hs-shop-now-div {
	background: #25AAE1;
	border-radius: 30px;
	padding: 15px 30px 12px 0px;
	text-align: center;
	font-size: 18px;
	width: 196px;
	height: 58px;
	margin: 10px 0px 0px 20px;
}

.shop-online-now-btn {

	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/Icon-ionic-ios-arrow-back.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 10px;
}

.shop-online-now-btn a {
	color: #fff !important;
}

.buy-online-bottombtn {
	background: transparent linear-gradient(90deg, #006994 0%, #25AAE1 100%) 0% 0% no-repeat padding-box;
	margin-top: -5px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 10px 0;
}

/*  */
#home_featured_product_list .product-image-photo:not(.porto-lazyload-loaded):not(picture) {
	/* display: none !important; */
}

.hs-blog-post .card {
	min-height: 480px;
	height: 100%;
}

.hs-blog-post .latest-posts {
	margin-bottom: 45px;
}

.product-item-info.type1 .product.name a,
.product-item-info.type9 .product.name a {
	font-size: 25px !important;
}

/* .fa-angle-left {
	display: none;
}

.fa-angle-right {
	display: none;
} */

/* industry we serve*/
.industries-we-serve-section {
	padding: 0px 30px 30px 30px;
}

.industry-heading-block {
	margin-top: 60px;
	margin-bottom: 50px;
}

.industry-heading-block h2 {
	font-size: 45px !important;
	color: #024663;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

.industry-heading-block p {
	font-size: 22px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Helvetica-nlt-pro';
}

.industries-we-serve-content {
	padding: 45px 125px;
}

.hs-industries-img {

	padding: 0px !important;
}

.hs-industries-img img {

	width: 100%;
	display: block;
}

.hs-industries-img:hover .hs-overlay {
	opacity: 0.8;
}

.hs-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #006994;
}

.hs-text {
	color: white;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.hs-industry-para {
	max-width: 850px;
	text-align: center;
	margin: 0 auto;
}

/*  */
.flag-label {
	font-size: 13px !important;
	padding: 10px 0px !important;
}

.flag {
	/* background-position: -63px 0px; */
	/* width: 37px !important; */
    height: 36px !important;
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
	left: -104px !important;
	top: 43px;
}


.hs-shopbtn a.button-link.online-btn-link {
	background: #25AAE1;
	border-radius: 30px;
	padding: 12px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: 19px;
	left: 10px;
}

.hs-shopbtn a.button-link.online-btn-link:after {
	content: '';
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/Icon-ionic-ios-arrow-back.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 40px;
	left: 10px;
	background-repeat: no-repeat;
}

.hs-watchbtn a.button-link.online-btn-link {
	background: #25AAE1;
	border-radius: 5px;
	padding: 17px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-top: 40px;
	/* left:10px; */

}

.hs-watchbtn a.button-link.online-btn-link:after {
	content: '';
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/arrow-down-circle.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 6px;
	left: 10px;
	background-repeat: no-repeat;
}

/* Youtube Video Section */
.hs-youtube-block {
	display: block;
	margin-top: 10px;
}

.hs-bg-img {
	border-radius: 10px;
	width: 100%;

}

.hs-youtube-content-div {
	padding-left: 50px !important;
	margin: auto;
}

.hs-youtube-video {
	background: #141414;
	opacity: 1;
	margin: 40px 0px 40px  0px;
	border-bottom: 1px solid #6f6f6f;
}

.hs-youtube-coloum {
	padding: 0px !important;
}

.hs-youtube-video .row {
	padding: 80px 0px;
	/* align-items: center; */
}

/* .hs-youtube-content-div, .hs-youtube-video-div{
	padding:0px;
} */
.hs-youtube-video h2 {
	font-size: 45px;
	color: #fff;
	margin-top: 0px;
	font-weight: 600;
    line-height: 1.1;
}

.hs-youtube-video p {
	font-size: 22px;
	color: #fff;
}

.hs-reel-power-img {
	width: 210px;
	height: 64px;
}

.hs-watch-our-vid-btn {
	background: #25AAE1 0% 0% no-repeat padding-box;
	border-radius: 29px;
	opacity: 1;
	color: #fff;
	padding: 13px 35px;
	font-size: 18px;
	width: auto;
	height: auto;
	font-weight: normal;
	display: inline-block;
	margin-top: 30px;

}

.hs-reel-para {
	margin-top: 25px;
	margin-bottom: 0.5rem;
}

.hs-video {
	display: none;

	/* margin-top: 20px; */

}

.hs-video video {
	border-radius: 10px;
}

.hs-youtube-span {
	vertical-align: middle;
}

.hsopen-video {
	cursor: pointer;
}

.bg-hs-youtube {
	/* background:url(../../frontend/Smartwave/porto_reelpower/en_US/images/youtube-bg-img.png) no-repeat;	 */
	background-position: center;
	background-size: contain;
	/* border-radius: 60px; */
	position: relative;

}

.hs-home-product-video {
	text-align: center;
	display: block;
	margin: 0 auto;
	/* padding: 80px 20px; */
	position: absolute;
	top: 0;
	/* left: 27%; */
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* background-color: white;
    opacity: 0.44; */
}

.hs-watch-vid-div {
	background: #25AAE1;
	border-radius: 30px;
	padding: 4px 19px 0 0;
	/* font-size: 15px; */
	width: 200px;
	height: 48px;
	margin-top: 40px;

}

.hs-watch-vid-btn {
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/arrow-down-circle.png);
	background-repeat: no-repeat;
	background-position: right;
	/* padding: 0px 0px 7px 27px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
	background-position: top 3px right;
}

.hs-watch-vid-btn a {
	font-size: 16px;
	color: #fff !important;
}

.nav-toggle:before {
	color: #fff !important;
}

/* Blog-post */


/* .hs-blog-post{
	padding: 20px 100px 60px 100px;
	
} */
/* .latest-post-list {
	margin-bottom: 60px;
} */

.hs-blog-post {
	padding-top: 40px;
}

.hs-blog-post h3 {
	font-size: 45px;
	color: #000000;
	margin-bottom: 45px;
}

.hs-blog-post .card {
	width: 100% !important;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #1E1E1E;
	background-clip: border-box;
	box-shadow: 0px 3px 38px #8496a830;
	/* border: 1px solid rgba(0,0,0,.125); */
	border-radius: 2px;
}

.hs-blog-post .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 2.5rem;
}

.hs-blog-post img {
	height: 213px;
	width: 100%;
	display: block;
	border-radius: 2px 2px 0px 0px;
}

.hs-blog-post .card-title {
	/* display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow:hidden; */
	margin-bottom: 0.75rem;

	font-size: 24px;
	line-height: 33px;
}

.hs-blog-post .card-title a {
	color: #fff !important;
	font-weight: 400;
}


.hs-blog-post btn {
	background-color: none !important;
}

.hs-blog-post .card-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 50px;
	color: #808FA1;
	font-size: 15px;
	text-align: left;
	line-height: 30px;
	font-style: normal;
}

.hs-readmore {
	color: #25AAE1;
	opacity: 1;
	font-size: 20px;
	position: absolute;
	bottom: 30px;
	font-weight: bold;
}

a:hover {
	text-decoration: none !important;
}

.hs-readmore a:hover {
	text-decoration: none !important;

}

.post-date::before {
	content: "";
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/calendar.png) no-repeat;
	/* background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/sprit_image.png) no-repeat; */
	padding-right: 17px;
	width: 20px !important;
	background-position: 0px;
	height: 20px !important;
	background-size: 16px;
}

.post-meta {
	list-style-type: none;
	display: flex;
	padding-left: 0px;
	/* justify-content: space-between; */
}

.post-author::before {
	content: "";
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/images/user.png) no-repeat;
	padding-right: 14px;
	width: 20px !important;
	background-position: 0px;
	height: 20px !important;
	background-size: 12px;
}

.post-date {

	padding-right: 20px;

}

.reelind-icon-calendar,
.reelind-icon-user {
	padding-left: 5px;
	font-size: 12px;
	color: #fff;
}

.hs-blog-post-list p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}


/* footer */
.rp-social-share-links-block {
	display: flex;
	align-items: center;
}

.rp-social-share-links-block li {
	padding: 0px 20px;
	/* width: 33px;
		height: 23px; */

}

.site-map-link:hover {
	text-decoration: underline !important;
}

.privacy-policy-link:hover {
	text-decoration: underline !important;
}

.hs-col-post {
	margin: 0px;
	padding: 0px;
}

.hs-col-post .card-title a {
	font-size: 18px;
}

/* .rp-social-share-links-block{
		text-align: center;
		display: inline-flex;
  } */
.rp-footer-logo-block img {
	width: 75%;
}

.footer-row1 {
	vertical-align: middle !important;
	align-items: center !important;
	/* padding: 20px; */
}

.footer-bottom {

	background-color: #404040 !important;

}

.rp-footer-logo-block p {
	font-size: 22px;
	color: #c1c1c1;
	margin-left: 5px;
}

.rp-footer-logo-block {
	text-align: left !important;
	padding-left: 45px;
}

.madeinamerica-cert-logo {
	/* width: 75px; */
	padding-right: 20px;
}

.footer-row1 div {
	/* text-align:center; */
}

.hs-footer-social {
	text-align: center;
}

.copyright {
	color: #fff !important;
	font-size: 15px;
    font-family: 'Helvetica-nlt-pro-rm';
	line-height: 20px;
}

.footer-quick-links {
	color: #fff !important;
}

.footer-quick-links:hover {
	text-decoration: underline !important;
}

.footer-contact-details-block {
	padding: 30px 30px 30px 10px;
	display: flex;
	/* align-items:center; */
}

.footer-contact-block {
	margin: 10px 0;
	/* padding-left:30px */

}

.footer-contact-block p {
	font-size: 17px !important;
	color: #fff !important;
}

.footer-contact-email-block {
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin: 10px 0;
}

.footer-contact-address-block {
	font-size: 17px;
	color: #fff;
	margin: 10px 0;
	padding-left: 75px;
	/* max-width: 317px; */
}

.hs-footer-container {
	padding: 0px 80px;
}

.hs-footer-client {
	text-align: center;
}

.hs-footer-client {
	margin-top: -15px;
}

.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
	display: flex !important;
}

.post-meta ul li {
	display: inline-block;
}


/* company page -start */

/* sidebar */
.sub-categories-sidebar {
	border-radius: 5px;
	/* filter: drop-shadow(0px 2px 5px rgba(29,29,29,0.1)); */
	box-shadow: 0px 2px 7.1px 2.9px rgba(29, 29, 29, 0.1);
	background-color: #fff;
	color: #fff;
}

.sub-categories-sidebar ol li.item {
	padding: 0 !important;
	margin-bottom: 0px !important;
}

.sub-categories-sidebar ol li.item a {
	font-size: 18px;
	padding: 14px 10px !important;
	display: block;
	/* -webkit-transition: all .5s ease-out,all .5s ease-in;
    transition: all .5s ease-out,all .5s ease-in; */
	background: #fff;
}

.sidebar .sub-categories-sidebar ol li.item a:hover,
.sidebar .sub-categories-sidebar ol li.item a.current {
	background: transparent linear-gradient(90deg, #006994 0%, #25aae1 100%) 0% 0% no-repeat padding-box;
	color: #fff !important;
	/* -webkit-transition: all .5s ease-out,all .5s ease-in;
    transition: all .5s ease-out,all .5s ease-in; */
}

.sub-categories-sidebar ol li.item:last-child>a {
	border-radius: 0 0 5px 5px;
}

.sub-categories-sidebar dt {
	font-size: 18px !important;
}

.block-category-list .block-content,
.sidebar .block.filter .options dt {
	border: none !important;
	background-color: #1d6c96 !important;
	font-size: 18px;
	text-align: center;
	text-transform: none !important;

}

.block-category-list .block-content,
.sidebar .block.filter .options dd {
	border: none !important;
	padding: 0px !important;
	font-weight: 600 !important;
}

.block-category-list .block-content ol li.item,
.sidebar .block.filter ol li.item {
	border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.block-category-list .block-content .item a,
.sidebar .block.filter .item a {
	color: #000 !important;
}

/* card section */
.company-sub-categories-row {
	margin: 0px !important;
}

ul.company-icon-cus li a img {
	max-height: auto !important;
	width: 100%;
}

ul.company-icon-cus li a {
	background-color: #fff;
	/* filter: drop-shadow(0px 2px 5px rgba(29,29,29,0.1)); */
	box-shadow: 0px 2px 1.88px 2.12px rgba(29, 29, 29, 0.06);
	border-radius: 5px;
	text-align: left;
	position: relative;
}

ul.company-sub-categories-section li>a span.company-sub-cat-info-wrap {
	position: relative;
	display: block;
}

ul.company-sub-categories-section li>a span.company-sub-cat-info-wrap img {
	vertical-align: middle;
}

.company-sub-cat-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px 30px 7px 10px;
	border-radius: 0 18px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: left !important;
	background: transparent linear-gradient(90deg, #006994 0%, #25aae1 100%) 0% 0% no-repeat padding-box;

}

.company-sub-cat-title::after {
	content: "";
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/right_arrow.png) !important;
	width: 20px;
	height: 20px;
	top: 11px;
	right: 0px;
	background-size: 14px;
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
}

ul.company-sub-categories-section li>a {
	padding: 15px;

}


.sub-categories-sidebar .items li:last-child {
	border: none !important;
}

/* company page - end */

/* font family	 */

.price-box .price {

	font-family: 'Helvetica-nlt-pro-md' !important;
}

select {
	font-family: 'Helvetica-nlt-pro' !important;
}

.pas-search-dropdown option {
	font-family: 'Helvetica-nlt-pro' !important;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
	font-family: 'Helvetica-nlt-pro' !important;

}

textarea {
	font-family: 'Helvetica-nlt-pro' !important;

}

.gm-err-title,
.gm-err-message {
	font-family: 'Helvetica-nlt-pro' !important;
}

.action.primary {
	font-family: 'Helvetica-nlt-pro' !important;
}

button {
	font-family: 'Helvetica-nlt-pro' !important;
}


.new_video_gallery_container h3.video-gallery-section-title {
	box-shadow: 0px 2px 7.1px 2.9px rgb(0 0 0 / 10%);
	padding: 10px 15px;
	margin: 0 0 20px;
	background-color: rgba(247, 247, 247, 0.5);
	font-size: 16px;
	line-height: 24px;
	color: #1d6c96;
}

.new_video_gallery_container h3.video-gallery-section-title {
	box-shadow: 0px 2px 7.1px 2.9px rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	margin: 0 0 0px;
	background-color: rgba(247, 247, 247, 0.5);
	font-size: 16px;
	line-height: 24px;
	color: #1d6c96;
	font-family: 'Helvetica-nlt-pro' !important;
}

.new_video_gallery_container ul.video-gallery-list li.video-item {
	flex: 0 0 auto;
	width: 30.333%;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid rgba(8, 31, 44, 0.08);
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px;
	box-shadow: 0px 2px 7.1px 2.9px rgb(0 0 0 / 10%);
}

.new_video_gallery_container h3.video-gallery-section-title.title_2 {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}

.new_video_gallery_container ul.video-gallery-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	gap: 4.5%;
}

.new_video_gallery_container ul.video-gallery-list li span.video-title {
	display: block;
	background: transparent linear-gradient(90deg, #006994 0%, #25aae1 100%) 0% 0% no-repeat;
	color: #fff;
	padding: 3px 8px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Helvetica-nlt-pro' !important;
	text-align: justify;
	min-height: 60px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.new_video_gallery_container ul.video-gallery-list li a,
.new_video_gallery_container ul.video-gallery-list li a span.video-info {
	position: relative;
	display: block;
}

.new_video_gallery_container ul.video-gallery-list li a span.video-info::before {
	content: "";
	width: 51px;
	height: 41px;
	background: url("../../frontend/Smartwave/porto_reelpower/en_US/css/images/video-play-icon.png") no-repeat center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}


.new_video_gallery_container ul.video-gallery-list li span.video-info img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

body .fancybox-type-iframe .fancybox-outer a.fancybox-nav {
	width: 50px;
	height: 50px;
	bottom: 0;
	margin: auto;
}

body .fancybox-type-iframe .fancybox-close {
	display: none;
}


/* explore now section */
.home_new_explorenow {
	/* background: url(/media/images/group-673.webp) !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 40px 0; */
	/* margin-top: 10px;
	position: relative;
	overflow: hidden; */
	/* height: 437px; */
}

.home_new_explorenow_bg {
	display: block;
}

.home_new_explorenow .home_new_explorenow_con {
    position: absolute;
    /* top: 0; */
    bottom: 5px;
	/* background: #0000008c; */
	/* background: rgb(0, 0, 0); */
	color: #f1f1f1;
	width: 100%;
	opacity: 1;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: left;
	/* background: transparent linear-gradient(180deg, #20202080 0%, #093040 100%) 0% 0% no-repeat; */
	padding: 20px 0 15px 0;
	text-align: center;
    /* transform: translateY(-50%);
    top: 50%; */
	align-items: center;
    display: flex;
    justify-content: center;
}

.home_new_explorenow img.home_new_explorenow_bg {
	display: block;
	position: absolute;
	border-radius: 0px !important;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.home_new_explorenow p {
	font-size: 20px;
	color: #fff;
	/* line-height: 40px; */
	line-height: 34px;
	font-weight: 600;
}

.home_new_explorenow .explore-more-link {
	background-color: #25AAE1;
	/* background-color: #0258a2; */
	border-radius: 5px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.8px;
	font-family: 'Helvetica-nlt-pro-md';
}

.home_new_explorenow img {
	border-radius: 40px;
}

.home_new_explorenow_row {
	align-items: center;
}

.home_new_explorenow .first-img {
	height: 300px;
	margin-left: 50px;
}

.home_new_explorenow .second-img {
	height: 266px;
	margin-left: 10px;
}

.home_new_explorenow .third-img {
	height: 333px;
	margin-left: 13px;
}

.home_new_explorenow .fourth-img {
	height: 330px;
}

.home_new_explorenow .logoimg {
	width: 315px;
	border-radius: 0px;
}

.home_new_explorenow .precision {
	color: #fff;
    font-size: 22px;
    font-weight: 400;
    max-width: 810px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
	font-family: 'Helvetica-nlt-pro-md';
}

.home_new_explorenow .precision span {
	display: block;
}

.home_new_explorenow_row h2 {
    color: #fff;
    font-size: 45px;
    max-width: 732px;
    font-weight: 700;
    /* line-height: 60px; */
    line-height: 54px;
    /* text-align: left; */
    /* margin: 0px 0px 10px 0px; */
    text-align: center;
	margin: 0 auto 10px auto;
    letter-spacing: 3.5px;
	font-family: 'Helvetica-nlt-pro-md';
}

.home_new_explorenow_row {
	/* padding-left: 30px; */
}

/*  articles listing*/
.articleCard {
	min-height: 420px;
	/* display: flex;
    flex-wrap: wrap; */
	padding: 15px;
	/* justify-content: center; */
	border-radius: 5px !important;

	transition: all 0.5s ease 0s;
	margin-top: 15px;
	box-shadow: 0px 0px 15px 0px #ccc;
	border: 1px solid rgb(204 204 204 / 64%);
}

.articleCard:hover {
	box-shadow: 0px 3px 20px #8496a830
}

.articleCard h6 {
	font-size: 22px;
	line-height: 25px;
	display: inline-block;
	font-weight: 400;
	color: #0088cc;
	/* min-height: 130px; */
}

.articleCard h6 a:hover {
	color: #173456;
}

.articleCard h6 a {
	color: #0088cc;
	font-weight: 700;
}

/* .articleCard h6 a{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */
.articleCard__readMore {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 18px;
	font-weight: 700;
}

.articleCard__readMore {
	color: #0088cc;
}

/* .articleCard__readMore:hover{
	color: #055c9d;
} */

.knowledge-center-block  .knowledge-center-cat-title {
	box-shadow: 0px 2px 7.1px 2.9px rgb(0 0 0/10%);
	padding: 10px 15px;
	margin: 0 0 20px;
	background-color: rgba(247, 247, 247, .5);
	font-size: 16px;
	line-height: 24px;
	color: #1d6c96;
}
.knowledge-center-block .articleGrid .row {
	margin-bottom: 35px;
}
.knowledge-center-block .row .articleCard {
	min-height: auto;
	position: relative;;
	margin: 0;
	transition: all 0.3s ease;
	height: 100%;
	padding: 0px;
}
.knowledge-center-block .row .articleCard img {
	border: 1px solid #e7e7e7;
	width: 100%;
}
.knowledge-center-block .row .articleCard h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 0px 15px;
	margin-bottom: 0px;
	font-family: 'Helvetica-nlt-pro-md';
	-webkit-line-clamp: 2;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 58px;
	transition: all 0.3s ease;
	margin: 15px 0px;
}
.knowledge-center-block .row > div {
	margin-bottom: 20px;
}


/* .knowledge-center-block .row .articleCard:hover h6{
	background: rgba(255, 255, 255, 0.6);
	padding: 5px;
	bottom: 0px;
	left: 0;
	right: 0;
	display: block; 
	max-height: 100%;
	transition: all 0.3s ease;
} */


/**22-2-2023**/
.catalog-product-view .product-options-bottom .hide_price_text {
	display: none !important;
}

.catalog-product-view .page-wrapper>.breadcrumbs {
	max-width: 1510px;
}

.catalog-product-view .page-wrapper>.breadcrumbs .items {
	max-width: 1510px;
}

.catalog-product-view main.page-main {
	margin-top: 30px;
	max-width: 1510px;
}

.catalog-product-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
	position: relative;
}

.catalog-product-view .fotorama__wrap {
	display: flex;
	padding-right: 20px;
	direction: unset;
}

.catalog-product-view .fotorama__stage {
	left: 0 !important;
	margin-right: 20px;
	border: 0.5px solid hsl(0deg 0% 44% / 42%);
	border-radius: 10px;
	/* height: 100%;*/
	/* max-height: 402px;
	max-width: 530px;
	width: 100% !important;*/
}

.catalog-product-view .product.media {
	width: 45% !important;
}

.catalog-product-view .product-info-main {
	position: relative;
	width: 26% !important;
	padding: 0px 5px;
	margin: 0 auto;
	max-width: 390px;
}

.catalog-product-view .fotorama1677053085501 .fotorama__nav--thumbs .fotorama__nav__frame {
	height: 95px;
	width: 107px !important;
}

.catalog-product-view .product-addto-links .action {
	margin-right: 12px;
}

.catalog-product-view .product-addto-links .action.towishlist,
.catalog-product-view .product-addto-links .action.tocompare {
	letter-spacing: 0.07px;
	color: #818181;
	border-color: transparent;
	width: auto;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
}

.catalog-product-view .product-addto-links .action.towishlist:hover,
.catalog-product-view .product-addto-links .action.tocompare:hover {
	color: #25aae1;
}

.catalog-product-view .product-social-links .action.towishlist:before {
	content: '';
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -10px -8px;
	width: 26px;
	height: 23px;
	display: inline-block;
	margin-right: 10px;
}

.catalog-product-view .product-addto-links .action span {
	display: inline-block;
}

.catalog-product-view .product-addto-links .action.tocompare:before {
	content: '';
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -58px -6px;
	width: 24px;
	height: 29px;
	display: inline-block;
	margin-right: 10px;
}

.catalog-product-view .product-social-links .action.towishlist:hover:before {
	content: '';
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -10px -57px;
	width: 26px;
	height: 23px;
	display: inline-block;
}

.catalog-product-view .product-addto-links .action.tocompare:hover:before {
	content: '';
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -58px -53px;
	width: 24px;
	height: 29px;
	display: inline-block;
}

.catalog-product-view .mp-product-slider-title {
	letter-spacing: 0.17px;
	color: #000000;
	line-height: 42px;
	font-weight: 700;
	border-bottom: 3px solid #E6E6E6;
	text-align: left;
	font-size: 35px;
}

.catalog-product-view .mp-product-slider-title:after {
	display: none;
}

.catalog-product-view .cat-pro-box-sect-title a.product-item-link {
	letter-spacing: 0.1px;
	color: #818181;
	font-size: 18px !important;
	line-height: 25px;
	text-align: center;
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.catalog-product-view .mp-product-main-slider-cus .product-item .slider-product-item-info {
	padding: 15px 15px;
	border: 1px solid rgb(112 112 112 / 43%);
	width: 224px !important;
	background-color: #fff;
	max-width: 224px;
	margin: 0 auto;
	height: 260px;
	overflow:hidden;
}

.catalog-product-view .product-image-container-219 span.product-image-wrapper {
	padding-bottom: 0px;
	max-width: 100%;
	min-height: 140px;
	overflow: hidden;
}

.catalog-product-view .product-image-wrapper {
	padding-bottom: 0px !important;
	max-width: 180px;
	height: 150px;
	margin: 0 auto;
}

.catalog-product-view .product-image-photo {
	max-width: 180px !important;
	object-fit: contain;
	height: 130px;
	margin: 0 auto;
}

.catalog-product-view .mp-product-main-slider-cus .container {
	width: 100%;
	max-width: 1250px !important;
}

.catalog-product-view .mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-prev {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -304px -8px !important;
	width: 16px !important;
	height: 32px !important;
	border: 0px !important;
	opacity: 1;
	left: -10px;
}

.catalog-product-view .mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-next {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -337px -8px !important;
	width: 16px !important;
	height: 32px !important;
	border: 0px !important;
	opacity: 1;
	right: -10px;
}

.catalog-product-view .page-bottom {
	background-color: #fff;
}

.catalog-product-view .mp-product-main-slider-cus {
	padding: 60px 0 !important;
	padding-top: 20px !important;
}

.catalog-product-view .cat-inner-cus .subcatname_cusin h2 {
	letter-spacing: 0.17px;
	color: #000000;
	line-height: 40px;
	font-weight: 700;
	font-size: 35px;
	border-bottom: 3px solid #E6E6E6;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 15px;
}

.catalog-product-view .product-item-info .cat-pro-box-sect-in .product.name a.product-item-link {
	letter-spacing: 0.1px;
	color: #818181 !important;
	font-size: 20px !important;
	line-height: 25px;
	text-align: center;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}

.catalog-product-view .cat-outer-cus .cat-inner-cus .owl-carousel {
	padding-left: 0px;
	padding-right: 0px;
}

.catalog-product-view .cat-pro-box-sect .cat-pro-box-sect-in {
	padding: 15px;
}

.catalog-product-view .cstm-lr-arrow .owl-controls .owl-prev {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -304px -8px !important;
	width: 16px !important;
	height: 32px !important;
	border: 0px !important;
	opacity: 1;
	left: -25px;
}

.catalog-product-view .cstm-lr-arrow .owl-controls .owl-next {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -337px -8px !important;
	width: 16px !important;
	height: 32px !important;
	border: 0px !important;
	opacity: 1;
	right: -25px;
}

.catalog-product-view .cat-pro-box-sect-in .cat-pro-box-sect-img .product-image-photo.default_image {
	max-height: 155px;
	min-height: 155px;
}

.catalog-product-view .cat-pro-box-sect .cat-pro-box-sect-cat-pdf .rfq-cat-link {
	margin-top: 0px;
}

.catalog-product-view .cat-pro-box-sect .cat-pro-box-sect-cat-pdf {
	margin: 0px 0px 0;
	padding: 10px 10px 10px 10px;
	min-height: unset;
}

.catalog-product-view .cat-pro-box-sect-v-more {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 10px;
}

.catalog-product-view .cat-pro-box-sect-v-more a {
	padding: 15px 10px;
	font-size: 13px;
}

.catalog-product-view .cat-pro-box-sect-v-more a:hover {
	background: #25aae1;
}

.catalog-product-view .cat-pro-box-sect .rfq-cat-link a {
	font-size: 14px;
	position: relative;
}

.catalog-product-view .cat-pro-box-sect .rfq-cat-link a:hover {
	text-decoration: underline !important;
}

.catalog-product-view .cat-pro-box-sect .rfq-cat-link a:after {
	content: '';
	border-style: solid;
	border-width: 0 0 10px 10px;
	-webkit-transform: rotate(92deg);
	transform: rotate(89deg);
	transform: rotate(315deg);
	border-color: transparent;
	border-bottom-color: #055c9d;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	right: -12px;
	top: 4px;
}

.catalog-product-view .cat-pro-box-sect {
	border: 1px solid rgb(112 112 112 / 43%);
}

.catalog-product-view .cat-pro-box-sect:hover {
	box-shadow: none;
}

.catalog-product-view .cat-pro-box-sect-in:hover .cat-pro-box-sect-img img {
	min-height: 140px !important;
	max-height: 140px !important;
}

.catalog-product-view .column.main {
	display: flex;
}

.catalog-product-view .rating-value span {
	background-color: #FFB300;
	color: #fff;
	font-size: 16px;
	padding: 3px 10px;
	border-radius: 6px;
	position: relative;
	display: block;
	text-align: center;
}

.catalog-product-view .rating-value span:after {
	content: '\f844';
	font-family: 'porto-icons';
	font-size: 15px;
	margin-left: 4px;
	position: relative;
	top: -1px;
}

.catalog-product-view .product-reviews-summary .reviews-actions a {
	color: #8F8F8F;
	padding: 0 0px;
	border-left: 0px solid #bdbdbd;
	margin-left: 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.catalog-product-view .product-reviews-summary .reviews-actions a.view {
	padding-right: 0px;
	color: #8F8F8F;
	font-size: 18px;
	margin-left: 0px;
	border-left: 0px;
	padding-left: 0px;
}

.catalog-product-view .product-info-main .stock.available {
	font-weight: 400;
	text-transform: none;
	color: #0581B4;
	font-size: 18px;
}

.catalog-product-view .product-info-main .stock.available .label {
	display: none;
}

.catalog-product-view .product-info-main .product-info-stock-sku {
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

.catalog-product-view .price-box .price {
	font-weight: 700;
	font-size: 35px;
	color: #000000;
}

.page-product-configurable .price-final_price,.page-product-configurable .product-info-price .price-final_price{
	display: flex !important;
}
.catalog-product-view .price-box .old-price .price {
	font-weight: 700;
	font-size: 35px;
	color: #999;
	margin-right: 10px;
}

.catalog-product-view .main .product-info-main .page-title-wrapper .page-title {
	font-family: 'Helvetica-nlt-pro-rm';
	font-size: 29px;
	line-height: 42px;
	color: #25AAE1;
	font-weight: 700;
	letter-spacing: 0.17px;
}

.catalog-product-view .product-info-main .product-info-reviews-stock .product-reviews-summary {
	margin-bottom: 0px;
	width: 58%;
}

.catalog-product-view .product-reviews-summary .reviews-actions a.view span {
	padding-right: 3px;
}

.catalog-product-view .product-info-reviews-stock {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #707070;
	padding-bottom: 15px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.catalog-product-view .product-brochure-view a {
	display: inline-block;
	padding: 11px 35px;
	font-family: 'Helvetica-nlt-pro';
	font-size: 15px;
	background-color: #0581B4;
	line-height: 17px;
	letter-spacing: 0.07px;
	color: #FFFFFF;
	border-radius: 5px;
	width: 100%;
	text-align: center;
}

.catalog-product-view .product-brochure-view a:hover,
.catalog-product-view .product-brochure-view a:focus {
	background-color: #25aae1;
}

.catalog-product-view .pdp.product-info-main .product-social-links {
	border-top: 0px;
}

.catalog-product-view .pdp.product-info-main .product-social-links {
	margin-top: 0px;
	padding-top: 2px;
	border-top: 0px;
}

.catalog-product-view .pdp .product-social-links .action.mailto+.addthis_inline_share_toolbox,
.catalog-product-view .pdp .product-social-links .product-addto-links+.addthis_inline_share_toolbox {
	margin-top: 5px;
}

.catalog-product-view .pdp .at-icon-wrapper svg {
	display: none;
}

.catalog-product-view .at-share-btn {
	background-color: transparent !important;
}

.at-share-btn:hover {
	opacity: 0.8;
}

.catalog-product-view .pdp .at-svc-facebook {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -103px -10px;
	width: 23px;
	height: 23px;
	display: inline-block;
}

.catalog-product-view .pdp .at-svc-twitter {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -142px -11px;
	width: 23px;
	height: 23px;
	display: inline-block;
}

.catalog-product-view .pdp .at-svc-print {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -185px -13px;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.catalog-product-view .pdp .at-svc-email {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -223px -15px;
	width: 20px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.catalog-product-view .pdp .at-svc-compact {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -261px -12px;
	width: 23px;
	height: 23px;
	display: inline-block;
}

.catalog-product-view .pdp .product-social-links .at-resp-share-element .at-share-btn {
	margin: 0 9px 0 5px;
}

.catalog-product-view .fotorama__nav .fotorama__thumb-border {
	border-color: #25AAE1;
	/* height: 96px !important; */
	/* border-width: 2.5px !important; */
	/* margin-top: 1px !important; */
	border-radius: 6px !important;
}

.catalog-product-view .fotorama__nav .fotorama__thumb-border {
	border-radius: 10px;
}

.catalog-product-view .fotorama__nav--thumbs .fotorama__thumb {
	height: 100px;
	width: 100px
}

.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
	/* margin: 0px 0 12px 0;
	padding: 0 !important; */
	/* height: 90px !important; */
}

.catalog-product-view .fotorama__stage__shaft {
	/* max-width: 529px !important;
	width: 100% !important; */
}

.catalog-product-view .gallery-placeholder.gallery-no-thumbnails .fotorama__stage__shaft {
	/* max-width: inherit !important; */
}

.catalog-product-view .gallery-placeholder.gallery-no-thumbnails .fotorama__stage {
	/* max-width: inherit; */
}

.catalog-product-view .gallery-placeholder.gallery-no-thumbnails .catalog-product-view .fotorama__wrap {
	/* display: block; */
}

.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame {
	/* height: auto; */
}

.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
	margin-top: 0px !important;
}

.catalog-product-view .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
	border: 3px solid #fff !important;
	width: 90px;
	height: 90px;
	object-fit: contain;
}

/* .catalog-product-view .fotorama__nav--thumbs {
	height: 100% !important;
	max-height: 407px;
} */

.catalog-product-view .product-info-sidebar {
	border: 0.5px solid #cacaca;
	border-radius: 10px;
	padding: 10px 10px 15px 10px;
	width: 27%;
	max-width: 397px;
	height: 100%;
}

.catalog-product-view .product-attribute-data {
	border: 0.5px solid rgb(112 112 112 / 40%);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

.catalog-product-view .product-info-sidebar .product {
	display: flex;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
}

.catalog-product-view .product-info-sidebar .product .value {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-transform: capitalize;
}

.catalog-product-view .product-info-sidebar .product .type {
	padding-right: 8px;
}

.catalog-product-view .product-info-sidebar .freight-ship-info {
	color: #0581B4;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	font-size: 18px;
	margin-bottom: 20px;
}

.catalog-product-view .product-info-sidebar .product-info-price .price-box {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 0px;
}

.catalog-product-view .product-info-sidebar .price {
	color: #000000 !important;
	font-size: 35px !important;
	line-height: 42px !important;
}
.catalog-product-view .product-info-sidebar .old-price .price {
	color:#999 !important;
}

.catalog-product-view .product-info-sidebar .fieldset>.field.qty>.label {
	display: inline-block;
	color: #979797;
	font-size: 18px;
}

.catalog-product-view .product-info-sidebar .fieldset>.actions {
	display: block;
}

.catalog-product-view .product-options-wrapper {
	border-bottom: 0px;
}

.catalog-product-view .box-tocart .input-text.qty,
.catalog-product-view .bundle-options-container .input-text.qty {
	vertical-align: middle;
	height: 27px;
	width: 32px;
	color: #979797;
	font-size: 14px;
	padding: 3px 3px;
	border: 0.5px solid rgb(112 112 112 / 52%);
	border-radius: 3px;
	margin-left: 2px;
}

.catalog-product-view .qty.field .qty-changer>a {
	color: #25aae1;
	font-size: 15px;
	border: 0px solid #cccccc;
	line-height: 20px;
	height: 16px;
}

.catalog-product-view .fieldset>.field.qty {
	margin-bottom: 15px;
	margin-top: 15px;
}

.catalog-product-view .qty-inc .porto-icon-up-dir:before {
	margin-left: 0px;
}

.catalog-product-view .qty-dec .porto-icon-down-dir:before {
	margin-left: 0px;
}

.catalog-product-view .box-tocart .action.tocart {
	min-width: 135px;
	padding: 5px 15px;
	background-color: #25AAE1;
	border: 1px solid #25AAE1;
	border-radius: 5px;
	letter-spacing: 0.07px;
	color: #FFFFFF;
	font-size: 15px;
	width: 100% !important;
	margin-left: 0px;
}

.catalog-product-view .box-tocart .action.tocart:hover {
	background-color: #0581B4;
	border: 1px solid #0581B4;
}

.catalog-product-view .box-tocart {
	margin: 0 0 15px;
}

.catalog-product-view .request-opt {
	min-width: 135px;
	padding: 8px 15px;
	background-color: #0581B4;
	border: 1px solid #0581B4;
	border-radius: 5px;
	letter-spacing: 0.07px;
	color: #FFFFFF;
	font-size: 15px;
	width: 100% !important;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 0px;
}

.catalog-product-view .request-opt:hover {
	background-color: #25AAE1;
	border: 1px solid #25AAE1;
}

.catalog-product-view .product-parts-section {
	padding: 10px 15px;
	box-shadow: 0px 0px 15px 0px #fa8900;
	border-radius: 10px;
	border: 4px solid #FA8900;
	margin-top: 30px;
}

.catalog-product-view .fotorama__arr .fotorama__arr__arr {
	left: 100%;
}

.catalog-product-view .product-parts-section h3 {
	margin-top: 0px;
	color: #979797;
	font-size: 18px;
	line-height: 21px;
}

.catalog-product-view .product-parts-section .product-parts {
	margin-bottom: 0px !important;
	color: #0581B4;
	font-size: 18px;
	line-height: 22px;
	padding-left: 20px;
}

.catalog-product-view .product-parts-section .product-parts a {
	color: #0581B4 !important;
}

.catalog-product-view .product-info-main .rating-summary,
.catalog-product-view .customer-review .rating-summary {
	margin-right: 5px;
}

.catalog-product-view .fotorama__fullscreen-icon {
	right: 0px !important;
}

.catalog-product-view .fotorama__arr--next {
	right: 50px !important;
}

.catalog-product-view .video-thumb-icon .fotorama__thumb {
	position: relative;
}

.catalog-product-view .video-thumb-icon .fotorama__thumb:before {
	content: '';
	background-color: #25AAE1B0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.catalog-product-view .product-reviews-summary.empty .reviews-actions:before {
	display: none;
}

.catalog-product-view .product-manual-link {
	display: inline-block;
	padding: 10px 35px;
	font-family: 'Helvetica-nlt-pro';
	font-size: 15px;
	background-color: #25aae1;
	line-height: 17px;
	letter-spacing: 0.07px;
	color: #FFFFFF;
	border-radius: 5px;
	width: 259px;
	text-align: center;
}

.catalog-product-view .product-manual-link:hover {
	background-color: #0581B4;
}

.catalog-product-view .product-manual {
	margin-bottom: 20px;
}

.catalog-product-view .main-product-detail {
	background-color: transparent;
	padding: 0px 0;
}

.catalog-product-view .product.info.detailed .data.item.title a {
	border: 0px solid #d6d6d6 !important;
	background-color: transparent !important;
	color: #979797 !important;
	border-radius: 0px;
	font-size: 30px;
	line-height: 25px;
	height: auto;
	border-right: 1px solid #777 !important;
	padding-right: 20px;
}

.catalog-product-view .product.info.detailed .data.item.title.active a {
	background-color: transparent !important;
	color: #25AAE1 !important;
	border: 0px solid #055c9d !important;
	border-right: 1px solid #777 !important;
}

.catalog-product-view .product.info.detailed .data.item.title.active a .counter {
	color: #25AAE1 !important;
}

.catalog-product-view .video-thumb-icon:after {
	content: '';
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -361px -8px;
	width: 33px;
	height: 33px;
	z-index: 9;
}

/* .catalog-product-view .video-thumb-icon.fotorama__active:after{
display:none;
}
.catalog-product-view .video-thumb-icon.fotorama__active .fotorama__thumb:before{
display:none;
} */
.catalog-product-view .fotorama-video-container:after {
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -7px -100px;
	width: 93px;
	height: 65px;
}

.catalog-product-view .qty.field .qty-changer>a:first-child {
	margin-top: -6px;
}

.catalog-product-view .product.info.detailed .product.data.items>.item.content {
	margin-top: 60px;
}

.catalog-product-view #reviews #product-review-container,
.catalog-product-view .review-add {
	padding: 0px 20px;
}

.catalog-product-view .box-addanswer {
	/* display:flex;
align-items:center; */
	margin-bottom: 20px;
	margin-top: 30px;
	max-width: 870px;
}

.catalog-product-view .questions-list {
	max-width: 890px;
}

.catalog-product-view .questionqa .box-addanswer>.fieldset {
	width: 50%;
	margin-bottom: 25px;
}

.catalog-product-view .questionqa .box-addanswer>.sortorder.last {
	width: 47%;
	margin-bottom: 25px;
}

.catalog-product-view .questionqa .box-addanswer>.fieldset.sortorder {
	/* width: 25%;
max-width: 300px; */
	margin-right: 25px;
}

.catalog-product-view .questionqa .box-addanswer #product-askquestion-button {
	margin-top: 0;
	background-color: #25AAE1;
	border: #25AAE1;
	padding: 4px 40px;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
}

.catalog-product-view .questionqa .box-addanswer #product-askquestion-button:hover {
	background-color: #0581B4;
}

.catalog-product-view .qsearch-form input[type="text"],
.catalog-product-view .sorder-content select {
	height: 40px;
	font-size: 14px;
}

/* .catalog-product-view .questionqa .fieldset > .field > .label{
display:none;
} */
.catalog-product-view .qsearch-form .label {
	display: none;
}

.catalog-product-view .sorder-content .label {
	display: none;
}

.catalog-product-view .questionqa .fieldset {
	margin-bottom: 10px;
}

.catalog-product-view .product.data.items>.item.content {
	margin-top: 35px;
	border-color: transparent;
	box-shadow: none;
}

.catalog-product-view .tab-inner-content-label span {
	color: #555555;
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.catalog-product-view .tab-inner-content .description .value>div {
	color: #979797;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.catalog-product-view .product.description ul {
	letter-spacing: 0;
	color: #979797;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	padding-left: 0px;
	margin: 5px 0px;
}

.catalog-product-view .additional-attributes th.label {
	color: #979797;
	font-size: 18px;
	font-weight: 700;
}

.catalog-product-view .additional-attributes td.data {
	color: #979797;
	font-size: 18px;
	font-weight: 400;
}

.catalog-product-view .detailed .product.data.items>.item.content {
	padding: 0px;
}

.catalog-product-view .product-more-info-section {
	background-color: #E6E6E6;
	height: 100%;
	padding: 10px 15px 15px 15px;
}

.catalog-product-view .product-overview-section .tab-inner-content {
	color: #979797;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px
}

.catalog-product-view .product-overview-section,
.catalog-product-view .product-details-section {
	padding-top: 10px;
}

.catalog-product-view .max-col-3 {
	max-width: 287px;
}

.catalog-product-view .move-product-tab {
	max-width: 1510px;
	margin: auto;
	padding: 0px 15px;
}

.catalog-product-view #productquestions .qtitle h3 {
	font-size: 16px;
	margin-bottom: 12px;
}

.catalog-product-view .main-question-content .anstitle+.actions,
.qtitle+.actions {
	margin-bottom: 10px;
}

.catalog-product-view .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
	width: auto;
}

.catalog-product-view .fotorama--fullscreen .fotorama__stage__shaft {
	max-width: inherit !important;
	width: 100% !important;
}

.catalog-product-view .fotorama--fullscreen .fotorama__stage {
	max-width: inherit;
	max-height: inherit;
}

/* .catalog-product-view .fotorama__fullscreen-icon:before{
	content: "\00d7";
	font-size: 30px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon:before {
font-size: 50px;
}
.catalog-product-view .fotorama__video-close{
right: 120px;
} */
.catalog-product-view.page-product-grouped main#maincontent {
	max-width: 1510px !important;
	margin: 0 auto;
}

.catalog-product-view.page-product-grouped .parts-product-gallery {
	display: flex;
}

.catalog-product-view.page-product-grouped .product-info-main {
	width: 55% !important;
	padding: 0px 5px;
	max-width: 817px;
	margin: 0 0 0 auto;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav {
	position: relative;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav ul li {
	width: 100px;
	height: 90px;
	border: 1px solid #bcbcbc;
	border-radius: 10px;
	background-color: #fff;
	padding: 2px;
	margin-bottom: 15px;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav ul li .item {
	width: 93px;
	height: 83px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav ul li .item img {
	width: 92px;
	height: 80px;
	object-fit: cover;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav ul {
	padding-left: 20px;
	list-style: none;
}

.catalog-product-view.page-product-grouped .main .product-info-main .page-title-wrapper .page-title {
	font-size: 35px;
}

.catalog-product-view.page-product-grouped .product-info-reviews-stock {
	border-bottom: 1px solid rgb(112 112 112 / 80%);
}

.catalog-product-view.page-product-grouped .product-attribute-data {
	border: 0.5px solid rgb(112 112 112 / 40%);
	border-radius: 10px;
	padding: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

.sparsh-mfp-wrap .catalog-product-view .product-attribute-data .product .value {
	font-size: 14px !important;
}

.catalog-product-view.page-product-grouped .product-attribute-data .product .value {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-transform: capitalize;
}

.catalog-product-view.page-product-grouped .product-attribute-data .product {
	display: flex;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px;
}

.catalog-product-view.page-product-grouped .product-attribute-data .product .type {
	padding-right: 8px;
}

.catalog-product-view.page-product-grouped .product-attribute-data .product {
	margin-bottom: 5px;
}

.catalog-product-view.page-product-grouped .product-info-main .product.sku .type {
	font-weight: 700;
}

.catalog-product-view.page-product-grouped .page-product-grouped.product-gallery-sticky .table.grouped thead .col {
	color: #000000;
	font-family: 'Helvetica-nlt-pro-bld' !important;
	font-size: 15px;
	font-weight: bolder;
}

.catalog-product-view.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .product-item-name {
	color: #000000;
	font-family: 'Helvetica-nlt-pro-bld' !important;
	font-weight: bolder !important;
	margin-bottom: 0px !important;
	font-size: 15px;
	float: left;
	display: block;
	width: 100%;
	padding: 5px 10px 5px 30px;
	cursor: pointer;
}

.catalog-product-view.page-product-grouped input:not([disabled]):focus {
	box-shadow: none;
}

.catalog-product-view.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .price-box {
	display: block;
	text-align: left;
	margin-bottom: 12px;
	float: none;
}

.catalog-product-view.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .price-box .price {
	color: #000000 !important;
	font-size: 15px;
	font-weight: 400;
}
.catalog-product-view.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .price-box .old-price .price {
	color:#999 !important;
}

.catalog-product-view.page-product-grouped .table.grouped .col {
	padding-bottom: 4px;
}

.catalog-product-view.page-product-grouped table>caption {
	display: none;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr td {
	border: 1px solid transparent;
	vertical-align: middle;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr:hover {
	border: 0px solid #006bb4;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr {
	box-shadow: 5px 3px 20px #0000002B;
	border-radius: 10px;
}

.catalog-product-view.page-product-grouped .product-item-part-number {
	display: block;
	color: #818181;
	padding-top: 3px;
	padding-left: 23px;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 8px;
}

.catalog-product-view.page-product-grouped .product-add-form table {
	border-collapse: separate;
	border-spacing: 0px 10px;
}

.catalog-product-view.page-product-grouped .table.grouped thead th {
	font-size: 15px !important;
	padding-top: 0px;
}

.catalog-product-view.page-product-grouped .table.grouped thead th.item {
	padding-left: 48px;
}

.catalog-product-view.page-product-grouped .table.grouped .col.qty .input-text.qty {
	color: #818181;
	font-size: 14px;
	border: 0px;
}

.catalog-product-view.page-product-grouped .table.grouped .col.qty .qty-changer>a {
	color: #25AAE1;
	font-weight: 400;
	font-size: 10px;
	width: 60px;
	border: 0px;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.active td {
	border: 1px solid #006bb4;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.active {
	border-radius: 10px;
}

.catalog-product-view.page-product-grouped .pdp.product-info-main .product-social-links {
	display: flex;
}

.catalog-product-view.page-product-grouped .product-addto-links {
	display: inline;
	width: 75%;
}

.catalog-product-view .pdp .product-social-links .at-resp-share-element .at-share-btn {
	margin: 0 3px 0 5px;
}

.catalog-product-view.page-product-grouped .product-social-links .addthis_inline_share_toolbox .at-share-btn-elements {
	margin-top: 0px;
}

.catalog-product-view.page-product-grouped .product-info-main .product-add-form .box-tocart #product-addtocart-button {
	width: 260px !important;
	border-radius: 6px;
}

.catalog-product-view.page-product-grouped.product-gallery-sticky .product.media {
	max-width: 650px !important;
}

.catalog-product-view.page-product-grouped .product-attribute-data .col-4 .product {
	font-size: 15px;
	text-transform: capitalize;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.active td {
	border: 1px solid #006bb4 !important;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr:not(.group-item).active td:first-child {
	border-right: 0px !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.active td:nth-child(2) {
	border-right: 0px !important;
	border-left: 0px !important;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr:not(.group-item).active td:last-child {
	border-left: 0px !important;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.group-item.active td {
	border-radius: 10px;
}


.catalog-product-view.page-product-grouped .product-info-main .box-tocart .actions {
	width: 100%;
	display: flex;
	justify-content: center;
}

.catalog-product-view.page-product-grouped .parts-product-stage {
	position: relative;
	border: 0px solid #ddd;
	border-radius: 10px;
	background: #fff;
	max-width: 100%;
	margin-bottom: 2px;
	width: 100%;
	height: 401px;
}

.catalog-product-view.page-product-grouped .parts-product-image {
	border-radius: 10px;
}

.catalog-product-view.page-product-grouped .parts-product-stage .parts-product-video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0px 0px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 3px;
	display: none;
}

.catalog-product-view .product-models-section {
	background-color: #E6E6E6;
	height: 100%;
	padding: 10px 15px 15px 15px;
}

.catalog-product-view .product.description p {
	color: #979797;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.catalog-product-view .product-models-section .tab-inner-content {
	color: #979797;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
}

.catalog-product-view .product-models-section .tab-inner-content ul {
	padding-left: 20px;
}

.catalog-product-view.page-product-grouped .parts-product-video iframe {
	height: 100%;
	border: 0px;
	outline: none;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav .parts-product-video {
	position: relative;
	padding: 0px;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav .parts-product-video:before {
	content: '';
	background-color: #25AAE1B0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	border-radius: 7px;
	left: 0px;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav .parts-product-video:after {
	content: '';
	background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -361px -8px;
	width: 33px;
	height: 33px;
	z-index: 9;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 30px;
}

.catalog-product-view.page-product-grouped .parts-product-gallery-nav ul li.active {
	border: 2.5px solid #25AAE1 !important;
}

.catalog-product-view #tab-label-description-title {
	padding-left: 0px;
}

.catalog-product-view .normal-price .price-label {
	display: block;
}

.catalog-product-view .page-layout-2columns-right .column.main,
.sparsh-mfp-wrap .catalog-product-view.page-layout-2columns-right .column.main {
	width: 100%;
}

.sparsh-mfp-wrap .catalog-product-view .product-info-main {
	max-width: 660px;
}

.catalog-product-view .product-info-sidebar .product.sku .type:after {
	content: '#:';
}

.catalog-product-view .questionqa .box-addanswer {
	position: relative;
	z-index: 9;
	background-color: #fff;
	padding: 0px 0px;
}

.sparsh-mfp-wrap .catalog-product-view .price-final_price .price {
	color: #000000 !important;
	font-size: 15px;
	font-weight: 400;
}

.sparsh-mfp-wrap .catalog-product-view .product-item-part-name {
	color: #000000;
	font-weight: 700 !important;
	margin-bottom: 0px !important;
	font-size: 13px;
}

.sparsh-mfp-wrap .catalog-product-view .product-item-part-number {
	font-weight: 700;
}

.sparsh-mfp-wrap .catalog-product-view .questionqa .box-addanswer #product-askquestion-button {
	padding: 4px 25px;
}

.sparsh-mfp-wrap .catalog-product-view .product-attribute-data .product {
	font-size: 14px;
}

.sparsh-mfp-wrap .sparsh-mfp-content .product-attribute-data .product .value {
	font-size: 14px;
}

.sparsh-mfp-wrap .sparsh-mfp-content .table.grouped .product-item-name {
	margin-bottom: 4px;
	padding-left: 15px;
}

.sparsh-mfp-wrap .catalog-product-view .table.grouped thead th.item,
.sparsh-mfp-wrap .catalog-product-view .table.grouped thead th.price,
.sparsh-mfp-wrap .catalog-product-view .table.grouped thead th.qty {
	padding-left: 30px;
	color: #000;
	font-weight: 700;
}

.catalog-product-view .sparsh-mfp-wra .table.grouped .product-item-name {
	padding-left: 15px;
}

.sparsh-mfp-wrap .catalog-product-view .main-product-detail {
	display: none;
}

.catalog-product-view .parts-product-image img {
	width: 100%;
	border-radius: 10px;
}

.catalog-product-view .questionqa {
	background-color: #fff;
	position: relative;
	z-index: 9;
	padding: 10px;
	padding-bottom: 20px;
	max-width: 1510px;
	margin: 0 auto;
}

.catalog-product-view.page-product-grouped #zoom_img {
	display: none;
}

.catalog-product-view .rating-summary .rating-result>span:before,
.catalog-product-view .review-control-vote label:before {
	color: #ffa41c;
}

.catalog-product-view .review-control-vote label:before,
.catalog-product-view .review-control-vote:before {
	font-size: 22px !important;
	line-height: 22px !important;
	height: 22px !important;
}

.catalog-product-view .review-list .review-items .review-content-container {
	padding-top: 16px;
}

.catalog-product-view .review-list .review-items .review-content-container .review-content {
	margin-bottom: 12px;
}

.catalog-product-view .review-list .review-items .review-content-container .review-details {
	font-style: italic;
}

.sparsh-mfp-wrap .catalog-product-view .questionqa {
	display: none !important;
}

.catalog-product-view .fotorama__thumb__arr--right,
.catalog-product-view .fotorama__thumb__arr--left {
	display: block;
	margin: 30px auto;
	width: 15px;
	height: 15px !important;
	border-top: 2px solid #08c;
	border-left: 2px solid #08c;
}

.catalog-product-view .fotorama__thumb__arr--right {
	transform: rotate(225deg) !important;
}

.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
	bottom: 0;
	transform: rotate(225deg) !important;
}

.catalog-product-view .fotorama__thumb__arr--left {
	transform: rotate(45deg);
}

.catalog-product-view .fotorama__thumb--icon {
	background-image: none;
}

@media only screen and (min-width:1190px) and (max-width: 1440px) {
	.catalog-product-view .product.media {
		width: 42% !important;
	}

	.catalog-product-view .product-info-main {
		width: 28% !important;
	}

	.catalog-product-view .product-info-sidebar {
		width: 30%;
	}

	.catalog-product-view .main .product-info-main .page-title-wrapper .page-title {
		font-size: 24px;
		line-height: 32px;
	}

	.catalog-product-view .price-box .price {
		font-size: 32px;
	}

	.catalog-product-view .product-info-main .product.overview p {
		font-size: 16px;
		line-height: 20px;
	}

	.catalog-product-view .product-info-main .product.overview .value {
		font-size: 16px;
		line-height: 20px;
	}

	.catalog-product-view .product-addto-links .action {
		margin-right: 7px;
	}

	.catalog-product-view .product-info-main {
		padding: 0px 15px;
	}

	.catalog-product-view .product-info-sidebar {
		max-width: 360px;
	}

	.catalog-product-view .product-info-sidebar .freight-ship-info {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.catalog-product-view .product-parts-section h3,
	.catalog-product-view .product-parts-section .product-parts {
		font-size: 16px;
	}

	.catalog-product-view .product-info-sidebar .price {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	.catalog-product-view .product-addto-links .action.towishlist,
	.catalog-product-view .product-addto-links .action.tocompare {
		font-size: 14px;
	}

	.catalog-product-view .tab-inner-content-label span {
		font-size: 26px;
	}

	.catalog-product-view .tab-inner-content .description .value>div,
	.catalog-product-view .product.description ul,
	.catalog-product-view .product-overview-section .tab-inner-content {
		font-size: 16px;
	}

	.catalog-product-view.page-product-grouped .main .product-info-main .page-title-wrapper .page-title {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.catalog-product-view.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .product-item-name {
		font-size: 13px !important;
	}

	.catalog-product-view.page-product-grouped .product-attribute-data .product {
		font-size: 13px !important;
	}

	.catalog-product-view.page-product-grouped.product-gallery-sticky .product.media {
		max-width: 710px !important;
		width: 47% !important;
	}

	.catalog-product-view.page-product-grouped .product-info-main {
		width: 50% !important;
	}

	.catalog-product-view.page-product-grouped .parts-product-stage {
		height: 360px;
	}

	.catalog-product-view .pdp .product-social-links .at-resp-share-element .at-share-btn {
		margin: 0 4px 0 5px;
	}

	.catalog-product-view.page-product-grouped .pdp .parts-product-image {
		max-width: 100%;
	}

	.sparsh-mfp-wrap .sparsh-mfp-content.catalog-product-view .column.main {
		display: block;
	}

	.sparsh-mfp-wrap {
		left: 5% !important;
		width: 90% !important;
	}

	.sparsh-mfp-wrap .catalog-product-view .product.media {
		width: 47% !important;
	}

	.sparsh-mfp-wrap .catalog-product-view .questionqa .box-addanswer #product-askquestion-button {
		padding: 4px 20px;
		font-size: 14px;
	}

	.sparsh-mfp-wrap .catalog-product-view .product-attribute-data .product {
		font-size: 12px !important;
	}

	.catalog-product-view .questionqa-bak {
		margin: inherit;
	}
}

@media(max-width:1180px) {
	.catalog-product-view .questionqa .box-addanswer #product-askquestion-button {
		padding: 4px 15px;
		font-size: 13px;
	}

	.catalog-product-view .tab-inner-content-label span {
		font-size: 22px;
	}

	.catalog-product-view.page-product-grouped .parts-product-image {
		max-width: 100%;
	}

	.catalog-product-view.page-product-grouped .product-info-main {
		width: 50% !important;
	}

	.catalog-product-view.page-product-grouped .product-info-main {
		max-width: inherit;
	}

}

@media(max-width:998px) {
	.catalog-product-view .product-info-main {
		width: 100%;
	}

	.catalog-product-view .product.media {
		width: 100% !important;
	}

	.catalog-product-view .fotorama__wrap {
		display: block;
		padding-right: 15px;
	}

	.catalog-product-view .product-info-sidebar {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
		clear: both;
	}

	.catalog-product-view .product-info-main {
		max-width: inherit;
		width: 100% !important;
	}

	.catalog-product-view .fotorama__stage {
		margin: 0 auto;
		max-width: 500px;
	}

	.catalog-product-view .questionqa .box-addanswer>.fieldset {
		width: 27%;
	}

	body.catalog-product-view:not(.checkout-cart-index):not(.customer-account-create):not(.checkout-index-index) .page-main .columns .column.main {
		display: block !important;
	}

	.catalog-product-view .main .product-info-main .page-title-wrapper .page-title,
	.catalog-product-view .price-box .price {
		font-size: 18px;
	}

	.catalog-product-view .product-info-main .product.overview p {
		font-size: 16px;
	}

	.catalog-product-view .product-brochure-view a {
		width: 100%;
	}

	.catalog-product-view.page-product-grouped .parts-product-gallery {
		display: block;
	}

	.catalog-product-view.page-product-grouped .parts-product-gallery-nav ul li {
		display: inline-block;
		margin: 10px 10px;
	}

	.catalog-product-view.page-product-grouped .parts-product-gallery-nav ul {
		padding-left: 0px;
		text-align: center;
	}

	.catalog-product-view.page-product-grouped .product-info-main {
		width: 100% !important;
	}

	.catalog-product-view.page-product-grouped .main .product-info-main .page-title-wrapper .page-title {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.catalog-product-view.page-product-grouped .product-attribute-data.row {
		display: block;
	}

	.catalog-product-view.sparsh-mfp-wrap .product-attribute-data .product .value {
		font-size: 14px !important;
	}

	.catalog-product-view.page-product-grouped .product-info-main .product.sku .type {
		font-size: 14px;
	}

	.catalog-product-view.page-product-grouped .product-attribute-data .product .type {
		font-size: 14px;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr td {
		border: 0px;

	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr td:first-child {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr td:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.catalog-product-view.page-product-grouped .product-attribute-data .product .value {
		font-size: 15px;
	}

	.catalog-product-view.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .product-item-name {
		padding: 5px 10px 5px 10px;
		font-size: 14px;
	}

	.catalog-product-view.page-product-grouped .product-item-part-number {
		padding-top: 10px;
		padding-left: 0px;
		font-size: 13px;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr.active td {
		border: 0px solid #006bb4 !important;
	}

	.catalog-product-view.page-product-grouped .product-info-main .product-add-form .box-tocart #product-addtocart-button {
		width: 130px !important;
	}

	.catalog-product-view.page-product-grouped .product-brochure-view a {
		padding: 10px 13px;
		font-size: 13px;
	}

	.catalog-product-view.page-product-grouped .product-add-form table {
		border-collapse: separate;
		border-spacing: 0px 8px;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr td {
		border: 2px solid #eee !important;
	}

	.catalog-product-view.page-product-grouped .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
		border-right: 0px solid #eee !important;
	}

	.catalog-product-view.page-product-grouped .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
		border-left: 0px solid #eee !important;
	}

	.catalog-product-view.page-product-grouped .product-add-form .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr.group-item.active>td {
		border-left: 2px solid #006bb4 !important;
	}

	.catalog-product-view.page-product-grouped .product-add-form .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr.group-item.active>td {
		border-right: 2px solid #006bb4 !important;
	}

	.catalog-product-view.page-product-grouped .product-add-form .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr.group-item>td {
		border-right: 2px solid #eee !important;
	}

	.catalog-product-view.page-product-grouped .product-add-form .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr.group-item>td {
		border-left: 2px solid #eee !important;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr.active td:nth-child(2) {
		border-right: 0px !important;
		border-left: 0px !important;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr td:nth-child(2) {
		border-right: 0px !important;
		border-left: 0px !important;
	}

	.catalog-product-view.page-product-grouped .product-attribute-data {
		margin-bottom: 25px;
	}

	.catalog-product-view.page-product-grouped .table-wrapper {
		border-top: 0px;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr {
		border: 0px solid #ccc;
		box-shadow: none;
	}

	.catalog-product-view.page-product-grouped .parts-product-stage {
		height: auto;
		margin-bottom: 10px;
	}

	.catalog-product-view.page-product-grouped .parts-product-stage .parts-product-video {
		position: relative;
		height: 360px;
	}

	.catalog-product-view .product-manual-link {
		width: 100%;
	}

	.catalog-product-view .box-addanswer {
		display: block;
	}

	.catalog-product-view .questionqa .box-addanswer>.fieldset {
		width: 100%;
		margin-bottom: 12px;
	}

	.catalog-product-view .fieldset>.actions {
		display: block;
	}

	.catalog-product-view .questionqa .box-addanswer>.fieldset.sortorder {
		width: 50%;
		max-width: inherit;
		margin-right: 0px;
	}

	.catalog-product-view .questionqa .box-addanswer #product-askquestion-button {
		width: 100%;
	}

	.catalog-product-view .max-col-3 {
		max-width: inherit;
	}

	.catalog-product-view .product.info.detailed .data.item.title a {
		margin: 10px 0px;
		border: 1px solid #d6d6d6 !important;
		background-color: #f6f6f6 !important;
		font-size: 16px;
		padding: 10px;
	}

	.catalog-product-view .product.info.detailed .data.item.title.active a {
		border: 1px solid #d6d6d6 !important;
		border-right: 0px solid #777 !important;
		background-color: #25aae1 !important;
		font-size: 16px;
		color: #fff !important;
		padding: 10px;
	}

	.catalog-product-view .product-overview-section,
	.catalog-product-view .product-details-section {
		margin: 40px 0px;
		margin-top: 0px;
	}

	.catalog-product-view .product.data.items .item.title a:after {
		right: 15px;
		top: 10px;
		font-size: 23px;
	}

	.catalog-product-view .mp-product-slider-title {
		font-size: 25px;
	}

	.catalog-product-view .cat-inner-cus .subcatname_cusin h2 {
		font-size: 25px;
		margin-top: 0px;
	}

	.catalog-product-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
		position: absolute;
	}

	.catalog-product-view #tab-label-description-title {
		padding-left: 20px;
	}

	.catalog-product-view .questionqa .box-addanswer>.sortorder.last {
		float: right;
		width: 48%;
	}

	.catalog-product-view.page-product-grouped .product-add-form table tbody tr.active td {
		border: 2px solid #006bb4 !important;
	}

	.catalog-product-view.page-product-grouped .sparsh-mfp-wrap .product-attribute-data .product .value {
		font-size: 15px;
	}

	.catalog-product-view.page-product-grouped.product-gallery-sticky .product.media {
		position: relative;
	}

	.parts-product-image {
		margin: 0 0 0 auto;
	}

	.sparsh-mfp-wrap {
		left: 5% !important;
		width: 90% !important;
	}

	.catalog-product-view .pdp .at-svc-pinterest_share {
		background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -185px -13px;
		width: 19px;
		height: 19px;
		display: inline-block;
		position: relative;
		top: -2px;
	}

	.catalog-product-view .pdp .at-svc-mailto {
		background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png') no-repeat -223px -15px;
		width: 20px;
		height: 16px;
		display: inline-block;
		position: relative;
		top: -2px;
	}

	.catalog-product-view.page-product-grouped .product-addto-links {
		display: inline;
		width: 55%;
	}

	.catalog-product-view .pdp .product-social-links .at-resp-share-element .at-share-btn {
		margin: 0 3px 0 5px;
	}

	.catalog-product-view .product.info.detailed .data.item.title.active a .counter {
		color: #ffffff !important;
	}

	.catalog-product-view .cstm-lr-arrow .owl-controls .owl-prev {
		left: -10px;
	}

	.catalog-product-view .cstm-lr-arrow .owl-controls .owl-next {
		right: -10px;
	}

	.catalog-product-view .product-social-links .addthis_inline_share_toolbox .at-share-btn-elements {
		margin-top: 0px;
	}

	.catalog-product-view .pdp.product-info-main .product-social-links {
		display: flex;
		justify-content: space-between;
	}
}

@media(max-width:767px) {
	.catalog-product-view .product.info.detailed .data.item.title.active a {
		border-right: 1px solid #d6d6d6 !important;
	}

	.catalog-product-view.page-product-grouped .parts-product-stage .parts-product-video {
		height: 270px;
	}

	.catalog-product-view .product-info-sidebar .freight-ship-info {
		font-weight: 700;
		font-size: 14px;
	}

	.catalog-product-view .product-social-links .addthis_inline_share_toolbox {
		float: right;
	}

	.catalog-product-view.page-product-grouped .pdp.product-info-main .product-social-links {
		display: inline-block;
		margin-bottom: 0px;
	}

	.catalog-product-view .pdp.product-info-main .product-social-links {
		display: block;
	}

	.catalog-product-view .questionqa .box-addanswer>.fieldset.sortorder {
		width: 100%;
	}

	.catalog-product-view .questionqa .box-addanswer>.sortorder.last {
		width: 100%;
	}

	.catalog-product-view .product.info.detailed .product.data.items>.item.content {
		margin-top: 30px;
	}

	.catalog-product-view .box-addanswer {
		margin-top: 0px;
	}

	.catalog-product-view .fieldset>.legend {
		font-size: 14px;
	}

	/* home new */
	.page-header.type5 .logo img {

		width: auto !important;
		height: auto !important;
		max-width: 130px !important;
	}

	#pas-mini-form .pas-nav-right .pas-button {
		height: 43px !important;
	}

}

/**22-2-2023**/

@media only screen and (min-width:1024px) and (max-width:1280px) {
	.home-explore-our-products-section .category-name {
		font-size: 16px !important;
	}

	.home-explore-our-products-section .category-info {
		padding: 10px !important;
		margin: 0px 9px !important;
	}
}

@media only screen and (min-width:480px) and (max-width: 1024px) {
	.new_video_gallery_container ul.video-gallery-list li.video-item {
		flex: 0 0 auto;
		width: 47.7%;
	}

	/* .new_video_gallery_container ul.video-gallery-list {
		gap: 2.5%; 
	} */
}

@media only screen and (max-width:480px) {
	.new_video_gallery_container ul.video-gallery-list li.video-item {
		flex: 0 0 auto;
		width: 100%;
	}

	.new_video_gallery_container ul.video-gallery-list {
		gap: 0;
	}
}


/* */

/* industries we serve section  */
.industries-we-serve-section {
	margin: 0px !important;
}

ul.company-icon-cus li>a img {
	max-height: auto !important;
	width: 100%;
}

ul.company-icon-cus li>a {
	background-color: #fff;
	box-shadow: 0px 2px 1.88px 2.12px rgba(29, 29, 29, 0.06);
	border-radius: 5px;
	text-align: left;
	position: relative;
}

ul.industries-we-serve-list li>a span.industry-sub-cat-info-wrap {
	position: relative;
	display: block;
}

ul.industries-we-serve-list li>a span.industry-sub-cat-info-wrap img {
	vertical-align: middle;
}

.industry-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 10px 10px 10px;
	border-radius: 0px 0px 5px 5px;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center !important;
	background: transparent linear-gradient(90deg, #006994 0%, #25aae1 100%) 0% 0% no-repeat padding-box;

}

/* .industry-title::after{
	content: "";
    background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/right_arrow.png) !important;
    width: 20px;
    height: 20px;
    top: 11px;
	right: 0px;
	background-size: 14px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
} */

ul.industries-we-serve-list li>a {
	padding: 5px;

}

.industry-sub-cat {
	position: relative;
}

.industry-sub-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(29, 108, 150, 0.8509803921568627);
}

.industry-sub-cat:hover .industry-sub-overlay {
	opacity: 1;

}

.industry-sub-cat:hover .industry-title {
	visibility: hidden;
}

.industry-sub-text {
	color: white;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}

ul.industries-we-serve-list li {

	padding: 0 20px 12px 20px !important;
}

/* indeustries we serve section end */

/* home- our commitment section start */
/* .our-commitment-wrapper{
	background-image: url(/media/images/our-commitment-section-bg-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.our-commitment-section {
	position: relative;
	padding: 0px;
}

.our-commitment-section .our-commitment-bg img {
	display: block;
	position: absolute;
	border-radius: 0px !important;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.our-commitment-section .our-commitment-header {
	position: relative;
	padding-left: 50px;

}

.our-commitment-section .our-commitment-list {
	/* oc changes */
	/* padding-left: 50px; */
}

.our-commitment-section h2 {
	font-size: 45px;
	color: #fff !important;
	padding: 43px 0px 0px 0px;
	margin: 0px !important;
	font-weight: 600;
    line-height: 1.1;
}

.our-commitment-section p {
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.15px;
	margin-top: 0.7rem;
}

.our-commitment-image {
	transition: all .3s ease;
}

.our-commitment-list {
	padding: 20px 0 30px 0;
}

.hs-commitment-card {
	text-align: center;
	position: relative;
	display: block;
	/* oc changes */
	/* max-width: 260px; */
	margin: 0 auto;
	/* background: rgba(13, 13, 13, 0.659); */
	padding: 20px 20px;
	height: 280px;
	background-color: rgba(0, 0, 0, 0);
	/* opacity: 0.25; */
	/* background: linear-gradient(to right, red, yellow); */
	background-size: 200% 100%;
	background-position: right bottom;
	/* transition: all 1s ease; */
	/* animation: nextarrow 1s reverse; */
	/* transition: background-color 1s; */
	animation: mouseout 1s forwards;
}

.hs-commitment-card:hover {
	background-color: rgb(37 169 225 / 84%);
	padding: 15px;
	animation: nextarrow 0s ease;

}

#pas-mini-form.pas-active #pas-tooltip {
	top: 50px !important;
}


/* .hs-commitment-card:not(:hover){
background-color:#000;
transition: all 2s ease;
} */
@keyframes nextarrow {
	0% {
		background-color: transparent;
	}

	100% {
		background-color: rgb(37, 169, 225, 0.84);

	}
}


@keyframes mouseout {
	0% {
		background-color: rgb(0, 0, 0, 0.50);
	}

	100% {
		background-color: transparent;
	}
}

/* .hs-commitment-card:hover {

	/* background-color: rgb(37 169 225 / 84%); */
/* animation-name: background-color;
	animation-duration: 500ms;
	animation-direction: alternate; 
	background: linear-gradient(to right, red, yellow);
	background-position: center bottom;
	} 
	/* .hs-commitment-card:hover:after{ 
		background: linear-gradient(to left, black, blue);
	} */
/* 	
	@keyframes background-color {
		0%{
			background-color: rgb(37 169 225 / 84%);
		}
		25%{
			background-color: rgb(37 169 225 / 84%);
		}
		50%{
			background-color: rgb(37 169 225 / 84%);
		}
		100% {
			background-color: rgb(37 169 225 / 84%);
		}
	} */

.hs-commitment-card-title {
	font-size: 25px;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	transition: all .3s ease;
	font-family: 'Helvetica-nlt-pro-md';
	font-weight: 500;
}

.hs-commitment-card p {
	font-size: 18px !important;
	color: #fff;
	display: none;
	margin: 0 auto;
	transition: all .3s ease;
	max-width: 200px;
}

.hs-commitment-hoverimg {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s ease;
}

.hs-commitment-hoverimg::before {
	position: absolute;
	bottom: -15px;
    right: -15px;
	/* transform: scale(1.2) !important; */
	/* width: 125px;
    height: 125px;
    background-size: 100px; */

	width: 151px;
	height: 151px;
	background-size: 125px;

}

.hs-speedometer::before {
	content: "";
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/speedometer-white.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.hs-robotic::before {
	content: "";
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/robotic-arm-white.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.hs-social::before {
	content: "";
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/social-responsibility-white.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.hs-conveyorbelt::before {
	content: "";
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/conveyor-belt-white.png);
	background-position: right bottom -5px;
	background-repeat: no-repeat;
	transition: all .3s ease;

}

.hs-system-integration::before{
	content: "";
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/system-integration.png);
	background-position: right bottom ;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.hs-service::before{
	content: "";
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/service.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.hs-commitment-card:hover .hs-conveyorbelt::before,
.hs-commitment-card:hover .hs-social::before,
.hs-commitment-card:hover .hs-robotic::before,
.hs-commitment-card:hover .hs-speedometer::before,
.hs-commitment-card:hover .hs-system-integration::before,
.hs-commitment-card:hover .hs-service::before {
	/* transform: scale(0.9); */
	transform: scale(0.7);
	transition: all .3s ease;
}
.hs-commitment-link{
	width:100%;
}



.hs-commitment-card:hover .hs-commitment-card-title {
	padding-bottom: 10px;
	font-size: 30px;
}

.hs-commitment-card:hover .our-commitment-image:not(picture) {
	/* transform: scale(0.5); */
	transition: all .3s ease;
	padding: 25px;
	top: 10px;
	position: relative;
	/* animation-timing-function: linear; */
	/* width: 120px;
    height: 120px; */
}


.hs-commitment-card:hover .hs-commitment-card-title {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	transition: all .3s ease;
}

.hs-commitment-card:hover p {
	display: block;
	line-height: 24px;
	transition: all .3s ease;
	font-size: 18px !important;
	max-width: 230px;
	margin-top: -5px;
}

.hs-commitment-card:hover .hs-commitment-hoverimg {
	z-index: 1;
	opacity: 0.2;
	/* transform: scale(0.95); */
	/* transition: transform .5s;  */
	transition: all .3s ease;
	animation-direction: reverse;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

.hs-commitment-card img {
	padding: 20px;
	width: 135px;
}

/* .hs-commitment-card:hover .fadeInUp{animation:fadeInUp 0.2s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 10px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
} */
/* oc changes oc */
.row.our-commitment-list{
	margin:0px !important;
}
/* oc changes oc */
/* home- our commitment section end */

.our-commitment-col {
	/* oc changes */
	/* max-width: 260px !important;  */
}

.hs-commitment-card:hover .our-commitment-image:not(picture) {
	top: -20px;
}

.hs-commitment-card:hover .hs-commitment-card-title {
	margin-top: -37px;
}

/**12-6-2023**/
.page-product-grouped .product-info-main .parts-help-box {
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.page-product-grouped .product-info-main .parts-help-box a {
	font-size: 14px;
}

.page-product-grouped .product-info-main div#parts-help-content.active {
	display: block;
	position: absolute;
	background-color: #fff;
	z-index: 9;
	padding: 25px 18px;
	width: 480px;
	right: 5px;
	border-top: 6px solid #0088cc;
	color: #000000;
	border-radius: 8px;
	box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.25);
	top: 35px;
}

.page-product-grouped .product-info-main div#parts-help-content span,
.page-product-grouped .product-info-main div#parts-help-content p {
	font-size: 15px !important;
}

.page-product-grouped .product-info-main #parts-help-content.active:before,
.page-product-grouped .product-info-main #parts-help-content.active:after {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	top: -22px;
}

.page-product-grouped .product-info-main #parts-help-content.active:before {
	left: auto;
	right: 26px;
	border: 8px solid;
	border-color: transparent transparent #0088cc transparent;
}

.page-product-grouped .product-info-main #parts-help-content.active:after {
	left: auto;
	right: 25px;
	border: 9px solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

#super-product-sub-table .product-item-part-number {
	padding-left: 17px;
	padding-bottom: 2px;
	padding-top: 0px;
}

#super-product-sub-table span.product-item-part-number {
	font-size: 12px;
}

#super-product-sub-table .sub-product-item.active td {
	border: 1px solid rgb(195 195 195 / 55%) !important;
}

#super-product-sub-table .sub-product-item td {
	padding-top: 8px;
}

#super-product-sub-table .sub-product-item td {
	border: 1px solid rgb(195 195 195 / 55%) !important;
	border-radius: 0px;
}

#super-product-sub-table .sub-product-item td:first-child {
	border: 1px solid rgb(195 195 195 / 55%) !important;
	border-radius: 8px;
	border-right: 0px !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#super-product-sub-table .sub-product-item td:nth-child(2) {
	border-right: 0px !important;
	border-left: 0px !important;
}

#super-product-sub-table .sub-product-item td:last-child {
	border-left: 0px !important;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.groupdd.active td {
	border-radius: 10px;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.group-item.active td #super-product-sub-table tr.sub-product-item:hover td {
	border: 1px solid #006bb4 !important;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.group-item.active td #super-product-sub-table tr.sub-product-item:hover td:nth-child(2) {
	border-left: 0px !important;
	border-right: 0px !important;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.group-item.active td #super-product-sub-table tr.sub-product-item:hover td:first-child {
	border-left: 1px solid #006bb4 !important;
	border-right: 0px !important;
}

.catalog-product-view.page-product-grouped .product-add-form table tbody tr.group-item.active td #super-product-sub-table tr.sub-product-item:hover td:last-child {
	border-left: 0px !important;
}

/* .catalog-product-view.page-product-grouped .product-add-form table tbody tr.group-item.td{
	border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
} */
/* .catalog-product-view.page-product-grouped .product-add-form table tbody tr.group-item.active td{
	border-left: 1px solid #006bb4 !important;
    border-right: 1px solid #006bb4 !important;
} */


@media only screen and (min-width:1440px) {
	header.reel-head-cus>.panel.wrapper>.panel.header {
		/* max-width: 1600px; */
		max-width: 100%;
		margin: 0 0 0 auto;
	}

	.showcart {
		padding: 3px 10px;
	}

	.minicart-wrapper {
		margin: 10px 0;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper {

		width: 72px;
		height: 55px;
	}


}

@media (max-width: 1600px) {

	/* home new */
	.hs-commitment-card {
		/* height: 360px; */
		padding: 20px;
	}



	.hs-commitment-card p {
		font-size: 16px;
	}

	.hs-commitment-hoverimg::before {
		/* background-size: 110px; */
		background-size: 100%;
		bottom: -20px;
		right: -20px;
	}

	.hs-commitment-card:hover .hs-commitment-card-title {
		font-size: 18px;
	}

	.hs-commitment-card:hover {
		/* oc changes */
		/* padding: 0px 30px 20px 30px; */
		padding: 0px 10px 20px 10px;
	}

	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		padding: 20px 25px 20px;
	}

	.hs-commitment-card:hover .hs-commitment-card-title {
		margin-top: -10px;
	}

	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		top: 0px;
	}


	/* .hs-youtube-video-div {
		height: 400px;
	} */


}

@media(max-width:1650px) {
	.navigation .ui-menu-item.classic {
		/* padding: 0px 18px !important; */
	}
}

@media (max-width: 1440px) {
	.page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart {
		padding: 0px 0px 0px 7px;
	}

	#pas-mini-form {
		max-width: 100% !important;
	}

	.post-meta {

		/* display: block !important; */
	}

	.buy-online-bottombtn {
		font-size: 25px !important;
	}

	.hs-blog-post h3 {
		font-size: 40px;
	}

	.hs-blog-post .card-title {
		font-size: 20px;
		line-height: 26px;
	}

	.hs-blog-post .card-text {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 40px;

	}
	.hs-commitment-card-title {
		font-size: 16px;
	}

	.post-meta {

		margin-bottom: 0px;
	}

	/* .hs-blog-post {
    padding: 2px 100px 60px 100px;
} */
	.industries-we-serve-section .owl-nav {
		top: 60% !important;
	}

	/* .hs-commitment-card:hover {
		padding: 20px 10px 20px 10px;
	} */
	.hs-commitment-card:hover .hs-commitment-card-title {
		margin-top: -8px;
	}
	

}
 @media (max-width:1401px){
	.hs-commitment-card {
		 height:300px;
	}
} 

@media(max-width:1300px) {
	.page-header .box-language {
		left: 0px !important;
	}
}

@media (max-width: 1280px) {
	#pas-mini-form {
		margin-left: 0px;
	}

	.product-item-info.type1 .product.name a,
	.product-item-info.type9 .product.name a {
		font-size: 18px !important;
	}

	.post-date {

		padding-right: 10px;

	}

	/* company-page */
	.company-sub-cat-title {
		/* padding: 5px 30px 5px 10px; */
		padding: 7px 30px 7px 10px;

	}

	.hs-commitment-card {
		/* oc changes */
		height:300px;
		/* height: 285px; */
	}

	/* our-commitment */
	/* .hs-commitment-card{
width:250px;
height: 100%;
} */
	.home-explore-our-products-section .category-name {
		padding: 0px 0px 0px 6px !important;
	}

	.navigation ul li span {
		font-size: 16px;
	}

	.navigation .subchildmenu li span {
		font-size: 12px;
	}

	.navigation .ui-menu-item.classic {
		/* padding: 0px 20px !important; */
	}
	/* buy parts */
	.bp-search-section .similar-parts-list .qty{
		margin-left:40px !important;
	}
	.bp-search-section .similar-parts-list .field.qty{
		width: 132px !important;
	}
	.bp-search-section .bp-content-title {
		font-size: 20px !important;
	}
	.bp-search-section #bp_search {
		color: #BCBCBC;
		font-size: 16px !important;
	}
	.bp-category-page .rp-category-content .mp-product-slider-title {
		font-size: 30px !important;
	}
	.bp-contact-section .bp-contact-title {
		font-size: 26px !important;
	}
	.bp-contact-section .bp-contact-sub-title {
		font-size: 20px !important;
	}
	.bp-contact-section .bp-contact .legend, .bp-contact-section .bp-contact .comment span {
		font-size: 16px !important;
	}
	.bp-contact-section .bp-contact input {
		font-size: 16px !important;
	}
	.bp-contact-section .contact-box-title {
		font-size: 26px !important;
	}
	.bp-contact-section .contact-box-content {
		font-size: 16px !important;
	}
	.bp-faq-section .bp-faq-title {
		font-size: 30px !important;
	}
	.bp-faq-section .faq-category-title {
		font-size: 20px !important;
	}	
	.bp-faq-section .am-title {
		font-size: 18px !important;
	}

}

@media(min-width:1280px) {
	header.page-header.type5.reel-head-cus .logo-main .logo img {
		/* max-width: 210px; */
		max-width: 260px !important;
	}
	#homepage-video{
		object-fit:cover;
	}
	.home-banner-video {
		height:100vh;
	}
	



}



@media (max-width:1279px) {
	.home-quick-nav-section ul {
		display: block !important;
	}

	.home-quick-nav-section ul li {
		display: inline-block !important;
		align-items: center;
		padding: 20px 30px !important;
		margin-bottom: 0px;
		width: 33%;
		/* text-align: center; */
	}

	/* home new */
	.industries-we-serve-section .slide-title {
		font-size: 25px !important;
	}

	.industries-we-serve-section .slide-big-title {
		font-size: 40px !important;
		margin-top: 0px !important;
	}

	.industries-we-serve-section .owl-nav {
		top: 50%;
	}

	.industries-we-serve-section .fa-angle-right,
	.industries-we-serve-section .fa-angle-left {
		padding: 10px 15px !important;
	}

	.our-commitment-section .our-commitment-header {
		padding: 20px;
		text-align: center;
	}

	.navigation .ui-menu-item.classic {
		/* padding: 0px 3px !important; */
	}

	.hs-commitment-card {
		/* height: 365px; */

	}



}

@media (max-width:1280px) {
	.page-header .box-contact a {
		/* font-size: 14px !important; */
	}

	/* home new */
	.home_new_explorenow_row h2 {
		font-size: 35px;
		line-height: 50px;
	}

	.home_new_explorenow .precision {
		font-size: 18px;
		line-height: 27px;
	}

	.home-quick-nav-section ul li span {
		font-size: 16px !important;
	}

	.industry-heading-block h2 {
		font-size: 35px !important;
	}

	.industry-heading-block p {
		font-size: 18px;
	}

	.industries-we-serve-section .slide-title {
		font-size: 30px !important;
	}

	.industries-we-serve-section .slide-big-title {
		font-size: 45px !important;
	}

	.our-commitment-section h2 {
		font-size: 35px;
	}

	.our-commitment-section p {
		font-size: 22px;
	}

	.hs-blog-post h3 {
		font-size: 35px;
	}

	.hs-blog-post .post-title a {
		font-size: 18px;
	}

	.hs-readmore {
		font-size: 18px;
	}

	.hs-youtube-video h2 {
		font-size: 35px;
	}

	.hs-youtube-video p {
		font-size: 20px;
	}

	.hs-watchbtn a.button-link.online-btn-link {
		font-size: 16px;
	}

}


@media (max-width:1200px) {

	/* company-page */
	.company-sub-cat-title {
		padding: 5px 23px 5px 3px;
		font-size: 12px;
	}

	.company-sub-cat-title::after {
		top: 8px;
		background-size: 10px;
	}

	.home_new_explorenow .first-img {
		margin-left: 10px;
	}

	/* home new */
	.hs-blog-post h3 {
		margin-bottom: 20px;
	}
	/* price design fix */
	.rp-category-page .category-group-content .product-item-price .old-price .price {
		font-size: 14px;
	}


}

@media (max-width:1199px) {
	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		/* padding: 20px 60px 20px */
		/* oc changes */
		padding: 20px 30px 20px;
	}

	.hs-commitment-card img {
		padding: 20px;
	}

	.our-commitment-section .our-commitment-list {
		padding: 30px 20px;

	}

	.home-explore-our-products-section .category-info {

		min-height: 150px;
	}
		/* oc changes */
	.hs-commitment-card {
		/* oc changes */
		height:265px;
		margin-top: 10px;
		
	}
}

@media (max-width: 1024px) {
	.reel-head-cus .sections.nav-sections {
		padding-left: 0px !important;

	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0>.level-top {
		font-size: 15px;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper {
		right: 60px;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0>.level-top {
		font-size: 15px;
	}

	.span-text {
		font-size: 50px;
	}

	.hs-home-product-video {
		/* padding:130px 20px; */
	}

	.hs-youtube-video p {
		font-size: 18px;
	}

	.hs-home-product-video {
		/* padding: 160px 20px; */
	}

	.hs-youtube-video p {
		font-size: 15px;
	}

	.hs-home-product-video img {
		width: 50px;
	}

	.hs-watch-vid-btn {
		/* padding: 0px 0px 3px 24px; */
		margin-top: 0px;
	}

	.hs-watch-vid-div {

		padding: 13px 19px 0 0;
	}

	.buy-online-bottombtn {
		font-size: 20px !important;
	}

	.hs-blog-post .card-title {
		font-size: 17px;
		line-height: 23px;
		/* height:110px; */
	}

	.hs-blog-post .card-text {
		height: 180px;
	}

	.hs-readmore {
		font-size: 14px;
	}

	.hs-text {
		font-size: 15px;
	}

	.hs-blog-post h3 {
		font-size: 35px;
	}

	.industry-heading-block h2 {
		font-size: 35px !important;
	}
	
	.hs-youtube-video h2 {
		font-size: 35px;
	}

	.hs-reel-power-img {
		width: auto;
		height: auto;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper {
		right: 10px;
	}

	.hs-video {
		/* padding:30px 0px; */
	}

	.hs-col-post {
		margin: 20px 0px;
	}

	.reelind-icon-calendar,
	.reelind-icon-user {
		font-size: 10px;
	}

	.rp-footer-logo-block img {
		width: 100%;
	}

	.hs-shop-now-div {

		/* margin: 20px auto; */
		padding: 18px 30px 12px 20px;
		font-size: 17px;
	}

	.hs-buy-online-row {
		/* text-align:center; */
	}

	.buy-online-section h3 {
		font-size: 28px;
		margin-top: 20px;
	}

	.buy-online-section h3 {
		padding-left: 0px !important;
		padding-right: 10px;

	}

	.hs-buy-online-row {

		margin-bottom: 0px;
	}

	.product-item-info.type1 .product.name a,
	.product-item-info.type9 .product.name a {
		font-size: 15px !important;
	}

	.breadcrumbs {
		display: block !important;
		/* display: none; */
	}

	ul.industries-we-serve-list li {
		width: 50%;
	}

	/* our commitment -home */
	.hs-commitment-card {
		/* width: auto;
		height: 100%; */
		padding: 40px 30px;
	}

	.hs-commitment-card-title {
		font-size: 18px;
	}

	.hs-commitment-card-body p {
		font-size: 12px;
	}

	.hs-commitment-card {
		/* height:100%; */
	}

	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		padding: 45px 40px 30px;
	}

	.hs-commitment-card:hover .hs-commitment-card-title {
		font-size: 20px;
	}

	.hs-commitment-card p {
		font-size: 15px;
	}

	.our-commitment-header h3 {
		font-size: 35px;
		padding-top: 20px;
		margin-bottom: 18px !important;
	}

	.our-commitment-header p {
		font-size: 18px;
	}

	.hs-youtube-video {
		margin: 20px 0px 0px 0px;
	}

	.home-quick-nav-section .quick-nav-image img {
		width: 35px;
		height: 35px;
	}

	.home-quick-nav-section ul li span {
		font-size: 16px;
	}

	.bg-hs-youtube {
		margin: 30px 0;
	}

	.our-commitment-wrapper {
		padding: 20px 15px !important;
	}
}

@media (max-width:1024px) {
	ul.company-sub-categories-section li {
		width: 50%;
	}

	.company-sub-cat-title {
		padding: 5px 35px 5px 5px !important;
		font-size: 12px;
	}

	.hs-commitment-card p {
		display: block;

	}

	.hs-commitment-card {
		background-color: rgb(37 169 225 / 84%);
		/* margin: 15px 0px; */
			/* oc changes */
			margin: 10px 0px;
		animation: none;
		padding: 20px 20px;
	}

	.hs-commitment-card:hover p,
	.hs-commitment-card p {
		font-size: 18px !important;
		color: #fff;
		margin: 0 auto;
		transition: all .3s ease;
		max-width: 200px;
	}

	.hs-commitment-hoverimg {
		z-index: 0;
		opacity: 0.1;
	}

	.home-quick-nav-section {
		margin: 15px 15px 15px 15px !important;
	}

	.hs-commitment-card {
		/* height: 300px; */
		height: 330px;
	}
	/* oc changes */
	.hs-commitment-hoverimg::before {
		bottom: 0px;
		right: 0px;
	}
}

@media (max-width:991px) {
	.articleCard h6 {
		font-size: 20px;
	}

	/* new home */
	.hs-reel-para,
	.hs-reel-para1 {
		text-align: center;
	}

	.hs-youtube-video h2 {
		text-align: center;
	}

	.hs-watchbtn {
		text-align: center;
	}

	.hs-youtube-content-div {
		margin-top: 25px;
	}

	.home_new_explorenow_row h2 {
		font-size: 30px;
		line-height: 43px;

	}

	.home_new_explorenow .precision {
		font-size: 18px;
		line-height: 30px;
	}

	.home-quick-nav-section ul li {
		width: 49%;
	}

	.hs-blog-post .card {
		min-height: 440px;
	}

	.hs-youtube-content-div {
		padding-left: 0px !important;
	}

	.industries-we-serve-section .slide-title {
		font-size: 20px !important;
	}

	.industries-we-serve-section .slide-big-title {
		font-size: 30px !important;
	}

	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		/* padding: 20px 60px 20px; */
		/* oc changes */
		padding: 20px 30px 20px;
	}

	.hs-commitment-card img {
		padding: 30px;
	}

	.our-commitment-section .our-commitment-list {
		padding: 20px 20px;
	}

	.hs-commitment-card-title {
		padding-top: 0px;
	}

	.hs-youtube-video .row {
		padding: 0px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .header.links {
		top: 15px;
		/* left: -60px; */
		z-index: 100;
		right: -35px;
	}

	.page-header .switcher .options ul.dropdown,
	.page-footer .switcher .options ul.dropdown {
		left: -84px !important;
		top: 13px;
	}

}

@media (max-width:820px) {
	.home-banner-video-content {

		font-size: 35px;
	}
}

@media (max-width:820px) {
	.rp-social-share-links-block li {
		padding: 0px 15px;
	}
}

/* @media (max-width:899px){
		.home_new_explorenow .precision {
			margin-top:-30px;
		}
	} */

@media (max-width:768px) {
	.hs-text {
		font-size: 10px;
	}

	.buy-online-bottombtn {
		font-size: 15px !important;
	}

	.product-item-info.type1 .product.name a,
	.product-item-info.type9 .product.name a {
		font-size: 15px !important;
	}

	.hs-col-post {
		margin: 20px 0px;
	}

	.rp-footer-logo-block p {
		font-size: 15px;
	}

	.rp-social-share-links-block li {
		padding: 0px 10px;
	}

	.footer-contact-address-block {
		font-size: 15px !important;
		padding-left: 0px;
	}

	.footer-contact-email-block {

		font-size: 15px !important;
	}

	.footer-contact-block p {
		font-size: 15px !important;
	}

	.madeinamerica-cert-logo {
		width: 75px;
	}

	.iso-cert-logo {
		width: 75px;
	}

	.rp-social-share-links-block li {
		padding: 0px 10px;

	}

	.footer-contact-block {
		padding-left: 0px;
	}

	.hs-watchbtn {
		margin: 20px;
	}

	.hs-youtube-video h2 {
		text-align: center;
	}

	.hs-reel-para,
	.hs-reel-para1 {
		text-align: center;
	}

	.hs-watch-vid-div {
		margin: 20px auto;
	}

	.hs-watchbtn {
		text-align: center;
	}

	.span-text {
		font-size: 45px;

	}

	.navigation .ui-menu-item.classic,
	.navigation .subchildmenu li.ui-menu-item,
	.reel-head-cus.page-header.type5:not(.header-newskin) .level0:hover>a.level-top {
		border-bottom: none !important;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .level0:hover>a.level-top {
		font-weight: normal !important;
		margin-bottom: 0px;
	}

	.home-banner-video-content {
		font-size: 40px;
		margin-top: -30% !important;
	}


	.company-sub-cat-title::after {
		top: 9px;
		background-size: 10px;
	}

	.company-sub-cat-title {

		font-size: 12px;
	}

	/* our commitment -home */
	.hs-commitment-card {
		/* width: auto;
			height: 100%; */
		/* height: 100%; */
		padding: 40px 20px;
		margin: 0 auto;
		margin-top: 20px;
		max-width: inherit;
	}

	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		/* transform: scale(0.9); */
	}

	.hs-commitment-card:hover {
		padding: 20px 20px 20px 20px;
	}

	.hs-commitment-hoverimg::before {
		/* background-size: 80px; */
		background-size: 100%;
		bottom: 10px;
		right: 10px;
	}

	.hs-commitment-card:hover .hs-commitment-card-title {
		margin: 0px;
		padding-top: 0px;
	}

	.our-commitment-col {
		margin: 0px;
	}

	.our-commitment-image:not(picture) {
		padding: 20px;
	}

	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		/* padding: 20px; */
		/* oc changes */
		padding: 30px;
	}

	#pas-mini-form {
		width: 500px !important;
	}

	/* .home-explore-our-products-section {
		margin-top: 170px;
	} */

	/* .nav-toggle{
		right: auto;
		float: right;
	} */
	/* .panel.header .links, .panel.header .switcher {
		display: block !important;
	} */

	.section-items.nav-sections-items.mage-tabs-disabled .header.links {
		display: block;
	}





}


/* @media (min-width:1025px){ */
.hs-buy-online-row {
	display: inline-flex;
	margin-bottom: 35px;
}

/* } */

@media(min-width:1025px){
	.hs-commitment-card {
		max-width: 260px;
	}
}
@media (max-width:851px) {
	.home-banner-video-content {
		font-size: 25px;
		margin-top: -28% !important;
	}

	.span-text {
		font-size: 30px;
	}

	.explore-more-link {
		padding: 7px 0px;
		width: 150px;
		height: auto;
	}
}

@media (max-width:768px) {
	.page-header .left-section {
		display: block !important;
		padding: 10px 25px 0px 25px;
	}

	.pas-form-regular-wrapper {
		width: 90% !important;
	}

	.page-header.type5 .nav-toggle {
		float: right !important;
		margin-left: 10px;
		line-height: 22px;
	}

	.page-header .navigation .level0.parent>a:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000 !important;
	}

	.ui-menu-item .row {
		display: block;
	}

	.our-commitment-col {
		max-width: inherit !important;
	}

}

@media (max-width:767px) {
	.nav-toggle {
		margin-right: 0px;
	}

	.span-text {
		font-size: 30px;

	}

	.home-banner-video-content {
		font-size: 25px;
		margin-top: -60% !important;
		padding: 50px;
	}

	.page-header {
		padding: 10px;
	}

	#pas-mini-form {
		padding: 6px 0px 5px 6px !important;
	}

	#pas-mini-form .pas-nav-left,
	#pas-mini-form .pas-nav-center,
	#pas-mini-form .pas-nav-right {

		padding: 0px 4px !important;
	}

	#pas-mini-form .pas-nav-right .pas-button svg {

		/* width: 18px !important; */
		/* top: 42% !important; */
	}

	.mob-back-sec {
		background-color: rgb(0 0 0 / 52%);

	}

	.mob-back-sec img {
		width: 100%;
		position: relative !important;
		top: 4px !important;
	}

	.page-wrapper header.page-header.type5.reel-head-cus {

		background-color: rgb(0 0 0 / 52%);
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper {
		right: 0px;
	}

	.hs-youtube-span {
		display: block;
	}

	.hs-youtube-video h2 {
		text-align: center;
	}

	.hs-reel-para,
	.hs-reel-para1 {
		text-align: center;
	}

	.hs-watch-vid-div {
		margin: 0 auto;
	}

	.hs-industries-img {
		width: 50% !important;
	}

	#pas-mini-form {
		width: 100% !important;
		/* padding: 10px 4px 10px 0px; */
		margin-left: 0px !important;
	}

	.pas-form-search {
		/* border: 1px solid #eaeaea; */
	}

	.footer-row1 div {
		margin: 5px 0px;
	}

	.footer-contact-block {
		text-align: center;
		padding-left: 0px;
	}

	.footer-contact-address-block {
		text-align: center;
		padding-left: 0px;
	}

	.hs-blog-post h3 {
		font-size: 38px;
		margin-bottom: 0px;
	}

	.hs-youtube-video h2 {
		font-size: 38px;
		color: #fff;
		margin-top: 0;
		margin-bottom: 0;
	}

	.hs-youtube-video {
		/* margin: 20px 0px; */
	}

	.hs-reel-power-img {

		margin-top: 0px;
	}

	.hs-youtube-video h2 {
		line-height: 40px;
	}

	.industry-heading-block {
		margin-top: 25px;
		margin-bottom: 40px;
	}

	.hs-reel-para {
		margin-top: 10px;
	}

	/* .hs-youtube-video .row {
		padding: 35px 45px;
	} */
	.bg-hs-youtube {
		margin: 30px 0;
	}

	.industry-heading-block p {
		font-size: 15px;
		color: #000;
		line-height: 26px;
	}

	.industry-heading-block h2 {
		font-size: 38px !important;
	}

	.industries-we-serve-section {
		padding: 0px 15px 25px 15px;
	}

	.hs-text {
		font-size: 20px;
	}

	.hs-reel-para {
		margin-top: 10px !important;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {

		/* background-color: #25AAE1; */
		border-radius: 0px;
		cursor: pointer;

	}

	.minicart-wrapper {
		/* background: #25AAE1 0% 0% no-repeat padding-box; */
		/* padding: 10px; */
		border-radius: 10px;
		cursor: pointer;
	}

	.panelhead-cus>.top-links-area>.top-links-icon>a:before {
		left: 0px !important;
	}

	.hs-video {
		padding: 30px 0px;
	}

	.hs-reel-power-img {
		margin-top: 0px;
	}

	.hs-home-product-video {
		/* padding: 100px 20px; */
	}

	/* .hs-youtube-video .row {
		padding: 35px 45px 10px 45px;
	} */
	/* .reel-head-cus .panel.wrapper .panelhead-cus .switcher-trigger {
	
		border: 1px solid #eaeaea;
	} */
	/* .page-header .switcher .options,
	.page-footer .switcher .options {
		background: #fff;
		border-radius: 10px;
	
	} */

	.rp-footer-logo-block {
		text-align: center !important;
		padding-left: 0px !important;
	}

	.footer-contact-details-block {
		padding: 0px 30px;
	}

	.rp-footer-logo-block img {
		max-width: 275px;
	}

	.industry-heading-block h2 {
		font-size: 28px !important;
	}

	.hs-blog-post h3 {
		font-size: 28px;
	}

	.hs-youtube-video h2 {
		font-size: 28px;
	}

	.hs-blog-post img {
		height: 250px;
	}

	.logo-subtitle {
		font-size: 15px;
	}

	/* .hs-video video {
		border-radius: 20px;
	} */

	.buy-online-section h3 {
		font-size: 23px;
		padding-right: 0px;

	}

	.hs-shop-now-div {
		margin: 5px 0px 0px 5px;
	}

	/* .hs-bg-img {
		border-radius: 20px;
	} */

	.hs-footer-container {
		padding: 0px 20px;
	}

	.hs-watch-vid-btn {
		/* padding: 2px 0px 0px 24px; */
	}

	.hs-shopbtn a.button-link.online-btn-link {
		padding: 12px 25px;
		color: #fff;
		font-size: 17px;
		top: 5px;
		left: 10px;
	}

	.hs-watchbtn {
		text-align: center;
	}

	.page-header .switcher .options,
	.page-footer .switcher .options {
		display: flex;
		position: relative;
		align-items: center;
	}

	.hs-youtube-block {

		margin-top: 0px;
	}
	.product-item-info.type1 .product-item-photo,
	.product-item-info.type2 .product-item-photo,
	.product-item-info.type9 .product-item-photo {
		margin-top: 10px;
	}

	.hs-blog-post .card-text {
		height: auto;
	}

	.blog-page .post-list .post-description {
		display: block !important;
	}

	.blog-page.blog-post-view .post-view .post-holder .post-ftimg-hld {
		width: 100% !important;
		float: none !important;
		margin: 0 0 15px 0px !important;
		padding-right: 0px !important;
	}

	.catalog-category-view.category-company-28 .category-cms {
		margin-bottom: 0px !important;
	}

	.industry-title {
		font-size: 12px;
	}

	ul.industries-we-serve-list li {
		padding: 0 15px 10px 15px !important;
	}

	/* our commitment -home */
	.our-commitment-col {
		margin: 0px;
	}

	.hs-commitment-card {
		/* height: 100%; */
		padding: 0px 20px;
		margin: 0 auto;
		margin-top: 20px;
		max-width: inherit;
	}

	.our-commitment-header h3 {
		font-size: 25px;
	}

	.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .price-box {
		text-align: left !important;
	}

	.page-product-grouped.product-gallery-sticky .product-info-main .table.grouped .col.qty {
		width: auto !important;
	}

	.home_new_explorenow .logoimg {
		width: 315px;
	}

	.home_new_explorenow img {
		/* width:100%; */
		height: auto !important;
		margin: 10px 0 0 0 !important;
		border-radius: 20px;
	}

	.home_new_explorenow .home_new_explorenow_con {
		padding: 30px 0 30px;
		background: transparent linear-gradient(358deg, #20202080 0%, #093040 100%) 0% 0% no-repeat;
	}

	.home_new_explorenow .explore-more-link {
		margin: 20px 0px;
	}

	.home_new_explorenow .precision {
		font-size: 16px;
	}

	.home_new_explorenow p {
		font-size: 18px;
	}

	.home_new_explorenow a span {
		font-size: 16px;
	}

	/* 
	.home_new_explorenow .btndiv,
	.home_new_explorenow .centerimg {
		text-align: center;
	} */

	.home_new_explorenow .second-img {
		margin-left: 0px;
	}

	/* .home_new_explorenow .precision {
		margin-top: -43px;
	} */

	.articleCard {
		margin: 10px 0px;
	}

	.articleCard__picFrame-img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.faq-category-view .sidebar.sidebar-main.mobile-sidebar {
		margin-top: 24px;
	}

	.faq-category-view .sidebar.sidebar-main.mobile-sidebar .amfaq-search {
		max-width: 100% !important;
	}

	.rp-social-share-links-block {

		justify-content: center;
	}

	.home-quick-nav-section ul li {
		width: 100%;
	}

	/* .hs-youtube-video-div{
		height:330px;
	} */
	#pas-mini-form .pas-nav-left {
		display: block !important;
	}

	.page-header .navigation .level0.parent>a:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000 !important;
		right: 10px !important;
	}

	.industries-we-serve-slider img {
		height: 200px;
		object-fit: cover;
	}

	.page-product-grouped .product-info-main .parts-help-box {
		position: relative;
		right: 0px;
		top: 0px;
		margin-bottom: 20px;
	}

	.page-product-grouped .product-info-main div#parts-help-content.active {
		top: 70px;
		max-width: 480px;
		width: 100%;
	}

	.page-product-grouped .product-info-main #parts-help-content.active:before {
		left: 20px;
		right: auto;
	}

	.page-product-grouped .product-info-main #parts-help-content.active:after {
		left: 20px;
		right: auto;
	}

	.parts-product-image .map-tooltip .map-tooltip-outer .map-tooltip-inner {
		position: absolute !important;
		top: -55px;
	}

	#super-product-sub-table.table.grouped>tbody {
		border-bottom: 0px solid #cccccc;
	}

	#super-product-sub-table td {
		border-radius: 0px;
	}

	#super-product-sub-table .product-item-name {
		padding-left: 2px;
	}

	#super-product-sub-table .product-item-part-number {
		padding-left: 0px;
	}

	.parts-product-gallery .parts-product-gallery-nav ul li {
		z-index: 8
	}
}

@media (max-width: 480px) {
	.buy-online-bottombtn {
		font-size: 15px !important;
	}

	/* .hs-home-product-video {
		padding: 100px 20px;
	} */
	.product-item-info.type1 .product.name a,
	.product-item-info.type9 .product.name a {
		font-size: 20px !important;
	}

	.hs-text {
		font-size: 18px;
	}

	.logo-subtitle {
		font-size: 10px;
	}

	.logo-subtitle {
		font-size: 10px;
	}

	#pas-mini-form .pas-nav-center #pas-input {
		font-size: 13px !important;
	}

	.explore-more-link {
		padding: 3px 0px;
		width: 140px;
		height: 35px;
	}
	.home_new_explorenow a span {
		font-size: 13px;
	}

	ul.company-sub-categories-section li {
		width: 100%;
	}

	.company-sub-cat-title {

		font-size: 15px !important;
		padding: 5px 35px 5px 10px !important;
	}

	.company-sub-cat-title::after {
		top: 10px !important;

	}

	ul.industries-we-serve-list li {
		width: 100%;
	}
	.home_new_explorenow .home_new_explorenow_con {
		bottom: 213px !important;
	}
}


@media (min-width: 768px),
print {
	.page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart {

		/* padding: 0px 0px 0px 7px; */
	}

	.page-header.type5 .navigation {
		padding: 0px 0 0 0 !important;
	}

	.sw-megamenu.navigation li.level0 .submenu {

		border: 1px solid #707070 !important;
		box-shadow: none;
	}

	.sw-megamenu.navigation>ul:after {
		display: none !important;
	}

	.footer-contact-address-block {

		max-width: 317px;
	}


}


@media(max-width:395px) {
	.home-banner-video-content {

		margin-top: -64% !important;

	}
}

@media(max-width:380px) {

	.hs-shop-now-div {

		padding: 12px 15px 12px 20px;
		font-size: 13px;
		width: 130px;
		height: 40px;

	}

	.buy-online-section h3 {
		font-size: 20px;
	}

	.shop-online-now-btn {
		background-size: 6px;
	}

	.reel-head-cus.page-header .switcher-language .switcher-trigger strong>img {

		margin-top: 5px;
		margin-left: 5px;
	}

	.hs-shop-now-div {
		margin: 10px 0px 0px 10px;
	}

}

@media(max-width:320px) {
	.rp-footer-logo-block p {
		font-size: 17px
	}

	.hs-home-product-video {
		padding: 50px 20px;
	}

	.hs-watch-vid-btn a {
		font-size: 14px;
	}

	.hs-watch-vid-div {
		width: 190px;

	}

	.breadcrumbs,
	.page-header .header.panel,
	.header.content,
	.footer.content,
	.page-main,
	.page-wrapper>.widget,
	.page-wrapper>.page-bottom,
	.block.category.event,
	.top-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.hs-watch-vid-btn {

		/* margin-top: 6%; */

		background-position: top 4px right;
	}

	.home-banner-video-content {
		font-size: 20px;
	}

	.span-text {
		font-size: 25px;
	}

	.industry-title {
		font-size: 10px;
	}

	.our-commitment-image:not(picture) {
		/* padding: 35px 45px 30px; */
		/* oc changes */
		padding: 35px 20px 30px;
	}

	.hs-commitment-card:hover .our-commitment-image:not(picture) {
		/* padding: 35px 55px 11px; */
		/* oc changes */
		padding: 35px 30px 11px;
	}

	.home-explore-our-products-section h2 {
		font-size: 22px !important;
	}

	.page-header .right-section {
		margin-left: -12px !important;
	}
}

@media(max-width:380px) {
	.reel-head-cus .panel.wrapper .panelhead-cus .switcher-trigger {
		padding: 12px 0px 8px 8px;

	}

	.hs-home-product-video img {
		width: 35px;
	}

	/* .page-header .switcher .options,
	.page-footer .switcher .options {

		height: 37px;
	} */

	.reel-head-cus.page-header .switcher-language .language-dropdown-icon {
		margin: 11px 0 0 10px;
	}

	.language-label {
		padding-top: 3px;
	}
}

@media (max-width:360px) {
	.home-banner-video-content {
		font-size: 17px;
		margin-top: -65% !important;
		padding: 50px;
	}
	/* banner alteration */
	.home_new_explorenow_row h2 {
		padding: 0px 0px 0px 0px;
		margin-bottom: 0px;
	}
}

@media(max-width:320px) {
	.hs-shop-now-div {


		padding: 12px 15px 12px 5px;
		margin: 0 auto;
	}

	.hs-buy-online-row {
		display: block;
		text-align: center;
	}

	.explore-more-link {
		padding: 5px 0px;
		width: 140px;
		height: auto;

	}

	.explore-more-link span {
		font-size: 15px;
	}

	.hs-text {
		font-size: 15px;
	}
}

@media(max-width:280px) {
	.rp-footer-logo-block p {
		font-size: 15px
	}

	.hs-youtube-video p {
		font-size: 10px;
	}

	.hs-home-product-video img {
		width: 25px;
	}

	.product-item-info.type1 .product.name a,
	.product-item-info.type9 .product.name a {
		font-size: 15px !important;
	}

	.reel-head-cus .panel.wrapper .top-links-area {

		padding-left: 0px;
	}

	.hs-shop-now-div {
		width: 115px;
	}

	header.reel-head-cus>.panel.wrapper>.panel.header {

		padding: 10px;
	}

	.hs-footer-container {
		padding: 0px;
	}

	.home-banner-video-content {

		margin-top: -70% !important;
	}

	.hs-shopbtn a.button-link.online-btn-link {

		left: 0px !important;
	}

	/* company-page */
	.company-sub-cat-title::after {
		top: 8px !important;
		background-size: 9px !important;
	}

	.company-sub-cat-title {
		padding: 5px 35px 5px 4px !important;
		font-size: 10px !important;
	}
}

@media(min-width:769px) {
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0>.level-top {
		color: #fff !important;
	}

	.navigation .level0 .submenu a {

		color: #000000 !important;

	}

	.page-header.type5 .navigation>ul {
		display: flex;
		justify-content: space-evenly;
	}

	.minicart-wrapper .block-minicart {
		right: 0px;
	}


	.catalog-category-view.category-buy-parts .breadcrumbs {
		margin-bottom: 0px;
	}

	/* right side searchbar */
	.pas-form-regular-wrapper {
		margin: 0 0 0 auto !important;
	}
}

@media(min-width:768px) {

	/* .parts-product-image {
		z-index: 999;
	} */
	/* home new */
	.logo-section .logo img {
		padding-right: 10px;
		padding-left: 10px;
	}


}

@media (min-width:991px) {
	/* .home-explore-our-products-section {
			margin-top: 170px;
	} */

	.sw-megamenu.navigation li.level0.classic .submenu {
		padding: 0px 0;
	}

	/* home new */
	.reel-head-cus .sections.nav-sections .section-items.nav-sections-items {
		/*padding-right: 70px; */
		height: 75px;
		/* background-color: #055c9d; */
		padding-top: 26px;
		position: relative;
	}

	/* 
	.home-explore-our-products-section {
		margin-top: 150px;
	} */
	.reel-head-cus .sections.nav-sections {
		width: 100%;
	}
	/* new home page alteration */

	.category-products .breadcrumbs {
		margin-top:0px;
	}

}

@media (min-width: 1400px) {
	.page-product-grouped.product-gallery-sticky .product.media {
		max-width: 506px !important;
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: 1280px !important;
	}

	.page-product-grouped.product-gallery-sticky .product.media {
		max-width: 506px !important;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1400px !important;
	}

	.page-product-grouped.product-gallery-sticky .container,
	.page-product-grouped.product-gallery-sticky .breadcrumbs,
	.page-product-grouped.product-gallery-sticky .page-main {
		max-width: 1600px !important;
	}

	.page-product-grouped.product-gallery-sticky .product.media {
		max-width: 580px !important;
	}

	.category-photo img {
		width: 100px !important;
		height: 100px;
	}

	header.page-header.type5.reel-head-cus .logo-main .logo img {
		/* max-width: 260px !important; */
		max-width:  300px !important;
	}

	.rp-category-page .rp-category-sidebar {
		max-height: 700px !important;
	}
}

@media (min-width: 1920px) {
	.container {
		max-width: 1600px !important;
	}

	.page-product-grouped.product-gallery-sticky .container,
	.page-product-grouped.product-gallery-sticky .breadcrumbs,
	.page-product-grouped.product-gallery-sticky .page-main {
		max-width: 1600px !important;
	}

	.page-product-grouped.product-gallery-sticky .product.media {
		max-width: 580px !important;
	}
}

@media only screen and (min-width: 1025px) {
	body[class*="categorypath-company-28"]:not(.category-company-28) .breadcrumbs ul.items {
		margin-left: 15px;
	}
}

.navigation .ui-menu-item a {
	margin-bottom: 0px;
}

/*Product*/
.parts-product-image,
.page-product-grouped.product-gallery-sticky .product.media {
	overflow: visible;
}


.product-add-form table {
	border-collapse: separate;
	border-spacing: 0px 10px;
}

/* .product-add-form table tbody tr.active {
    background: #eee;
} */
.product-add-form table tbody tr td {
	border: 2px solid #eee;
	vertical-align: middle;
}

.product-add-form table tbody tr.active td {
	border-bottom: 2px solid transparent;
}

.product-add-form table tbody tr.active td {
	border: 2px solid #006bb4 !important;
}



/* .product-add-form table tbody tr td:first-child,
.product-add-form table tbody tr.active td:first-child {
	border-right: none !important;
}

.product-add-form table tbody tr td:last-child,
.product-add-form table tbody tr.active td:last-child {
	border-left: none !important;
} */

.parts-product-image img {
	width: 100%;
}

.parts-product-image .maptooltip {
	position: absolute;
	width: 0px;
	height: 0px;
	opacity: 0;
	transition: 0.5s all;
	display: none;
	padding: 5px;
	-webkit-animation: slideDown 2s;
	animation: slideDown 2s;

}

.parts-product-image .map-tooltip {
	position: absolute;
}

.parts-product-image .map-tooltip .map-tooltip-outer {
	text-align: center;
	color: #000;
	position: absolute;
	bottom: 100%;
	left: 0%;
	right: 0px;
	-webkit-transform: translate3d(-50%, -15px, 0);
	transform: translate3d(-50%, -15px, 0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	width: 300px;
}

.parts-product-image .map-tooltip.show .map-tooltip-outer {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	z-index: 2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	bottom: 30px;
}

.parts-product-image .map-tooltip .map-tooltip-outer .map-tooltip-inner {
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	visibility: hidden;
	padding: 5px 10px;
	width: 100%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .05));
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, .05));
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	position: relative;
	z-index: 50;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-content: center;
	border-radius: 5px;
	text-align: center;
}

.parts-product-image .map-tooltip.show .map-tooltip-outer .map-tooltip-inner {
	visibility: visible;
	opacity: 1;
}

.parts-product-image .map-tooltip .map-tooltip-outer .map-tooltip-inner h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	color: #000;
	margin: 0px;
}

.parts-product-image a#zoom_img {
	position: absolute;
	top: 1px;
	left: 1px;
	background: #f7f7f7;
	padding: 5px 10px;
	border-radius: 0 0px 0 0;
}

.parts-product-image {
	position: relative;
	/* z-index: 999; */
}

.page-product-grouped.product-gallery-sticky .product.media {
	z-index: 9;
	/* 999 */
}

.page-product-grouped.product-gallery-sticky .product.info.detailed {
	position: relative;
	z-index: 10;
}

body .message.global.cookie {
	z-index: 9999;
}

.parts-product-image area {
	cursor: pointer;
}

.catalog-product-view.product-gallery-sticky div.mage-error[generated] {
	font-size: 14px;
	margin-bottom: 12px;
}

@media only screen and (min-width: 1440px) {
	.product-info-main {
		position: relative;
		/* z-index: -1;  */
		/* z-index: 0;  */
	}
}


@keyframes slideDown {
	0% {
		margin-top: 5px;
		opacity: 0;
	}

	100% {
		margin-top: 10px;
		opacity: 1;
	}
}

@media only screen and (max-width:1240px) {
	.parts-product-image {
		max-width: 75%;
	}
}

@media only screen and (max-width:767px) {
	.product-add-form table tbody tr td {
		display: table-cell !important;
		padding: 10px 15px;
		border: 2px solid #eee !important;
	}

	.parts-product-image {
		position: relative;
		z-index: 9;
	}

	header.page-header {
		z-index: auto;
	}

	.minicart-wrapper .block-minicart {
		z-index: 9999;
	}

	/* .map-tooltip{
		z-index:5;
	} */
	.parts-product-image {
		max-width: 100%;
		/* margin:20px; */
	}

	.parts-product-image .map-tooltip .map-tooltip-outer .map-tooltip-inner h3 {
		font-size: 10px;
		line-height: 18px;
	}

	.parts-product-image .map-tooltip .map-tooltip-outer {
		width: 100px;
		/* margin-left: 3px; */

	}

	/* .parts-product-image .map-tooltip .map-tooltip-outer .map-tooltip-inner {
		display: table-caption;
	} */
	.parts-product-image .map-tooltip .map-tooltip-outer .map-tooltip-inner {
		/* position:absolute !important;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto; */
	}

	/* home new */
	.hs-blog-post .card {
		min-height: 480px;
	}

	.industries-we-serve-section .owl-nav {
		top: 45%;
	}

	.industries-we-serve-section .slide-big-title {
		font-size: 20px !important;
	}

	.industries-we-serve-section .fa-angle-right,
	.industries-we-serve-section .fa-angle-left {
		font-size: 20px !important;
	}

	.industries-we-serve-section .owl-thumb-item img {
		width: 40px !important;
		height: 40Px;
	}

	.home-explore-our-products-section {
		margin-top: 0px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a:after {
		top: 14px;

	}

	.reel-head-cus .panel.wrapper .language-label:after {
		top: 14px;
		left: 59px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
		right: 0px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a {
		font-size: 16px;
	}

	#pas-mini-form .pas-nav-right .pas-button {
		top: -6px;
		position: relative
	}

	.page-header {
		padding: 0px;
	}

	#pas-mini-form .pas-nav-left .pas-search-label {
		width: 45px;
	}
	


}

@media(max-width:500px) {
	.industries-we-serve-section .owl-nav {
		position: relative !important;
		text-align: center;
		margin-top: 10px;
	}
}

/* .parts-product-image .maptooltip.show {height: auto; margin-top: 10px; max-width: 200px; font-size: 18px; font-weight: bold; text-transform: uppercase; line-height: 24px;  color:#000; border-radius:5px; opacity: 1; width: 100%;
	-webkit-animation: slideDown 2s;
	animation: slideDown 2s;
}  */

/*----------------- home new page --------------*/
/* home-explore-our-products-section */


/* header new */
.cms-index-index {
	background-color: #fff;

}

.panel .header {
	padding: 0px !important;
}

.page-header .left-section {
	display: flex;
	justify-content: left;
	align-items: center;
}
.logo {
	z-index: 1 !important;
}


#pas-mini-form {
	margin: 0px auto !important;
	width: 100% !important;
	border-radius: 2px !important;
	z-index: 1 !important;
}

#pas-mini-form .pas-nav-right {
	padding: 0px !important;
}

.page-header .middle-section {
	/* border-left: 1px solid #fff; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

/* .page-header .right-section{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
	align-items: center;
}

.page-header .right-section .box{
	text-align:center;
	padding:20px;
	margin: 0 auto;
} */
.page-header .right-section .row {
	align-items: center;
	justify-content: center;
	/* border-bottom: 1px solid #fff; */
	/* border-left: 1px solid #fff; */
	height: 50%;
}

.page-header .right-section .row:last-child {
	border-bottom: none;
}

/* .page-header .right-section{
	max-width: 311px;
    margin: 0 0 0 auto
} */
.page-header .box-contact {
	background: transparent linear-gradient(180deg, #25AAE1 0%, #135571 100%) 0% 0%;
	padding: 0px;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-header .box-language {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 4px;
}

.page-header .box-minicart,
.page-header .box-account {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.page-header .box-contact a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	height: 100%;
	flex: auto;
	align-items: center;
	justify-content: center;
}

.page-header .box-account {
	/* border-right: 1px solid #fff; */
}

.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
	padding: 0;
	cursor: pointer;
	display: flex !important;
	text-decoration: none;
	align-items: center;
}

.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: block;
	position: absolute;
	left: 63px;
    top: 13px;
	content: "";
}

.reel-head-cus .panel.wrapper .language-label:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: block;
	position: absolute;
	/* left: 68px; */
    left: 105px;
    top: 16px;
	content: "";
}

/* .navigation .ui-menu-item.classic {
	padding: 0px 75px 0px 60px;
} */
.navigation .ui-menu-item.classic:first-child {
	padding: 0px;
}

.navigation .ui-menu-item.classic {
	/* padding: 0px 44px 0px 38px; */
}

.navigation .subchildmenu .ui-menu-item {
	border-bottom: 1px solid #707070;
	color: #000;
}

.navigation .subchildmenu .ui-menu-item:last-child {
	border-bottom: none;
}

.navigation .subchildmenu .ui-menu-item a {
	text-transform: none !important;
}



.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
	background-color: #25AAE1 !important;
	color: #fff !important;

}

.navigation .ui-menu-item .submenu {
	border-radius: 0px !important;
	padding: 0px !important;
}

.reel-head-cus.page-header.type5:not(.header-newskin) .level0:hover>a.level-top {
	color: #25AEE1 !important;
	background-color: transparent !important;
	font-weight: bold !important;
	border-bottom: 5px solid #25AEE1;
	margin-bottom: 2px;
	border-radius: 0px !important;
}

.reel-head-cus.page-header.type5:not(.header-newskin) .level0:hover>a.level-top:after {
	border-top: 5px solid #25AEE1 !important;
}

.page-header .navigation .level0 .submenu {
	border: none !important;
}

.pas-form-regular-wrapper {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 618px;
}

#pas-mini-form .pas-nav-right .pas-button {
	height: 48px !important;
	border-radius: 0px !important;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

#pas-mini-form .pas-nav-left,
#pas-mini-form .pas-nav-center,
#pas-mini-form .pas-nav-right {
	height: 56px;
}

.panel.header .links,
.panel.header .switcher {
	display: flex;
}

.nav-toggle:before {
	font-size: 30px !important;
	float: right;
}

.page-header .navigation .level0.parent>a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: block;
	position: absolute;
	top: 17px;
	content: "" !important;
	right: -6px;

}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
	display: none;
}

.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
	display: none;
}

#pas-mini-form .pas-nav-center #pas-input {

	border-left: 1px solid #000 !important;
}

/* explore now */

.home-explore-our-products-section h2 {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Helvetica-nlt-pro-bld';
}

.home-explore-our-products-section .porto-icon-angle-double-right {
	color: #25AAE1;
	font-size: 33px !important;
	margin: 0px;
}

.home-explore-our-products-section .porto-icon-angle-double-right:before {
	margin-left: 4px;
	display: inline;
	top: 3px;
	position: relative;
}

.home-explore-our-products-section .category-name {
	color: #000;
	font-weight: bold;
	font-size: 17px;
    padding: 0px 0px 0px 5px;
	width: 60%;
	display: flex;
	justify-content: start;
	font-family: 'Helvetica-nlt-pro';
}
.explore-our-products.owl-carousel.owl-loaded {
	z-index: 0;
}
.home-explore-our-products-section .category-info {
	display: flex;
	align-items: center;
	
	/* background: #fff; */
	/* border-radius: 8px; */
	/* box-shadow: 0px 9px 15px #00000029; */
	margin: 0px 8px;
	padding: 8px;
	overflow: hidden;
}
.home-explore-our-products-section .owl-item{
	border-right: 1px solid #b5b5b5;
}

.home-explore-our-products-section .category-photo {
	/* padding: 5px 5px; */
	width: 50%;
}

.home-explore-our-products-section .category-image {
	margin-bottom: 0px;
}

.box-content .header.link ul li {
	border-bottom: 1px solid #707070;
}



/* home quick section  */
.home-quick-nav-section {
	background: #1E1E1E;
	margin: 13px 30px 30px 30px;
	overflow: hidden;
	/* padding: 16px 0px; */
}

.home-quick-nav-section ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	margin-bottom: 0px;
	justify-content: space-between;
	padding: 0px 40px;
}

.home-quick-nav-section ul li {
	display: flex;
	align-items: center;
	padding: 20px 0px;
	margin-bottom: 0px;
	transition: transform .5s ease;
	overflow: hidden;
}

.home-quick-nav-section ul li span {
	color: #fff;
	/* font-weight: bold; */
	padding-left: 12px;

	padding-left: 10px;

	font-family: 'Helvetica-nlt-pro-md';
	font-size: 18px;
}

.home-quick-nav-section ul li picture {
	width: 40px;
	height: 45px;
	vertical-align: middle;
	transition: transform .5s ease;
}

.home-quick-nav-section .quick-nav-image {
	transition: transform .5s ease;
}

.home-quick-nav-section ul li:hover .quick-nav-image {
	transform: scale(0.7);
	cursor: pointer;
}

.home-quick-nav-section ul li:hover span {
	color: #25AAE1;
}

.home-quick-nav-section .quick-nav-link {
	display: flex;
	align-items: center;
}

/* .home-quick-nav-section .quick-nav-link{
	display: block;
	padding:0px  50px;
} */

/* our commitment */
.our-commitment-wrapper {
	padding: 0px 30px;
}

/* owl carousel - for industries serve */
.industries-we-serve-section .owl-thumb-item img {
	margin: 0 auto 10px auto;
}

.industries-we-serve-section .slide {
	position: relative;
}

.industries-we-serve-section .slide-info {
	position: absolute;
	padding: 0px 30px;
	top: 15%;
	z-index: 9;
}

.industries-we-serve-section .slide-title {
	font-size: 35px;
	color: #024663;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.17px;
	font-family: 'Helvetica-nlt-pro-rm';
}

.industries-we-serve-section .slide-big-title {
	letter-spacing: 2.25px;
	font-size: 50px;
	font-weight: bold;
	display: block;
	color: #024663;
	margin-top: 15px;
	font-family: 'Helvetica-nlt-pro-md';
}

.industries-we-serve-outer .owl-item.active.synced {
	border-bottom: 15px solid #25AAE1;
}

.industries-we-serve-outer .owl-item.active {
	border-bottom: 15px solid transparent;
}

.industries-we-serve-section .overlay-industry-we-serve {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #00000024;
	z-index: 7;
	background: transparent linear-gradient(90deg, #FFFFFF 0%, #80808000 100%) 0% 0%;
}

.industries-we-serve-section .owl-nav {
	padding: 0 30px;
	position: absolute;
	top: 50%;
}

.industries-we-serve-section .fa-angle-right,
.industries-we-serve-section .fa-angle-left {
	background-color: #1E1E1E;
	padding: 15px 20px;
	font-size: 25px;
	color: #fff;
	margin: 5px;
}

.industries-we-serve-section .owl-thumb-item {
	cursor: pointer;
}

/* blog post */
.hs-blog-post .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'Helvetica-nlt-pro-rm';
}

/* youtube */
/* .hs-youtube-video-div{
	height:400px;
} */
/* footer */
.footer-border-bottom {
	border-bottom: 1px solid #6f6f6f;
}

.customer-logged-in .label {
	display: none;
}

.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-in:before {
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/profileicon.png) no-repeat;
	background-size: 20px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	content: '';
	right: 0px;
	top: -8px;
}


.industries-we-serve-section .owl-item .owl-thumb-item picture.slide-thumb-active {
	display: none;
}

.industries-we-serve-section .owl-item.synced .owl-thumb-item picture.slide-thumb-active {
	display: block;
}

.industries-we-serve-section .owl-item.synced .owl-thumb-item picture.slide-thumb {
	display: none;
}

/* Product page New design - start */
.catalog-category-view.category-products {
	background: #E2E2E2;
}

.category-products .breadcrumbs {
	border: none;
	font-size: 13px;
	padding: 0px !important;
	/* margin: 0px !important; */
	position: fixed;
	background: #e2e2e2 !important;
	max-width: 100% !important;
	z-index: 2;

}

.category-products .page-wrapper>.breadcrumbs .items {
	max-width: 100% !important;
	text-align: left;
}

.category-products .rp-category-page {
	/* margin-top: 40px; */
		margin-top: 47px;
}

.category-products .breadcrumbs ul {
	border-bottom: none !important;
}

.category-products .breadcrumbs .item:not(:last-child):after {
	content: "/";
	color: #707070;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 1px;

}

.category-products .breadcrumbs .items li a {
	font-size: 20px;
	color: #707070 !important;
	font-weight: 600;
	text-decoration: none !important;
}

.category-products .breadcrumbs .items li strong {
	font-weight: bold;
	font-size: 20px;
}

.category-products .breadcrumbs .items li:last-child strong {
	color: #25AAE1;
	font-size: 20px;
}

.category-products .catalog-category-view .container_cus.page-main {
	padding: 0px !important;
}

.catalog-category-view .container_cus.page-main {
	padding: 0px !important;
}

.rp-category-page .rp-category-sidebar {
	background: #fff;
	padding: 0px 25px;
	/* max-height: 700px  !important; */
}

.page-footer {
	z-index: 1;
}

.rp-category-page .rp-category-sidebar .category-title {
	font-size: 25px;
	letter-spacing: 1.13px;
	color: #000000;
	font-weight: 900;
	font-family: 'Helvetica-nlt-pro-md';
	margin: 10px 0px 5px 0px;
}

.rp-category-page .rp-category-sidebar .category-nav-item a {
	font-size: 20px;
	letter-spacing: 0.1px;
	color: #000000;
	font-weight: bold;
	font-family: 'Helvetica-nlt-pro-md';
	line-height: 32px;
}

.rp-category-page .rp-category-sidebar .category-nav-item.active a {
	font-size: 20px;
	letter-spacing: 0.1px;
	color: #25AAE1;
	font-family: 'Helvetica-nlt-pro-md';
	line-height: 32px;
}

.rp-category-page .rp-category-sidebar .category-nav-item .category-nav-items {
	padding-left: 15px;
	padding-top: 10px;
}

.rp-category-page .rp-category-sidebar .category-nav-item .category-nav-items li {
	padding-bottom: 10px;
}

.rp-category-page .rp-category-sidebar .category-nav-item .category-nav-items li a {
	font-size: 15px;
	letter-spacing: 0.09px;
	color: #727272;
	font-family: 'Helvetica-nlt-pro-rm';
	line-height: 20px;
}

.rp-category-page .rp-category-sidebar ul {
	padding: 0px;
}

.rp-category-sidebar {
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #686868 transparent;
}

.rp-category-sidebar::-webkit-scrollbar {
	width: 10px;

}

.rp-category-sidebar::-webkit-scrollbar-thumb {
	background: #686868;
	border-radius: 20px;
}

/* firefox */

.rp-category-sidebar {
	scrollbar-width: 20px;
	scrollbar-color: #686868;
}

.rp-category-sidebar:-webkit-scrollbar {
	width: 11px;
	border-radius: 20px !important;
}

.rp-category-sidebar:-webkit-scrollbar-thumb {
	background-color: #686868;
	border-radius: 20px !important;
	border: 3px solid #686868;
}



.rp-category-page .rp-category-content {
	z-index: 1;
}

.rp-category-page .rp-category-content .category-group {
	margin-left: 21px;
}

.rp-category-page .category-group-title {
	/* background: #145672; */
	background: #25aae1;
	text-align: center;
	padding: 10px;
}

.rp-category-page .category-group-title a {
	/* font-size: 30px; */
	font-size: 25px;
	font-family: 'Helvetica-nlt-pro-rm';
	font-weight: 500;
	color: #fff !important;
}

.rp-category-page .show-group .category-group-title {
	background: transparent !important;
	text-align: left !important;
	padding: 0px;
}

.rp-category-page .show-group .category-group-title a {
	color: #000 !important;
	font-size: 30px;
	font-family: 'Helvetica-nlt-pro-md';
}

.rp-category-page .products-grid .product-item .product-item-details .product-item-name {
	white-space: inherit;
}

.rp-category-page .catalog-category-view .column.main .products-grid {
	margin: 0px !important;
}

.catalog-category-view .column.main .products-grid {
	margin: 0px !important;
}

.catalog-category-view .column.main .product-cat-cus .products.wrapper {
    margin-top:45px !important;
}
/* .catalog-product-view .page-main {
    margin-top: 80px !important;
} */
/* .catalog-category-view  .page-main {
    margin-top: 0px;
} */

.req-quote-pg-main{
	margin-top: 30px;
}

.rp-category-page .category-group-content .subcategory-title a {
	color: #000000 !important;
	font-size: 25px;
	font-family: 'Helvetica-nlt-pro-md';
}

.rp-category-page .category-group-content.show-group .category-group-link {

	color: #000000 !important;
	font-size: 30px;
	font-family: 'Helvetica-nlt-pro-md';
}

.rp-category-page .category-group-content .products .product-items {
	display: flex !important;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	padding: 0px;
	gap: 9px;
	margin-bottom: 20px !important;
}

.rp-category-page .category-group-content .products .product-item {
	border: 1px solid #707070 !important;
	background: #FFFFFF;
	width: 19.4%;
	/* margin-bottom: 10px;  */
	padding: 0px;
	/* min-height: 255px; */

}

.rp-category-page .category-group-content .products .product-item-details,
.rp-category-page .category-group-content .products .product-item-inner {
	padding: 0px 8px 8px 10px;
	margin-top: 2px;
}


.rp-category-page .category-group-content .product-item-photo {
	border: none !important;
}

.rp-category-page .products {
	margin: 0px !important;
}

.rp-category-page .category-group-content .products .product-item-info {
	padding: 0px !important;
}

.products-grid.products.grid.flex-grid .product-item .product-item-info,
.products-grid.divider-line .product-item .product-item-info {
	/* margin-top: 0px !important; */
}

.rp-category-page .category-group-content .product-item-name {
	margin: 0px;
	text-align: left;
	width: 95%;
	min-height: 40px;
}

.rp-category-page .category-group-content .product-item-link {
	font-family: 'Helvetica-nlt-pro-bld' !important;
	/* font-weight: 600 !important; */
	color: #000 !important;
	font-size: 16px !important;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rp-category-page .category-group-content .product-item-inner {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 5px;
}

.rp-category-page .category-group-content .product-item-price {
	width: 50%;
}

.rp-category-page .category-group-content .product-item-price .price-box {
	margin: 0px !important;
}

.rp-category-page .category-group-content .product-item-price .special-price .price {
	font-family: 'Helvetica-nlt-pro-bld' !important;
	color: #000000;
	letter-spacing: 0.09px;
	font-size: 18px;
}
.rp-category-page .category-group-content .product-item-price .old-price .price {
	color: #999;
	letter-spacing: 0.09px;
	font-size: 18px;
}

.rp-category-page .category-group-content .price-final_price {
	text-align: left;
}

.rp-category-page .category-group-content .product-item-actions {
	/* width: 50%; */
	display: flex;
	/* align-items: center; */
	/* gap: 25px; */
	width: calc(100% - 48%);
	gap: 10px;
	width: calc(100% - 48%);
	justify-content: end;

}

.rp-category-page .category-group-content .tocart span {
	display: none;

}

.rp-category-page .category-group-content .product-item-actions .tocart {
	background-color: transparent !important;
	margin: 0px !important;
	color: #25AAE1;
	border: none !important;
	position: relative;
	padding: 0px;
}

.rp-category-page .category-group-content .product-item-actions .tocart:hover {
	transform: none !important;
	background-size: 23px;

}

/* .product-item .tocart:before {
	content: '' !important;
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-cart.png);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 7px;
} */
.rp-category-page .product-item .tocart:before {
	display: none;
}

.rp-category-page .product-item .tocart {
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-cart.png) !important;
	background-repeat: no-repeat !important;
	background-size: 23px;
	width: 26px;
	height: 25px;
	display: block;
}

.rp-category-page .infinite-loader .loading {
	background-color: transparent !important;
	color: #000000;
	font-size: 25px !important;
	border: none !important;
	font-weight: 400 !important;
	font-family: 'Helvetica-nlt-pro' !important;

}

.rp-category-page .subcategory-title {
	margin: 8px 0px 15px 0px;
}

.rp-category-page .category-group-content .product-item-actions .rfq-link {
	position: relative;


}

/* .rp-category-page .category-group-content .product-item-actions .rfq-link::before {
	content: '';
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-rfq.png);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 7px;


} */

.rp-category-page .category-group-content .product-item-actions .rfq-link {
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-rfq.png);
	background-repeat: no-repeat;
	background-size: 19px;
	width: 19px;
	height: 20px;
	display: block;
}

.rp-category-page .category-group-content .product-item-actions .rqq-link-icon span,
.rp-category-page .category-group-content .product-item-actions .rfq-link span,
.rp-category-page .category-group-content .product-item-actions .pdf-link span {
	display: none;
}

.rp-category-page .category-group-content .product-item-actions .pdf-link {
	position: relative;
}

/* 
.rp-category-page .category-group-content .product-item-actions .pdf-link::before {
	content: '';
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-pdf.png);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 7px;

} */
.rp-category-page .category-group-content .product-item-actions .pdf-link {
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-pdf.png);
	background-repeat: no-repeat;
	background-size: 21px;
	width: 25px;
	height: 25px;
	display: block;
	/* position: absolute; */
	/* top: 7px; */

}

.rp-category-page .row:first-child {
	padding: 5px;
}

/* product inner category page */

/* .rp-category-page .rp-category-content {
	min-height: 850px;
} */



.rp-category-content .mp-product-slider-title {
	font-size: 35px;
	letter-spacing: 0.17px;
	color: #000000;
	text-align: left;
	border-bottom: 3px solid #828282;
	margin: 0px 22px 0px 40px;
	font-family: 'Helvetica-nlt-pro-md';
	max-width: 93%;
	margin: 0 auto;
}

.mp-product-main-slider-cus .block-content {
	max-width: 90%;
	margin: 0 auto;
}

.rp-category-content .bt-bl-lined-title:after {
	display: none;
}

.rp-category-content .mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-prev {
	width: 38px !important;
	height: 30px !important;
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png) -299px -8px no-repeat !important;
	display: block;
	position: absolute;
	left: -60px !important;
	top: 50% !important;
	margin-top: -13px !important;
	border: none !important;
}

.rp-category-content .mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-next {
	width: 25px !important;
	height: 30px !important;
	background: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/new-sprite.png) -330px -8px no-repeat !important;
	display: block;
	position: absolute;
	right: -60px !important;
	top: 50%;
	/* overflow: hidden; */
	margin-top: -13px !important;
	/* background-color: rgba(5, 92, 157, 1) !important; */
	/* border: 2px solid rgba(5, 92, 157, 1) !important; */
	font-size: 0px !important;
	border: none !important;
}

.rp-category-content .mp-product-main-slider-cus .product-item .slider-product-item-info {
	border: 1px solid #707070 !important;
}

.rp-category-content .mp-product-main-slider-cus .slider-product-item-info {
	background-color: #fff;
}

.rp-category-content .cat-pro-box-sect-title a.product-item-link {
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rp-category-content .category-nav-list {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px;
	gap: 17px;

}

.rp-category-content .category-nav-list li {
	width: 24%;
	list-style-type: none;
	border: 1px solid #707070;
	background: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
}

.rp-category-content .category-nav-list li span {
	display: block;
}

.rp-category-content .category-nav-list .sub-category-title {
	font-size: 16px;
	letter-spacing: 0.08px;
	color: #000000;
	/* font-weight: bold; */
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'Helvetica-nlt-pro-bld' !important;
}

.rp-category-content .mp-product-slider-block .owl-item {
	margin-right: 0px !important;
	margin-left: 10px;
}

.products-grid .product-item {
	/* padding-left: 25px !important;
	padding-right: 20px !important; */
}

.mp-product-main-slider-cus .product-image-wrapper {
	padding-bottom: 0px !important;
	height: 250px;
}

.rp-category-page .mp-product-main-slider-cus .product-image-photo {
	width: 100%;
	height: 200px;
	object-fit: contain;
	margin-top: 15px;
}

/* hover card */

/* Product page New design - end */


/* Buy parts Page - css Start */
.pas-overley {
	z-index:1 !important;
}
.breadcrumbs {
    margin-top:  10px;
}
.catalog-category-view.category-buy-parts {
	background: #E2E2E2;
} 
.catalog-category-view.category-buy-parts main{
	margin-top: -5px;
}

/* banner section */
.catalog-category-view.category-buy-parts .category-image {
	position: relative;
	margin-bottom: 0px;
}
 .category-image .image{
	height:200px !important;
}

.category-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
    z-index: 0;
	background: transparent linear-gradient(0deg, #005188CF 0%, #0A4E7D8F 100%) 0% 0% no-repeat;
	opacity: 1;
}

.category-image .overlay .category-name {
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 73px;
	font-family: 'Helvetica-nlt-pro-md';
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.get-support-block{
	text-align: right;
}
.get-support-block a{
	color: #fff;
    font-size: 15px;
    padding-right: 30px;
    top: 20px;
    position: relative;
}
.get-support-block a:hover{
	color:#fff;
}
.get-support-block a::before{
    content: "";
    background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/icon-support.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 20px;
    left: -23px;
}

/* breadcrumbs */
.catalog-category-view.category-buy-parts  .breadcrumbs {
    border: none;
    font-size: 13px;
    /* padding: 0px !important; */
    /* margin: 0px !important; */
    /* position: fixed; */
    background: #e2e2e2 !important;
    max-width: 100% !important;
    z-index: 2;
	/* margin-bottom: 0px; */
    margin-top: 10px;
}
.catalog-category-view.category-buy-parts .breadcrumbs .items {
    max-width: 100% !important;
    text-align: left;
    padding: 0px !important;
	display: flex;
    align-items: center;
}
.catalog-category-view.category-buy-parts .breadcrumbs ul {
    border-bottom: none !important;
}
.catalog-category-view.category-buy-parts  .page-wrapper>div.breadcrumbs ul li:after {
    color: #8f8f8f;
}
.catalog-category-view.category-buy-parts  .breadcrumbs .items li a {
    font-size: 20px;
    color: #707070 !important;
    font-weight: 600;
    text-decoration: none !important;
}
.catalog-category-view.category-buy-parts .breadcrumbs .item:not(:last-child):after {
    content: "/";
    color: #707070;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 1px;
}
.catalog-category-view.category-buy-parts  .breadcrumbs .items li:last-child strong {
    color: #25AAE1;
    font-size: 20px;
	font-weight: bold;
}


/* search bar */

.bp-search-section .bp-content-title{
	/* font-size: 30px; */
	font-size: 25px;
    color: #000;
    font-family: 'Helvetica-nlt-pro-md';
    margin-bottom: 20px;
}
.bp-search-section .block-search{
	width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: 0px 3px 6px #0000007D;
    background: #fff;
    border-radius: 5px;
    color: #BCBCBC;
    font-size: 20px;
    height: 64px;
}
.bp-search-section #bp_search{
	color: #BCBCBC;
    font-size: 20px;
    font-family: 'Helvetica-nlt-pro' !important;
    height: 64px;
}
.bp-search-section #bp_search:focus{
	box-shadow:none;
}
.bp-search-section .actions .search{
	height: 64px !important;
    width: 58px;
    background-color: #25AAE1 !important;
    opacity: 1 !important;
    color: #fff !important;
    right: 0px !important;
	border-radius: 0px 5px 5px 0px;
}

.bp-search-section .block-search .action.search:before, .bp-search-section  .block-search .label:before {
	padding: 0px !important;
	color: #fff !important;
	font-size: 28px;
}
.bp-search-section .block-search .action.search {
	display: block;
}
.bp-search-section .block-search .action.search:before {
	content:"\f818";
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.bp-search-section .actions span{
	display: none;
}
.bp-search-section .block-search .action.search:before {
    font-size: 25px;
}

.bp-search-section  #bps-tooltip {
	display: none;
}
.bp-search-section.active  #bps-tooltip {
	display: block;
}
.bp-search-section  #bps-tooltip {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;

}
.bp-search-section.active  #bps-tooltip {
	padding: 25px 35px 15px 25px;
	margin-top: 10px;
}

.bp-search-section .bps-similar-parts-section{
	border-left: 1px solid #707070;
	padding-left: 47px;

}

.bp-search-section #bpsearch-all-results{
	display: flex;
}
.bp-search-section  #bps-search-products{
	padding-right: 10px;
}

.bp-search-section  #bps-search-products .bps-tooltip-pr-item .product-item-link{
	font-size: 20px;
    font-family: 'Helvetica-nlt-pro-md';
    color: #000;
}
.bp-search-section .bps-similar-parts-section .similar-parts-title{
    font-size: 20px;
    color: #BCBCBC;
	/* text-indent: 20px; */
	display: flex;
    align-items: end;
}
.bp-search-section .bps-similar-parts-section .similar-parts-title .right-sec{
	margin: 0 0 0 auto;
}
.bp-search-section .bps-similar-parts-section .similar-parts-title .product-item-link.shop-all-link{
	background: #000;
    border-radius: 5px;
    color: #fff;
    min-width: 132px;
    padding: 10px 20px;
    font-size: 15px;
    float: right;
    text-align: center;
	text-indent: 0px;
}
.bp-search-section .bps-similar-parts-section .product-item-link{
    color: #25AAE1;
    font-family: 'Helvetica-nlt-pro-md';
    font-size: 25px;
	display: block;
}
	/* table search */
	.bp-search-section .similar-parts-list .product-item-image img {
	width: 82px;
} 
.bp-search-section .similar-parts-list .product-item-name .product-item-part-name{
    color: #25AAE1;
    font-size: 15px;
    font-family: 'Helvetica-nlt-pro-md';
}
.bp-search-section .similar-parts-list table{
	margin-top:20px;
}
.bp-search-section .similar-parts-list table tr{
	border-top:1px solid #707070;
}
.bp-search-section .similar-parts-list  .table-wrapper {
    margin-bottom: 0px !important;
}
.bp-search-section .similar-parts-list table td{
	vertical-align: middle;
	padding: 5px 9px;
}
.bp-search-section .similar-parts-list .product-item-name .product-item-part-number{
    display: block;
    color: #818181;
}
.bp-search-section .similar-parts-list table .qty  input,.bp-search-section .similar-parts-list table .qty .qty-changer, .qty-dec {
	border: none;
}
.bp-search-section .similar-parts-list table .qty  input{
	padding: 0px;
}
.bp-search-section .similar-parts-list table .qty a.qty-inc, .bp-search-section .similar-parts-list table .qty a.qty-dec{
	border: none !important;
	width: 40px !important;
}


.bp-search-section .similar-parts-list table .tocart  {
	border-radius: 5px;
    background: #25AAE1;
    border: none;
    float: right;
	min-width: 133px;
} 
.bp-search-section .bps-tooltip-pr-item{
	margin-bottom: 10px;
}
.control .bps-loader {
	position: absolute;
	right: 80px;
	top: 20px;
	
}  

/* sidebar and card */
.catalog-category-view.category-buy-parts .page-title{
	display: none;
}
.bp-category-page .rp-category-sidebar{
	position: absolute !important;
	max-height: 100% !important;
    z-index: -1;
}
.bp-category-page .rp-category-sidebar {
    top: 0px !important;
}
.bp-category-page .row:first-child {
    padding: 0px !important;
}
/* main card section */
.bp-category-page .subcategory-link{
	color: #000000 !important;
    font-size: 25px;
    font-family: 'Helvetica-nlt-pro-md';
}
.bp-category-page .rp-category-content .products.wrapper ol{
	/* padding-top:30px !important; */
}
.bp-category-page .rp-category-content{
	padding:0 50px;
}
.bp-category-page .rp-category-content ol.product-items{
	display: flex;
    gap: 35px;
	flex-wrap: wrap;
}
.bp-category-page .rp-category-content ol.product-items li{
	flex-basis: calc(25% - 27px);
    background: #fff;
	border: 1px solid #707070 !important;
	padding: 10px;
	overflow: auto;
}
.bp-category-page .rp-category-content ol.product-items li .product-item-info{
	padding:0px !important;
}
.bp-category-page .rp-category-content ol.product-items li .product-item-photo{
	border: none !important;
}
.bp-category-page .rp-category-content ol.product-items li .product-item-name{
	font-family: 'Helvetica-nlt-pro-rm';
	color: #898989;
	font-size: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height: 56px;
}
.bp-category-page .rp-category-content .category-group {
    margin-left: 0px !important;
}
.bp-category-page .bp-category-view-more-section{
	text-align: center;
	margin:30px 0;
}
.bp-category-page .bp-cat-view-more-link{
	font-size: 20px;
    font-family: 'Helvetica-nlt-pro-rm';
    color: #00709E;
}
.bp-category-page .loading{
	text-align:center;
}
.bp-category-page .buy-parts-box{
	margin-bottom: 16px;
	margin-top: 16px;
}
.bp-category-page .buy-parts-box .buy-parts-btn{
	padding: 8px 35px;
    border-radius: 5px;
    min-width: 120px;
    background-color: #25AAE1;
	 /* #05BC05 */
    color: #fff;
    position: relative;
    font-family: 'Helvetica-nlt-pro-md';
    font-size: 15px;
	width: fit-content;
	display: block;
    margin: 0 auto;

}
.bp-category-page .buy-parts-box .no-parts-btn{
	padding: 8px 35px;
    border-radius: 5px;
    min-width: 120px;
    background-color: #808080;
    color: #fff;
    position: relative;
    font-family: 'Helvetica-nlt-pro-md';
    font-size: 15px;
	width: fit-content;
	display: block;
    margin: 0 auto;
}
.bp-category-page .subcategory-title {
    margin-top:18px;
}
.bp-category-page .mp-product-slider-block{
	padding-bottom: 23px !important;
}
.bp-category-products .category-group-title{
	margin-top:10px;
}



/* slider */
.bp-product-parts{
	margin-top:30px;
}
.bp-category-page .rp-category-content .mp-product-main-slider-cus .product-item .slider-product-item-info {
	border:none !important;
}
.bp-category-page  .mp-product-main-slider-cus{
	margin-top:35px;

}

/* next page table */
.bp-category-page .product-parts-table{
	margin-top: 15px;
}
.bp-category-page .product-parts-table tbody{
	border: 1px solid #707070;
}

.bp-category-page  .table.data.grouped>tbody>tr>td,.bp-category-page  .table.data.grouped>tbody>tr>th {
    border-top: none !important;
}
.bp-category-page .product-parts-table tbody tr{
	border-bottom: 1px solid #707070;
	background-color: #fff;
}
.bp-category-page .product-parts-table th{
	color: #000;
    font-family: 'Helvetica-nlt-pro-rm';
    font-size: 20px;
}
.bp-category-page .product-parts-table td{
	vertical-align: middle !important;
}
.bp-category-page .product-parts-table tr td img{
    width: 98px;
    height: 76px;
}
/* .bp-category-page .product-parts-table td .product-item-name{
	color: #000;
} */
.bp-category-page .product-parts-table td .product-item-part-name, .bp-category-page .product-parts-table td .product-item-name{
	color: #000;
    font-family: 'Helvetica-nlt-pro-md';
    font-size: 19px;
}

.bp-category-page .product-parts-table td .product-item-part-number{
	display: block;
    text-indent: 23px;
    color: #818181;
    font-family: 'Helvetica-nlt-pro';
    font-size: 15px;
}
.bp-category-page .product-parts-table td span.price{
	color: #000 !important;
    font-size: 19px;
}
.bp-category-page .product-parts-table td  form .tocart {
	background-color: #25AAE1;
	border-radius:5px;
	min-width: 151px;
}
.bp-category-page .product-parts-table td  form .tocart span{
	color: #fff;
	font-size: 15px;
	font-family: 'Helvetica-nlt-pro';
}

.bp-category-page .product-parts-table td  .qty-dec,.bp-category-page .product-parts-table td  .qty-inc,.bp-category-page .product-parts-table td  .input-text.qty{
	border:none !important;
}
.bp-category-page  .porto-icon-left-dir,.bp-category-page  .porto-icon-right-dir{
	color: #25AAE1;
	font-size: 15px;
}
.bp-category-page  table .product-item-link{
	color: #25AEE1;
    text-decoration: underline;
	font-family: 'Helvetica-nlt-pro-md';
}
.bp-category-page  .qty .stock.unavailable,.bp-category-page .call-for-price-label, .bp-category-page .call-for-price-label span{
	color: #25AEE1;
	font-size: 15px;
	font-family: 'Helvetica-nlt-pro-md';
	text-align: center;
}
.bp-search-section table .col.qty input {
	font-size: 18px !important;
}




/* contact form section */
.bp-contact-section {
	/* background: linear-gradient(rgb(35 98 125 / 50%), rgb(9 68 95 / 50%)) , url(/media/bp-contact-form-bg.jpeg) center center; */
	background-image: url(/media/bp-contact-form-bg.jpeg) ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 55px 110px 55px;
	z-index: 2;
    position: relative;
    margin-top: 70px;
	
	
}
.bp-contact-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,112,158);
    background: -moz-linear-gradient(270deg, rgba(0,112,158,1) 0%, rgba(19,85,113,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0,112,158,1) 0%, rgba(19,85,113,1) 100%);
    background: linear-gradient(270deg, rgba(0,112,158,1) 0%, rgba(19,85,113,1) 100%);
    opacity: 0.25;
    z-index: -1;
}

.bp-contact-section .row {
	margin-top: 30px;
}

.bp-contact-section .bp-contact {
	border-radius: 10px;
	background-color: #fff;
	opacity: 0.9;
	padding: 20px 35px 13px 35px;

}

.bp-contact-section .bp-contact .field {
	margin: 0 0 45px;
}

.bp-contact-section .bp-contact .legend,
.bp-contact-section .bp-contact .comment span {
	color: #000;
	font-family: 'Helvetica-nlt-pro-md';
	font-size: 17px;
	text-transform: capitalize;
}

.bp-contact-section .bp-contact .comment textarea {
	border-radius: 10px;
	border: 1px solid #000;
	resize: none;
	color: #000;
	font-size: 19px;
	height: 130px;
}

.bp-contact-section .bp-contact .field .label {
	display: none;
}

.bp-contact-section .bp-contact .field.comment .label {
	display: block;
}

.bp-contact-section .bp-contact input {
	color: #000;
	font-size: 19px;
	border-bottom: 1px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	padding: 0px;
}
.bp-contact-section .bp-contact input::placeholder, .bp-contact-section .bp-contact .comment textarea::placeholder {
	color: #C4C4C4;
} 

.bp-contact-section .bp-contact-title {
	font-size: 35px;
	color: #fff;
	font-family: 'Helvetica-nlt-pro-rm';
}

.bp-contact-section .bp-contact-sub-title {
	font-size: 25px;
	color: #fff;
	font-family: 'Helvetica-nlt-pro';
}

.bp-contact-section .bp-contact-sub-title::after {
	content: '';
	border-bottom: 3px solid #fff;
	display: block;
	height: 4px;
	width: 155px;
	margin-top: 20px;
}

.bp-contact-section .submit {
	background-color: #25AAE1 !important;
	border-radius: 5px;
	border: none !important;
	min-width: 107px;
	margin-top: 35px;

}

.bp-contact-section .submit span {
	font-size: 15px;
}

.bp-contact-section .contact-info .contact-box {
	background: #034762 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 7px;
	padding:20px 35px 35px 35px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.bp-contact-section .contact-box-title {
	font-size: 35px;
	font-family: 'Helvetica-nlt-pro-rm';
	color: #fff;
	margin-bottom: 15px;
}

.bp-contact-section .contact-box-content {
	font-size: 25px;
	font-family: 'Helvetica-nlt-pro';
	color: #fff;
}
.bp-contact-info-block{
	border-right: 1px solid #000;
    padding-right: 30px !important;
}

.bp-category-page .bp-contact-comment-block{
	padding-left: 30px;
	padding-right:0px !important;
}

.bp-contact-section input:not([disabled]):focus,.bp-contact-section textarea:not([disabled]):focus,.bp-contact-section select:not([disabled]):focus {
    box-shadow: none !important;
}

.message.bp-contact-message{
	margin-top:15px;
}
/* faq section */
.bp-faq-section {
	background-color: #E2E2E2;
	z-index: 2;
    position: relative;
}

.bp-faq-section .bp-faq-title {
	font-size: 35px;
	text-align: center;
	font-family: 'Helvetica-nlt-pro-md';
	color: #25AAE1;
	padding: 25px 0px 30px 0px;
}

.bp-faq-section .am-widget-categories-2.widget {
	padding: 40px;
}

.bp-category-page .bp-faq-section .faq-category-title {
	font-family: 'Helvetica-nlt-pro';
	color: #000000;
	font-size: 25px;
	margin-bottom: 5px;
	min-height: 55px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bp-category-page .bp-faq-section .am-title {
	color: #25AAE1;
	font-size: 20px;
	font-family: 'Helvetica-nlt-pro-rm';
}
.bp-faq-section .amfaq_questions .am-title .am-minus:before {
    color: #25AEE1 !important;
}
.bp-faq-section  .amfaq-short-answer-container{
    font-size: 16px;
}

/* Buy parts Page - css End */
/* New Home page alteration */
.header-section{
	height: 168px;
}
.home_new_explorenow #homepage-video{
	object-fit:cover;
}
.our-commitment-section{
	position: relative;
}
.our-commitment-section::after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(270deg, #ffffff00 0%, #3E3E3E 100%);
    background: -webkit-linear-gradient(270deg, #ffffff00 0%, #3E3E3E 100%);
    background: linear-gradient(270deg, #ffffff00 0%, #3E3E3E 100%);
    /* opacity: 0.5; */
	z-index:1;
   
}
.our-commitment-section .our-commitment-header {
    z-index: 2;
}
.our-commitment-section  .our-commitment-list{
	z-index: 2;
    position: relative;
}
.home-explore-our-products-section .owl-stage .owl-item:last-child  {
	border-right:none;
} 

.rp-cert-logo-block{
	display: flex;
    gap: 30px;
    justify-content: flex-end;
}
.hs-footer-address{
	display: flex;
    justify-content: center;
}
.page-header .box-minicart .minicart-wrapper{
	padding:0px !important
}
.videos-section-inner{
	padding:0 80px;
}

/* linkedin widget */
.linked-feed-section{
	padding:0 45px;
	margin-bottom: 50px;
}
/* .linked-feed-section .swiper-slide {
	width:100% !important;
	max-width:282px;
}
.linked-feed-section .Main__Inner-sc-129s5zi-0.eFUpYn{
	max-width:100% !important; 
	margin: 0px;
} */
.linked-feed-section .fkyoDf {
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.hwPnTA{
	box-shadow: 0px 4px 30px #00000029 !important;
}
.fUkyoJ {

	border-radius:5px;
}
.swiper-slide .CarouselItem__CarouselItemContainer-sc-jpfz5q-0{
	/* padding:10px; */
}
.swiper-wrapper{
/* padding: 0px 10px; */
}
.jtinqy .swiper-autoheight, .jtinqy .swiper-autoheight .swiper-slide{
	padding: 20px 0px 40px 0px;
}

.Ellipsis__Wrapper-sc-1b8wrxx-0.fsSdUl{
	font-size: 14px;
	font-family: 'Helvetica-nlt-pro';
}
.bARSbq {
    font-family: 'Helvetica-nlt-pro-md';
	font-size: 18px !important;
}
.exyHks{
	font-family: 'Helvetica-nlt-pro';
	color: #7A7A7A;
}
.fUkyoJ:hover svg{
   fill:#fff;
}
.caAfeN{
	color: #7a7a7a !important;
}
/* .grbUXA, .grbUXA * {
	color: #7a7a7a !important;
} */

/* .page-main {
    padding-top: 30px  !important;
} */

/* subscribe to email section start */
/* .newsletter-page-block{
    min-height:100%;
	background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url("../../frontend/Smartwave/porto_reelpower/en_US/css/media/wysiwyg/rp-subscribe-newsletter-bg.jpeg");
	background-size:cover;
} */

.newsletter-page-block {
	background-image: url(/media/wysiwyg/rp-subscribe-newsletter-bg.jpeg) ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px;
	z-index: 2;
    position: relative;
	min-height: 400px;
    display: flex;
    align-items: center;
}
.newsletter-page-block::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 1);
    /* background: rgb(0,112,158);
    background: -moz-linear-gradient(270deg, rgba(0,112,158,1) 0%, rgba(19,85,113,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0,112,158,1) 0%, rgba(19,85,113,1) 100%);
    background: linear-gradient(270deg, rgba(0,112,158,1) 0%, rgba(19,85,113,1) 100%); */
    opacity: 0.25;
    z-index: -1;
}
.newsletter-page-block .newsletter-page-content h2{
	color: #fff;
    font-family: 'Helvetica-nlt-pro-md';
    font-size: 30px;
	margin-top: 0px;
}
.newsletter-page-block .newsletter-page-content p{
	font-family: 'Helvetica-nlt-pro-rm';
    color: #fff;
    font-size: 18px;
	margin-bottom: 20px;
}
.newsletter-page-block .newsletter-page-content button{
	margin-left: 10px !important;
	border-radius: 5px !important;
}
.newsletter-page-block .newsletter-page-content button span{
	font-family: 'Helvetica-nlt-pro-md';
}
.newsletter-page-block .block.newsletter .field .control:before {
    margin: 2px 0 0 8px !important;
}
.newsletter-page-block  .control{
	position: relative;
}
#newsletter-error{
	position: absolute;
}
/* .newsletter-page-block div.mage-error {
    margin-top: 0px !important; 
} */
span.note-unsubscribe {
    font-family: 'Helvetica-nlt-pro-rm';
    color: #000;
    position: absolute;
    bottom: 12px;
}

/* subscribe to email section end */
/* home-news-section start */
.home-news-section .home-news-block{
	background: linear-gradient(to bottom, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 34%) 59%, rgb(0 0 0 / 65%) 100%), url(/media/home/news-banner-v1.webp) no-repeat;
	background-size: cover;
	padding: 30px;
}
.home-news-section .home-news-block .row{
	align-items: center;
}
.home-news-section .home-news-block .news-block-left{
	text-align: center;
}
.home-news-section .home-news-block .news-block-left img{
    border: 2px solid #fff;
	border-radius: 10px;
}
.home-news-section .home-news-block p {
	color: #fff;
	font-size: 35px;
	margin: 25px  0px;
	font-weight: 600;
    line-height: 1.1;
}
.home-news-section .home-news-block .news-block-right  .button-link.online-btn-link{
	background-color: #25AAE1;
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}

/* home-news-section end */
/* Flip animation - industries served start */
.flip_div{
    /* width:400px; */
    position: relative;
    display: inline-block;
}
 .rp-flip {
	 position: relative;
}
 .rp-flip > .rp-front, .rp-flip > .rp-back {
	 display: block;
	 /* transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
	 transition-duration: 0.8s;
	 transition-property: transform, opacity;
}
 .rp-flip > .rp-front {
	 transform: rotateY(0deg);
}
.rp-flip .rp-front  img{
	/* height: 260px; */
    width: 100%;
}
 .rp-flip > .rp-back {
	 position: absolute;
	 opacity: 0;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 transform: rotateY(-180deg);
}
 .rp-flip:hover > .rp-front {
	 transform: rotateY(180deg);
}
 .rp-flip:hover > .rp-back {
	 opacity: 1;
	 transform: rotateY(0deg);
}
 .rp-flip.flip-vertical > .rp-back {
	 transform: rotateX(-180deg);
}
 .rp-flip.flip-vertical:hover > .rp-front {
	 transform: rotateX(180deg);
}
 .rp-flip.flip-vertical:hover > .rp-back {
	 transform: rotateX(0deg);
}
 .rp-flip {
	 position: relative;
	 display: inline-block;
	 margin-right: 2px;
     margin-bottom: 0px;
	 width: 100%;
}
 .rp-flip > .rp-front {
	 display: block;
	 color: white;
	 width: inherit;
	 background-size: cover !important;
	 background-position: center !important;
	 /* height: 220px; */
	 /* padding: 1em 2em; */
	 background: #25aae1;
	 border-radius: 0px;
	 min-height: 260px;
}
.rp-flip > .rp-back {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: inherit;
	background-size: cover !important;
	background-position: center !important;
	/* height: 220px; */
	/* padding: 1em 2em; */
	background: #25aae1;
	border-radius: 0px;
	min-height: 260px;
}
 .rp-flip > .rp-front p, .rp-flip > .rp-back p {
	 font-size: 0.9125rem;
	 line-height: 160%;
	 color: #999;
}
 .text-shadow {
	 text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}
.flip_div .headingflip{
    margin: 0px;
    padding: 20px 0px;
    background-color: aliceblue;
}
.rp-flip-industries-img  .headingflip{
    font-size: 22px;
    text-align: center;
    background-color: #25aae1;
    color: #fff;
    font-weight: bold;
    font-family: 'Helvetica-nlt-pro-bld';
    padding: 15px 0px;
    margin-top: -4px;
    margin-bottom: 2rem;
	line-height: 1.4;
}
.rp-flip-industries-img .rp-flip .rp-back{
	padding: 30px 25px;
}
.rp-flip-industries-img .rp-flip h2{
	font-size: 18px;
    font-family: 'Helvetica-nlt-pro-bld';
    line-height: 20px;
	margin-top: 0px;
}
.rp-flip-industries-img .rp-flip p{
    /* font-size: 16px;
    font-family: 'Helvetica-nlt-pro-rm';
    color: #fff; */
	font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-family: 'Helvetica-nlt-pro-bld';

}
.rp-flip-industries-img .rp-back ul{
	padding-inline-start: 20px;
}
.rp-flip-industries-img .rp-flip ul li{
	font-size: 15px;
	font-family: 'Helvetica-nlt-pro';
}
.rp-flip-industries-img .rp-flip:hover .rp-back{
	border-bottom: 1px solid #fff;
}


/* Flip animation - industries served end */

/* User panel Design - start */

.account .page-wrapper{
	background-color: #e2e2e2;
}
.account .account-nav-top-wrapper .account-nav-top {
	display: flex;
    border-bottom: 0.5px solid #707070;
    align-items: end;
    padding-bottom: 15px;
}
.account  .account-nav-top-wrapper .nav.items {
	display: flex;
	align-items: end;
    gap: 27px;
}
.account .account-nav-top-wrapper ul li.current a {
	border:2px solid #25aee1;
}

.account .account-nav-top-wrapper ul li a:hover {
	background-color: #fff !important;
}
.account .account-nav-top-wrapper  a {
	background: white;
    box-shadow: 0px 3px 6px #00000038;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    height: 126px;
    display: flex !important;
    justify-content: center;
	min-width: 125px;
}
.account .account-nav-top-wrapper .account-nav-info{
	margin: 0 0 0 auto;
}

.account .account-nav-top-wrapper  h1.page-title{
	margin: 0 0 0 auto;
}

.account .account-nav-top-wrapper ul li strong{
	color: #000000;
    font-size: 15px;
    font-family: 'Helvetica-nlt-pro-rm';
    position: absolute;
    bottom: 10px;
}
.account .account-nav .nav>li>a:before {
    content: "";
    background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/person-circle.png);
    background-size: 61px;
    width: 61px;
    height: 61px;
    position: absolute;
    left: 25%;
    top: 25px;
	background-repeat: no-repeat;
}

.account .account-nav .nav>li>.my-orders-link:before {
    content: "";
    background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/package.png);
    background-size: 52px;
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
	left: 30%;
}
.account .account-nav-top-wrapper  .account-nav-top {
	margin-bottom: 20px;
}

.account .account-nav-top-wrapper  .account-nav-top .page-title{
	color: #000000;
    font-size: 30px;
    font-family: 'Helvetica-nlt-pro-md';
}

.account .account-quick-nav-wrapper .account-quick-nav{
	display: flex;
	justify-content: center;
    gap: 15px;
	padding: 0px;
	margin-bottom: 0px;
}

.account .account-quick-nav-wrapper .account-quick-nav li a strong{
	font-family: 'Helvetica-nlt-pro-md';
    color: #000;
    font-size: 20px;
}
.account .account-quick-nav-wrapper .account-quick-nav li p{
	max-width: 250px;
    font-size: 15px;
    color: #000;
    font-family: 'Helvetica-nlt-pro';
	margin-top: 5px;
}
.account .account-quick-nav li{
	list-style-type: none;
}
.account .account-quick-nav li.active a{
	border:2px solid #25aee1;
}
.account .account-quick-nav-wrapper .account-quick-nav li a{
    background: #fff;
    list-style-type: none !important;
	padding: 20px 20px 20px 40px;
    display: flex;
    position: relative;
    border-radius: 10px;
    min-height: 126px;
    max-width: 352px;
    align-items: center;
    min-width: 352px;
	box-shadow: 0px 3px 6px #00000038;
}

.account .account-quick-nav li a::before{
	content: "";
	background-size: 44px;
    width: 53px;
    height: 58px;
	position: relative;
	background-repeat: no-repeat;
} 
.account .account-quick-nav li .account-edit-link::before{
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/user-profile.png);
	height: 73px;
	width: 60px;
	background-size: 55px;
}
.account .account-quick-nav li .address-link::before{
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/location-sharp.png);
	background-size: 35px;
}
.account .account-quick-nav li .wishlist-link::before{ 
	background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/wishlist.png);
}


.account .account-quick-nav li  .nav-item-info{
	padding-left: 10px;
}
.account .form-edit-account, .account .form-address-edit{
	box-shadow: 0px 3px 6px #00000038;
    border-top: none !important;
}

	/* user panel manage address */
.account .block.block-addresses-list{
	box-shadow: 0px 3px 6px #00000038;
    border-radius: 5px;
    background-color: #fff;
    padding: 27px;
}
.account .block.block-addresses-list .actions-toolbar{
	border: 1px solid #B8B8B8;
    border-radius: 2px;
}
.account .block.block-addresses-list .actions-toolbar .primary button{
	background-color: #fff;
    border: none;
    color: #25aee1;
    font-size: 15px;
    text-transform: uppercase;
}
.account .block.block-addresses-list .actions-toolbar .primary button span::before{
	content: "+";
    font-size: 15px;
    margin-right: 10px;
}
.account  .block.block-addresses-list .block-content .table-wrapper.addresses .table-addresses-items{
    margin-top: 15px;
}
.account  .block.block-addresses-list .block-content .table-wrapper.addresses .row.address-item{
	border: 1px solid #B8B8B8;
	border-radius: 2px;
	margin: 10px 0px;
}
.account  .block.block-addresses-list .block-content .table-wrapper.addresses .address-info{
	padding: 15px 15px;
}
.account  .block.block-addresses-list  .address-info .default-address{	
	margin-bottom: 10px;
}
.account  .block.block-addresses-list  .address-info .default-address span:first-child{
	background: #F6F6F6;
    padding: 5px 25px;
    color: #949494;
    font-size: 13px;
}
.account  .block.block-addresses-list  .address-info .default-address .default-billing ,.account  .block.block-addresses-list  .address-info .default-address .default-shipping{
	color: #000;
    font-size: 13px;
	font-family: 'Helvetica-nlt-pro-rm';
}
.account  .block.block-addresses-list .block-content .table-wrapper.addresses .address-name{
	color: #000;
    font-family: 'Helvetica-nlt-pro-rm';
    font-size: 15px;
	margin-bottom: 5px;
}
.account  .block.block-addresses-list .block-content .table-wrapper.addresses .address,.account  .block.block-addresses-list .block-content .table-wrapper.addresses .company-name{
    color: #000;
    font-size: 15px;
}
.account  .block.block-addresses-list .block-content .table-wrapper.addresses .tel-box{
	display: block;
	padding-top: 6px;
}

.account  .block.block-addresses-list .block-content .table-wrapper.addresses .tel-box a{
	color: #000;
    font-family: 'Helvetica-nlt-pro-rm';
}
.account  .block.block-addresses-list .table-wrapper.addresses  .address-item .actions{
	display: flex;
	justify-content: end;
	align-items: end;
	bottom: 10px;
}
.account .block.block-addresses-list .table-wrapper.addresses  .address-item .actions .edit::after{
	content: "";
    font-size: 15px;
    color: #25aee1;
    margin: 0px 15px;
    border-left: 2px solid #25aee1;
}
.account .block.block-addresses-list .table-wrapper.addresses  .address-item .actions span{
	font-size: 15px;
    color: #25aee1;
}

/* my order */
.account .my-order-page .account-nav-info{
	bottom: -42px;
    position: relative;
}
.account .my-order-page .account-nav-info .page-title{
	text-align: right;
}

.account .my-order-page .block-search-orders .minisearchorders{
	display: flex;
    border-radius: 0px;
    margin-top: 15px;
}

.account .my-order-page .block-search-orders input{
	border-radius: 5px 0px 0px 5px;
	border: none;
	height:55px;	
	font-size: 20px;
}
.account .my-order-page .block-search-orders  .actions{
	border: none;
    background-color: #25aee1;
    color: #fff;
    margin: 0px;
    border-radius: 0px 5px 5px 0px;
}
.account .my-order-page .block-search-orders  .actions button{
    background-color: #25aee1;
    border: none !important;
    color: #fff;
    max-width: 158px;
    width: 158px;
    padding: 0px;
    height: -webkit-fill-available;
	font-size: 18px;
}
.account .my-order-page .block-search-orders .actions button span::before {
    content: '\f818';
    font-family: 'porto-icons';
	position: relative;
    margin-right: 5px;
}
.account .orders-history .table-order-items {
	margin-top: 0px;
}
.account .orders-history .order-item{
	box-shadow: 0px 3px 15px #00000017;
    border: 0.5px solid #707070;
    border-radius: 5px;
    background: #fff;
	margin-bottom: 15px;
}
.account .orders-history .order-item .order-information{
	border-bottom: 0.5px solid #707070;
	margin: 0px;
	padding: 0px 25px 0px 10px;
}
.account .orders-history .order-item  .order-block-left{
	display: flex;
	align-items: center;
	margin: 10px 0px;

}
.account .orders-history .order-item .order-block-right{
	text-align: right;
	margin: 12px 0px 5px 0px;
}
.account .orders-history .order-item .order-items-block{
	/* padding: 20px; */
}
.account .orders-history .order-information .order-date, .account .orders-history .order-information .order-total, .account .orders-history .order-information .order-id{
	color: #707070;
	font-size: 13px;
	font-family: 'Helvetica-nlt-pro-md';
}
.account .orders-history .order-information .order-id{
	margin-bottom: 6px;
}
.account .orders-history .order-information .order-date::after{
	content: "";
    margin: 0px 7px;
    border-left: 1px solid;
    padding: 2px 0px;
}


.account .orders-history .order-information  .order-actions span{
    color: #25aee1;
    font-size: 13px;
    font-family: 'Helvetica-nlt-pro-rm';
}
.account .order-item .product-item{
	align-items: center;
	padding: 20px 30px;
}
.account .order-item .product-item .product-info{
	margin-left: 28px;
}
.account .order-item .product-item .product-info .product-item-name{
    font-size: 20px;
    color: #000;
    font-family: 'Helvetica-nlt-pro-md';
}

.account .order-item .product-item .product-info .product-actions {
    margin-top: 15px;	
}

.account .order-item .product-item .product-info .product-actions span{
	color: #000000;
	box-shadow: 0px 0px 6px #00000036;
	border: 1px solid #000000;
	border-radius: 5px;
	/* padding: 10px 50px; */
	font-size: 18px;
	color: #000;
	font-family: 'Helvetica-nlt-pro-rm';
}
.account .order-item .product-item .product-info .share-product-link{
	color: #707070;
    font-size: 15px;
    font-family: 'Helvetica-nlt-pro-rm';
	margin-top: 15px;;
	display: inline-block;
}
.account .order-item .product-item .product-info .share-product-link::before{
	content: "";
    background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/share.png);
    background-size: 28px;
    width: 28px;
    height: 25px;
	position: absolute;
	background-repeat: no-repeat;
}
.account .order-item .product-item .product-info .share-product-link span{
	margin-left:35px;
}
.account .order-item .product-item  .product-actions  span{
    box-shadow: 0px 0px 6px #00000036;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 192px;
    font-size: 18px;
    color: #000;
	font-family: 'Helvetica-nlt-pro-rm';
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin: 10px 10px 5px 0px;
}
.account .order-item .product-item  .product-actions a:hover span{
	background: #25aee1;
	color: #fff;
	border: 1px solid #25aee1;
}
.account .order-item .product-item {
	border-bottom: 1px solid #e2e2e2;
}
.account .order-item .product-item:last-child {
	border-bottom:none;
}
.account .order-item .product-item div{
	padding: 0px;
}
.account .order-item .product-item .product-actions {
	justify-content: center;
}
/*user panel -  forms  */
.account .form-edit-account,.account .form-address-edit{
	padding: 30px 25px;
}
.account .form-edit-account .fieldset.info{
	width:100%;
}
.account .form-edit-account .personal-info-head, .account .form-edit-account .field.choice   {
	margin-bottom: 5px;
}
.account .form-edit-account .personal-info-edit,.account .form-edit-account .email-address-edit, .account .form-edit-account .field.choice a{
    color: #25aee1;
    font-size: 15px;
    margin-left: 15px;
    font-family: 'Helvetica-nlt-pro-rm';	
}
.account .form-edit-account .personal-info, .account .form-edit-account .email-address-block,.account .form-edit-account .email-password-block{
	display: flex;
    gap: 15px;
}
.account .form-edit-account .personal-info div.field ,.email-address-block div.field, .email-password-block div.field{
	width: 40%;
}


.account .form-edit-account .personal-info-title, .account .form-edit-account .account  span, .account .form-edit-account .field.choice span, .account .form-edit-account .email-address-head span{
	color: #000000;
    font-size: 16px;
    font-family: 'Helvetica-nlt-pro-md';
}
.account .form-edit-account .email-address-block{
	margin-bottom: 5px;
}
 .account .form-edit-account  .field-name-firstname  span,  .account .form-edit-account  .field-name-lastname  span, .account .form-edit-account .new.password span,  .account .form-edit-account .confirmation.password span, .account .form-edit-account .current span {
	display:none;
} 
.account .form-edit-account #password-strength-meter-label{
	display: inline-block;
}
.account .form-edit-account  .input-text,.account .form-address-edit  .input-text ,.account .form-address-edit select{
	min-height:50px;
	margin-bottom: 0px;
}
.account .form-edit-account .personal-info-block,.account .form-edit-account .email-address-block,.account .form-edit-account .email-password-block{
	margin-bottom: 25px;
}
.account .form-edit-account  .input-text:read-only {
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    background: #f6f6f6;
	color: #949494 !important;
    font-size: 15px;
	opacity:1 !important;
}
.account .form-edit-account  .input-text {
    font-size: 15px;
}
.account .form-edit-account .fieldset.info{
	margin-bottom: 0px;
}
.account .form-edit-account .fieldset.additional_info{
	display: none;
}

.account .form-edit-account .save.primary,.account .form-address-edit  .save.primary{
	background: #25aee1;
    min-width: 192px;
    min-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
}
.account .form-edit-account .save.primary:hover,.account .form-address-edit  .save.primary:hover{
	color:#25aee1;
	background:#fff;
	border:2px solid #25aee1;

}
.account .form-edit-account .email-password-block .new.password, .account .form-edit-account .email-password-block .confirmation.password , .account .form-edit-account .email-address-block .current.password {
	position: relative;
}

.account .form-edit-account .email-password-block .new.password .control .eye-slash:before, .account .form-edit-account .email-password-block .confirmation.password  .control .eye-slash:before,
.account .form-edit-account .email-address-block .current.password  .control .eye-slash:before{
	content: "";
    background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/eye-hide-line.png);
    position: absolute;
    top: 14px;
    right: 20px;
    width: 25px;
    height: 19px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.account .form-edit-account .email-password-block .new.password .control .eye-open:before ,.account .form-edit-account .email-password-block .confirmation.password  .control .eye-open:before,
.account .form-edit-account .email-address-block .current.password  .control .eye-open:before{
	content: "";
    background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/eye-open.png);
    position: absolute;
    top: 14px;
    right: 20px;
    width: 25px;
    height: 19px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.account .form-address-edit .fieldset .legend{
	color:#25aee1;
	font-family: 'Helvetica-nlt-pro-md';
}
.account .form-address-edit .field span {
	color: #000;
	font-family: 'Helvetica-nlt-pro-rm';
}
.account .form-address-edit .field.street .field.primary{
	margin-bottom: 6px;
}

.account.sales-order-view .page-main-inner, .account.sales-order-invoice .page-main-inner,
.account.sales-order-shipment .page-main-inner, .account.wishlist-index-index .page-main-inner{
	background:#fff;
	padding:20px;
}
.account.sales-order-view .page-title-wrapper, .account.sales-order-invoice  .page-title-wrapper{
	margin: 0px;
}
.account.sales-order-view .page-main-inner, .account.sales-order-invoice  .page-main-inner{
	border-radius: 8px !important;
}

.account .order-actions-toolbar{
	display: flex;
	font-size: 16px;
}
.account .order-actions-toolbar .action.print {
    display: inline-block !important;
}

.account .product-item-inner .box-tocart{
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
/* wishlist page */
.account .wishlist .product-item-main-info{
	min-height: 48px;
}
.account .toolbar.wishlist-toolbar {
    margin-bottom: 12px;
}

.account.wishlist-index-share .wishlist{
	background-color:#fff;
	padding:20px;
	box-shadow: 0px 3px 6px #00000038;
	border-radius: 8px;
}
.account.wishlist-index-share .page-main .page-title-wrapper {
	margin: 0 auto 0 0;
}
.account.wishlist-index-index .page-main-inner{
	border-radius: 8px !important;
}
/* User panel Design - end */

.rp-category-page .category-sidebar > .category-nav-items > .category-nav-item > .category-nav-items {
	display: none;
}
.rp-category-page .category-sidebar > .category-nav-items > .category-nav-item > .category-nav-items.open-collapse {
	display: block;
}
.rp-category-page .category-sidebar > .category-nav-items > .category-nav-item > .category-nav-items > .rp-collapsible-toggle {
	cursor: pointer;
}
 /* .rp-category-page .category-nav-items .category-nav-item {
	position: relative;
} */
.rp-category-page .category-nav-items .category-nav-item .porto-icon-up-open-huge:before{
	font-size: 14px;
}
.rp-category-page .category-nav-items .category-nav-item .porto-icon-down-open-huge:before{
	font-size: 14px;
}  
.rp-category-page .category-nav-items .category-nav-item.active .rp-mobile-collapsible-toggle.porto-icon-down-open-huge:before, .rp-category-page .category-nav-items .category-nav-item.active .rp-mobile-collapsible-toggle.porto-icon-up-open-huge:before {
	color: rgb(37, 170, 225) !important;
}
.rp-category-page .category-nav-items .category-nav-item .rp-mobile-collapsible-toggle.porto-icon-down-open-huge:before, .rp-category-page .category-nav-items .category-nav-item .rp-mobile-collapsible-toggle.porto-icon-up-open-huge:before {
	color: #000 !important;
}
.rp-category-page .category-nav-items .category-nav-item .porto-icon-down-open-huge:before {
    content: '\f80f';
    position: absolute;
    top: 8px;
    right: -13px;
}
.rp-category-page .category-nav-items .category-nav-item .porto-icon-up-open-huge:before{
	position: absolute;
    top: 8px;
    right: -13px;
}
.rp-category-page .category-nav-items .category-nav-item .group{
	display: block;
}

/* responsive */
@media(min-width:1920px) {
	.rp-category-content .category-nav-list li {
		width: 24.15%;
	}

	.rp-category-page .category-group-content .products .product-item {
		width: 19.52%;
	}

	#rp-category-content {
		width: calc(100% - 320px);
		left: 320px;
		position: relative;
	}

	.rp-category-page .rp-category-content .category-group {
		margin-left: 40px;
	}

	.rp-category-page .category-products li .product-item-photo {
		min-height: 234px !important;
		height: 234px;
	}
	
}

@media(min-width:1900px) {
	header.page-header.type5.reel-head-cus .logo-main .logo img {
		/* max-width: 290px !important; */
		max-width:  300px !important;
	}

	.page-header .navigation .level0.parent>a:after {
		top: 15px;
	}
}

@media(min-width:1600px) {
	.rp-category-page .category-products li .product-item-photo {
		min-height: 211px;
	}
	.sw-megamenu.navigation li.level0.classic .submenu a {
		font-size: 16px !important;
	}
	.home_new_explorenow_row {
		margin-top: 200px;
	}
	/* user panel */
	.account .page-main {
		max-width: 1450px;
	}
	.account .my-order-page .block-search-orders  .field.search{
		max-width: 700px !important;
		width: 800px  !important;
	}    
	
}

@media(min-width:1601px) and (max-width:1670px) {
	.rp-category-page .rp-category-content .category-group {
		margin-right: 21px;
	}
}
@media(min-width:992px) and (max-width:1600px) {
.rp-category-page .category-nav-items .category-nav-item .rp-collapsible-toggle {
	right:-13px;
}

}

@media(min-width:1601px) {

	/* product new */
	.category-products .breadcrumbs {
		/* max-width: 280px !important; */
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 280px;
	}

	.home-explore-our-products-section .category-name {
		padding: 0px 0px 0px 8px;
		font-size: 20px;
		width: 60%;
	}

	.home-explore-our-products-section .category-photo {
		width: 40%;
	}

	.page-header .box-language {
		left: 15px;
	}


}

@media (min-width:992px) {
	.category-image {	
		top: 0px;
	}
	/* new page alteration */
	/* .catalog-category-view.category-products .breadcrumbs ul{ 
		margin-top:30px; 
	} */
	/* user panel */
	.account .my-order-page .block-search-orders .field.search {
		max-width: 465px;
		width: 465px;
	}
	/* user panel */
	.account .order-item .product-item  .product-item-image img{
		width: 100%;
	}
	
	
}
@media (min-width: 1200px) and (max-width: 1577px){
	.rp-category-page .rp-category-sidebar .category-nav-item.active a {
		font-size: 16px !important;
	}
	.rp-category-page .rp-category-sidebar .category-nav-item a {
		font-size: 16px !important;
	} 
}
	@media (min-width: 992px) and (max-width: 1199px){
			
		.rp-category-page .rp-category-sidebar .category-nav-item.active a {
			font-size: 13px !important;
		}
		.rp-category-page .rp-category-sidebar .category-nav-item a {
			font-size: 13px !important;
		} 
	}
@media (min-width: 768px) and (max-width: 991px){
.bp-search-section .block-search {
    max-width: 100% !important;
}
}

@media (max-width:1600px) {

	/* product new */
	.rp-category-page .rp-category-sidebar {
		max-width: 240px;
	}
	/* .rp-category-page .rp-category-sidebar .category-nav-item.active a {
		font-size: 15px !important;
	}
	.rp-category-page .rp-category-sidebar .category-nav-item a {
		font-size: 15px !important;
	} */

	

}


@media(max-width:1577px) {
	.rp-category-content .category-nav-list {
		gap: 15px;

	}
	/* buy parts */
	.bp-search-section .similar-parts-list table  .col.qty {
		width: 15%;
	}
		


}


@media(max-width:1440px) {
	.pas-form-regular-wrapper {
		max-width: 500px;
	}

	/* .reel-head-cus .panel.wrapper .top-links-area .top-links-icon a { 
		font-size: 16px !important;
	}
	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a:after {
		left: 57px;
	}
	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a:before {
		right: 53px;
	} */
	.rp-category-page .category-group-content .product-item-link {
		font-size: 14px !important;
	}

	.rp-category-content .category-nav-list .sub-category-title {
		font-size: 14px !important;
	}

	/* buy parts */
	.category-image .overlay .category-name {
		font-size: 55px;
	}
	.home_new_explorenow .home_new_explorenow_con{
		/* top: -50px; */
	}

	/* rp flip animation */
	.rp-flip-industries-img .headingflip {
		font-size: 18px !important;
	}
}

@media(max-width:1387px) {
	.rp-category-content .category-nav-list li {
		width: 23.9%;

	}
}

@media(max-width:1280px) {
	.page-header .box-contact a {
		font-size: 14px;
	}

	/* product new */
	.rp-category-page .category-group-content .products .product-item {
		width: 19.3%;
		/* min-height: 245px; */
	}

	.rp-category-page .rp-category-content .category-group {
		margin-left: 0px;
	}


	.rp-category-page .rp-category-sidebar .category-title {
		font-size: 20px;
	}

	.rp-category-page .rp-category-sidebar .category-nav-item.active a {
		font-size: 16px;
		line-height: 30px;

	}

	.rp-category-page .rp-category-sidebar .category-nav-item a {
		font-size: 16px;
		line-height: 30px;
	}

	.rp-category-page .rp-category-sidebar .category-nav-item .category-nav-items li a {

		font-size: 14px;
		line-height: 20px;
	}

	.rp-category-page .category-group-title a {
		font-size: 20px;
	}

	.rp-category-page .category-group-content .subcategory-title a {
		font-size: 20px;
	}

	.mp-product-main-slider-cus .product-image-wrapper {
		height: 220px;
	}

	.rp-category-page .mp-product-main-slider-cus .product-image-photo {
		height: 165px;
	}

	/* buy parts */
	.category-image .overlay .category-name {
		font-size: 50px;
	}
	.bp-category-page .rp-category-content ol.product-items li .product-item-name {
		font-size: 16px;
	}
	.bp-category-page .mp-product-main-slider-cus .product-image-wrapper {
		height: 185px;
	}
	.bp-category-page .bp-faq-section .faq-category-title {
		min-height: 46px;
	}

	.rp-category-page .category-group-content .product-item-price .price {
		font-size: 14px !important;
	}
}

@media(max-width:1279px) {

	.page-header .box-contact a {
		font-size: 11px;
	}

	.box-account .top-links-area span {
		font-size: 16px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
		right: 50px;

	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:after {
		left: 53px;
		top: 12px;
	}

}

@media(max-width:1246px) {
	.rp-category-page .category-group-content .products .product-item {
		width: 19.24%;
	}
}

@media(max-width:1240px) {
	.rp-category-content .category-nav-list li {
		width: 23.8%;

	}
}

@media(max-width:1200px) {

	/* product new */
	.rp-category-page .category-group-content .products .product-item {
		width: 24.3%;
	}

	.rp-category-page .category-group-content .product-item-price .price {
		font-size: 14px;
	}

}

@media(max-width:1138px) {
	.rp-category-content .category-nav-list li {
		width: 23.6%;
	}
}



@media(max-width:1024px) {
	.page-header .box-contact {
		padding: 5px;
	}

	/*  product new*/

	.rp-category-page .rp-category-sidebar .category-title {
		font-size: 18px;
	}

	.rp-category-page .rp-category-sidebar .category-nav-item.active a {
		font-size: 16px;
		line-height: 30px;

	}

	.rp-category-page .rp-category-sidebar .category-nav-item a {
		font-size: 16px;
		line-height: 30px;
	}

	.rp-category-page .rp-category-sidebar .category-nav-item .category-nav-items li a {

		font-size: 12px;
	}

	.rp-category-page .category-group-title a {
		font-size: 25px;
	}

	.rp-category-page .category-group-content .subcategory-title a {
		font-size: 20px;
	}

	.rp-category-content .category-nav-list .sub-category-title {
		font-size: 12px;
	}

	.rp-category-content .mp-product-slider-title {
		font-size: 30px;
	}

	.rp-category-content .cat-pro-box-sect-title a.product-item-link {
		font-size: 14px !important;
	}

	.rp-category-page .show-group .category-group-title a {
		font-size: 25px;
	}

	.rp-category-page .category-group-content .product-item-price .price {
		font-size: 14px;
	}
	/* buy parts */
	.bp-search-section #bps-search-products,.bp-search-section .bps-similar-parts-section {
		width: 100%;
	}
	.bp-category-page .rp-category-content ol.product-items li{
		flex-basis: calc(25% - 15px);
	}
	.bp-category-page .rp-category-content ol.product-items {
		gap: 20px;
	}
	.bp-category-page .table-wrapper{
		overflow: auto;
	}
	.bp-category-page .table-wrapper{
		overflow: auto;
	}
	.bp-category-page .table-wrapper table{
		width:1024px;
		max-width:1024px;
	}
	.bp-search-section #bpsearch-all-results {
		display: block;
	}
	.bp-search-section .bps-similar-parts-section {
		border-left:none;
		padding-left:0px !important;
	}
	/* .bp-search-section .similar-parts-list table .col.image {
		width: 2% !important;
	} */
	.bp-category-page .similar-parts-list .table .col.qty {
		width: 14% !important;
	}

}

@media(max-width:991px) {

	/* product new */
	.rp-category-page .category-group-content .products .product-item {
		width: 49%;
		/* min-height: 295px; */
	}

	.category-products .rp-category-page {
		/* margin-top: 92px; */
		margin-top:74px;
	}

	.rp-category-content .category-nav-list li {
		width: 49%;

	}

	.rp-category-content .category-nav-list {
		gap: 0px;
		justify-content: space-between;
	}

	.rp-category-content .category-nav-list li {
		margin-bottom: 10px;
	}

	.rp-category-content .mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-prev {
		left: -40px !important;
	}

	.rp-category-content .mp-product-main-slider-cus .owl-carousel .owl-controls .owl-nav .owl-next {
		right: -33px !important;

	}

	/* buy parts */
	.category-image .overlay .category-name {
		font-size: 34px;
	}

	.category-image {
	    top: 0px;
	}
	.contact-info{
		margin-top: 15px;
	}
	.bp-category-page .rp-category-content ol.product-items li {
		flex-basis: calc(50% - 10px);
	}
	.bp-category-page .subcategory-link{
		font-size: 20px;
	}
	.bp-category-page .bp-cat-view-more-link{
		font-size: 18px;
	}

	/* widget */
	.linked-feed-section h3{
		font-size: 25px !important;
	}
	/* home news section -ng */
	.home-news-section .home-news-block .news-block-right{
		text-align: center;
	}

	.catalog-category-view.category-products .breadcrumbs{
		margin-top:0px !important;
	}
	/* user panel */
	.account .my-order-page .block-search-orders input{	
		font-size: 15px;
	}
	.account .my-order-page .block-search-orders  .actions button{
		font-size: 15px;
	}
	.account .order-item .product-item .product-info .share-product-link {
		margin-bottom: 15px;
	}
	.account .form-edit-account .personal-info div.field, .email-address-block div.field, .email-password-block div.field {
		width: 50%;
	}
}

/*  */
.rp-category-page .rp-category-sidebar {
	/* max-height: 100%; */
	/* height: 100%; */
	position: absolute;
}
.rp-category-page .rp-category-sidebar.fixed {
	position: fixed;
}
/*  */



@media(max-width:980px){
	.home_new_explorenow_row h2 {
		font-size: 22px;
		line-height: 24px;
		padding: 15px;
	}
	.home_new_explorenow .precision {
		font-size: 18px;
		line-height: 22px;
	}
	.home-explore-our-products-section {
		/* margin-top: 20px; */
	}
	.home_new_explorenow .home_new_explorenow_con {
		top: 0px;
		padding: 30px 0 30px;
		background: transparent linear-gradient(358deg, #20202080 0%, #093040 100%) 0% 0% no-repeat;
		align-items: center;
	}
	.home_new_explorenow_row {
		padding: 15px;
	}
	.home_new_explorenow_row h2 {
		padding:10px 0px 0px 0px;
		margin-bottom: 13px;
	}
	.videos-section-inner{
		padding:0 20px;
	}
	.home_new_explorenow .home_new_explorenow_con{
		top: 0px;
		padding: 30px 0 30px;
		background: transparent linear-gradient(358deg, #20202080 0%, #093040 100%) 0% 0% no-repeat;
		align-items: center;
	}
	.home_new_explorenow {
		position: absolute;
		/* height: 210px;
		top: 220px; */
		height: 100%;
		top: 0px;
		/* top:74px; */
		margin: 0px;
	}
	.home-explore-our-products-section {
		position: relative;
		top: 0px;
	}
}
@media(max-width:768px){
	.bp-search-section .block-search label{
		display: none !important;
	}
	.block-search input {
		position:inherit  !important;
		margin:0px !important;
	}
	.bp-search-section .block-search input {
		position:inherit  !important;
		margin:0px !important;
	}
}
@media(max-width:620px){
	.home_new_explorenow {
		position: absolute;
		height: 100%;
		top: -10px;
	}
	.account .orders-history .order-information .order-date::after {
			 border-left: none;
	}
	.account .orders-history .order-information .order-total{
		border-left: 1px solid;
		padding-left: 15px;
	}
}


@media (max-width:1920px) {

	#rp-category-content {
		width: calc(100% - 280px);
		left: 280px;
		position: relative;
	}
		/* buy parts */
		.bp-category-page .product-parts-table .table.grouped .col.item {
			width: 35% !important;
		}
		.bp-category-page .product-parts-table  .table.grouped .col.qty {
			width: 20% !important;
		}
		.bp-search-section .similar-parts-list table .col.image{
			width: 20%;
		} 
		.bp-search-section .similar-parts-list table .col.item{
			width: 40% !important;
		}
		.bp-category-page .similar-parts-list  .table .col.qty {
			width: 40%;
		}
		/* .bp-search-section .similar-parts-list table  .col.qty{
			padding-right: 0px;
		} */
		.bp-category-page #rp-category-content {
			width: calc(100% - 297px);
   			 left: 297px;
		}


}
@media (max-width:1840px) {

	.bp-search-section .similar-parts-list table .col.item {
		width: 20% !important;
	}
}

@media (max-width:1600px) {

	#rp-category-content {
		width: calc(100% - 240px);
		left: 240px;
		position: relative;
	}
		/* buy parts */
		.bp-category-page  .product-parts-table  .table.grouped .col.item {
			width: 35% !important;
		}
		.bp-category-page   .product-parts-table  .table.grouped .col.qty {
			width: 26% !important;
		}
		.bp-category-page #rp-category-content {
			width: calc(100% - 250px);
			left: 250px;
		}
}
@media(max-width:1590px){
	.bp-search-section .similar-parts-list table .col.item {
		width: 50% !important;
	}
}
@media(max-width:1599px) and (min-width:1200px){
	/* user panel */
	.account .account-quick-nav li .account-edit-link::before {
		background-size: 47px;
	}
}
@media(max-width:1477px) {
	.rp-category-page .category-group-content .products .product-item {
		width: 19.35%;
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 220px;
	}

	#rp-category-content {
		width: calc(100% - 220px);
		left: 220px;
		position: relative;
	}
	.bp-category-page #rp-category-content {
		width: calc(100% - 230px);
		left: 230px;
	}
}

@media(max-width:1366px) {
	.rp-category-page .rp-category-content .category-group {
		margin-left: 0px;
	}

	.rp-category-page .category-group-content .products .product-item {
		width: 19.3%;
	}
	/* buy parts */
	.bp-category-page  .product-parts-table  .table.grouped .col.item {
		width: 35% !important;
	}
	.bp-category-page   .product-parts-table  .table.grouped .col.qty {
		width: 30% !important;
	}
}

@media(max-width:1280px) {
	#rp-category-content, .bp-category-page #rp-category-content {
		width: calc(100% - 200px);
		left: 200px;
		position: relative;
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 200px;
	}

	.rp-category-page .rp-category-content .category-group {
		margin-left: 10px;
	}
	.g-recaptcha iframe{
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	.bp-category-page .rp-category-content ol.product-items li .product-item-name {
		min-height: 48px;
	}
	/* new home page alteration */
	.hs-text {
		font-size: 20px;
	}

	/* price design fix */
	.catalog-product-view .price-box .old-price .price {
		font-size:26px
	}
	

}
@media(max-width:1280px) and (min-width:1257px) {
.bp-search-section .similar-parts-list table .col.image {
	width: 33% !important;
}
}

@media(max-width:1258px) {
	.rp-category-page .category-group-content .products .product-item {
		width: 19.2%;
	}
	/* buy parts */
	.bp-category-page .product-parts-table  .table.grouped .col {
		width: auto !important;
	}
	.bp-search-section .similar-parts-list table .col.image {
		width: 15%;
	}
	.bp-search-section .similar-parts-list table .col.item {
		width: 13% !important;
	}
	.bp-search-section .bps-similar-parts-section .similar-parts-title {
		text-indent:0px;
	}
	.bp-search-section .similar-parts-list table .col.qty {
		width: 0%;
		/* text-align: center; */
	}
	.bp-search-section .similar-parts-list table  .qty{
	    margin-left: 0px;
	
	}

}
@media (min-width:1258px) and (max-width:1025px){
	.bp-search-section .similar-parts-list table  .col.qty form{
    justify-content: center;
    display: flex;
	}
}
@media(max-width:1199px){
	/* buy parts */
	.bp-contact-info-block{
		border-right:none;
		padding-right:0px !important;
		padding-left:0px !important;
	}
	.bp-category-page .bp-contact-comment-block{
		padding-left:0px !important;
	}
	.bp-contact-section .bp-contact .field.recaptcha {
		margin: 0px !important;
	}
	/* newssletter */
	.newsletter-page-block .block.newsletter{
		width:50% !important;
	}

	/* user panel */
	.account .account-quick-nav-wrapper .account-quick-nav {
		display: block;
	}
	.account .account-quick-nav-wrapper .account-quick-nav li a {
	flex-direction: column;
    margin: 0 auto;
    max-width: 450px;
    height: auto;
	}
	/* .account .account-quick-nav li a::before {
		left: 59px;
	} */
	.account .account-quick-nav li .nav-item-info {
		text-align:center;
	}
	.account .account-quick-nav li .nav-item-info {
		padding-left: 0px;
	}
	.account .account-quick-nav-wrapper .account-quick-nav li a strong {
		line-height: 35px;
	}
	.account .account-quick-nav li {
		margin-bottom: 20px;
	}
	.account .order-item .product-item .product-info .share-product-link span {
		padding-top:10px;
	}

}

/* @media(max-width:1180px) {
	#rp-category-content {
		width: calc(100% - 170px);
		left: 170px;
		position: relative;
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 170px;
	}

} */
@media(min-width:1200px) and (max-width:1279px) {
	.g-recaptcha iframe{
		transform: scale(0.9);
		transform-origin: 0 0;
	}
	.bp-contact-section .bp-contact .comment textarea {
		width:90%;
	}
	
}
@media(max-width:1168px) {
	.rp-category-page .category-group-content .products .product-item {
		width: 24.25%;
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 180px;
	}

	#rp-category-content, .bp-category-page #rp-category-content  {
		width: calc(100% - 180px);
		left: 180px;
		position: relative;
	}

}

@media(max-width:1103px) {
	.rp-category-page .category-group-content .products .product-item {
		width: 24.2%;
	}
}

@media(max-width:1092px) {
	.rp-category-page .category-group-content .products .product-item {
		width: 24.2%;
	}
}

@media(min-width:992px) and (max-width:1060px) {
	.rp-category-page {
		margin-right: 15px;
	}

	.rp-category-page .category-group-content .products .product-item {
		width: 24.15%;
	}
}

@media(max-width:991px) {
	#rp-category-content, .bp-category-page #rp-category-content  {
		width: calc(100% - 240px);
		left: 240px;
		position: relative;
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 240px;
	}

	.rp-category-page .category-group-content .products .product-item {
		width: 49.2%;
	}
	/* buy parts */
	.bp-search-section .bp-content-title {
		font-size: 25px;
	}
	.bp-contact-section .bp-contact-title {
		font-size: 30px;
	}
	.bp-contact-section .bp-contact-sub-title {
		font-size: 22px;
	}
	.bp-contact-section .contact-box-title {
		font-size: 30px;
	}
	.bp-contact-section .contact-box-content {
		font-size: 22px;
	}
	.bp-faq-section .bp-faq-title {
		font-size: 30px;
	}
	.bp-faq-section .faq-category-title {
		font-size: 22px  !important;
	}
	.bp-faq-section .am-title {
		color: #25AAE1;
		font-size: 18px !important;
	}
	.catalog-category-view.category-buy-parts .breadcrumbs .items li:last-child strong {
		font-size: 16px;
	}
	.catalog-category-view.category-buy-parts .breadcrumbs .items li a {
		font-size: 16px;
	}
	.bp-search-section #bp_search {
		font-size: 16px;
	}
	.bp-category-page .rp-category-content ol.product-items li .product-item-name {
		font-size: 16px;
	}
	.bp-category-page .rp-category-content .mp-product-slider-title {
		font-size: 25px;
	}
	.bp-category-page .rp-category-content .cat-pro-box-sect-title a.product-item-link {
		font-size: 16px !important;
	}
	.bp-search-section .bps-similar-parts-section .product-item-link {

		font-size: 20px;
	}
	.bp-search-section .bps-similar-parts-section .similar-parts-title {
		font-size: 18px;
	}
	.explore-more-link {
		padding: 7px 0px;
		width: 150px;
		height: auto;
	}


}

@media(max-width:930px) {
	.rp-category-page {
		margin-right: 30px;
	}

	/* .rp-category-page .category-group-content .products .product-item {
    width: 23.9%;
} */
}

@media(max-width:894px) {
	.rp-category-page {
		margin-right: 30px;
	}
}

@media(max-width:862px) {
	#rp-category-content , .bp-category-page #rp-category-content {
		width: calc(100% - 220px);
		left: 220px;
		position: relative;
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 220px;
	}

	/* .rp-category-page .category-group-content .products .product-item {
		width: 23.8%;
	} */
}

@media(max-width:808px) {
	.rp-category-page .category-group-content .products .product-item {
		width: 49.1%;
	}
}

@media(max-width:794px) {

	.rp-category-page .category-group-content .products .product-item {
		width: 49.1%;
	}

	.rp-category-page {
		margin-right: 42px;
	}
	.bp-search-section .similar-parts-list table .col.image {
		width: auto;
	}
	.bp-search-section .similar-parts-list table .col.item {
		width: auto !important;
	}
	.bp-search-section .similar-parts-list table .col.qty {
		width: auto;
		/* text-align: center; */
	}
}

/* 
@media(max-width:930px) {
	#rp-category-content {
		width: calc(100% - 170px);
		left: 170px;
		position: relative;
	}

	.rp-category-page .rp-category-sidebar {
		max-width: 170px;
	}

} */
@media (max-width:768px){
	.category-image {
		top: 0px !important;
	}
	/* buy parts */
	.bp-search-section .block-search{
		position:relative;
	}
	.bp-search-section .actions .search{
		position: absolute;
		top: 0px;
	}
	.table-wrapper.grouped {
		margin:0px;
	}
	.bp-contact-section .bp-contact .field {
		margin: 0 0 35px;
	}
	.bp-category-page .block-search input {
		left: 29px !important;
	}
	.bp-search-section .similar-parts-list .qty {
		margin-left: 0px !important;
	}
	.account .order-item .product-item .product-actions span {
		font-size: 16px;
	}
	
}

@media(max-width:767px) {
	#rp-category-content, .bp-category-page #rp-category-content  {
		width: 100%;
		left: 0px;
		position: relative;
	}

	.rp-category-sidebar::-webkit-scrollbar {
		width: 10px;
		background: transparent;
	}

	.rp-category-page {
		margin-right: 0px;
	}

	.rp-category-page .category-group-content .products .product-item {
		width: 49%;
	}

	.category-products .products .product-image-photo {
		width: auto;
	}

	.rp-category-page .rp-category-content .category-group {
		margin: 0 auto !important;
	}

	.rp-category-page .rp-category-content {
		z-index: -1;
	}

	.category-products .breadcrumbs {
		z-index: -1;
	}

	.rp-category-page .category-products li .product-item-photo {
		min-height: 220px !important;
		height: 220px;
	}

	/* buy parts */
	.category-image .overlay .category-name {
		font-size: 30px;
	}
	.category-image .image {
		height: 100px;
	}
	.category-image {
		top: 0px;
	}
	.get-support-block a {
		top: 10px;
	}
	.catalog-category-view.category-buy-parts .breadcrumbs .items {
		padding-left: 10px !important;
	}
	.bp-search-section .bp-content-title {
		font-size: 20px;
	}
	.bp-contact-section .bp-contact-title {
		font-size: 25px;
	}
	.bp-contact-section .bp-contact-sub-title {
		font-size: 20px;
	}
	.bp-contact-section .contact-box-title {
		font-size: 25px;
	}
	.bp-contact-section .contact-box-content {
		font-size: 16px;
	}
	
	.bp-faq-section .bp-faq-title {
		font-size: 25px;
	}
	.bp-faq-section  .amfaq-short-answer-container{
		font-size: 14px;
	}
	.bp-search-section #bps-tooltip {
		z-index: 2;
		position: relative;
		margin-top: -24px;
	}
	.bp-contact-section {
		z-index: -1;
	}
	.bp-contact-section .bp-contact input, 	.bp-contact-section .bp-contact .comment textarea  {
		font-size: 15px;
	}

	.home_new_explorenow {
		top: 0px;
	
	}
	.home_new_explorenow .home_new_explorenow_con {
		bottom: 116px;
	}
	/* newssletter */
	.newsletter-page-block form{
		display: block !important;	
	}
	.newsletter-page-block .newsletter-page-content{
		text-align: center;
	}
	.newsletter-page-block .block.newsletter{
		width:80% !important;
		margin: 0 auto !important;
	}
	.newsletter-page-block .newsletter-page-content button {
		margin: 25px 0px !important;
	}
	.newsletter-page-block .newsletter-page-content h2 {
		font-size: 25px;
	}
	.newsletter-page-block .newsletter-page-content p {
		font-size: 16px;
	}
	span.note-unsubscribe {
		left: 16%;
	}
	/* home news section -ng */
	.home-news-section .home-news-block h3 {
		font-size: 18px;
	}
	/* user panel */
	.account .account-nav-top-wrapper .account-nav-top .page-title {
		font-size: 25px;
	}
	.account .account-quick-nav-wrapper .account-quick-nav li a strong {
		font-size: 18px;
	}
	.account .order-item .product-item .product-info .product-item-name {
		font-size: 18px;
	}
	.account .order-item .product-item .product-info .product-actions span {
		font-size: 16px;
	}
	.account .orders-history .order-item .order-block-right,.account .orders-history .order-item .order-block-left  {
		width:50%;
	}
	.account .orders-history .order-information .order-date, .account .orders-history .order-information .order-total, .account .orders-history .order-information .order-id {
		font-size: 12px;
	}
	.account .orders-history .order-information .order-actions span {
		font-size: 12px;
	}
	.account .my-order-page .block-search-orders input {
		font-size: 13px;
	}
	.account .my-order-page .block-search-orders .actions button {
		font-size: 13px;
		max-width: 122px;
		padding:5px 10px;
	}
	.account .order-item .product-item .product-actions {
		max-width: 408px;
	}
	.account .orders-history .order-information .order-id {
		margin-bottom: 0px;
	}



}

@media(max-width:639px){
	/* buy parts */
	.bp-category-page .product-parts-table table tr{
	text-align: center; 
	}
	.bp-category-page  .product-parts-table  .table.grouped .col.item {
		width: 100% !important;
	}
	.bp-category-page  .product-parts-table  .table.grouped .col.qty {
		width: 100% !important;
	}
	.bp-category-page .product-parts-table tr{
		margin-bottom: 10px;
	}
	.bp-category-page .product-parts-table .col.image{
		padding-top: 0px;
	}
	.bp-category-page .product-parts-table  .product-item-name{
		font-size: 25px;
	}
	.bp-category-page table .product-item-link {
		font-size: 20px;
	}
	.bp-category-page .product-parts-table td span.price {
	    font-size: 20px;
}
	.bp-category-page .product-parts-table .control.qty{
		display: block !important;
		margin: 0 auto;
	}
	.bp-category-page .product-parts-table .control.qty input{ 
		font-size: 20px;
	}
	.bp-category-page .porto-icon-left-dir, .bp-category-page .porto-icon-right-dir {
		font-size: 25px;
	}
	.bp-category-page .product-parts-table .tocart {
		height: 53px;
	}
	
	.bp-category-page .product-parts-table td form .tocart span {
		font-size: 18px;
	}
	.bp-category-page .product-parts-table td .product-item-part-name, .bp-category-page .product-parts-table td .product-item-name {
		font-size: 22px;
	}
	.bp-category-page .product-parts-table  .col.product{
		padding: 0px;
	}
	
	.bp-category-page .product-parts-table tr td img {
	    width: auto;
    	height: 110px;
	}
	.bp-category-page .table-wrapper table {
		width: 100%;
	}
	.bp-category-page .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
		text-align: center;
		margin: 0 auto;
	}
	.bp-search-section .similar-parts-list table tr {
		text-align: center;
	}
	.bp-search-section .similar-parts-list table{
		width:100% !important;
	}
	.bp-search-section .similar-parts-list table .col.image ,.bp-search-section .similar-parts-list table .col.item, .bp-search-section .similar-parts-list table .col.qty {
		width: 100% !important;
	}
	.bp-search-section .similar-parts-list table form{
		display: flex;
		flex-direction: column;
	}
	.bp-search-section .similar-parts-list table .col .qty {
		margin: 0 auto;
	}
	.bp-search-section .similar-parts-list table .tocart {
		width: fit-content !important;
		margin: 0 auto;
		min-width: max-content;
	}
	.bp-search-section .bps-similar-parts-section .similar-parts-title {
		display: inline-block;
		/* float: left; */
		width: 100%;
		text-align: center;	
	}
	.bp-search-section .bps-similar-parts-section .similar-parts-title .product-item-link.shop-all-link {
		float: none;
		width: fit-content;
		margin: 10px auto;
	}
	.bp-search-section #bps-search-products {
	    margin: 0 auto;
		width: 100%;
    	text-align: center;
	}
	.bp-search-section .similar-parts-list table {
		margin-top: 0px;
	}
	.bp-category-page .block-search input {
		left: 0px !important;
	}
	.bp-search-section #bps-tooltip {
		padding: 0px;
	}
	.bp-search-section .similar-parts-list .product-item-name .product-item-part-name {
		font-size: 22px;
	}
	.bp-search-section .similar-parts-list  .tocart {
		font-size: 19px;
	}
	.bp-search-section .similar-parts-list .qty-changer{
		margin-left:0px !important;
	}
	.bp-search-section .similar-parts-list .field.qty{
		width: 124px !important;
	}
	/* user panel */
	.account .account-nav-top-wrapper .account-nav-top {
		display: block;
	}
	.account .account-nav-top-wrapper .nav.items {
		justify-content: center;
	}
	.account .account-nav-top-wrapper .account-nav-top .page-title {
		margin-top: 20px;
		text-align: center;
	}
	.account .account-quick-nav-wrapper .account-quick-nav li a {
		min-width: auto;
	}
	.account .account-quick-nav li {
		list-style-type: none;
		margin-bottom: 20px;
	}
	.account .my-order-page .block-search-orders .field.search {
		width: 100% !important;
	}
	.account .account-nav-top-wrapper .account-nav-top {
		padding-bottom: 20px;
	}
}

@media(min-width:1600px) {
	.logo-section .logo img {
		padding-right: 10px;
		padding-left: 25px;
	}
		
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
	/* rp flip */
	.rp-flip > .rp-front, .rp-flip > .rp-back {
		min-height: 220px !important;
	}
	.rp-flip .rp-front img {
		/* height: 220px !important; */
	}
	.industries-we-serve-section{
		padding:0 55px !important;
	}
}
/* 
@media (min-width:1440px){
    .rp-category-page .rp-category-sidebar {
        max-height: 100%;
        height: 100%;
        position: fixed;
    }
    #rp-category-content{
        width: calc(100% - 280px); 
        left: 280px;
        position: relative;
    }
}
@media (min-width:1280px){
    .rp-category-page .rp-category-sidebar {
        max-height: 100%;
        height: 100%;
        position: fixed;
    }
    #rp-category-content{
        width: calc(100% - 240px); 
        left: 240px;
        position: relative;
    }
} */
@media(min-width:1280px){
	.bp-search-section #bps-search-products, .bp-search-section .bps-similar-parts-section{
		/* width: 50%; */
		width: 100%;
		flex: 0 1 auto;
	}
	

}

@media(min-width:1200px){
	
	/* new home page alteration */
	.industries-we-serve-section .hs-industries-img img{
		min-height:333px;
	}
	/* user panel */
	.account .order-item .product-item  .product-actions {
		margin:0 0 0 auto;
		max-width:416px;
	}	
	.account .order-item .product-item .product-info .product-actions{
		max-width:100%;
	}
}
@media(min-width:1024px) {
	.home-explore-our-products-section {
		/* margin-top: 155px; */
	}

	.logo-section .logo img {
		padding-right: 10px;
		padding-left: 10px;
	}
	/* new home page alteration */
	.our-commitment-wrapper {
		/* margin-top: 50px; */
		margin-top: 0px;
	}
	/* logo size increase */

	header.page-header.type5.reel-head-cus .logo-main .logo img {
		max-width: 220px;
	}
}

@media(max-width:991px) {
	.pas-form-regular-wrapper {
		max-width: 100%;
	}

	/* ----header mobile ------ */
	.page-header.reel-head-cus .minicart-wrapper .action.showcart span.counter.qty {
		/* background: #055c9d !important;
		position: absolute !important;
		top: 0px;
		border-radius: 15px;
		width: 18px !important;
		height: 18px !important;
		line-height: 17px !important;
		text-align: center;
		padding: 0 !important;
		left: auto !important;
		font-size: 12px !important;
		right: -7px; */
		background: #25AAE1;
		min-width: 15px !important;
		height: 15px !important;
		border-radius: 50%;
		top: 0px;
		left: auto;
		right: -3px;
		width: auto !important;
		line-height: 15px !important;
		margin: 0 !important;
		color: #fff !important;
		position: absolute !important;
	}

	.showcart {
		position: relative;
	}

	#pas-mini-form .pas-nav-right .pas-button {
		position: relative;
		padding: 6px 0px 5px 6px;
	}

	/* 
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 70px;
    height: 70px;
    object-fit: contain;
} */
	.page-header .box-contact {
		display: none !important;
	}

	.language-label {
		display: none;
	}

	.reel-head-cus .panel.header .switcher-language {
		margin-left: 0px;
		display: block !important;
		margin-top: -6px;
	}

	.page-header .left-section {
		display: block !important;
		padding: 10px 25px 0px 25px;
	}

	.page-header.type5 .nav-toggle {
		float: left !important;
		margin-left: 10px;
		line-height: 22px;
		top: -5px;
	}

	header.page-header .left-section {
		margin: 20px 0px 0px 0px;
		order: -1;
		/* display: flex !important;
    align-items: center; */
	}

	.page-header.type5 .nav-toggle {
		float: left !important;
		margin-left: 10px;
		line-height: 22px;
	}

	.page-header.type5 .nav-toggle {
		float: right;
		margin-left: 0px !important;
		margin-right: 10px;
	}

	.nav-toggle:before {
		font-size: 22px !important;
		float: right;
	}

	.flag-cn,
	.flag-en,
	.flag-es,
	.flag-fr,
	.flag-pt,
	.flag-ru,
	.flag-it,
	.flag-ko {
		background-size: 100px;
	}

	.flag-en {
		background-position: -50px 0px;
	}

	.flag {
		width: 38px !important;
		height: 20px !important;
		/* left: -25px; */
		position: relative;
		/* top: -3px; */
	}

	.switcher-trigger .flag {
		left: -25px;
		position: relative;
		/* top: -3px; */
		top: -12px;
	}


	.page-header .right-section .row {
		align-items: center;
		justify-content: center;
		height: auto;
	}

	.page-header .box-account {
		padding: 0px;
	}

	.page-header .box-language,
	.page-header .box-minicart,
	.page-header .box-account {
		padding: 0px 19px 0px 7px;
	}

	.page-header.type5 .minicart-wrapper {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		margin: 0px 0;
		float: right;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .minicart-wrapper {
		right: 0px;
	}

	.page-header .right-section .row {
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid rgb(255 255 255 / 68%);
		border-left: 1px solid rgb(255 255 255 / 68%);
		height: auto;
	}

	.page-header .box-account {
		padding: 0px;
	}

	.page-header .right-section {
		margin: inherit;
		order: 2;
		display: flex;
		align-items: flex-start;
		justify-content: right;
		padding-top: 20px;
	}

	.page-header .middle-section {
		border-left: 1px solid rgb(255 255 255 / 68%);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 0px;
		order: 3;
		margin-bottom: 10px;
		padding: 0px;
		margin-top: 5px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:after {
		display: none;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out span {
		display: none;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-in span {
		display: none;
	}

	/* .box-account .top-links-icon span{
	display: none;
} */
	.page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart {
		padding: 0px 0px 0px 0px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
		right: 0px;
	}

	.page-header .right-section {
		margin: inherit;
		order: 2;
		display: flex;
		align-items: center;
		justify-content: right;
		padding-top: 20px;
		/* gap: 30px;
    left: -25px; */
	}

	.page-header.type5 .minicart-wrapper {
		margin: 0px 0 !important;
	}

	.header.content .header-section {
		/* max-width: 618px; */
		margin: 0 auto;
		padding: 0 30px;
	}

	.page-header.type5 .logo {
		height: auto !important;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
		/* top:-13px   !important; */
		top: -23px;
	}

	@-moz-document url-prefix() {
		.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
			/* top:-13px   !important; */
			top: -7px;
		}

	}

	/* .reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before::-moz-page {
	
			top: -7px !important;
		
	} */

	.page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart {

		top: -5px;

	}

	.reel-head-cus .sections.nav-sections .section-items.nav-sections-items {
		/* padding-right: 70px; */
		height: 53px;
		/* background-color: #055c9d; */
		padding-top: 10px;
		position: relative;
	}

	.page-header .left-section {
		align-items: flex-end;
	}

	.page-header .box-language {
		top: 0px;
	    left: 15px !important;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-in:before {
		top: -13px;
	}
	.hs-watchbtn a.button-link.online-btn-link {
		margin-top: 15px;
	}
	/* user panel */
	.account .order-item .product-item {
		text-align: center;
	}
	.account .order-item .product-item .product-actions {
		margin: 0 auto;
	}
	.account .order-item .product-item .product-info {
		margin-left:0px;
	}

}

@media(min-width:992px) {
	.home-explore-our-products-section {
		/* margin-top: 155px; */
		/* margin-top: 170px; */
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-in:before {
		background: url(../../frontend/Smartwave/porto_reelpower/en_US/css/images/profileicon.png) no-repeat;
		background-size: 20px;
		width: 25px;
		height: 25px;
		display: block;
		position: absolute;
		content: '';
		right: 0px;
		top: -8px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-in:after {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		display: block;
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;

	}

}

/* @media(min-width:992px)and(max-width:1024px){
	.navigation ul li span {
		font-size: 15px !important;
	}
} */
@media(min-width:1200px) and (max-width:1520px) {
	.page-header .box-contact a {
		font-size: 14px;
	}

	/* .page-header .box-language {
		padding: 0px 0px 0px 0px;
	} */
	.home-explore-our-products-section .category-name {
		padding: 0px 0px 0px 5px;
	}

}

@media(min-width:1300px) and (max-width:1440px) {
	.home-explore-our-products-section .category-info {
		min-height: 114px;
	}

	.page-header .box-language {
		padding: 0px 0px 0px 0px;
		left: 7px;
	}
}

/* @media(min-width:1200px) and (max-width:1440px){
.page-header .box-language {
    padding: 0px 0px 0px 0px;
	left: 2px;
}
} */
@media(min-width:1200px)and (max-width:1280px) {
	.home-explore-our-products-section .category-info {
		min-height: 114px;
	}

	.language-label {
		font-size: 15px;
	}

	.reel-head-cus .panel.wrapper .language-label:after {
		/* left: 63px; */
		left: 97px;
    	top: 13px;
}
}

@media(min-width:1200px)and (max-width:1279px) {
	.home-explore-our-products-section .category-info {
		min-height: 150px;
	}
}



@media(min-width:1201px)and (max-width:1280px) {



	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:after {
		left: 60px;
	}

	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
		right: 56px;
	}

	.rp-category-page .category-group-content .product-item-price .price {
		font-size: 14px;
	}
	.rp-category-page .category-group-content .product-item-price .old-price .price {
		font-size: 14px;
	}

}

@media(min-width:1024px) and (max-width:1199px) {
	.page-header .box-language {
		left: 10px !important;
	}
}
@media(min-width:992px) and (max-width:1199px) {
	.footer-contact-address-block {
		padding-left: 60px;
	}
	/* user panel */
	.account .order-item .product-item .product-actions {
		display: flex;
		float: none;
	}
	.account .order-item .product-item .product-info {
		margin-left: 10px;
	}
	.account .order-item .product-item .product-info .product-item-name {
		font-size: 18px;
	}
}
@media(min-width:991px)and (max-width:1024px) {
	.navigation ul li span {
		font-size: 13px;
	}

}

@media(min-width:769px)and (max-width:991px) {
	header.page-header .left-section {
		padding: 0px;
	}

	.logo-section .logo img {
		padding: 0px 0px;
	}

	.navigation .ui-menu-item.classic:last-child {
		margin-right: 0px !important;
	}

	.navigation ul li span {
		font-size: 12px;
		line-height: 28px;
	}

	.reel-head-cus .sections.nav-sections nav.navigation {
		max-width: 100%;
	}

	.category-products .breadcrumbs {
		margin-top: 25px  !important
	}
	/* buy parts */
	.buy-parts-cat-page .breadcrumbs{
		margin-top: 20px !important;
	}
/* new home page alteration */
	.footer-contact-address-block {
		padding-left: 25px;
	}


}

@media(min-width:768px)and (max-width:991px) {
	.our-commitment-list {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header.page-header .left-section {
		display: flex !important;
		align-items: flex-start;
		/* change*/
	}

	.pas-form-regular-wrapper {
		max-width: 100%;
	}

	.page-footer {
		z-index: 9 !important;
		position: relative;
	}
	/* user panel */
	.account .my-order-page .block-search-orders .field.search {
		max-width: 245px!important;
		width: 245px!important;
	}
	.account .order-item .product-item .product-actions {
		max-width: 408px;
	}

}
@media(min-width:640px) and (max-width:767px){
	/* user panel */
	.account .my-order-page .block-search-orders .field.search {
		max-width: 206px !important;
		width: 206px !important;
	}
}

@media(min-width:992px) {
	.rp-category-page .rp-category-sidebar {
		/* top: 191px; */
		/* top: 213px; */
	}
}

@media(min-width:768px) {
	.cat-side-nav-toggle {
		display: none;
	}

	.rp-category-page .rp-category-sidebar {
		/* max-width: 100%; */
		/* width: 100%; */
		padding: 10px 10px 10px 25px;
		max-height: 630px ;
		/* top:191px; */
		/* order: 2 */
	}

	.category-products .breadcrumbs, .category-buy-parts .breadcrumbs {
		text-align: left;
		padding-left: 42px !important;
	}

	.rp-category-page .rp-category-content {
		min-height: 800px;
	}
	/* buy products */

	.bp-category-page .rp-category-sidebar{
		position: absolute !important;
		max-height: 100% !important;
		z-index: 1;
		height: 100%;
	}

	.rp-mobile-collapsible-toggle {
		display: none;
	}
}	

@media(max-width:768px) {

	.page-header .row.header-section {
		margin: 0px;
		height: auto;
		padding: 16px 10px !important;
		justify-content: space-between;
	}

	.page-header .right-section {
		margin-left: 0px; 
		padding: 0px;
	}
	.page-header .left-section {
		padding: 0px;
		margin: 0px !important;
		display: flex !important;
		align-items: flex-start;
		float: none;
		order: 1;
	}
	.page-header.type5 .nav-toggle {
		top: 0px !important;
		margin: 0 15px; 
	} 
	.page-header.type5 .logo img {
		margin: -3px 0 0px !important;
	}
	.page-header .right-section > .row:first-child {
		margin: 0px;
		display: none;
	}
	.page-header .right-section .row {
		margin: 0px;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.page-header.type5 .logo {
		margin: 0px !important;
	}
	.page-header.reel-head-cus .minicart-wrapper .action.showcart::before {
		top: 0px !important;
		background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/new_cart_icon.png') no-repeat center;
	}
	.page-header .box-language,
	.page-header .box-minicart,
	.page-header .box-account {
		padding: 0px 0px 0 10px !important;
	}
	.reel-head-cus .panel.wrapper .top-links-area{
		margin-left: 0px !important;
		float: none;
	}
	.page-header .right-section .box-account .top-links-icon {
		position: relative;
	}
	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a{
		/* display: inline-block;
		width: 22px;
		height: 22px;
		padding-right: 40px;
		position: relative; */
		display: inline-block;
		width: 22px;
		height: 22px;
		position: relative;
		width: 100%;
		padding-right: 40px;
		text-align: right;
	}
	.page-header .right-section .box-account .top-links-icon::after {
		content: "";
		border-top: 9px solid #fff;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		width: 10px;
		position: absolute;
		top: 9px;
		right: 0px;
		border-radius: 2px;
	}
	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
		top: 0px !important;
		width: 22px;
		height: 22px;
		background-size: 100%;
		left: auto;
		right: 19px;
	}
	.page-header .box-account {
		padding: 0 15px;
	}
	.page-header .middle-section {
		margin-top: 18px;
		margin-bottom: 0px;
	}
	.page-header .left-section .nav-toggle:before {
		content: "";
		width: 24px; 
		height: 24px;
		background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/menu_icon.png') no-repeat center;
	}
	.page-header .middle-section .pas-form-regular-wrapper {
		width: 100% !important;
	}
	.page-header.type5 .logo img {
		max-width: 130px !important;
		max-height: none !important;
	}
	.page-header .right-section,
	.page-header .box-minicart,
	.page-header .box-account {
		display: block;
	}

	.page-header .box-account {
		display: inline-block;
		width: 100%;
		text-align: right;
	}

	.page-header .panel.wrapper .right-section .box-minicart {
		padding-left: 0px;
		padding-right: 0px;
		flex: 0 0 65px;
		max-width: 65px;
		padding: 0 !important;
	}
	.page-header .panel.wrapper .right-section .box-minicart .minicart-wrapper .showcart .counter span.counter-number {
		line-height: 12px;
		font-size: 10px !important;
	}

	.page-header .panel.wrapper .right-section .box-minicart .minicart-wrapper .showcart .counter {
			padding: 2px 0 0;
	}

	.page-header .panel.wrapper .middle-section #pas-mini-form {
		width: 100%;
		padding: 0px !important;
	}

	.page-header .panel.wrapper .middle-section #pas-mini-form .pas-nav-right .pas-button {
		border-radius: 0px 4px 4px 0px;
		width: 58px !important;
		height: 48px;
	}

	.page-header .panel.wrapper .middle-section #pas-mini-form .pas-nav-left {
		display: block !important;
	}

	.page-header .panel.wrapper .middle-section #pas-mini-form .pas-nav-left .pas-search-dropdown {
		font-size: 13px;
		font-family: 'Helvetica-nlt-pro-bld';

	}
	.page-header .panel.wrapper .middle-section #pas-mini-form .pas-nav-center #pas-input {
		border-left: 2px solid #606060 !important;
		font-family: 'Helvetica-nlt-pro' !important;
		font-size: 18px !important;
	}
	.page-header .panel.wrapper .middle-section	#pas-mini-form .pas-nav-left,
	.page-header .panel.wrapper .middle-section	#pas-mini-form .pas-nav-center{
		padding: 8px 1px !important;
	}
	.page-header .panel.wrapper .middle-section #pas-mini-form .pas-nav-right {
		padding: 0 !important;
		height: 100%;
	}
	.page-header .panel.wrapper .middle-section	#pas-mini-form .pas-nav-right .pas-button {
		top:0px!important
	}
	.page-header .panel.wrapper .middle-section	#pas-mini-form .pas-nav-left .pas-search-label {
		/* margin-left: 0; */
		margin-right: 20px;
	}
	.reel-head-cus .panel.header .switcher-language { 
		margin-top: 0px;
		width: 100%;
		max-width: 100%;
		border: none;
		padding: 0 18px !important;
	}
	.page-header .switcher .options .action.toggle {
		margin-top: 0px; 
		border-top: 1px solid #000;
		width: 100%;
		padding: 20px 10px 15px;
	}
	.page-header .switcher .options .action.toggle .language-label { 
		display: block;
		font-family: 'Helvetica-nlt-pro-rm';
		color: #000000 !important;
		padding: 0px;
		font-size: 18px !important;
		line-height: 24px;
		font-weight: normal;
	}
	.page-header .nav-sections .switcher-trigger strong {
		order: 2;
	}
	.page-header .switcher .options,
	.page-footer .switcher .options {
		width: 100%;
	}
	.reel-head-cus.page-header .switcher-language .switcher-options .flag {
		position: static;
		width: 47px !important;
		height: 27px !important;
	}
	.reel-head-cus.page-header .switcher-language .language-dropdown-icon {
		content: "";
		border-left: 8px solid #000;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		display: block;
		border-radius: 2px;
	}
	.reel-head-cus.page-header .switcher-language .language-dropdown-icon {
		width: 7px;
		margin: 5px 16px 5px 10px;
		line-height: 15px;
	}
	.page-header .panel.wrapper .middle-section .sw-megamenu.navigation li.ui-menu-item>a {
		padding: 10px 18px !important;
	}

	.page-header .panel.wrapper .middle-section .sw-megamenu.navigation li.ui-menu-item.level0 {
		margin: 10px 0;
	}
	.page-header .panel.wrapper .middle-section .sw-megamenu.navigation li.ui-menu-item.level1 {
		margin: 5px 0;
	}
	
	.page-header .panel.wrapper .middle-section .sw-megamenu.navigation li.ui-menu-item.level1>a {
		font-size: 16px !important;
		line-height: 20px;
	}

	.page-header.type5:not(.header-newskin) .navigation .level0.parent>a:after{
		border-right: none !important;
		border-left: 8px solid #000;
		border-top: 6px solid transparent !important;  
		border-bottom: 6px solid transparent;
	}
	.page-header.type5 .navigation>ul {
		padding: 0 10px;
	}
	.page-header .switcher .options ul.dropdown,
	.page-footer .switcher .options ul.dropdown {
		left: 0 !important;
		top: 60px !important;
	}
	.reel-head-cus.page-header .switcher-language .options ul.dropdown a {
		padding: 10px;
	}
	.reel-head-cus.page-header .switcher-language .options ul.dropdown a .flag-label {
		padding: 0 !important;
	}
	.reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-pt,
	.reel-head-cus.page-header .switcher-language .switcher-options .flag.flag-pt {background-position: 0px -57px;}

	/* .reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-cn {} */
	.reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-es,
	.reel-head-cus.page-header .switcher-language .switcher-options .flag.flag-es {background-position: -2px -29px;} 

	.reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-fr,
	.reel-head-cus.page-header .switcher-language .switcher-options .flag.flag-fr {background-position: -52px -28px;}

	.reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-ru,
	.reel-head-cus.page-header .switcher-language .switcher-options .flag.flag-ru {background-position: -51px -60px;}
	
	.reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-it,
	.reel-head-cus.page-header .switcher-language .switcher-options .flag.flag-it {background-position: -2px -88px;}
	
	.reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-ko,
	.reel-head-cus.page-header .switcher-language .switcher-options .flag.flag-ko {background-position: -51px -88px;}
	
	/* .reel-head-cus.page-header .switcher-language .switcher-dropdown .flag.flag-en {} */
	/* .page-header .panel.wrapper .middle-section #pas-mini-form .pas-nav-left .pas-search-facade {
		height: 48px;
	} */
	html[lang=fr].translated-ltr .page-header.type5 .sw-megamenu.navigation li.level0.fullwidth {
		display: block;
	}

	/* product new */

	.category-products .rp-category-page {
		/* margin-top: 42px; */
		margin-top: 70px;
	}

	.category-products .breadcrumbs {
		margin-top: 25px !important;
	}
	/* user panel */
	.account .form-edit-account .personal-info, .account .form-edit-account .email-address-block, .account .form-edit-account .email-password-block {
		display: block;
	}
	.account .form-edit-account .personal-info div.field, .email-address-block div.field, .email-password-block div.field {
		width: 100%;
	}
	.account .form-edit-account .input-text, .account .form-address-edit .input-text, .account .form-address-edit select {
		margin-bottom: 15px;
	}
	.account .page-main{
		max-width: 768px;
	}
	header.page-header .nav-sections-item-title {
		display: none;
		height: auto;
	}
	header.page-header .nav-sections-item-content {
		margin-top:0 !important;
	}
	.page-header .panel.wrapper .middle-section	.nav-sections {
		background: #fff;
	}
	.page-header .panel.wrapper .middle-section .sw-megamenu.navigation li {
		border: none;
	}
	.page-header .panel.wrapper .middle-section	.sw-megamenu.navigation li.ui-menu-item > a,
		.page-header .panel.wrapper .middle-section .sw-megamenu.navigation li.ui-menu-item>a > span{
		font-size: 18px !important;
		line-height: 24px;
		font-weight: normal;
		text-transform: capitalize;
		font-family: 'Helvetica-nlt-pro-rm';
		color: #000000 !important;
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .level0:hover>a.level-top:after {
		border-top: 6px solid transparent !important
	}

	.reel-head-cus.page-header.type5:not(.header-newskin) .level0>a.level-top.ui-state-active:after {
		border-top: 8px solid #25AEE1 !important;
		border-bottom: none;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent !important;
	}
	.reel-head-cus .sections.nav-sections .section-items.nav-sections-items {
		padding-top: 0 !important;
	}
	.page-header .panel.wrapper .left-section .logo-section {
		max-width: 204px;
	}
	.page-header .logo-section .logo-main .logo {
		height: auto;
		float: none;
		margin: 0;
		max-width: 100%;
	}
	header.page-header.type5.reel-head-cus .logo-main .logo img {
		width: auto;
		max-width: 100% !important;
		max-height: none !important;
		margin-top: -3px;
		padding: 0px;
	}
	.page-header .panel.wrapper .middle-section .nav-sections {
		pointer-events: all;
	}

	header.page-header .sections.nav-sections .top-links-icon {
		width: 100%;
		display: inline-block;
		padding: 10px 28px;
	}

	header.page-header .sections.nav-sections .top-links-icon a.switcher-my-account {
		color: #000000;
		padding-left: 40px;
		display: inline-block;
		padding: 10px 20px 10px 30px;
		background: url('../../frontend/Smartwave/porto_reelpower/en_US/css/images/profile_black.png') no-repeat left center;
		position: relative;
	}
	header.page-header .sections.nav-sections .top-links-icon a.switcher-my-account::after {
		content: "";
		border-left: 8px solid #000;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		display: block;
		border-radius: 2px;
		position: absolute;
		right: 0px;
		top: 16px;
	}

	header.page-header .sections.nav-sections .top-links-icon a.switcher-my-account span.label {
		font-family: 'Helvetica-nlt-pro-rm';
		color: #000000 !important;
		padding: 0px;
		font-size: 18px !important;
		line-height: 24px;
		font-weight: normal;
	}
	.footer-middle .rp-social-share-links-block {
		gap: 30px;
	}
	.footer-middle .hs-footer-logo .rp-footer-logo-block {
		text-align: center;
		padding: 30px;
	}
	.footer-middle .hs-footer-client .rp-cert-logo-block{
		padding-bottom: 25px;
		border-bottom: 2px solid #fff;
		margin-bottom: 25px;
	}
	.footer-middle .footer-contact-block, 
	.footer-middle .footer-contact-email-block {
		margin:0px;
	}
	.footer-middle .hs-footer-client>a,
	hr.footer-border-bottom {
		display: none !important;
	}
	.footer-middle .footer-contact-details-block .hs-footer-email {
		margin: 15px 0;
		text-align: center;
	}
	header.page-header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 11;
		background: #000;
	}
	.nav-open header.page-header.fixedHeaderCus {
		position: relative !important;
	}
	.nav-open body {
		padding-top: 0 !important;
	}
	.footer-middle .hs-footer-logo .rp-footer-logo-block img {
		width: 260px;
	}
	.page-header .panel.wrapper .right-section .box-account .header.links {
		top: 35px;
		right: -35px;
		text-align: left;
	}
	.page-header .panel.wrapper .header-section .right-section .minicart-wrapper .block-minicart {
		right: -10px;
	}

	footer.page-footer .footer-middle {
		padding: 40px 25px;
	}
	footer.page-footer .footer-bottom {
		padding: 25px 20px;
	}
	.footer-bottom span,
	.footer-bottom span a {
		font-size: 15px;
		line-height: 20px;
		color: #fff;
		font-family: 'Helvetica-nlt-pro-rm';
	}
	
	.navigation.sw-megamenu .ui-menu-item.level0>.level-top.show-rp-cat-label span.rp-cat-label.rp-cat-label-new {
		font-family: 'Helvetica-nlt-pro-md' !important;
		font-size: 12px;
		display: inline-block;
		padding: 2px 6px;
		text-align: center;
		background: #25aae1;
		color: #fff !important;
		border-radius: 5px;    
		text-transform: uppercase;    
		font-weight: bold !important;
		margin-left: 6px;
	}

}

@media (max-width:767px) {
	.page-header.reel-head-cus .minicart-wrapper .action.showcart span.counter.qty {
		top: 0px !important;
	}

	.page-header.type5 .nav-toggle {
		top: -10px;
	}

	.page-header.reel-head-cus .minicart-wrapper .action.showcart::before {

		position: relative;
		top: -4px;
	}

	.home-quick-nav-section ul li {

		padding: 20px 20px !important;
	}

	.block.category.event,
	.breadcrumbs,
	.container,
	.footer.content,
	.header.content,
	.page-header .header.panel,
	.page-main,
	.page-wrapper>.page-bottom,
	.page-wrapper>.widget,
	.top-container {
		max-width: 100% !important;
	}

	/* product new */


	.rp-category-content {
		margin-top: 10px;
		padding: 15px;
	}

	.rp-category-page .category-group-content .products .product-items {
		justify-content: space-between;
		gap: 0px;
	}

	.rp-category-page .category-group-title a {
		font-size: 20px;
	}

	.rp-category-page .category-group-content .products .product-item {
		margin-bottom: 10px;
	}

	.rp-category-page .rp-category-sidebar .category-nav-item.active a {
		line-height: 38px;
	}

	.rp-category-page .show-group .category-group-title a {
		font-size: 20px;
	}

	.category-sidebar {
		display: none;
		position: fixed;
		width: 80%;
		background: #fff;
		transition: 0.2s;
		transform: translateX(-250px);
		/* max-height: 500px;
		overflow-y: scroll; */
		height: 100%;
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
		left: 0px;
		overflow-y: scroll;
	}
	.rp-category-page .category-nav-items .category-nav-item .porto-icon-down-open-huge:before,.rp-category-page .category-nav-items .category-nav-item .porto-icon-up-open-huge:before {
		right: 0px;
	}

	#rp-category-content {
		margin-top: 0px;
		padding: 0px 20px;
		z-index: 0;
	}

	.cat-side-nav-before-open.cat-side-nav-open .category-sidebar {
		display: block;
		transform: translateX(0);
		top: 0px;
		padding: 10px;
	}

	.category-products header {
		z-index: 2;
	}

	.cat-side-nav-before-open.cat-side-nav-open .category-products header {
		z-index: 1;
	}

	.rp-category-sidebar {
		height: 50px;
		z-index: 9;
	}

	.cat-side-nav-toggle {
		position: fixed;
		color: transparent;
		background: #145672;
		left: 0px;
		width: 50px;
		top: 286px;
		/* z-index:9; */
	}

	.cat-side-nav-before-open.cat-side-nav-open .cat-side-nav-toggle {
		right: 27%;
		left: auto;
		top: 1%;
		z-index: 9;
	}

	span.cat-side-nav-toggle:before {
		content: '\f1de';
		font-family: porto-icons;
		font-size: 30px;
		color: #fff;
		left: 14px;
		position: relative;

	}

	.rp-category-page .rp-category-sidebar {
		background: transparent;
	}

	.nav-before-open.nav-open .rp-category-sidebar {
		display: none;
	}

	.rp-category-page .rp-category-sidebar {
		/* z-index: 0; */
		z-index: 1;
	}

	.cat-side-nav-before-open.cat-side-nav-open .rp-category-sidebar {
		z-index: 1;
	}

	.cat-side-nav-open span.cat-side-nav-toggle:before {
		content: '\f819';
		font-family: porto-icons;
		top: 0px;
		right: 0px;
		font-size: 30px;
		color: #fff;
	}

	.category-products .breadcrumbs {
		position: relative;
		margin: 0px !important;
	}

	.category-products .rp-category-page {
		margin-top: 0px;
	}

	.category-products .breadcrumbs {
		text-align: center;
		padding-left: 5px !important;
	}
	.home_new_explorenow_row h2 {
		font-size: 14px;
	
	}
	.home_new_explorenow .precision {
		font-size: 13px;
		
	}

	.rp-flip-industries-img .headingflip {
		font-size: 20px;
	}
	.rp-collapsible-toggle{
		display: none;
	}
}
@media(max-width:479px){
	.home-explore-our-products-section .category-info {
		border-right: none;
	}
}

@media(max-width:460px) {

	/* product new */
	.rp-category-page .category-group-content .products .product-item {
		width: 100%;
		/* min-height: 295px; */
	}

	.rp-category-content .category-nav-list li {
		width: 100%;

	}
	/* buy parts */
	.bp-category-page .rp-category-content ol.product-items li {
		flex-basis: calc(100% - 0px);
	}
	.bp-search-section #bp_search {
		font-size: 12px;
	}
	.bp-search-section .actions .search {
		width: 45px;
	}
}

@media(max-width:420px) {
	.header.content .header-section {
		padding: 0px;
	}
	/* buy parts */
	.g-recaptcha iframe{
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	/* newsletter */
	.newsletter-page-block .block.newsletter {
		width: 100% !important;
	}
}

@media(max-width:380px) {

	.page-header .box-language,
	.page-header .box-minicart,
	.page-header .box-account {
		padding: 0px 6px 0px 6px;
	}
	/* buy parts */
	.g-recaptcha iframe{
		transform: scale(0.6);
		transform-origin: 0 0;
	}
	.home_new_explorenow_row {
		padding: 0px 15px;
	}

	.home_new_explorenow .home_new_explorenow_con {
		padding: 15px 0 30px;
	}
	.home_new_explorenow .explore-more-link {
		margin: 10px 0px;
	}

}

@media(max-width:360px) {
	.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
		top: -22px;
	}

	@-moz-document url-prefix() {
		.reel-head-cus .panel.wrapper .top-links-area .top-links-icon a.customer-logged-out:before {
			/* top:-13px   !important; */
			top: -7px;
		}

	}

	/* .page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart {
	
		top: -6px;

	} */
	.home-quick-nav-section ul li {

		padding: 20px 5px !important;
	}

	/* Flip animation - industries served */

	.rp-flip-industries-img .rp-flip ul li {
		font-size: 14px;
	}
	.rp-flip-industries-img .rp-flip p {
		/* font-size: 15px; */
		font-size: 18px;
	}
	

	
}

@media (max-width:350px) {
	.page-header.type5 .logo img {
		max-width: 100px !important;
	}
	.home_new_explorenow_row {
		padding: 10px 15px 0px 15px;
	}
	.home_new_explorenow_row h2 {
		/* padding: 33px 0px 0px 0px; */
		margin-bottom: 2px;
		padding: 0px 15px 3px 15px;
		font-size: 12px;
		line-height: 20px;
	}
	.home_new_explorenow .precision {
		font-size: 12px;
		line-height: 19px;
	}
	.home_new_explorenow .explore-more-link {
		margin: 0px 0px;
	}
}

.reel-head-cus .sections.nav-sections .section-items.nav-sections-items {
	z-index:0;
}
#pas-mini-form{
	position:relative;
}



@media(min-width:768px) and (max-width:991px) {

	.sw-megamenu.navigation li.level0 .submenu {
		display: block;
		background: #ffffff;
		visibility: hidden;
		opacity: 0;
		transition: .2s opacity;
		color: #777;
		border: none !important;
	}
	.sw-megamenu.navigation li.level0.classic.parent:hover>.submenu {
		visibility: visible;
		opacity: 1;
	}
	.sw-megamenu.navigation li.level0.classic.parent:hover>.submenu ul {
		border: 1px solid #000;
	}
	.sw-megamenu.navigation li.level0.classic.parent:hover>.submenu ul > li > a{
		background: #fff;
	}
	.sw-megamenu.navigation li.level0.classic .submenu>.row {
		margin: 0;
	}
}


@media(min-width:992px) and (max-width:1200px) { 
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0 {
		margin-right: 10px;
	}
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation ul li span {
		font-size: 12px;
		line-height: 28px;
	}
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation > ul {
		white-space: nowrap;
		justify-content: flex-end;
	}
	.reel-head-cus .sections.nav-sections .section-items.nav-sections-items {
		padding-top: 20px;
	}
	header.page-header.type5.reel-head-cus .logo-main .logo {
		top: -22px;
	}
}

@media(min-width:1201px) and (max-width:1600px) { 
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation .level0 {
		margin-right: 10px;
	}
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation ul li span {
		font-size: 13px;
		line-height: 28px;
	}
	.reel-head-cus .sections.nav-sections .section-items.nav-sections-items {
		padding-top: 20px;
	}
	.reel-head-cus.page-header.type5:not(.header-newskin) .navigation>ul {
		margin-right: 20px;
	}
}/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Smartwave/porto_reelpower/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/* SearchBox */
.ais-SearchBox-submit, .ais-SearchBox-reset {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ais-SearchBox-submit:hover, .ais-SearchBox-submit:focus {
    background: transparent;
    border: none;
}

.ais-SearchBox-form {
    position: relative;
}


button.ais-SearchBox-reset:focus,
button.ais-SearchBox-reset:active,
button.ais-SearchBox-reset:hover {
    border: 0;
    background: transparent;
}

input.ais-SearchBox-input {
    padding-right: 2em;
}

.mpsearch-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mpsearch-list-item {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.mpsearch-list-item:last-child {
    border-bottom: none;
}

.mpsearch-list-item:hover {
    background-color: #eef3d6;
}

.mpsearch-list-item .result-wrapper a {
    text-decoration: none;
}


.result-wrapper .result-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    margin: 0.5rem;
}

.result-wrapper .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

.result-wrapper .text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-results {
    padding: 1em 0;
    text-align: center;
}


.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    z-index: 999;
}

@media all and (min-width: 769px), print {
    .autocomplete-suggestions {
        position: absolute;
        width: 99.5%;
        z-index: 999;
    }
}

@media all and (max-width: 600px), print {
    .minisearch .search-category {
        top: 66% !important;
        right: 0 !important;
    }
}

@media all and (min-width: 600px), print {
    .algolia-search-block {
        position: relative;
        float: right;
    }

    .algolia-search-block {
        width: 374px;
    }

}

.algolia-search-block {
    position: relative;
    /*float: right;*/
}


.autocomplete-suggestions .result-content {
    display: flex;
}

.autocomplete-suggestions .result-content .result-sub-content {
    display: grid;
    align-items: center;
    justify-content: center;
}

.autocomplete-suggestions .result-content .result-sub-content .name {
    font-size: 1.2em;
}

.autocomplete-suggestions .result-content .result-sub-content .name mark {
    font-weight: bold;
    background: none;
}

.autocomplete-suggestions .result-content .result-sub-content .product-line.product-price {
    text-align: left;
    color: black;
}/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket Search Autocomplete & Suggest
 * @copyright   Copyright (c) 2019 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

 @media only screen and (min-width: 771px){
  #header #header-search{
    min-width: 320px;
    width: 33%;
  }
}
.pas-overley{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.pas-overley.show{
  opacity: 1;
  visibility: visible;
}
#pas-mini-form {
  position: relative;
  display: inline-block;
  float: right;
  /* max-width: 710px; */
  /* max-width: 1032px; */
  max-width: 868px;
  width: 868px;
  height: 48px;
  z-index: 20;
  /* margin-left: 0px; */
  margin-left: 420px;
  background: #fff !important;
  border-radius: 6px !important;
}

#pas-mini-form * {
  box-sizing: border-box;
}

#pas-mini-form .pas-clear:before,
#pas-mini-form .pas-clear:after {
  display: block;
  clear: both;
  content: "";
}

#pas-mini-form a {
  color: #1e7ec8;
  text-decoration: underline;
}

#pas-mini-form a:hover {
  text-decoration: none;
}

#pas-mini-form .pas-nav-left,
#pas-mini-form .pas-nav-center,
#pas-mini-form .pas-nav-right {
  position: relative;
  height: 48px;
  line-height: 30px;
  display: inline-block;
  padding: 8px 1px;
}

#pas-mini-form .pas-nav-center {
  display: block;
}


/* Left block */
#pas-mini-form .pas-nav-left {
  float: left;
}

#pas-mini-form .pas-nav-left .pas-search-facade {
  /* background-color: #25aae1;
   */
   /* background:#fff !important; */
  background-image: none;
  /* border-left: 1px solid #cdcdcd; */
  /* border-top: 1px solid #cdcdcd; */
  /* border-bottom: 1px solid #cdcdcd; */
 /*  border-radius: 3px  0 0 3px; */
  border-radius: unset;
  position: relative;
  float: left;
  height: 42px;
  margin: 0;
  padding-left: 3px;
  overflow: hidden;
  text-transform: uppercase;
}

#pas-mini-form .pas-nav-left .pas-search-facade:hover {
  cursor: pointer;
  /* background-color: #E9E9E9; */
}

#pas-mini-form .pas-nav-left .pas-search-label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* color: #fff; */
  color:#000 !important;
  font-size: 16px;
  font-weight: bolder;
  line-height: 32px;
  margin-right: 27px;
  /* margin-left: 5px; */
  margin-left: 10px;
}

#pas-mini-form .pas-nav-left .pas-search-icon {
  position: absolute;
  top: 13px;
  right: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  /* border-top: 4px solid #fff; */
  border-top: 6px solid #000 !important;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

#pas-mini-form .pas-nav-left .pas-search-dropdown {
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  height: 48px;
  /* width: auto; */
  width: 100%;
  outline: 0;
  margin: 0;
  padding: 0 3px;
  outline: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  font-size: 13px;
}

/* button */
#pas-mini-form .pas-nav-right {
  /* background: #ffffff; */
  position: relative;
  float: right;
  width: auto;
  display: inline-block;
padding: 7px;
  /* border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; */
}

#pas-mini-form .pas-nav-right .pas-button {
  padding: 0px;
  background-color: #25aae1;
  color: #fff;
  border: 0px;
  line-height: 35px;
  width: 48px !important;
  height: 42px;
  font-size: 0;
  float: left;
  border-radius: unset;  
  box-shadow: none;
}

#pas-mini-form .pas-nav-right .pas-button:hover {
  /* background: #26a3f9; */
  cursor: pointer;
}

#pas-mini-form .pas-nav-right .pas-button svg{
  /* width: 20px;
  height: auto; */
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px !important;
	height: auto;
}

/* search input */
#pas-mini-form .pas-nav-center {
  overflow: hidden;
}

#pas-mini-form .pas-nav-center .pas-search-field {
  position: relative;
  height: 42px;
  /* background: #fff; */
  /* border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #cdcdcd; */
}


#pas-mini-form .pas-nav-center #pas-input {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 100%;
  line-height: 14px;
  padding: 5px 5px 5px 5px;
  margin: 0;
  border: 0;
  border-radius: 0px;
  height: 30px;
  font-size: 18px;
  background: 0 0;
  color: #111;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  text-indent: 8px;
}

#pas-mini-form .pas-nav-center #pas-input:placeholder {
  color: #bdbdbd;
}

#pas-mini-form .pas-nav-center .pas-loader {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -11px;
  visibility: hidden;
}

/*=== tooltip ===*/
#pas-mini-form #pas-tooltip {
  position: absolute;
  /* width: calc(100% - 45px); */
  width: 100%;
  border: 1px solid #cdcdcd;
  border-top: 0px;
  -webkit-box-shadow: 0 1px 3px 0 #E8E8E8;
  -moz-box-shadow: 0 1px 3px 0 #E8E8E8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
  z-index: 5000;
  background-color: #fff;
  padding: 0;
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  display: block;
  border-radius: 0 0 3px 3px;

}
#pas-mini-form.pas-active #pas-tooltip {
  transform: scaleY(1);
  height: auto;
  visibility: visible;
  opacity: 1;
  top: 56px;
}

.pac-tooltip-right{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#pas-mini-form #pas-tooltip .psearch-tips {
  font-weight: bold;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item {
  border-top: 1px solid #E8E8E8;
  padding: 0px;
  position: relative;
  transition: background-color .25s;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-photo.no-rating.no-description {
  min-height: 0;
}

#pac-psearch-all-results:hover,
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item:hover {
  background-color: #f5f5f5;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item:before,
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item:after {
  clear: both;
  display: block;
  content: "";
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item:first-child {
  border: 0px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item > a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-image {
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
  margin-right: 7px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-image img {
  width: 100%;
}

#pas-mini-form #pas-tooltip .old-price{
  text-decoration: line-through;
}
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-price-val .price-box .old-price .price{
 font-size: .95em;
}
/* no photo */
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-photo .pac-tooltip-descr { padding-left: 0;}
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-photo .pac-tooltip-image { display: none; }

/* no price no rating */
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-price.no-rating .pac-tooltip-descr { padding-right: 0;}
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-price.no-rating .pac-tooltip-price-block { display: none; }
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-price.no-rating .pac-tooltip-descr {margin-right: 0 }

/* no price */
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-price .pac-price-val { display: none; }

/* no rating */
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-rating .pac-tooltip-price-block { font-size: 0; }
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-rating .pac-rating-box { display: none; }

/* no description */
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-description .pac-tooltip-short-des { display: none; }

/* no description */
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-description .pac-tooltip-short-des { display: none; }
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-photo.no-description.no-rating .pac-tooltip-name { margin-top: 0px; }
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-photo.no-description .pac-tooltip-name { margin-top: 0px; }
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-description .pac-tooltip-name { margin-top: 15px; }
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-description.no-photo.no-price .pac-tooltip-name { margin-top: 0px; }


#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-descr {
  padding: 0;
  text-align: left;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-descr .pac-tooltip-name {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 2px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item:hover .pac-tooltip-descr .pac-tooltip-name {
  text-decoration: underline;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-descr .pac-tooltip-short-des {
  color: #333333;
  font-size: 11px;
  line-height: 13px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block {
  font-size: 11px;
  text-align: left;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-rating.no-description .pac-tooltip-price-block {
  top: 13px;
}
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-photo.no-rating.no-description .pac-tooltip-price-block {
  top: 0px;
}


#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-price-val {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-price-val .price-box {
  margin: 0;
  max-height: 35px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block.no-photo .pac-price-val .price-box {
  margin: 0;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-price-val .price-box * {
  font-size: 13px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-rating .pac-tooltip-price-block .pac-price-val .price-box {
  margin-top: 10px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-rating .pac-tooltip-price-block .pac-price-val .price-box .special-price {
  margin-top: 7px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-rating .pac-tooltip-price-block .pac-price-val .price-box .minimal-price {
  position: relative;
  top: 7px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-photo.no-description .pac-tooltip-price-block .pac-price-val .price-box {
  top: 0;
  margin: 0;
  max-height: 35px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-price-val .price-label {
  display: none;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block p {
  padding: 0;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block p.price-to {
  margin-top: -7px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block p.old-price {
  display: none;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block p.price-to span,
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block p.price-from span,
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block p.old-price span,
#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block p.special-price span {
  font-size: 14px;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -17px;
  overflow: hidden;
  background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/Plumrocket_Search/images/prsearch-stars.svg);
  background-size: 65px;
  margin-top: 2px;
  margin-right: 3px;
  white-space: nowrap;
  margin-left: auto;
}

#pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-rating-box .pac-rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 0px;
  background-size: 65px;
  background-image: url(../../frontend/Smartwave/porto_reelpower/en_US/Plumrocket_Search/images/prsearch-stars.svg);
}

/* categories */
#pas-mini-form #pas-tooltip #pac-psearch-categories {
  border-top: 1px solid #cdcdcd;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
}

#pas-mini-form #pas-tooltip #pac-psearch-categories .pac-ps-category {
  margin: 0;
}

#pas-mini-form #pas-tooltip #pac-psearch-categories .pac-ps-category a {
  display: block;
  padding: 3px 8px;
  text-decoration: none;
  color: #333333;
}

#pas-mini-form #pas-tooltip #pac-psearch-categories .pac-ps-category a span {
  text-decoration: underline;
  color: #006bb4;
}
#pas-mini-form #pas-tooltip #pac-psearch-categories .pac-ps-category a:hover span {
  text-decoration: none;
}

/* terms */
#pas-mini-form #pas-tooltip #pac-psearch-terms {
  border-top: 1px solid #cdcdcd;
  padding: 10px 8px;
  text-align: left;
  font-size: 12px;
}

#pas-mini-form #pas-tooltip #pac-psearch-terms a {
  display: block;
  text-decoration: none;
  color: #333333;
}

#pas-mini-form #pas-tooltip #pac-psearch-terms a span {
  color: #006bb4;
  text-decoration: underline;
}

#pas-mini-form #pas-tooltip #pac-psearch-terms a:hover span {
  text-decoration: none;
}

/* all results */
#pas-mini-form #pac-psearch-all-results {
  color: black;
  border-top: 1px solid #cdcdcd;
  text-align: center;
  font-size: 13px;
}

#pas-mini-form #pac-psearch-all-results a {
  display: block;
  color: #1e7ec8;
  padding: 10px 8px;
  text-align: right;
}

#pas-mini-form #pac-psearch-all-results span {
  position: relative;
  padding-right: 12px;
}

#pas-mini-form #pac-psearch-all-results p.pac-no-results {padding: 8px 0; color: #B5B5B5;}


@media (max-width: 767px){
  #pas-mini-form .pas-nav-left{
    display: none;
  }
  #pas-mini-form .pas-nav-center .pas-search-field{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  #pas-mini-form{
    margin: 15px 0;
  }
  #pas-mini-form #pas-tooltip{
    /* width: calc(100% - 15px); */
	left: 0px;
  }
  .pas-form-mobile-wrapper {
	max-width: 540px;
	margin: 0 auto;
  }
  .pas-form-mobile-wrapper .pas-form-search .pas-nav-left .pas-search-facade{
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
  }  
}



/*RWD*/
@media only screen and (min-width: 771px){
  #header-search {width: 40%;}
}


@media only screen and (max-width: 768px) {
  #pas-mini-form { max-width: 100%; }
}

@media only screen and (min-width: 768px) {
	#pas-mini-form .pas-nav-left .pas-search-facade {
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100px;
	}
}

/* g */
@media only screen and (min-width: 768px) {
#pas-mini-form {
  margin-left: 50px;
  width: 45%;
}
}
@media only screen and (min-width: 1024px) {
	#pas-mini-form {

		width:55% ;
		margin-left:100px ;
			
	}
}

@media only screen and (min-width: 1280px) {
  #pas-mini-form {
    margin-left: 200px;
  }
  
  }
  @media only screen and (min-width: 1440px) {
    #pas-mini-form {
      margin-left: 245;
    }
  }
  @media only screen and (min-width: 1480px) {
    #pas-mini-form {
      margin-left: 285px;
    }
  }
  @media only screen and (min-width: 1600px) {
    #pas-mini-form {
    margin-left:330px; 
    }
    
    }
    /* @media (min-width: 1600px), print{
      .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
        padding-left:0px !important;
        padding-right:0px !important;
        margin-left:40px;
      }
      }
     */

.pas-psearch-mpp-title {
	color: #25aae1;
	display: block;
	text-decoration: none;
	padding: 8px 0px;
}
#pas-mini-form #pas-tooltip .psearch-tips {
	color: #25aae1 !important;
}


/* Contdonwn */

.sw-dailydeal-wrapper {
    padding: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.sw-dailydeal {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0,136,204,0.7);
    width: 100%;
    z-index: 5;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 9px 5px;
    text-align: center;
}


.sw-dailydeal .number {
    display: inline-block;
    vertical-align: middle;
}

.sw-dailydeal p {
    margin: 0;
}

.sw-dailydeal .line {
    display: none;
}

.sw-dailydeal .caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}
.sw-dailydeal .number-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.sw-dailydeal .number-wrapper > * {
    line-height: 25px;
}
.sw-dailydeal .dailydeal-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
}

.catalog-product-view .sw-dailydeal-wrapper {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.catalog-product-view .sw-dailydeal {
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.catalog-product-view .sw-dailydeal .dailydeal-label {
    display: block;
    color: #21293c;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #08c;
    display: inline-block;
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.catalog-product-view .sw-dailydeal .caption {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 11px;
}

.catalog-product-view .sw-dailydeal .number {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 6px;
}

.catalog-product-view .sw-dailydeal-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/porto_reelpower/en_US/Smartwave_Filterproducts/css/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  .owl-carousel .owl-item .owl-lazy {opacity: 1;}
  .owl-carousel {margin-bottom: 20px;}
  .owl-carousel.row {width: auto;}
  .owl-carousel .owl-dot,.owl-carousel .owl-nav button {outline: none;}
  .owl-carousel .img-thumbnail {max-width: 100%;}
  .owl-carousel .img-thumbnail img {width: 100%;}
  .owl-carousel .item-video {height: 300px;}
  .owl-carousel .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-nav {top: 50%;position: absolute;margin-top: 0;width: 100%;flex: none;}
  .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {display: inline-block;position: absolute;width: 30px;height: 30px;text-align: center;line-height: 22px;margin: 0;transform: translateY(-50%);}
  .owl-carousel .owl-nav .owl-prev {left: 0;}
  .owl-carousel .owl-nav .owl-prev:before {font-family: "porto-icons";content: "\e819";position: relative;left: -1px;}
  .owl-carousel .owl-nav .owl-next {right: 0;}
  .owl-carousel .owl-nav .owl-next:before {font-family: "porto-icons";content: "\e81a";position: relative;left: 1px;}
  .owl-carousel .owl-dots {margin-top: 1em;}
  .owl-carousel.stage-margin .owl-stage-outer {margin-left: 40px;margin-right: 40px;}
  .owl-carousel.stage-margin .owl-stage-outer .owl-stage {padding-left: 0!important;padding-right: 0!important;}
  .owl-carousel.nav-bottom .owl-stage-outer {margin-bottom: 10px;}
  .owl-carousel .owl-nav .disabled {opacity: 0.5;cursor: default;}
  .owl-carousel.show-nav-hover .owl-prev {left: -10px;transform: translate(-10px,-50%);}
  .owl-carousel.show-nav-hover .owl-next {right: -10px;transform: translate(10px,-50%);}
  .owl-carousel.show-nav-hover .owl-prev,.owl-carousel.show-nav-hover .owl-next {transition: opacity .2s,transform .4s;opacity: 0;}
  .owl-carousel.show-nav-hover:hover .owl-prev,.owl-carousel.show-nav-hover:hover .owl-next {opacity: 1;transform: translate(0,-50%);}
  .owl-carousel.show-nav-hover:hover .owl-prev.disabled,.owl-carousel.show-nav-hover:hover .owl-next.disabled {opacity: .5;}
  .owl-carousel.show-nav-title .owl-nav {top: 0;right: 0;margin-top: -18px;width: auto !important;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {background: transparent!important;width: 18px;font-size: 18px;padding-left: 0;padding-right: 0;color: #222529;}
  .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -45px;}
  .owl-carousel.nav-bottom .owl-nav {position: static;margin: 0;padding: 0;width: auto;}
  .owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next {position: static;transform: none;margin: 0 3px;}
  .owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {padding: 3px 7px;border-radius: 50%;background: transparent!important;border: 1px solid #999!important;color: #999;width: 30px;}
  .owl-carousel.nav-style-1 .owl-nav [class*="owl-"] {width: 20px;background: none!important;color: #000;font-size: 20px;}
  .owl-carousel.show-dots-title .owl-dots {position: absolute;left: 155px;top: -54px;margin-top: 0!important;line-height: 0;}
  .owl-carousel.show-dots-title-right .owl-dots {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: absolute;left: auto;right: 0;margin-top: 0!important;top: -33px;right: 8px}
  .owl-carousel.nav-inside .owl-dots {bottom: 2px;margin-top: 10px;position: absolute;right: 6px;z-index: 1;}
  .owl-carousel.nav-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-inside-left .owl-dots {left: 6px;right: auto;}
  .owl-carousel.nav-inside-center .owl-dots {right: 36px;left: 36px;}
  .owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {height: auto;padding: 20px 0;margin: 0;}
  .owl-carousel.nav-style-2 .owl-nav [class*="owl-"] {background: none!important;color: #fff;font-size: 1.5rem;}
  .owl-carousel.nav-style-3 .owl-nav [class*="owl-"] {width: 35px;height: 45px;line-height: 33px;background-color: rgba(38,42,47,.4)!important;border-color: transparent!important;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {width: 30px;background: none!important;color: #333;font-size: 24px;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"]:hover {color: #333;}
  .owl-carousel.nav-style-4 .owl-prev:before {content: "\f80a";}
  .owl-carousel.nav-style-4 .owl-next:before {content: "\f809";}
  .owl-carousel.nav-pos-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-pos-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-prev {left: -30px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-next {right: -30px;}
  .owl-carousel.nav-center-images-only .owl-nav {top: 37%;}
  .owl-carousel.top-border {padding-top: 18px;}
  .owl-carousel .owl-item .owl-lazy {transition: all 0.2s linear,opacity 0.4s;}
  .owl-carousel .owl-item .owl-lazy-loaded {opacity: 1;}
  .owl-carousel .wpb_content_element {margin-bottom: 0;}
  .owl-carousel.carousel-center-active-item .owl-item {opacity: .2;transition: opacity 0.3s;}
  .owl-carousel.carousel-center-active-item .owl-item.center {opacity: 1;}
  .owl-carousel.carousel-center-active-item-style-2 .owl-item {opacity: .7}
  .owl-carousel .owl-nav button[class*='owl-'] {color: #FFF;font-size: 14px;margin: 0;padding: 4px 7px;background: #D6D6D6;display: inline-block;cursor: pointer;height: auto;}
  .owl-carousel .owl-nav button[class*='owl-']:hover {background: #869791;color: #FFF;text-decoration: none;}
  .owl-carousel .owl-nav button[class*='owl-'] > span {display: none;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {color: #222529;}
  .custom-block .owl-carousel.show-nav-title .owl-nav [class*='owl-'] {margin-left: 0;margin-right: 0;}
  .custom-block .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -30px;}
  .owl-carousel .owl-nav.disabled+.owl-dots {margin-top: 10px;}
  .owl-carousel .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-dots .owl-dot {display: inline-block;zoom:1;*display: inline;height: auto;vertical-align: top;}
  .owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 4px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;transition: opacity .2s;border-radius: 30px;}
  .owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {background: #869791;}
  .owl-carousel.dots-style-1 .owl-dots span {width: 14px;height: 14px;border: 2px solid #e7e7e7;background: none!important;margin: 5px 2px;position: relative;}
  .products-slider.owl-carousel .owl-dot {vertical-align: middle;}
  .owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span {border: 2px solid;}
  .owl-carousel.dots-style-1 .owl-dot.active span:after,.owl-carousel.dots-style-1 .owl-dot:hover span:after {content: '';position: absolute;left: 3px;right: 3px;top: 3px;bottom: 3px;border-radius: 10px;border: 2px solid;}
  .product-image-carousel.owl-carousel .owl-nav [class*="owl-"], .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:hover, .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:active {background: none!important;font-size: 22px;color: #222529;}
  .product-image-carousel.owl-carousel .owl-nav .owl-prev {left: 0;}
  .product-image-carousel.owl-carousel .owl-nav .owl-next {right: 0;}
  .widget .owl-carousel .owl-dots {margin-bottom: -10px;}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Smartwave/porto_reelpower/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_reelpower%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_reelpower%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_reelpower%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_reelpower%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_reelpower%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D *//* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/Smartwave/porto_reelpower/en_US/RLTSquare_BestSeller/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Smartwave/porto_reelpower/en_US/RLTSquare_BestSeller/css/fonts/slick.eot');
    src: url('../../frontend/Smartwave/porto_reelpower/en_US/RLTSquare_BestSeller/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto_reelpower/en_US/RLTSquare_BestSeller/css/fonts/slick.woff') format('woff'), url('../../frontend/Smartwave/porto_reelpower/en_US/RLTSquare_BestSeller/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Smartwave/porto_reelpower/en_US/RLTSquare_BestSeller/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
html, body {
    margin: 0;
    padding: 0;
}

.slick-track {
    margin: 0;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.product-item .tocart {
    margin-top: 10px;
}

ul.magictabs.toggle-content {
    float: right;
}

.history .slick-track {
    float: left;
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.blog-post-view .page-title-wrapper {
    display: none;
}
.post-holder {
    margin-left: 60px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    clear: both;
}

.post-holder .post-date {
    margin-left: -60px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}
.post-holder .post-date .day {
    color: #08c;
    background-color: #f4f4f4;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 2px;
    line-height: 22px;
    margin-bottom: 3px;
}
.post-holder .post-date .month {
    color: #fff;
    background-color: #08c;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
    display: block;
    font-size: 12px;
    padding: 0 2px 2px;
    line-height: 16px;
}
.post-holder .post-header {
    position: relative;
    margin-bottom: 20px;
}
.post-holder .post-banner {
    margin-left: -60px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px;
}
.post-holder .post-banner iframe {
    min-height: 300px;
}
.post-holder .post-banner.no-banner {
    display: none;
}
.post-holder .post-info .item {
    display: inline-block;
    margin-right: 15px;
}
.post-holder .post-info .label {
    margin-right: 5px;
}
.post-holder .post-info a {
    color: #777;
}


.post-list {
	margin-bottom: 20px;
	list-style: none;
    padding: 0;
}
.post-list .post-content {
    margin-bottom: 15px;
}
.post-list .post-content .post-read-more {padding-top:5px; float:right;}

.post-content .post-description img {margin:0 15px 0 15px;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-header .post-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.post-header .post-title a {
	text-decoration: none;
}

.post-holder .post-header .addthis_toolbox {float: right; padding-top: 6px;}

.post-view .post-bottom {margin-top:30px;}

.post-view .block {margin-bottom: 30px;}

.widget.block-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget.block-recent-posts ul li {
    margin: 0;
    padding: 10px 0;
}
.widget.block-recent-posts ul li div.post-image {
    width: 60px;
    background: #b8b8b8;
    float: left;
    border-radius: 4px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 12px;
}
.widget.block-recent-posts ul li div.post-image:after {
    display: table;
    content: "";
    clear: both;
}
.widget.block-recent-posts ul li div.post-image img {
    width: 100%;
    height: auto;
}
.widget.block-recent-posts ul li a {
    font-family: inherit;
    font-size: inherit;
    color: #08c;
    line-height: 18px;
}
.widget.block-recent-posts ul li div.post-time {
    color: #888;
    font-size: 12px;
    line-height: 24px;
    font-family: inherit;
    font-style: normal;
    text-align: left;
    margin: 0;
}

.widget.block-categories ul {
	list-style: initial;
	padding-left:0px;
}

.widget.block-categories ul ul {
	margin-left:20px;
}

.widget.block-categories ul {
    list-style: none;
    padding: 0;
}
.widget.block-categories li {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-categories li > a {
    color: #777;
}
.widget.block-categories li > a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}

.widget.block-archive .item {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-archive .item a {
    color: #777;
}
.widget.block-archive .item a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}
.widget.block-rss .rss-icon {
    width: 17px;
}
.widget.block-rss .block-title strong {
    vertical-align: middle;
}

.widget.blog-search {
	width:100%;
	margin-bottom: 40px;
	position: relative;
    float: right;
    z-index: 3;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    height: 38px;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 38px;
    color: #777;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


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

.post-holder {margin-bottom: 40px;border-radius: 0;}

.blog-page-list .index-description {margin-bottom: 15px}

/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
@media (max-width: 1024px) {
    .post-list.modern .post-info .post-read-more {display: none;}
}
@media (max-width: 639px) {
    .post-list.modern .post-container {flex-direction: column;}
    .post-list.modern .post-image {flex: 0 0 100%;width: 100%;}
    .post-list.modern .post-info {flex: 0 0 100%;max-width: 100%;width: 100%;padding: 25px 0 0;}
    /*.post-list.modern .post-description {display: none;}*/
}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;margin: 0;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Smartwave/porto_reelpower/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
