/**
 * 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.
 */
.header.panel > .header.links > li.welcome {
  display: none !important;
}
.catalog-product_compare-index .page-main .product.info .product-item-actions .actions-primary .action.tocart.primary {
  padding: 0 12px;
}
body.catalog-category-view .sidebar-additional,
body.catalogsearch-result-index .sidebar-additional {
  margin-bottom: 64px;
}
body.catalog-category-view .sidebar-additional,
body.catalogsearch-result-index .sidebar-additional {
  margin-bottom: 64px;
}
.sidebar .block-collapsible-nav .item {
  margin: 0;
}
.catalog-product-view .wk-container {
  width: 100%;
}
.catalog-product-view .wk-oosn-notificationcontainer {
  width: 100%;
}
.catalog-product-view .wk-oosn-emailBox {
  width: 65%;
}
.catalog-product-view .product-info-main form#product_addtocart_form .actions button.wk_qs_quote_button.button.btn-cart.action.primary {
  margin-top: 0;
}
body.catalog-product-view .product-info-main form#product_addtocart_form .box-tocart {
  border: 0;
}
.feature-price.feature-special {
  width: 100% !important;
}
body.catalog-product-view .sidebar .product-items .price-box {
  display: inline-flex !important;
}
.product-info-main .product-info-price .weee {
  display: inline-block;
}
.price-wrapper .sp-price {
  width: 100% !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #F94C43;
}
.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
  margin-bottom: 30px;
}
.marketplace-product-edit .field input[type=radio] {
  vertical-align: -webkit-baseline-middle;
  margin-bottom: 10px;
}
.wk-mp-collection-header-box .wk-mp-collection-seller-title-container span.wk-mp-collection-seller-title.wk-mp-collection-header-css {
  width: auto;
  display: inline-block;
  padding-left: 24px;
  padding-right: 0;
  position: relative;
  top: -65px;
}
.marketplace-seller-collection .products-grid .product-item {
  min-height: 485px;
}
.marketplace-seller-collection .product-item .product-reviews-summary {
  width: 100%;
}
.marketplace-seller-collection .product-reviews-summary .rating-summary {
  text-align: center;
}
.marketplace-seller-collection .wk-mp-collection-container .toolbar select {
  max-width: -webkit-fill-available;
}
.wk-mp-collection-header-box .wk-mp-collection-seller-title-container img.wk-mp-collection-logo {
  width: 145px;
  display: inline-block;
  position: unset;
}
.wk-mp-collection-header-box .wk-mp-collection-seller-title-container {
  width: 50%;
  float: left;
  padding-left: 0;
}
.modal-popup.modal-slide .modal-footer button.button,
.modal-popup.modal-slide .modal-footer button.reset {
  background: #284991;
  border: 0;
  border-radius: 4px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: .1px;
  color: #fff;
  text-transform: uppercase;
}
.modal-popup .modal-header h1 {
  width: 100%;
  border: 0;
}
.catalog-product-view .box-gotoproduct #product-gotoproduct-button {
  height: 43px;
  padding: 12px 20px;
}
body.catalog-category-view .products-grid .info,
body.catalogsearch-result-index .products-grid .info,
body.catalog-category-view .products-list .info,
body.catalogsearch-result-index .products-list .info {
  margin-top: 6px;
}
.contact-index-index .row .col-md-12 p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.contact-index-index .field label.label span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
.contact-index-index .field input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  resize: unset;
}
.contact-index-index .field textarea {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  resize: unset;
}
.contact-index-index h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #212B36;
  font-family: 'Lora', serif;
}
.contact-index-index fieldset.fieldset.row .fields.col-md-6 {
  margin-bottom: 18px;
}
.contact-index-index button.action.submit.primary {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}
.contact-index-index button.action.reload.captcha-reload {
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}
.mpauction-account-autobidding .page-title-wrapper {
  margin-bottom: 0 !important;
}
.mpauction-account-autobidding .data.table td[data-th="Bidding Price"] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}
.mpauction-account-autobidding .data.table .bidder-amount {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}
.mpauction-account-autobidding .table-wrapper tr td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding: 8px 4px;
}
.mpauction-account-autobidding .table-wrapper tr td[data-th="Winning Status"] {
  color: orange;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.mpauction-account-autobidding .table-wrapper tr th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  padding: 8px 4px;
}
.page-header .header.content .minicart-wrapper button.action.primary.checkout {
  background: #284991 !important;
  border-color: #284991;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}
.page-header .header.content .minicart-wrapper button.action.primary.checkout:hover {
  background: #212B81 !important;
}
.page-header .header.content .minicart-wrapper .amount.price-container {
  display: block;
}
.page-header .header.content .minicart-wrapper .amount.price-container span.price-wrapper {
  display: inline-block;
}
.page-header .header.content .minicart-wrapper .amount.price-container span.price-wrapper span.price {
  color: #637381;
  font-weight: 500;
}
.page-header .minicart-wrapper .block-minicart li {
  margin-bottom: 10px;
}
.page-header .minicart-items-wrapper {
  max-height: 275px;
}
.page-header .minicart-items .product-item-details {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.page-header .minicart-items .product-item-details .price-container {
  display: inline-block;
}
.page-header .minicart-items .product-item-details strong.product-item-name a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.page-header .minicart-items .product-item-details .product.actions a span {
  font-size: 0;
}
.page-header .minicart-items .product-item-details span.minicart-price span.price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration-line: line-through;
  color: #637381;
}
.page-header .minicart-items .product-item-details .details-qty.qty input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #284991 !important;
}
.page-header.header-newskin .minicart-wrapper .block-minicart {
  padding-bottom: 10px;
}
button.action-secondary.action-dismiss,
button.action-primary.action-accept {
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #284991;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  border: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #212B36;
  text-transform: capitalize;
  font-weight: normal;
  padding-top: 10px;
  font-family: 'Inter' !important;
  text-decoration: underline;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  margin-top: 15px;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  background-color: #284991 !important;
  border-radius: 4px;
}
header.page-header .header.content .block.block-search .actions button.action.search {
  border-color: #284991;
}
header.page-header .nav-sections-item-content {
  animation: cssAnimation 0s 10s forwards;
}
/* category description  design */
span.short_desc_a {
  font-size: 14px;
  letter-spacing: 0.005em;
  color: #2b2b2d;
  font-weight: 400;
  padding-left: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.category-description {
  margin-bottom: 40px;
}
span.more_desc_a {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.005em;
  color: #2b2b2d;
  font-weight: 400;
  padding-left: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 10px;
}
/*Blog design start*/
.amblog-element-block .amblog-item,
.amblog-element-block .amblog-categories.-level1 > .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category {
  padding-left: 15px;
}
.amblog-element-block .amblog-title,
.amblog-main-content .amblog-search .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-index-post .amblog-element-block .amblog-title,
.amblog-index-index .amblog-element-block .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-index-post .amblog-post-container .amblog-widget-container .amblog-title,
.amblog-index-index .amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  color: #08c;
}
.amblog-element-block .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  color: #0088cc;
  font-weight: 700;
  font-size: 14px;
}
.amblog-index-post .amblog-post-container .amblog-content h2.amblog-title,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content h2.amblog-title {
  display: none;
}
.amblog-index-post .amblog-form-search .amblog-btn:hover,
.amblog-index-post .amblog-form-search .amblog-btn {
  background: #2575ac;
}
.amblog-index-index .amblog-form-search .amblog-btn:hover,
.amblog-index-index .amblog-form-search .amblog-btn {
  background: #2575ac;
}
.amblog-element-block,
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
}
.amblog-main-content .amblog-search .amblog-title {
  color: #0088cc;
  font-weight: 700;
  font-size: 14px;
}
.amblog-form-search .amblog-btn {
  height: 48px;
  background-color: #0088CC;
  border-color: #0088CC;
  border-radius: inherit;
  font-family: "Oswald";
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-form-search .amblog-btn:hover {
  background: #0088CC;
}
.amblog-index-post .amblog-wrapper {
  display: none;
}
.amblog-index-index .page-title-wrapper h1.page-title span,
.amblog-index-post .page-title-wrapper h1.page-title span {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 24px;
}
.amblog-index-index h2,
.amblog-index-post h2 {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 16px;
  margin: 4px 0;
}
.amblog-index-index h3,
.amblog-index-post h3 {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 16px;
  margin: 4px 0;
}
.amblog-index-index .amblog-post-container .amblog-content > p,
.amblog-index-post .amblog-post-container .amblog-content > p,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content > p,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  margin-bottom: 2px;
}
.amblog-index-index .amblog-social-container,
.amblog-index-post .amblog-social-container {
  padding-left: 0;
}
.amblog-index-index .amblog-post-container,
.amblog-index-post .amblog-post-container,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item {
  border: none;
}
.amblog-index-index .breadcrumbs li,
.amblog-index-post .breadcrumbs li {
  margin-bottom: 0;
  line-height: 32px;
}
.amblog-index-index .breadcrumbs li strong,
.amblog-index-post .breadcrumbs li strong {
  padding: 0;
  font-weight: normal;
}
.amblog-index-index .breadcrumbs li a,
.amblog-index-post .breadcrumbs li a {
  line-height: 25px;
}
.amblog-index-index .amblog-post-container,
.amblog-index-post .amblog-post-container,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item {
  border: none;
}
.amblog-index-index .amblog-post-container .amblog-tags,
.amblog-index-post .amblog-post-container .amblog-tags,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-tags,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  display: none;
  margin: 0;
}
.amblog-index-index .amblog-post-container .amblog-content,
.amblog-index-post .amblog-post-container .amblog-content,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 0;
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  color: #777777;
}
.amblog-index-index .amblog-post-container .amblog-content a.amblog-headline,
.amblog-index-post .amblog-post-container .amblog-content a.amblog-headline,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 20px;
}
.amblog-index-index .amblog-post-container .amblog-content a.amblog-headline:hover,
.amblog-index-post .amblog-post-container .amblog-content a.amblog-headline:hover,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline:hover,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline:hover {
  text-decoration: none;
}
.amblog-index-index .amblog-post-container .amblog-content h2.amblog-title,
.amblog-index-post .amblog-post-container .amblog-content h2.amblog-title,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content h2.amblog-title,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content h2.amblog-title {
  margin-bottom: 0;
}
.amblog-index-index .amblog-post-container .amblog-content .amblog-shot,
.amblog-index-post .amblog-post-container .amblog-content .amblog-shot,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-shot,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-shot {
  margin: 6px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  color: #777777;
}
.amblog-index-index .amblog-post-container .amblog-content .amblog-bottom,
.amblog-index-post .amblog-post-container .amblog-content .amblog-bottom,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-bottom,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-bottom {
  display: none;
}
.amblog-index-index .amblog-post-container .amblog-features,
.amblog-index-post .amblog-post-container .amblog-features,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-features,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: none;
}
.amblog-index-index .amblog-post-container .amblog-footer,
.amblog-index-post .amblog-post-container .amblog-footer,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer {
  padding: 12px 0 0;
  text-align: right;
  float: right;
  display: inline-block;
}
.amblog-index-index .amblog-post-container .amblog-footer .amblog-more,
.amblog-index-post .amblog-post-container .amblog-footer .amblog-more,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more {
  float: right;
  display: inline-block;
}
.amblog-index-index .amblog-post-container .amblog-footer .amblog-more a,
.amblog-index-post .amblog-post-container .amblog-footer .amblog-more a,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a {
  font-family: 'Oswald';
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #0088cc;
  text-decoration: underline;
}
.amblog-index-index .amblog-post-container .amblog-footer .amblog-more a span.amblog-arrow,
.amblog-index-post .amblog-post-container .amblog-footer .amblog-more a span.amblog-arrow,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a span.amblog-arrow,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a span.amblog-arrow {
  display: none;
}
/*Blog listing page end*/
.abs-reset-list,
.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,
.block-wishlist-management .wishlist-select-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,
.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,
.block-wishlist-management .wishlist-select-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,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .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,
.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,
.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,
.gift-options .actions-toolbar .action-cancel,
.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,
.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,
.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,
.gift-options .actions-toolbar .action-cancel: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,
.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,
.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,
.gift-options .actions-toolbar .action-cancel: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,
.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,
.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,
.gift-options .actions-toolbar .action-cancel: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,
.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,
.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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel: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,
.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,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.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),
.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),
.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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel: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,
.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,
.multicheckout .action.primary {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 9px 4.5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .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,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-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,
.block-giftregistry-shared-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 .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: unset;
  text-align: center;
}
.abs-dropdown-simple ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.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-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.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,
.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,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-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,
.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,
.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,
.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,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar: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,
.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,
.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,
.customer-review .product-details:after,
.form-create-return .actions-toolbar: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.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.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: unset;
  text-align: center;
}
.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: unset;
  text-align: center;
}
.abs-methods-shipping-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto,
.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,
.wishlist.split.button > .action.split,
.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,
.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,
.wishlist.split.button > .action.split: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,
.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,
.wishlist.split.button > .action.split: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,
.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,
.wishlist.split.button > .action.split: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,
.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,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .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,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .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,
.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,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .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,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .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,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .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,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .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,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label: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 {
  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,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.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,
.no-display,
.cart-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,
.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,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .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 {
  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 {
  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 {
  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 {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
  padding-right: 9px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp {
  margin-bottom: 9px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-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 {
  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 {
  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 {
  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 {
  -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 {
  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 {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-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;
}
@media screen and (max-width: 767px) {
  .mpauction-account-autobidding .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .mpauction-account-autobidding .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    color: #212B36 !important;
  }
  .mpauction-account-autobidding .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .mpauction-account-autobidding .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding-left: 0 !important;
  }
}
body.catalog-category-view .products-list .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 1142px) {
  body.catalog-category-view .products-list .product-item-info .product-item-photo.product-image-list {
    width: 24%;
  }
  body.catalog-category-view .products-list .product-item-info .product-item-photo.product-image-list .weltpixel-quickview {
    display: none !important;
  }
}
body.catalog-category-view .category-view .category-description {
  display: none;
}
body.catalog-category-view .toolbar.toolbar-products .pages a.page {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
body.catalog-category-view .toolbar.toolbar-products .pages a.action.previous:before {
  border: none;
}
@media (min-width: 768px) {
  body.catalog-category-view .products.wrapper.grid.columns4.products-grid .actions-primary.quote_button {
    margin-top: 6px;
  }
}
fieldset.fieldset.create.info .rawForm.rawthree label.yes-no-label {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .checkout-index-index .opc-wrapper fieldset.field.street.admin__control-fields.required .field.additional:nth-child(2) {
    margin-left: -20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .checkout-index-index .opc-wrapper fieldset.field.street.admin__control-fields.required .field.additional .control {
    width: 107%;
  }
}
.checkout-index-index .control._with-tooltip .field-tooltip.toggle {
  margin: 5px 10px 0 0;
}
@media (min-width: 768px) and (max-width: 1300px) {
  body.checkout-index-index input {
    width: 100% !important;
  }
  body.checkout-index-index select {
    width: 100% !important;
  }
}
#fashion-category-banner-second-newRequest.owl-carousel {
  display: block;
}
#fashion-category-banner-second-newRequest.owl-carousel .item {
  max-width: 208px;
}
#fashion-category-banner-second-newRequest.owl-carousel .item a.shop-now {
  text-align: left;
}
.homepage-featured-product .feature-product #fashion-category-banner-second-new {
  opacity: 1;
}
.homepage-featured-product .feature-product #fashion-category-banner-second-new .item {
  max-width: 184px;
  float: left;
}
.homepage-featured-product .feature-product #fashion-category-banner-second-new .item a.shop-now {
  text-align: left;
}
.homepage-featured-product .feature-product #fashion-category-banner-second-new .item a.shop-now img {
  width: 100%;
}
.amblog-index-index .amblog-post-container,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item {
  padding: 20px;
  padding-bottom: 60px;
}
.amblog-index-index .amblog-post-container .amblog-read,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-read {
  margin-top: -10px;
}
.cms-privacy-policy .page-footer ul.links {
  padding-left: 0;
}
.cms-buy-bidding-and-buying-help .page-footer ul.links {
  padding-left: 0;
}
.cms-listing-picture-guideline-and-instructions .page-footer ul.links {
  padding-left: 0;
}
.cms-list-type-details-and-guideline .page-footer ul.links {
  padding-left: 0;
}
.cms-returns-information-and-guidelines .page-footer ul.links {
  padding-left: 0;
}
body.catalog-product-view .product.media .fotorama__stage {
  height: 435px !important;
}
body.catalog-product-view .product-info-main #mp-wk-block {
  margin-top: 0px !important;
}
body.catalog-product-view .product-info-main #mp-wk-block .wk-seller-card-container {
  display: inline-block;
  width: 50%;
}
@media (max-width: 768px) {
  body.catalog-product-view .product-info-main #mp-wk-block .wk-seller-card-container {
    width: 100%;
    margin-top: 0;
  }
}
body.catalog-product-view .product-info-main #mp-wk-block .seller-contactus {
  margin-top: 20px;
  float: right;
}
@media (max-width: 768px) {
  body.catalog-product-view .product-info-main #mp-wk-block .seller-contactus {
    margin-top: 0px;
    margin-bottom: 30px;
    float: none;
  }
}
body.catalog-product-view .product-info-main #mp-wk-block .seller-contactus .ask_que a#askque1 {
  background: 0 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: .1px;
  color: #284991;
  text-transform: uppercase;
  padding: 0;
}
@media (max-width: 768px) {
  body.catalog-product-view .product.data.items .item.title.active .switch {
    padding-top: 0;
  }
}
.ask-que,
#askque {
  margin-bottom: 0 !important;
}
.box-tocart a#editProduct {
  margin-left: 0;
}
.marketplace-seller-profile .page-main .wk-mp-seller-profile-box {
  line-height: 67px;
}
.marketplace-seller-profile .page-main .wk-mp-seller-profile-box:first-child {
  padding-left: 0;
}
.marketplace-seller-profile .page-main .wk-mp-seller-profile-box:nth-last-child(2) {
  padding-left: 0;
}
.marketplace-seller-profile .page-main .wk-mp-seller-profile-box a.askque {
  background-color: #284991;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 400;
}
.marketplace-seller-profile .page-main .wk-mp-seller-profile-box a.askque:hover {
  background: #212B81;
}
.marketplace-seller-profile .wk-mp-left-seller-content .description {
  font-size: 16px;
  margin-bottom: 5px;
}
.marketplace-seller-profile .wk-mp-loc-rating-container {
  align-items: center;
  margin-bottom: 6px;
}
.marketplace-seller-profile .wk-mp-loc-rating-container .store-name:before {
  position: relative;
  top: 2px;
}
.marketplace-seller-profile .wk-mp-header-container {
  width: 100%;
}
.marketplace-seller-profile .wk-mp-header-container .wk-mp-header-container-left {
  margin-left: 0;
  text-align: justify;
}
.marketplace-seller-profile main#maincontent {
  width: 100%;
  max-width: 1254px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 20px;
}
.marketplace-seller-profile .product.info.detailed.wk-supplier-tabs {
  width: 100%;
}
.marketplace-seller-profile.page-layout-1column .filter-options-content li.item {
  width: 100%;
  height: 45px;
  align-items: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
.marketplace-seller-profile.page-layout-1column .filter-options-content li.item a {
  padding-left: 0;
}
.marketplace-seller-profile .filter-options-item.active .filter-options-content {
  padding: 9px 0px;
  width: 100%;
  margin-left: -7px;
}
.marketplace-seller-profile strong.product.name.product-item-name {
  min-height: unset;
  margin: 0;
}
.marketplace-seller-profile strong.product.name.product-item-name a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36 !important;
}
.marketplace-seller-profile .products-list .product-item-details .actions-primary {
  margin-bottom: 10px;
}
.marketplace-seller-profile .price-box.price-final_price {
  margin-bottom: 4px;
  line-height: 20px;
  margin-top: 0;
}
.marketplace-seller-profile .product.details.product-item-details {
  padding-bottom: 0;
}
.marketplace-seller-profile .actions-secondary a.action {
  margin: 0;
  border: none;
}
.marketplace-seller-profile .block.block-account {
  margin: 0;
}
.marketplace-seller-profile .toolbar.toolbar-products {
  position: relative;
}
.marketplace-seller-profile .toolbar-sorter.sorter {
  float: right;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile .toolbar-sorter.sorter {
    width: auto;
  }
}
.marketplace-seller-profile .toolbar-sorter.sorter select#sorter {
  margin-top: 6px;
  background-color: #fff;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 200px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.marketplace-seller-profile .toolbar .modes {
  float: left;
  margin-left: 49px;
  margin-right: 40px;
}
.marketplace-seller-profile .page-layout-1column .products ~ .toolbar-products {
  display: none;
}
.marketplace-seller-profile .page-products .toolbar .limiter {
  margin-left: 105px;
  float: left;
}
.marketplace-seller-profile .page-products .toolbar .limiter .limiter-text {
  display: unset;
  position: absolute;
  left: 210px;
  top: 10px;
}
.marketplace-seller-profile .page-products .toolbar .limiter .label {
  position: absolute;
  left: 0;
  top: 10px;
}
.marketplace-seller-profile .page-products .toolbar .limiter select#limiter {
  margin-top: 6px;
  background-color: #fff;
  border: 1px solid #cccccc;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.marketplace-seller-profile .wk-mp-collection-container {
  width: 100%;
  margin: 0;
  padding-top: 10px;
}
.marketplace-seller-profile div#marketplace_sellercollection {
  padding-top: 20px;
}
.marketplace-seller-profile .block-title.wk-mp-float-left {
  position: relative;
  left: 0;
  margin-bottom: 30px;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid {
  padding-top: 25px;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid .product.details.product-item-details {
  text-align: left;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid .actions-secondary a.action {
  margin: 0;
  border: none;
  margin-left: 0;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid .product-item-details .product-item-actions .actions-primary {
  margin: 5px 0;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid .product-item-details .product-item-actions .actions-secondary {
  margin-left: 10px;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid .product-item-details .product-item-actions .actions-secondary a.action.tocompare::before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/Compare.svg);
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid li.item.product.product-item {
  min-height: 475px;
}
.marketplace-seller-profile .products.wrapper.grid.products-grid li.item.product.product-item:hover .product-item-inner {
  display: inline-block !important;
}
.marketplace-seller-profile .products.wrapper .product-item-details .product-item-actions .actions-secondary a.action.tocompare::before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/Compare.svg);
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.marketplace-seller-profile .filter-options-item {
  margin-top: 3px;
  margin-bottom: 0;
}
.marketplace-seller-profile .wk-mp-collection-left {
  width: 20%;
}
.marketplace-seller-profile .wk-mp-collection-right {
  width: 78%;
}
.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner {
  display: none;
}
.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary {
  max-width: 126px;
  background: #284991;
}
.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary span {
  color: #fff !important;
  border: none;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item strong.page {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item span {
  border: none;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item a.page {
  text-decoration: none;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
  padding: 10px 4px;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item.pages-item-next a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item.pages-item-next a:before {
  border: none;
  margin: 0;
  padding: 0px 17px;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item a.action.previous {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
}
.marketplace-seller-profile .pages ul.items.pages-items li.item a.action.previous:before {
  border: none;
}
@media (max-width: 768px) {
  .marketplace-seller-profile .wk-mp-collection-left .filter-title strong {
    position: fixed;
    top: 17%;
    background: #284991;
    border: none !important;
    border-radius: unset;
    z-index: 5;
  }
  .marketplace-seller-profile .wk-mp-collection-left .filter-title strong::before {
    color: #fff;
  }
  .marketplace-seller-profile .wk-mp-collection-left .filter .filter-subtitle {
    display: none;
  }
  .marketplace-seller-profile .wk-mp-collection-right {
    width: 100%;
  }
  .marketplace-seller-profile .wk-mp-collection-right .block-title.wk-mp-float-left {
    position: relative;
    margin-bottom: 0;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-collection-container {
    padding: 0;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item.product-item {
    width: 100%;
    min-height: auto;
    padding-bottom: 10px;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item.product-item .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item.product-item .product-item-info .product-item-details .product-item-name {
    min-height: unset;
    margin-bottom: 10px;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item.product-item .product-item-inner {
    display: inline-block;
  }
  .marketplace-seller-profile div#marketplace_sellercollection {
    padding: 0 0 20px 0;
  }
  .marketplace-seller-profile .toolbar-sorter.sorter select#sorter {
    float: right;
    width: 160px;
    margin: 0;
  }
  .marketplace-seller-profile .toolbar-sorter .sorter-action:before {
    display: none;
  }
  .marketplace-seller-profile .toolbar .modes {
    margin: 0;
  }
  .marketplace-seller-profile label.sorter-label {
    display: none;
  }
}
div#rawfour div#seller-shop-field-wrapper {
  display: none !important;
}
/*seller panel style*/
.marketplace-seller-collection.page-layout-2columns-left .page-main,
.marketplace-seller-profile.page-layout-2columns-left .page-main,
.marketplace-seller-collection.page-layout-1column .page-main,
.marketplace-seller-profile.page-layout-1column .page-main {
  width: 100%;
  max-width: 1254px;
  padding: 0 15px;
  margin: 0 auto;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main {
  width: 100%;
  margin-top: 30px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-collection-container,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-collection-container,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-collection-container,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-collection-container {
  width: 100%;
  display: flex;
  margin: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .product-item .product-reviews-summary,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .product-item .product-reviews-summary,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .product-item .product-reviews-summary,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .product-item .product-reviews-summary {
  text-align: left;
  width: 100%;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .product-item .product-reviews-summary .reviews-actions,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .product-item .product-reviews-summary .reviews-actions,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .product-item .product-reviews-summary .reviews-actions,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .product-item .product-reviews-summary .reviews-actions {
  display: block;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main ol.products.list.items.product-items,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main ol.products.list.items.product-items,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main ol.products.list.items.product-items,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main ol.products.list.items.product-items {
  padding-top: 20px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container {
  width: 100%;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left {
  margin: 20px 0;
  margin-left: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content span.wk-mp-collection-seller-title.wk-mp-collection-header-css a,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content span.wk-mp-collection-seller-title.wk-mp-collection-header-css a,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content span.wk-mp-collection-seller-title.wk-mp-collection-header-css a,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content span.wk-mp-collection-seller-title.wk-mp-collection-header-css a {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora', serif;
  margin: 8px 0;
  display: block;
  text-align: left;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .description,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .description,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .description,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .description {
  margin-bottom: 18px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location {
  padding-left: 29px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .wk-mp-collection-location::before {
  height: 20px;
  width: 20px;
  top: -6px;
  font-size: 28px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .store-name::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .store-name::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .store-name::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-loc-rating-container .store-name::before {
  font-size: 18px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box {
  padding: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque {
  border-color: unset;
  background: #284991;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque:hover,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque:hover,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque:hover,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-mp-header-container-left .wk-mp-left-seller-content .wk-mp-seller-profile-box a.askque:hover {
  background: #212B81;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design {
  clear: both;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container {
    flex-wrap: wrap;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left {
  width: 240px;
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left {
    width: 100%;
    padding-right: 0;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item {
  padding-bottom: 0;
  margin-bottom: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title {
  padding: 13px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title::after,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title::after,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title::after,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-title::after {
  right: 0;
  top: 14px;
  content: '\f803';
  font-family: 'porto-icons';
  border: none;
  color: #21293c;
  font-size: 17px;
  margin-top: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content {
  padding: 0;
  border: unset;
  border-bottom: unset;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items {
  margin: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item {
  margin: 0;
  padding: 6px 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  height: auto;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item {
    font-size: 12px;
    line-height: 16px;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item a,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item a,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item a,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item a {
  color: #212B36 !important;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:last-child,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:last-child,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:last-child,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:last-child {
  padding-bottom: 26px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:hover,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:hover,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:hover,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content .items .item:hover {
  background: unset;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right {
  margin: 0;
  width: -webkit-calc(100% - 288px);
  width: -moz-calc(100%  - 288px);
  width: calc(100%  - 288px);
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right {
    width: 100%;
    padding-right: 0;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid + .toolbar.toolbar-products,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid + .toolbar.toolbar-products,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid + .toolbar.toolbar-products,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid + .toolbar.toolbar-products,
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list + .toolbar.toolbar-products,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list + .toolbar.toolbar-products,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list + .toolbar.toolbar-products,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list + .toolbar.toolbar-products {
  display: none;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .block-title h4,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .block-title h4,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .block-title h4,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .block-title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora', serif;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-image-wrapper .product-image-photo,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-image-wrapper .product-image-photo,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-image-wrapper .product-image-photo,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-image-wrapper .product-image-photo {
    height: auto !important;
    width: auto !important;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details {
  display: flex;
  float: unset;
  flex-wrap: wrap;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36 !important;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name {
    order: 0;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name a,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name a,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name a,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-name a {
  color: #212B36 !important;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .price,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .price,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .price,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .price {
  font-weight: 400;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .special-price .price,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .special-price .price,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .special-price .price,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .special-price .price {
  color: #F94C43;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .old-price .price,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .old-price .price,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .old-price .price,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box .old-price .price {
  color: #637381;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .price-box {
  width: 100%;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product.actions.product-item-actions,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product.actions.product-item-actions,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product.actions.product-item-actions,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product.actions.product-item-actions {
  display: flex;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product-item-description a,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product-item-description a,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product-item-description a,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-list .product-item .product-item-details .product-item-inner .product-item-description a {
  text-transform: uppercase;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100%  / 4);
  width: calc(100%  / 4);
  float: left !important;
  padding: 0 12px;
  margin-bottom: 24px;
  min-height: 435px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item {
    min-height: 365px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100%  / 3);
    width: calc(100%  / 3);
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item {
    width: 100%;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details {
  min-height: unset;
  max-height: unset;
  padding: 9px 0;
  display: flex;
  flex-wrap: wrap;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
  min-height: unset;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name {
    order: 0;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name a,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name a,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name a,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .product-item-name a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36 !important;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box {
  margin: 8px 0 13px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .price,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .price,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .price,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .price {
  font-weight: 400;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .special-price .price,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .special-price .price,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .special-price .price,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .special-price .price {
  color: #F94C43;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .old-price .price,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .old-price .price,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .old-price .price,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-details .price-box .old-price .price {
  color: #637381;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner {
  margin: 0;
  width: 100%;
  text-align: left;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions {
  display: none;
}
@media screen and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions {
    display: flex;
    text-align: left;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary {
  margin: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart {
  border: unset !important;
  border-color: unset !important;
  background: #284991 !important;
  border-radius: 4px !important;
  width: 128px !important;
  height: 40px !important;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-primary .tocart::before {
  display: none;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary {
  display: flex;
  padding-left: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary {
    display: flex;
    padding-left: 8px;
    justify-content: end;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  border-color: unset;
  border: unset;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item .product-item-inner .product-item-actions .actions-secondary .action.tocompare::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0;
  background: url(../../frontend/Smartwave/porto/en_US/images/Compare.svg);
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info {
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-info {
    padding: 0;
    box-shadow: unset;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-inner .product-item-actions,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-inner .product-item-actions,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-inner .product-item-actions,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .products-grid .product-item:hover .product-item-inner .product-item-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter {
    position: unset;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter .sort-asc,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter .sort-asc,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter .sort-asc,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-right .toolbar-sorter .sort-asc {
  display: none;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes {
  float: left;
  margin-left: 59px;
  margin-right: 40px;
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes {
    margin: 0;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes a,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes a,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes a,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes a {
  text-decoration: none;
  border: 1px solid #CCCCCC;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes a#mode-list,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes a#mode-list,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes a#mode-list,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes a#mode-list {
  float: right;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes a#mode-grid,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes a#mode-grid,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes a#mode-grid,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes a#mode-grid {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-list::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-list::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes-mode.mode-list::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes-mode.mode-list::before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/list.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 2px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-list.active::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-list.active::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes-mode.mode-list.active::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes-mode.mode-list.active::before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/list-active.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-grid::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-grid::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes-mode.mode-grid::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes-mode.mode-grid::before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/grid.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 2px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-grid.active::before,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .modes-mode.mode-grid.active::before,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .modes-mode.mode-grid.active::before,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .modes-mode.mode-grid.active::before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/grid-active.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .limiter,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter {
  display: block;
  position: relative;
  margin-left: 105px;
}
@media screen and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .limiter,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .limiter,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter {
    display: none;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .label,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .label,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .limiter .label,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter .label {
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  position: absolute;
  left: -262%;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .label,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .label,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .limiter .label,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter .label {
    display: none;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .limiter-text,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .limiter-text,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .limiter .limiter-text,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter .limiter-text {
  display: inline-block;
  position: absolute;
  left: -55px;
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  top: 9px;
}
@media screen and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .limiter-text,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .limiter .limiter-text,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .limiter .limiter-text,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter .limiter-text {
    display: none;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .toolbar .modes-mode,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .toolbar .modes-mode,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .toolbar .modes-mode,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .modes-mode {
  border: 1px solid #CCCCCC;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0;
  border-radius: 4px;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main select#limiter,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main select#limiter,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main select#limiter,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main select#limiter {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 80px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  padding-right: 30px;
  text-align: center;
  background: #ffffff url(../../frontend/Smartwave/porto/en_US/images/chevron-down.svg) no-repeat 98% 48%;
  box-shadow: unset;
  margin-top: 0;
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .sorter-label,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .sorter-label,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .sorter-label,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .sorter-label {
  margin-bottom: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
@media screen and (max-width: 1024px) {
  .marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main .sorter-label,
  .marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main .sorter-label,
  .marketplace-seller-collection.page-layout-1column .page-main .columns .column.main .sorter-label,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .sorter-label {
    display: none;
  }
}
.marketplace-seller-collection.page-layout-2columns-left .page-main .columns .column.main select#sorter,
.marketplace-seller-profile.page-layout-2columns-left .page-main .columns .column.main select#sorter,
.marketplace-seller-collection.page-layout-1column .page-main .columns .column.main select#sorter,
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main select#sorter {
  width: 200px;
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  background: #ffffff url(../../frontend/Smartwave/porto/en_US/images/chevron-down.svg) no-repeat 98% 48%;
  box-shadow: unset;
  margin-top: 0;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item {
  padding: 0;
  margin-top: 0;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item.active {
  margin-left: 0;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item.active::before {
  display: none;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item.active::after {
  display: none;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter-options-item .filter-options-content {
  position: unset;
  box-shadow: unset;
  margin: 0;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter .block-subtitle {
  display: none;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter.active .block-subtitle {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk_mp_design .wk-mp-collection-container .wk-mp-collection-left .filter.active .block-subtitle {
    display: block;
  }
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter .label {
  left: -325%;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .toolbar .limiter .limiter-text {
  left: -65px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary::before {
  display: none;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .products-list .product-item-details .actions-primary {
  margin-right: 16px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .wk-mp-rating-progress-color-bar {
  width: 100% !important;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer button:not(.primary) {
  line-height: 16px;
  height: auto;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .average-star-ratings-block .rating-star {
  width: 100px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .box-reviews p.loginmsg button {
  padding: 10px 15px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .wk-seller-rating-right-container {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .wk-seller-rating-right-container {
    padding-left: 0;
  }
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .wk-seller-rating-right-container span.wk-mp-rating-customer-name {
    font-size: 18px;
  }
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .rating-section {
  margin: 0 auto 20px auto;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-rating-contaainer .wk-mp-rating-icon::before {
  line-height: 20px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content {
  flex-wrap: wrap;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container {
  text-align: left;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container {
    width: 100%;
    border-right: 0;
  }
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .descrition-heading {
    font-size: 22px;
  }
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .descrition-heading {
  margin-bottom: 20px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .wk-order-count {
  margin-bottom: 20px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .wk-order-count .wk-mp--count-txt.order-count {
  padding-left: 30px;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .wk-order-count .wk-mp--count-txt.order-count::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .wk-order-count div {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .wk-review-count {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-left-container .wk-review-count div {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .description-tab-content .description-right-container {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer {
  border-right: 0;
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer .wk-mp-collection-container {
  flex-wrap: wrap;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer .wk-mp-collection-container {
    padding-right: 0;
  }
}
.marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer .wk-mp-collection-container small {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer .wk-seller-contact-right-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer .wk-seller-contact-right-container .form-class-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer .wk-seller-contact-right-container .form-class-container .modal-body,
  .marketplace-seller-profile.page-layout-1column .page-main .columns .column.main .wk-seller-contact-contaainer .wk-seller-contact-right-container .form-class-container .modal-footer {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wk-mp-header-container-right img.wk-mp-banner-image {
    width: 100%;
    height: 100%;
  }
  .marketplace-seller-collection .page-main .columns .column.main select#limiter,
  .marketplace-seller-profile .page-main .columns .column.main select#limiter {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .marketplace-seller-collection .wk_mp_design .block-account,
  .marketplace-seller-profile .wk_mp_design .block-account {
    top: -3px;
  }
  .marketplace-seller-collection .wk-mp-collection-left .filter-title strong,
  .marketplace-seller-profile .wk-mp-collection-left .filter-title strong {
    color: transparent !important;
    position: fixed;
    top: 22%;
    left: -1px;
    width: 51px;
    height: 47px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 26px;
    z-index: 9;
  }
  .marketplace-seller-collection .wk-mp-collection-left .filter-title strong::before,
  .marketplace-seller-profile .wk-mp-collection-left .filter-title strong::before {
    color: #ffffff;
  }
  .marketplace-seller-collection .wk-mp-collection-left .filter.active .filter-title strong,
  .marketplace-seller-profile .wk-mp-collection-left .filter.active .filter-title strong {
    top: 0px;
  }
  .marketplace-seller-collection .store-name,
  .marketplace-seller-profile .store-name {
    text-transform: capitalize;
    position: relative;
    font-size: 14px;
    color: #7a7d7d;
    line-height: initial;
  }
  .marketplace-seller-collection .wk-mp-collection-left .filter.active .filter-subtitle,
  .marketplace-seller-profile .wk-mp-collection-left .filter.active .filter-subtitle {
    z-index: 8;
    padding: 8px 10px !important;
    margin-top: 0 !important;
  }
  .marketplace-seller-collection .wk-mp-collection-left .filter.active .filter-options,
  .marketplace-seller-profile .wk-mp-collection-left .filter.active .filter-options {
    top: 46px;
  }
  .marketplace-seller-collection span.product-image-wrapper,
  .marketplace-seller-profile span.product-image-wrapper {
    padding-bottom: 85% !important;
  }
  .marketplace-seller-collection .price-box,
  .marketplace-seller-profile .price-box {
    text-align: left;
  }
  .marketplace-seller-collection .products-grid .product-item-details .product-item-actions,
  .marketplace-seller-profile .products-grid .product-item-details .product-item-actions {
    text-align: left;
  }
  .marketplace-seller-profile .column.main {
    overflow: hidden;
  }
  .marketplace-seller-profile .filter.active .filter-title {
    background-color: #284991 !important;
  }
  .marketplace-seller-profile .filter.active .filter-options {
    padding: 10px !important;
  }
  .marketplace-seller-profile .products-list .product-item-photo {
    width: 24%;
    display: block;
    float: left;
    height: auto;
    max-width: 216px;
  }
  .marketplace-seller-profile .products-list .product-item-details {
    position: relative;
    display: flex;
    width: 76%;
    padding: 0 0 0px 24px;
    float: left;
    flex-wrap: wrap;
  }
  .marketplace-seller-profile .block-title.wk-mp-float-left {
    margin: 20px 0;
  }
  .marketplace-seller-profile .wk-mp-collection-container {
    padding: 0;
  }
  .marketplace-seller-profile .wk-mp-collection-container .toolbar-products {
    margin-top: 20px;
  }
  .marketplace-seller-profile span.product-image-wrapper {
    padding-bottom: 0;
  }
  .marketplace-seller-profile .block-title.wk-mp-float-left {
    left: 0 !important;
  }
  .marketplace-seller-profile .product.data.items > .item.title > .switch:visited {
    color: #333;
  }
}
body.catalog-category-view .products-grid .product-item:hover .product-item-info .product-item-details .product-item-actions .tocart {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.catalog-category-view .products-grid .product-item-details .product-item-actions button.action.tocart.primary {
    margin-left: 0px !important;
    margin-top: 8px;
  }
}
body.catalog-category-view .main .products-list .product-item .product.actions.product-item-actions form {
  float: left;
  margin-right: 8px;
}
@media (max-width: 767px) {
  body.catalog-category-view .main .products-list .product-item .product.actions.product-item-actions form {
    float: unset;
    margin-bottom: 8px;
    margin-right: 0px;
  }
}
.auction-product {
  padding-bottom: 0 !important;
}
.auction-high-bider span.bidder-bid {
  color: #212B36 !important;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Smartwave/porto/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/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Smartwave/porto/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/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Smartwave/porto/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/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Smartwave/porto/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 {
  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: unset;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation .parent .level-top {
    position: relative;
    color: #777;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
    -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: unset;
    text-align: center;
  }
  .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%;
    overflow: hidden;
    animation: cssAnimation 0s 10s forwards;
    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;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
    padding: 13px 36px 13px 15px;
  }
  .page-header.type16 .navigation li.level0 {
    line-height: 16px;
    font-size: 16px;
    border-top: 1px solid #dddddd;
    width: 100%;
  }
  .page-header.type16 .navigation li.level0:first-child {
    border-top: 0;
  }
  .page-header.type16 .navigation li.level0 > .level-top {
    font-weight: 400;
    text-transform: uppercase;
    color: #777 !important;
    font-size: 16px;
    width: 100%;
  }
  .page-header.type16 .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: unset;
    text-align: center;
  }
  .page-header.type16 .navigation .parent .level-top.ui-state-active:after {
    content: '\f804';
  }
  .page-header.type16 .navigation li.level0 > a.ui-state-active,
  .page-header.type16 .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .page-header.type16 .navigation li.level0 > a.ui-state-active {
    font-weight: 600;
  }
  .page-header.type16 .navigation .level0.parent > a:after {
    line-height: 20px;
  }
  .page-header.type16 .navigation li.level0 > .level-top {
    font-size: 16px !important;
  }
  .page-header.type16 .navigation li.level0.active,
  .page-header.type16 .navigation li.level0:hover {
    background-color: #eeeeee !important;
  }
}
.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/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/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 {
  -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: unset;
  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/en_US/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Smartwave/porto/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;
}
.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: unset;
  text-align: center;
}
.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 .page {
  width: 26px;
  border-radius: 3px;
}
.pages .action {
  border-radius: 3px;
  padding: 0 8px;
  width: 26px;
}
.pages .item:last-child {
  margin-right: 0;
}
.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: unset;
  text-align: center;
}
.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 .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;
  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;
  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: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: unset;
  text-align: center;
}
.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;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Smartwave/porto/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Smartwave/porto/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Smartwave/porto/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 {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.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 {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  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 {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.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;
  height: 100%;
  min-height: 1px;
  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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.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 {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 4.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 4.5px;
  width: 20px;
}
.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 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.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);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: #ff0000;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11 .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #1979c2;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #ffffff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  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;
}
.amblog-notify-message a {
  color: #0088cc;
}
.amblog-notify-message a:hover {
  color: #0088cc;
}
.amblog-notify-message a:active {
  color: #0088cc;
}
.amblog-notify-message > *: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;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #fafafa;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
  /* stylelint-disable-line */
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover {
  background: none;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #707070;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #707070;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #707070;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #ffffff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #1979c2;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border .1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #ffffff;
}
.amblog-tag:hover {
  background: #1979c2;
}
.amblog-tag:active {
  background: #135d95;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: .5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: .8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-item[data-set='content-author'] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/like.svg");
}
.amblog-plus:hover .amblog-icon {
  background: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/like-hover.svg");
}
.amblog-plus.-voted .amblog-icon {
  background: url("../../frontend/Smartwave/porto/en_US/Amasty_Blog/images/svg/like-active.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #707070;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul li {
  margin: 2rem 0;
}
.mst-search__index ul li:before,
.mst-search__index ul li:after {
  content: '';
  display: table;
}
.mst-search__index ul li:after {
  clear: both;
}
.mst-search__index ul li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul li .mst-search__index-content {
  color: #666666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results {
  height: 100%;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results.__all {
  margin-bottom: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 500;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
  font-weight: 600;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__index.magento_catalog_product {
  border-left: 1px solid transparent;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
  padding: 10px;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 223px;
    width: 223px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index .mst-searchautocomplete__index-title {
    margin-right: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__viewAll {
  white-space: nowrap;
  margin-right: 50px;
  color: #1ba1fc;
  text-decoration: none;
}
.mstInPage__viewAll:hover {
  color: #1ba1fc;
  text-decoration: underline;
}
.mstInPage__indexList {
  display: flex;
  align-items: center;
}
.mstInPage__indexList .mstInPage__indexListList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 8px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .to-cart {
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_category,
.mstInPage__item.magento_cms_page {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.magento_catalog_category .title i,
.mstInPage__item.magento_cms_page .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 350px;
  flex-shrink: 0;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: scroll;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px;
  letter-spacing: .5px;
  cursor: pointer;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 0 28px 10px 28px;
  flex-wrap: wrap;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  font-size: 14px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: .1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketItemList {
  display: block;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketExpand {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M33.17 17.17l-9.17 9.17-9.17-9.17-2.83 2.83 12 12 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketExpand {
  transform: rotate(180deg);
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: -18px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
  margin-top: 30px;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
.mstInPage__slider {
  margin: 10px 42px 20px 35px;
  height: 5px;
  background: #d9d9d9;
}
.mstInPage__slider .ui-slider-range {
  height: 5px;
  position: absolute;
  background: #1ba1fc;
}
.mstInPage__slider .ui-slider-handle {
  height: 24px;
  border-radius: 2px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: -10px;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  cursor: pointer;
}
.mstInPage__sliderFromTo {
  display: flex;
  margin: 0 30px 20px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 768px) {
  .mstInPage__wrapper {
    margin: 15px auto;
    max-width: 1420px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
.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%;
}
.empty-td {
  display: none;
  width: 0;
  padding: 0;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Smartwave/porto/en_US/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Smartwave/porto/en_US/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Smartwave/porto/en_US/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.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;
}
.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/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;
}
.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: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: unset;
  text-align: center;
}
.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 .info,
.products-list .info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}
.products-grid .info p,
.products-list .info p {
  padding: 10px;
}
.weltpixel-quickview-catalog-product-view .box-gotoproduct {
  margin-right: 10px;
  margin-top: 0 !important;
}
.weltpixel-quickview-catalog-product-view .box-gotoproduct #product-gotoproduct-button {
  height: 43px;
  padding: 14px 20px !important;
}
.products-grid.columns4 .product-item.nth-child-2np1,
.products-grid.columns4 .product-item.nth-child-3np1 {
  float: none !important;
}
.products-list .product-item-details .actions-primary {
  margin-right: 5px;
  margin-left: 0 !important;
}
.products-list .product-item-details .actions-primary.quote_button {
  margin-right: 0;
}
.product-item-details .auction-wishlist {
  margin-right: 5px;
}
.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 {
  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 {
  border-left-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item:nth-child(1) .product-item-info,
.products-grid.products.grid.flex-grid .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.products.grid.flex-grid .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 {
  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 {
  border-top-color: transparent;
  padding: 10px 0 50px;
}
.products-grid.products.grid.flex-grid .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 {
  margin-bottom: -30px;
}
.products-grid.products.grid.flex-grid .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 {
  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.products.grid.flex-grid .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 {
  margin-right: -3px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  margin-left: -3px;
}
.column.main .products-grid .product-item {
  float: left;
  clear: right;
}
.column.main .special-price .price {
  margin-right: 5px !important;
}
.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;
  min-height: 65px;
}
.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/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 .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;
}
.products-list .product-item .price-wrapper {
  display: table;
  width: 100%;
}
.products-list .product-item .price-wrapper .feature-price.feature-special {
  width: 50%;
  text-align: right;
  display: table-cell;
  padding-right: 5px;
  padding-left: 0;
}
.products-list .product-item .price-wrapper .sp-price {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 5px;
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.pages .pages-label {
  display: none;
}
.pages a.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: unset;
  text-align: center;
  border: 1px solid #e4e4e4;
  padding: 1px 15px;
  margin: -2px 0 0 0;
}
.pages a.action.previous > span {
  display: none;
}
.pages strong.page span {
  border-color: #302E2A;
  color: #302E2A;
}
.pages .item {
  display: inline-block;
  width: auto;
}
.pages .item > .label {
  display: none;
}
.pages .item span {
  border: 1px solid #e4e4e4;
  padding: 5px 11px;
  text-decoration: none;
}
.pages .item span:hover {
  border-color: #302E2A;
  color: #302E2A;
  text-decoration: none;
}
.pages .item span.label {
  display: none;
}
.pages .item.pages-item-next a:before {
  border: 1px solid #e4e4e4;
  padding: 1px 15px;
  margin: -2px 0 0 0;
}
.pages .item.pages-item-next a span {
  display: none;
}
.pages .action {
  padding: 0;
}
.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;
}
.toolbar .modes-mode {
  border: 1px solid #e4e4e4;
  height: 30px;
  width: 30px;
  text-align: center;
}
.toolbar .modes-mode.active {
  border: 1px solid #e4e4e4;
  height: 36px;
  width: 36px;
  text-align: center;
}
.toolbar .modes-mode span {
  font-size: 0;
}
.toolbar .modes-mode:before {
  font-size: 17px;
  width: 100%;
  text-align: center;
  line-height: 37px;
}
.toolbar .mode-list {
  border: 1px solid #e4e4e4;
  height: 36px;
  width: 36px;
  text-align: center;
}
.toolbar .mode-list:before {
  font-size: 17px;
  width: 100%;
  text-align: center;
  line-height: 37px;
}
#layer-product-list .toolbar .modes {
  margin-top: 0;
}
#layer-product-list .toolbar .modes > a {
  border: 1px solid #e4e4e4;
  height: 36px;
  width: 36px;
  text-align: center;
}
.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 {
  display: inline-block;
  vertical-align: top;
}
.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;
  -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;
  text-align: center;
}
.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;
}
.modes-mode:last-child {
  margin-right: 0;
}
.modes-mode.active,
.modes-mode:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.modes-mode:before {
  display: block;
  -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: unset;
  text-align: center;
}
.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;
}
.catalog-product-view .product-info-main .fieldset > .field.qty {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.catalog-product-view .product-info-main .fieldset > .field.qty .control input {
  text-align: center;
  width: 60px;
  height: 43px;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  width: 266px;
  display: inline-block;
}
.catalog-product-view .product-info-main .qty.field .qty-changer > a {
  height: 43px;
}
.catalog-product-view .product-info-main .qty.field .qty-changer > a:first-child {
  right: 3px;
}
.product-add-form .info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}
.product-add-form .info p {
  padding: 10px;
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  position: relative;
  left: 25%;
  display: inline-block;
  margin-bottom: 12px;
}
.catalog-category-view .page-title-wrapper .page-title span {
  font-weight: 600;
}
.catalog-product-view .wk-seller-block.wk-block.no-display {
  display: table;
  width: auto;
}
.catalog-product-view .wk-seller-block.wk-block.no-display .warp-main-top {
  float: none;
  display: table-cell;
  width: auto;
  vertical-align: top;
}
.catalog-product-view .wk-seller-block.wk-block.no-display .warp-main-top .wrap-block {
  display: table;
  width: auto;
}
.catalog-product-view .wk-seller-block.wk-block.no-display .seller-contactus {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.catalog-product-view .wk-seller-block.wk-block.no-display .seller-contactus .ask_que a {
  background: #ff0000;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  padding: 0 20px;
}
.catalog-product-view .product-info-price .price-wrapper {
  padding-top: 5px;
}
.catalog-product-view .sidebar-filterproducts.custom-block .product-item-details .price-box .price-container {
  display: inline-block;
  width: auto;
}
.catalog-product-view .sidebar-filterproducts.custom-block .product-item-details .price-box .price-container .price-wrapper {
  padding-top: 0;
}
.catalog-product-view .product-info-main button.wk_qs_quote_button.button.btn-cart.action.primary {
  height: 43px;
}
.fotorama__fullscreen .fotorama__fullscreen-icon:before {
  content: "\f819";
  font-size: 34px;
}
.sidebar .product-items .product-item {
  margin: 0 !important;
}
.catalog-category-view .category-description .short_desc h1 {
  font-size: 18px;
  font-weight: 500;
}
.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;
}
.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: 15px;
}
.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/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/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;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-layout-2columns-right .column.main {
    float: none !important;
    display: inline-block !important;
  }
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  display: inline-block;
  float: right;
}
.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: unset;
  text-align: center;
}
.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;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper .page-header.type16 .block-search .label.active + .control input {
    position: static !important;
  }
}
.checkout-cart-index strong#block-shipping-heading {
  color: #ff0000;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .cart-discount {
  width: 65%;
}
.checkout-cart-index .cart-discount .coupon_container .label {
  margin-bottom: 9px;
  display: inline-block;
}
.checkout-cart-index .cart-discount .coupon_entry_field {
  margin-bottom: 12px;
}
.checkout-cart-index .cart-discount .coupon_entry_field .label {
  margin-bottom: 9px;
  display: inline-block;
}
.checkout-cart-index .cart-discount .applied-coupon-block span {
  margin: 0 0 5px;
  display: inline-block;
}
.checkout-cart-index .cart-discount .applied-coupon-block .buttons-set {
  margin-top: 9px;
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-discount form#discount-coupon-form {
  width: 45%;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin-top: 0;
}
.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: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: unset;
  text-align: center;
}
.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;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:after {
  font-size: 18px;
}
.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: 0 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: auto;
}
.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: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: unset;
  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: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: unset;
  text-align: center;
}
.minicart-items .action.delete:before {
  content: '\f81a';
}
.minicart-items .subtitle {
  display: none;
}
.button.requestquote {
  margin-top: 10px;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  font-size: 24px;
}
.checkout-index-index .shipping-information button.action.action-edit {
  color: #fff;
}
.checkout-index-index .shipping-information button.action.action-edit:before {
  color: #fff;
}
.checkout-index-index .cart-discount {
  width: 50.666667% !important;
}
.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 18px;
}
.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: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: unset;
  text-align: center;
}
._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 {
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
  -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: unset;
  text-align: center;
}
.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 .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: unset;
  text-align: center;
}
.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;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 9px;
  -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: unset;
  text-align: center;
}
.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: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: unset;
  text-align: center;
}
.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;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -9px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.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: unset;
  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;
}
.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: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: unset;
  text-align: center;
}
.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;
  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: unset;
  text-align: center;
}
.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;
}
.gift-wrapping-list .no-image:after {
  display: block;
  -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: unset;
  text-align: center;
}
.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: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: unset;
  text-align: center;
}
.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;
}
.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;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 18px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  line-height: normal;
  padding: 4px;
  width: auto;
}
.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: unset;
  text-align: center;
}
.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;
}
.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;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
  -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: unset;
  text-align: center;
}
.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: ")";
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.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: unset;
  text-align: center;
}
.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 {
  margin-right: 5%;
  vertical-align: middle;
}
.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.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: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: unset;
  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.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: block;
}
.block.newsletter .field .control:before {
  position: absolute;
  -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: unset;
  text-align: center;
}
.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;
}
.fotorama-video-container:after {
  background: url(../../frontend/Smartwave/porto/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/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-width: 320px) and (max-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.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 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: unset;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.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;
}
.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;
}
.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;
}
h2.custom-title {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 300 !important;
  line-height: 1.1;
  margin: 0 0 5px;
}
body {
  background-color: #ffffff;
}
.custom-support {
  text-align: center;
}
.cms-index-index .custom-support .slider-section .live-sites-block .item > a.shop-now img {
  width: auto;
}
.modal-content .col-md-8 {
  padding: 0 40px;
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
.modal-content .col-md-8 .fieldset {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.modal-content .col-md-8 .fieldset .fieldset.row {
  display: inline-block;
  width: 100%;
}
.modal-content .col-md-8 .fieldset .fieldset.row .fields {
  width: 100%;
  padding: 0 0 0 17px;
}
.modal-content .col-md-8 .actions-toolbar {
  margin: 10px 0 0 17px;
}
.search-magpopup {
  position: absolute;
  z-index: 999;
  top: 0px;
  border: 1px solid #ccc;
  padding: 70px 10px;
  background: #fff;
  height: 80px;
  left: -20px;
  width: auto;
}
.search-magpopup .modal-content .close-magpopupclose {
  float: right;
  width: 100%;
  text-align: right;
  margin: 0px 0 20px 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.search-magpopup .modal-content .close-magpopupclose .spanclose {
  position: relative;
  color: transparent;
  cursor: pointer;
}
.search-magpopup .modal-content .close-magpopupclose .spanclose:after {
  content: "\f819";
  font-family: porto-icons;
  position: absolute;
  color: #0088CC;
  right: 0;
  top: -4px;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
}
.search-magpopup .modal-content .searchbodyarea {
  margin: 20px 0 0 0;
}
.search-magpopup .modal-content .searchbodyarea .searchcall {
  background: #0088CC;
  padding: 6px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.search-magpopup .modal-content .searchbodyarea .searchcall:before {
  content: "\f824";
  font-family: porto-icons;
  right: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 7px;
  left: 6px;
}
.search-magpopup .modal-content .searchbodyarea .seachrequest {
  background: #0088CC;
  padding: 6px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
}
.action.towishlist:before {
  content: '\f816';
}
.action.towishlist:before {
  padding: 0 6px;
}
.feature-product .latest-products .item .price-wrapper {
  text-align: center;
}
.owl-carousel .owl-item .price-wrapper {
  display: table;
  width: 100%;
}
.owl-carousel .owl-item .price-wrapper .feature-price.feature-special {
  width: 50%;
  text-align: right;
  display: table-cell;
  padding-right: 5px;
  padding-left: 0;
  float: none;
}
.owl-carousel .owl-item .price-wrapper .sp-price {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 5px;
}
.footer .footer-middle .block-bottom {
  padding-bottom: 0;
}
.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;
}
.banner-slider-wrapper .container {
  padding: 0;
}
.page-wrapper .feature-product .latest-products {
  padding: 0;
}
.page-wrapper .feature-product .latest-products .sold-product-label {
  left: 0;
  font-weight: 600;
}
.page-wrapper .feature-product .latest-products .new-product-label {
  left: 0;
  font-weight: 600;
}
.page-wrapper .custom-support .slider-section .live-sites-block.feature-product {
  box-shadow: none;
  background: transparent;
}
.page-wrapper .custom-support .slider-section .live-sites-block.feature-product .item {
  padding: 0;
  background: #ffffff;
  margin-right: 20px;
}
.page-wrapper .custom-support .slider-section .live-sites-block.feature-product .item:last-child {
  margin-right: 0;
}
.page-wrapper .custom-support .slider-section .live-sites-block .carousel-block {
  padding: 0;
}
.page-wrapper .custom-support .slider-section .live-sites-block .item > a.shop-now {
  width: 100%;
}
.page-wrapper .custom-support .slider-section .live-sites-block .item .feature-description {
  margin: 10px 0;
  text-align: center;
}
.page-wrapper .custom-support .slider-section .live-sites-block .picture {
  width: auto;
}
.page-wrapper .custom-support div.content > h2 {
  font-weight: 700;
  padding-bottom: 10px;
}
.page-wrapper .custom-support div.content > em {
  font-weight: 500;
  margin-bottom: 10px;
}
.page-wrapper .custom-support div.content > p {
  font-size: 14px !important;
}
.page-wrapper #fashion-category-banner-second-new .owl-item .item {
  margin: 0;
}
.page-wrapper #fashion-category-banner-second-new .owl-item .item img {
  height: auto;
  width: 100%;
}
.page-wrapper .custom-support {
  padding-bottom: 20px !important;
}
.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: initial;
  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 .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: unset;
  text-align: center;
}
.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: inherit;
  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;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navigation,
  .page-wrapper > .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 100% !important;
  }
  .cms-index-index .feature-product {
    margin: 0;
    margin-bottom: 20px;
  }
  .cms-index-index .feature-product .latest-products {
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .cms-index-index .custom-support .slider-section .live-sites-block .item {
    width: 31.4% !important;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
  }
  .cms-index-index .custom-support .slider-section .live-sites-block .item:nth-child(3n) {
    margin: 0;
    margin-bottom: 20px;
  }
  .cms-index-index .page-wrapper .homepage-featured-vendor .right-col h2 {
    top: 30px;
    font-size: 16px;
    line-height: normal;
  }
  #fashion-category-banner-second-new .owl-stage-outer .owl-stage .owl-item .item {
    width: 100% !important;
  }
  .page-wrapper .page-header.type16 .header.content {
    width: 100%;
  }
  .page-wrapper .page-header.type16 .nav-toggle {
    float: left;
    display: block;
  }
  .page-wrapper .page-header.type16 .logo {
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .page-wrapper .page-header.type16 .block-search .label {
    position: absolute;
    right: 50px;
    top: 10px;
    margin: 0 10px 0 0;
  }
  .page-wrapper .page-header.type16 .block-search .label span {
    font-size: 0;
  }
  .page-wrapper .page-header.type16 .block-search .label.active {
    position: absolute;
  }
  .page-wrapper .page-header.type16 .block-search .label.active + .control input {
    position: absolute;
    top: -12px;
    left: 0px;
    margin-top: 0;
  }
  .page-wrapper .page-header.type16 .mst-searchautocomplete__autocomplete {
    min-width: 92% !important;
    left: 0 !important;
  }
  .page-wrapper .page-header.type16 .custom-block {
    top: 0;
    margin-top: 0px;
  }
  .page-wrapper .page-header.type16 .custom-block:after {
    content: none;
  }
  .page-wrapper .banner-slider-wrapper .slider-section h1 {
    font-size: 16px;
    font-weight: 600;
  }
  .page-wrapper .feature-product .latest-products {
    padding: 0;
  }
  .page-wrapper .homepage-featured-vendor .right-col h2 {
    top: 0;
  }
  .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;
  }
  .page-wrapper .page-header.type16 .header.content {
    max-width: 97%;
    margin: 0;
  }
  header.page-header .nav-sections-item-content {
    margin-top: 0 !important;
  }
  header.page-header .navigation {
    max-width: 100%;
  }
  .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
    left: auto !important;
    right: 7px;
  }
}
.header.content .search-magpopup {
  max-width: 256px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}
.header.content .search-magpopup .modal-content {
  display: inline-block;
  width: 100%;
}
.header.content .search-magpopup .modal-content .close-magpopupclose {
  width: 20%;
}
.header.content .search-magpopup .modal-content .close-magpopupclose .spanclose:after {
  content: ' ';
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('../../frontend/Smartwave/porto/en_US/images/close.png');
  background-position-x: 8px;
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-size: 12px;
}
.header.content .search-magpopup .modal-content .searchbodyarea {
  margin: -36px 0 0 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.header.content .search-magpopup .modal-content .searchbodyarea .seachrequest {
  width: 100%;
  display: inline-block;
  max-width: 180px;
  text-indent: 34px;
  margin: 0 auto;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #7EC345;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 15px;
  max-height: 30px;
  padding: 8px 0;
  position: relative;
  text-align: left;
}
.header.content .search-magpopup .modal-content .searchbodyarea .seachrequest:before {
  content: ' ';
  position: absolute;
  top: 0;
  background: url('../../frontend/Smartwave/porto/en_US/images/Reqest.png');
  height: 24px;
  width: 24px;
  left: 0;
  display: inline-block;
}
.header.content .search-magpopup .modal-content .searchbodyarea .searchcall {
  width: 100%;
  display: inline-block;
  max-width: 180px;
  text-indent: 34px;
  margin-top: 12px;
  border-radius: 4px;
  background-color: #2C88CC;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 15px;
  max-height: 30px;
  padding: 8px 0;
  position: relative;
  text-align: left;
}
.header.content .search-magpopup .modal-content .searchbodyarea .searchcall:before {
  content: ' ';
  position: absolute;
  top: 0;
  background: url('../../frontend/Smartwave/porto/en_US/images/Call.png');
  height: 24px;
  width: 24px;
  left: 0;
  display: inline-block;
}
@media (max-width: 767px) and (min-width: 320px) {
  .header.content .search-magpopup {
    max-width: 96%;
    height: 120px;
    padding: 0 24px;
    margin: 0 8px;
  }
  .header.content .search-magpopup .modal-content .searchbodyarea {
    margin: 0 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 24px 0;
  }
  .header.content .search-magpopup .modal-content .searchbodyarea .seachrequest {
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header.content .search-magpopup {
    max-width: 156px;
    left: 24px;
    padding: 56px 8px 52px 8px;
    background: #fff;
    height: 66px;
  }
  .header.content .search-magpopup .modal-content .close-magpopupclose {
    top: 3px;
    right: 4px;
  }
  .header.content .search-magpopup .modal-content .searchbodyarea .seachrequest {
    text-indent: 30px;
    font-size: 10px;
  }
  .header.content .search-magpopup .modal-content .searchbodyarea .searchcall {
    text-indent: 30px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.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: unset;
  text-align: center;
  content: '';
  width: 24px;
  height: 24px;
  padding: 0;
  background: url(../../frontend/Smartwave/porto/en_US/images/Favorites.svg);
}
.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/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: 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/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/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;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
.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 {
  line-height: normal;
  padding: 4px;
  width: auto;
}
.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: unset;
  text-align: center;
}
.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: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: unset;
  text-align: center;
}
@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 {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 9px 36px 9px 15px;
  }
  .abs-toggling-title-mobile:after {
    position: absolute;
    right: 18px;
    top: 9px;
  }
  .abs-toggling-title-mobile: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: unset;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after {
    content: '\f804';
  }
  .abs-icon-add-mobile: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: unset;
    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;
    color: #777;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
    -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: unset;
    text-align: center;
  }
  .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%;
    overflow: hidden;
    animation: cssAnimation 0s 10s forwards;
    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;
  }
  .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;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  .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;
  }
  .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;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .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;
  }
  .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;
  }
  .catalog-product-view .fotorama__fullscreen-icon {
    height: auto;
  }
  .catalog-product-view .fotorama__fullscreen-icon:before {
    font-size: 24px;
  }
  .catalog-category-view .page-title-wrapper {
    left: 0 !important;
  }
  #product-attribute-specs-table tr th.col.label {
    display: none;
  }
  .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;
    padding-bottom: 10px !important;
  }
  .cart-discount form#discount-coupon-form {
    width: 100% !important;
  }
  .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;
  }
  .checkout-index-index .page-wrapper .page-header.type16 .block-search .label {
    right: 0;
  }
  .checkout-index-index .cart-discount {
    width: 100% !important;
  }
  .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;
  }
  .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:after {
    -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: unset;
    text-align: center;
  }
  .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: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: unset;
    text-align: center;
  }
  .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;
  }
  .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;
  }
  .sidebar .filter-title strong {
    top: 17%;
  }
  .sidebar .filter.active .filter-options {
    padding: 0 !important;
  }
  .sidebar .filter.active .filter-subtitle {
    padding: 8px 10px !important;
  }
  .sidebar .filter.active .filter-title strong {
    right: 0;
  }
  .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;
  }
  .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: unset;
    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;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
    -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: unset;
    text-align: center;
  }
  .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;
  }
  .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 .wishlist-name: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: unset;
    text-align: center;
  }
  .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-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: unset;
    text-align: center;
  }
  .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-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
  }
  .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: unset;
    text-align: center;
  }
  .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;
  }
  .modal-content .col-md-8 .fieldset .fieldset.row .fields {
    padding: 0;
  }
  .search-magpopup {
    position: absolute;
    z-index: 9999;
    top: 96px;
    border: 1px solid #ccc;
    padding: 50px 60px;
    background: #fff;
    height: 156px;
    left: 0px;
    width: 100%;
  }
  .page-wrapper .homepage-featured-vendor .right-col h2 {
    font-size: 16px;
  }
  .page-wrapper .homepage-featured-vendor .right-col h2 a {
    font-size: 16px;
  }
  .homepage-featured-product .banner-slider-wrapper .container {
    padding: 0 15px;
  }
  .slider-section .homepage-featured-product .banner-slider-wrapper .container {
    padding: 0;
  }
  .page-wrapper .page-header.type16 .panel.wrapper {
    display: none;
  }
  .page-wrapper .page-header.type16 .nav-toggle {
    float: left;
  }
  .page-wrapper .page-header.type16 .logo {
    float: none;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .page-wrapper .page-header.type16 .block-search .label {
    position: absolute;
    right: 50px;
    top: 10px;
    margin: 0 10px 0 0;
  }
  .page-wrapper .page-header.type16 .block-search .label span {
    font-size: 0;
  }
  .page-wrapper .page-header.type16 .block-search .label.active {
    position: absolute;
  }
  .page-wrapper .page-header.type16 .block-search .label.active + .control input {
    position: absolute;
    top: -12px;
    left: 0px;
    margin-top: 0;
  }
  .page-wrapper .page-header.type16 .mst-searchautocomplete__autocomplete {
    min-width: 92% !important;
    left: 0 !important;
  }
  .page-wrapper .page-header.type16 .custom-block {
    top: 0;
    margin-top: 0px;
  }
  .page-wrapper .page-header.type16 .custom-block:after {
    content: none;
  }
  .page-wrapper .feature-product .latest-products {
    padding: 0;
  }
  .page-wrapper .homepage-featured-vendor .right-col h2 {
    top: 0;
  }
  .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: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: unset;
    text-align: center;
  }
  .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-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product: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,
  .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,
  .account .table-giftregistry .col.actions: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,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .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;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .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: unset;
    text-align: center;
  }
  .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;
  }
  .checkout-cart-index.page-layout-1column .cart-discount {
    width: 100%;
    padding: 0 15px;
  }
  .checkout-cart-index.page-layout-1column .cart-discount .applied-coupon-block .buttons-set {
    width: 100%;
  }
  .checkout-cart-index.page-layout-1column .item-info .col.qty div.mage-error[generated] {
    position: absolute;
    text-align: center;
    width: 100%;
    float: left;
    bottom: -10px;
    right: 10%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  .checkout-cart-index.page-layout-1column .gift-options-cart-item + .action-towishlist {
    right: 0;
    left: auto;
  }
  .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;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .checkout-index-index .page-main {
    padding-bottom: 0;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 0;
  }
  .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 {
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: unset;
    text-align: center;
  }
  .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-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;
  }
  .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;
  }
  .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: unset;
    text-align: center;
  }
  .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;
  }
  .customer-review .product-name {
    margin-bottom: 4.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.5px;
  }
  .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;
  }
  .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;
  }
  .search-magpopup {
    position: absolute;
    z-index: 9999;
    top: 96px;
    border: 1px solid #ccc;
    padding: 50px 60px;
    background: #fff;
    height: 156px;
    left: 0px;
    width: 100%;
  }
  .modal-content .col-md-8 .fieldset .fieldset.row .fields {
    padding: 0;
  }
  .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;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .minicart-wrapper .product .actions > .secondary .action.delete span {
    font-size: 0;
  }
  .minicart-wrapper .minicart-items .action.edit span {
    font-size: 0;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@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: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: unset;
    text-align: center;
  }
  .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;
  }
  .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;
  }
  .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%;
  }
  .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;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .products-grid .product-item .product-item-details {
    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;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #08c;
    color: #fff;
    padding: 10px;
    z-index: 9;
    border-radius: 0 5px;
    transition: 0.1s all;
    font-size: 12px;
    line-height: 1.4;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 0.9;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    margin-right: 3px;
  }
  .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;
  }
}
body .breadcrumbs li.home a {
  width: auto;
  display: inline-block;
  text-indent: unset;
  overflow: unset;
  float: left;
  position: relative;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #212B36;
}
body .breadcrumbs li.home a:after {
  content: none;
}
body .breadcrumbs .item:not(:last-child):after {
  content: '/';
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 16px !important;
  letter-spacing: 0.4px;
  color: #212B36;
}
body .breadcrumbs li {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}
body .page-wrapper > .breadcrumbs {
  padding: 0 15px;
  padding-top: 20px;
}
body .page-wrapper > .breadcrumbs .items {
  padding: 0;
  max-width: 100%;
}
body .product-reviews-summary .rating-summary {
  left: 0;
}
body .rating-summary .rating-result {
  margin-left: 0;
}
body .rating-summary .rating-result > span:before {
  color: #7FC347;
}
body .review-control-vote label:before {
  color: #7FC347;
}
body .product-item .rating-summary .rating-result > span:before {
  color: #7FC347;
}
body .block.block-reorder {
  display: none;
}
body .product-item-photo > a:not(.weltpixel-quickview):before {
  content: none;
}
body a.img-photo.visit-product:before {
  content: "\f110";
  font-family: "porto-icons";
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin-top: -14px;
  margin-left: -10px;
  color: #777;
  z-index: 1;
}
body .block-authentication .block-title strong {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #212B36;
}
body .block-authentication .block[class] ul li {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body .block-authentication .secondary a.action {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body .block-authentication .field .label {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
body .block-authentication a.action.action-register.primary {
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  height: 40px;
}
body .popup-authentication .block-content p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body input#customer-email {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  height: 40px;
}
body input#pass {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  height: 40px;
}
body button#send2 {
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  height: 40px;
}
body .red-color-label {
  color: #212B36 !important;
}
body.noproducts-found.catalog-category-view .columns .sidebar.sidebar-main {
  margin-top: 80px;
}
body.noproducts-found.catalog-category-view .page-main .page-title-wrapper .page-title {
  margin-bottom: 0px;
}
body.catalog-category-view.noproducts-found .column.main {
  margin-bottom: 0;
  padding: 0;
}
body.catalog-category-view.noproducts-found .columns {
  margin-bottom: 63px;
}
.multishipping-checkout-login .page-title-wrapper {
  max-width: 744px;
  margin: 0 auto;
}
.multishipping-checkout-login .page-title-wrapper .page-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36 !important;
  margin-bottom: 26px;
}
.multishipping-checkout-login .login-container {
  max-width: 744px;
  border: 0;
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
}
.multishipping-checkout-login .login-container .block.block-customer-login {
  margin-bottom: 28px;
  max-width: 352px;
  width: 100%;
}
.multishipping-checkout-login .login-container .block.block-new-customer {
  max-width: 352px;
  width: 100%;
}
.multishipping-checkout-login .login-container .block.block-new-customer .block-content p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  margin-bottom: 0;
}
.multishipping-checkout-login .login-container .fieldset:after {
  display: none;
}
.multishipping-checkout-login .login-container .block .block-title {
  margin-bottom: 12px;
}
.multishipping-checkout-login .login-container .block .block-title strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
}
.multishipping-checkout-login .login-container .fieldset.login .field.note {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  margin-bottom: 15px;
}
.multishipping-checkout-login .login-container .fieldset.login .field .control {
  width: 100%;
}
.multishipping-checkout-login .login-container .fieldset.login .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}
.multishipping-checkout-login .login-container .fieldset.login .field .control input:not([disabled]):focus {
  box-shadow: none;
}
.multishipping-checkout-login .login-container .fieldset.login .field .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
  display: block;
  margin-bottom: 8px;
}
.multishipping-checkout-login .login-container .fieldset.login .field.password {
  margin-bottom: 8px;
}
.multishipping-checkout-login .login-container .fieldset.login .actions-toolbar {
  display: flex;
  flex-direction: column-reverse;
}
.multishipping-checkout-login .login-container .fieldset.login .actions-toolbar .secondary {
  text-align: right;
  margin-bottom: 24px;
}
.multishipping-checkout-login .login-container .fieldset.login .actions-toolbar .secondary a.action.remind {
  margin-top: 0 !important;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.25px;
  color: #212B36;
}
.multishipping-checkout-login .login-container .fieldset.login .actions-toolbar .primary .action.login.primary {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}
.multishipping-checkout-login .login-container .fieldset.login .actions-toolbar .primary .action.login.primary:hover {
  background: #212B81;
}
.multishipping-checkout-login .login-container .fieldset.login .actions-toolbar .primary .action.login.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}
.multishipping-checkout-login .login-container .block-new-customer .actions-toolbar {
  margin-top: 19px;
}
.multishipping-checkout-login .login-container .block-new-customer .actions-toolbar .primary {
  width: 100%;
}
.multishipping-checkout-login .login-container .block-new-customer .actions-toolbar .primary a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}
.multishipping-checkout-login .login-container .block-new-customer .actions-toolbar .primary a:hover {
  background: #212B81;
}
.multishipping-checkout-login .login-container .block-new-customer .actions-toolbar .primary a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}
.multishipping-checkout-login .actions-toolbar .primary .action {
  margin-right: 0;
}
.multishipping-checkout-login .page-wrapper .page-main {
  margin-top: 28px;
}
.multishipping-checkout-login .abs-login-block-title strong,
.multishipping-checkout-login .login-container .block .block-title strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
}
.multishipping-checkout-login .amazon-validate-container .block .block-title strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
}
.multishipping-checkout-login .fieldset .field.required .label:after {
  display: none;
}
.multishipping-checkout-login .fieldset .fields .field.required .label:after {
  display: none;
}
.multishipping-checkout-login .fieldset .fields .field._required .label:after {
  display: none;
}
.multishipping-checkout-login .fieldset .field._required .label:after {
  display: none;
}
.multishipping-checkout-login .control input {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .multishipping-checkout-login .page-title-wrapper .page-title {
    margin-bottom: 0px;
  }
  .multishipping-checkout-login .login-container .block.block-customer-login {
    max-width: 100%;
    display: block;
  }
  .multishipping-checkout-login .login-container .block.block-new-customer {
    max-width: 100%;
    display: block;
  }
}
.multishipping-checkout_address-newshipping input[type="text"],
.multishipping-checkout_address-newshipping body input[type="password"],
.multishipping-checkout_address-newshipping body input[type="url"],
.multishipping-checkout_address-newshipping body input[type="tel"],
.multishipping-checkout_address-newshipping body input[type="search"],
.multishipping-checkout_address-newshipping body input[type="number"],
.multishipping-checkout_address-newshipping body input[type="datetime"],
.multishipping-checkout_address-newshipping body input[type="email"] {
  height: 40px;
  padding: 0 10px 0 16px;
  border-radius: 4px;
}
.multishipping-checkout_address-newshipping .fieldset > .field.required > .label:after,
.multishipping-checkout_address-newshipping .fieldset > .fields > .field.required > .label:after,
.multishipping-checkout_address-newshipping .fieldset > .field._required > .label:after,
.multishipping-checkout_address-newshipping .fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #212B36;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.multishipping-checkout_address-newshipping input[type=checkbox] {
  position: relative;
  top: 6px;
}
.multishipping-checkout_address-newshipping .form-address-edit {
  box-shadow: none;
  border: 0;
  padding: 0;
}
.multishipping-checkout_address-newshipping .page-main .page-title-wrapper .page-title {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
}
.multishipping-checkout_address-newshipping .fieldset .legend {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #212B36;
}
.multishipping-checkout_address-newshipping .field.street.required .field.primary label.label {
  display: none;
}
.multishipping-checkout_address-newshipping .page-wrapper .page-main {
  margin-top: 64px;
  max-width: 744px;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.multishipping-checkout_address-newshipping select {
  border-radius: 4px;
  height: 40px;
}
.multishipping-checkout_address-newshipping label.label {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
.multishipping-checkout_address-newshipping button.action.save.primary {
  background: #284991;
  border-radius: 4px;
  border: 0;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
.multishipping-checkout_address-newshipping .columns .column.main {
  max-width: 100%;
  margin-bottom: 64px;
}
body.multishipping-checkout-addresses .page-main .page-title-wrapper .page-title {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #212B36;
}
body.multishipping-checkout-addresses .multicheckout .title strong {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name a:hover {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1px;
  color: #284991;
}
body.multishipping-checkout-addresses table .col {
  width: auto;
  border-top: 1px solid #ccc;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.multishipping-checkout-addresses td.col.address {
  width: 352px;
}
body.multishipping-checkout-addresses select {
  border-radius: 4px;
  height: 40px;
}
body.multishipping-checkout-addresses button.action.primary.continue {
  background: #284991;
  border-radius: 4px;
  border: 0;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
body.multishipping-checkout-addresses a.action.back {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1px;
  color: #284991;
}
body.multishipping-checkout-addresses button.action.update {
  background: #284991;
  border-radius: 4px;
  border: 0;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
body.multishipping-checkout-addresses button.action.add {
  background: #284991;
  border-radius: 4px;
  border: 0;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
body.multishipping-checkout-addresses .column.main {
  margin-bottom: 64px;
}
body.catalog-category-view .page-wrapper .page-main,
body.catalogsearch-result-index .page-wrapper .page-main {
  margin-top: 24px;
}
body.catalog-category-view .product-item-info .auction .wk_cat_count_clock,
body.catalogsearch-result-index .product-item-info .auction .wk_cat_count_clock {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.catalog-category-view .heighest_bid_amount,
body.catalogsearch-result-index .heighest_bid_amount {
  color: #212B36 !important;
}
body.catalog-category-view .auction.timer-box-list,
body.catalogsearch-result-index .auction.timer-box-list {
  order: 3;
}
body.catalog-category-view .page-main > .page-title-wrapper .page-title,
body.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora', serif;
  margin-bottom: 26px;
}
body.catalog-category-view .page-title-wrapper,
body.catalogsearch-result-index .page-title-wrapper {
  position: relative;
  left: 0;
  display: inline-block;
  margin-bottom: 0;
}
body.catalog-category-view .page-title-wrapper .page-title span,
body.catalogsearch-result-index .page-title-wrapper .page-title span {
  font-weight: 500;
}
body.catalog-category-view b,
body.catalogsearch-result-index b,
body.catalog-category-view strong,
body.catalogsearch-result-index strong {
  font-weight: normal;
}
body.catalog-category-view .columns .sidebar.sidebar-main,
body.catalogsearch-result-index .columns .sidebar.sidebar-main {
  position: relative;
  margin-top: 102px;
  max-width: 240px;
  padding-right: 48px;
}
body.catalog-category-view .page-products .sorter,
body.catalogsearch-result-index .page-products .sorter {
  float: right;
}
body.catalog-category-view .toolbar .modes,
body.catalogsearch-result-index .toolbar .modes {
  float: left;
  margin-left: 49px;
  margin-right: 40px;
  margin-top: 0px;
}
body.catalog-category-view .page-products .toolbar .limiter,
body.catalogsearch-result-index .page-products .toolbar .limiter {
  display: block;
  position: relative;
  margin-left: 65px;
}
body.catalog-category-view .limiter,
body.catalogsearch-result-index .limiter {
  float: left;
}
body.catalog-category-view a#mode-grid,
body.catalogsearch-result-index a#mode-grid {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.catalog-category-view .toolbar .modes-mode,
body.catalogsearch-result-index .toolbar .modes-mode {
  border: 1px solid #CCCCCC;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.catalog-category-view .toolbar .modes > a,
body.catalogsearch-result-index .toolbar .modes > a {
  text-decoration: none;
  border: 1px solid #CCCCCC;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.catalog-category-view .limiter .label,
body.catalogsearch-result-index .limiter .label {
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  position: absolute;
  left: -312%;
  top: 10px;
}
body.catalog-category-view .toolbar .limiter .limiter-text,
body.catalogsearch-result-index .toolbar .limiter .limiter-text {
  display: inline-block;
  position: absolute;
  left: -55px;
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  top: 9px;
}
body.catalog-category-view select#limiter,
body.catalogsearch-result-index select#limiter {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 80px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  padding-right: 30px;
  text-align: center;
}
body.catalog-category-view .sorter-label,
body.catalogsearch-result-index .sorter-label {
  margin-bottom: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
body.catalog-category-view select#sorter,
body.catalogsearch-result-index select#sorter {
  width: 200px;
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.catalog-category-view .sorter-action.sort-desc:before,
body.catalogsearch-result-index .sorter-action.sort-desc:before {
  content: none;
}
body.catalog-category-view .modes-mode,
body.catalogsearch-result-index .modes-mode,
body.catalog-category-view .modes-mode:hover,
body.catalogsearch-result-index .modes-mode:hover {
  border: none;
  background: none;
  color: #111;
  width: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}
body.catalog-category-view .sorter,
body.catalogsearch-result-index .sorter {
  float: right;
  margin: 0;
}
body.catalog-category-view .modes-mode.mode-list:before,
body.catalogsearch-result-index .modes-mode.mode-list:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/list.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 2px;
}
body.catalog-category-view .modes-mode.mode-grid:before,
body.catalogsearch-result-index .modes-mode.mode-grid:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/grid.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 2px;
}
body.catalog-category-view .modes-mode.mode-list.active:before,
body.catalogsearch-result-index .modes-mode.mode-list.active:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/list-active.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
body.catalog-category-view .modes-mode.mode-grid.active:before,
body.catalogsearch-result-index .modes-mode.mode-grid.active:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/grid-active.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
body.catalog-category-view .filter-options-title,
body.catalogsearch-result-index .filter-options-title {
  border-top: 1px solid #dedede;
  padding-top: 13px;
  padding-bottom: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
  padding-left: 0;
}
body.catalog-category-view .filter-options-title:after,
body.catalogsearch-result-index .filter-options-title:after {
  right: 0;
  top: 22px;
}
body.catalog-category-view .block-category-list .block-content,
body.catalogsearch-result-index .block-category-list .block-content,
body.catalog-category-view .filter-options-content,
body.catalogsearch-result-index .filter-options-content {
  padding-left: 0;
}
body.catalog-category-view .filter-options-content,
body.catalogsearch-result-index .filter-options-content {
  border: 0;
  padding: 0;
  padding-top: 12px;
}
body.catalog-category-view .block-category-list .block-content ol li.item,
body.catalogsearch-result-index .block-category-list .block-content ol li.item,
body.catalog-category-view .filter-options-content .item,
body.catalogsearch-result-index .filter-options-content .item {
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
body.catalog-category-view .filter-options-content .item input[type="checkbox"],
body.catalogsearch-result-index .filter-options-content .item input[type="checkbox"] {
  margin: -8px 4.5px 0 0;
}
body.catalog-category-view .block-category-list .block-content ol li.item,
body.catalogsearch-result-index .block-category-list .block-content ol li.item,
body.catalog-category-view .sidebar > .block.filter ol li.item,
body.catalogsearch-result-index .sidebar > .block.filter ol li.item {
  margin: 0;
  padding: 6px 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  border: 0;
}
body.catalog-category-view .filter-options-content a,
body.catalogsearch-result-index .filter-options-content a {
  color: #212B36 !important;
}
body.catalog-category-view .block-category-list .block-content ol li.item:last-child,
body.catalogsearch-result-index .block-category-list .block-content ol li.item:last-child,
body.catalog-category-view .sidebar > .block.filter ol li.item:last-child,
body.catalogsearch-result-index .sidebar > .block.filter ol li.item:last-child {
  padding-bottom: 26px;
}
body.catalog-category-view .sidebar-additional,
body.catalogsearch-result-index .sidebar-additional {
  padding-right: 48px;
  padding-left: 0;
  clear: left;
  float: left;
  max-width: 240px;
}
body.catalog-category-view .filter-options-title.customfilter1,
body.catalogsearch-result-index .filter-options-title.customfilter1 {
  border-bottom: 1px solid #dedede;
}
body.catalog-category-view .column.main,
body.catalogsearch-result-index .column.main {
  max-width: 984px;
  width: 81%;
}
body.catalog-category-view .filter-options-item,
body.catalogsearch-result-index .filter-options-item {
  margin-bottom: 0;
}
body.catalog-category-view .products-list .product-item-photo,
body.catalogsearch-result-index .products-list .product-item-photo {
  width: 24%;
  display: block;
  float: left;
  height: 216px;
  max-width: 216px;
}
body.catalog-category-view .products-list .product-item-details,
body.catalogsearch-result-index .products-list .product-item-details {
  display: flex;
  width: 76%;
  padding: 0 0 0px 24px;
  float: left;
  flex-wrap: wrap;
}
body.catalog-category-view .product-item-name,
body.catalogsearch-result-index .product-item-name {
  max-height: unset;
  min-height: unset;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  width: 100%;
  order: 1;
  margin-top: 0;
}
body.catalog-category-view .products.wrapper.list .product-reviews-summary,
body.catalogsearch-result-index .products.wrapper.list .product-reviews-summary {
  margin: 0;
  width: 100%;
  order: 2;
}
body.catalog-category-view .product.name a,
body.catalogsearch-result-index .product.name a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36 !important;
}
body.catalog-category-view .product-type,
body.catalogsearch-result-index .product-type {
  padding-bottom: 16px;
  order: 7;
}
body.catalog-category-view .price-box,
body.catalogsearch-result-index .price-box {
  margin: 8px 0;
  width: 100%;
  order: 3;
}
body.catalog-category-view .price-wrapper,
body.catalogsearch-result-index .price-wrapper {
  clear: both;
  padding-top: 0;
}
body.catalog-category-view .special-price .price,
body.catalogsearch-result-index .special-price .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #F94C43;
  margin-right: 8px !important;
}
body.catalog-category-view .old-price .price,
body.catalogsearch-result-index .old-price .price,
body.catalog-category-view .old.price,
body.catalogsearch-result-index .old.price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration-line: line-through;
  color: #637381;
}
body.catalog-category-view .product-item-description,
body.catalogsearch-result-index .product-item-description {
  margin: 10px 0;
  width: 100%;
  order: 4;
  margin-top: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}
body.catalog-category-view a.action.more,
body.catalogsearch-result-index a.action.more {
  color: #284991;
}
body.catalog-category-view .p_type,
body.catalogsearch-result-index .p_type {
  padding-bottom: 10px;
  width: 100%;
  order: 5;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #212B36;
}
body.catalog-category-view .p_type a,
body.catalogsearch-result-index .p_type a {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.5px;
  color: #212B36;
}
body.catalog-category-view .pro_qty,
body.catalogsearch-result-index .pro_qty {
  padding-bottom: 0;
  width: 100%;
  order: 6;
}
body.catalog-category-view .pro_qty p,
body.catalogsearch-result-index .pro_qty p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.5px;
  color: #212B36;
  margin-bottom: 8px;
}
body.catalog-category-view .product-item-details .product-type,
body.catalogsearch-result-index .product-item-details .product-type {
  padding-bottom: 16px;
  order: 7;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.5px;
  color: #212B36;
  width: 100%;
}
body.catalog-category-view .auction-wishlist,
body.catalogsearch-result-index .auction-wishlist {
  display: inline-block;
  order: 8;
  margin: 0;
  text-align: center;
  float: none;
}
body.catalog-category-view .product-item .tocart:before,
body.catalogsearch-result-index .product-item .tocart:before {
  content: none;
}
body.catalog-category-view a#mode-list,
body.catalogsearch-result-index a#mode-list {
  float: right;
}
body.catalog-category-view .column.main .products-grid .product-item-inner,
body.catalogsearch-result-index .column.main .products-grid .product-item-inner {
  width: 100%;
}
body.catalog-category-view .column.main .products-grid .auction-wishlist,
body.catalogsearch-result-index .column.main .products-grid .auction-wishlist {
  position: absolute;
  bottom: 16px;
  right: -72px;
  visibility: hidden;
}
body.catalog-category-view .products-grid.columns4 .product-item:hover .auction-wishlist,
body.catalogsearch-result-index .products-grid.columns4 .product-item:hover .auction-wishlist {
  visibility: visible;
}
body.catalog-category-view button.action.primary,
body.catalogsearch-result-index button.action.primary {
  border-color: unset;
  background: #284991;
  border-radius: 4px;
  width: 136px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  padding: 0;
}
body.catalog-category-view a.action.towishlist.actions-secondary,
body.catalogsearch-result-index a.action.towishlist.actions-secondary {
  border: none;
  margin: 0;
  width: 24px;
  height: 24px;
}
body.catalog-category-view .products-list .product-item-details .actions-primary,
body.catalogsearch-result-index .products-list .product-item-details .actions-primary {
  margin-right: 19px;
  margin-left: 0 !important;
}
body.catalog-category-view a.action.towishlist.actions-secondary:before,
body.catalogsearch-result-index a.action.towishlist.actions-secondary:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0;
  background: url(../../frontend/Smartwave/porto/en_US/images/Favorites.svg);
}
body.catalog-category-view a.action.tocompare.actions-secondary,
body.catalogsearch-result-index a.action.tocompare.actions-secondary {
  border: none;
  margin: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
body.catalog-category-view a.action.tocompare.actions-secondary:before,
body.catalogsearch-result-index a.action.tocompare.actions-secondary:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0;
  background: url(../../frontend/Smartwave/porto/en_US/images/Compare.svg);
}
body.catalog-category-view .products-list .product-item,
body.catalogsearch-result-index .products-list .product-item {
  padding: 12px 0;
}
body.catalog-category-view .product-item-inner,
body.catalogsearch-result-index .product-item-inner {
  order: 7;
  width: auto;
}
body.catalog-category-view .product-item-details .requested-product,
body.catalogsearch-result-index .product-item-details .requested-product {
  display: inline-block;
  border-color: unset;
  background: #284991;
  opacity: 0.7;
  border-radius: 4px;
  width: 165px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  order: 7;
}
body.catalog-category-view a.action.primary.auto-bid-show,
body.catalogsearch-result-index a.action.primary.auto-bid-show {
  border-color: unset;
  background: #284991;
  border-radius: 4px;
  width: 136px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0;
}
body.catalog-category-view .products-list .product-item-details .actions-primary,
body.catalogsearch-result-index .products-list .product-item-details .actions-primary {
  margin-right: 16px;
  margin-left: 0 !important;
}
body.catalog-category-view .products-grid .info,
body.catalogsearch-result-index .products-grid .info,
body.catalog-category-view .products-list .info,
body.catalogsearch-result-index .products-list .info {
  background-color: unset;
  border-left: 0;
  order: 8;
}
body.catalog-category-view .products-grid .info p,
body.catalogsearch-result-index .products-grid .info p,
body.catalog-category-view .products-list .info p,
body.catalogsearch-result-index .products-list .info p {
  padding: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #212B36;
}
body.catalog-category-view .products.wrapper ~ .toolbar .limiter,
body.catalogsearch-result-index .products.wrapper ~ .toolbar .limiter {
  display: none;
}
body.catalog-category-view .toolbar .limiter,
body.catalogsearch-result-index .toolbar .limiter {
  display: block;
  position: relative;
  margin-left: 105px;
}
body.catalog-category-view .categry-description,
body.catalogsearch-result-index .categry-description {
  margin-top: 65px;
  display: inline-block;
}
body.catalog-category-view .categry-description h1,
body.catalogsearch-result-index .categry-description h1 {
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  margin-bottom: 17px;
}
body.catalog-category-view .categry-description p,
body.catalogsearch-result-index .categry-description p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
body.catalog-category-view .categry-description h3,
body.catalogsearch-result-index .categry-description h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  margin-top: 29px;
  margin-bottom: 11px;
}
body.catalog-category-view .categry-description ul,
body.catalogsearch-result-index .categry-description ul {
  padding-left: 0;
  margin-bottom: 12px;
}
body.catalog-category-view .categry-description li,
body.catalogsearch-result-index .categry-description li {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  list-style: none;
  margin: 0;
}
body.catalog-category-view .products-grid + .toolbar.toolbar-products,
body.catalogsearch-result-index .products-grid + .toolbar.toolbar-products {
  border-top: none;
  padding-top: 0;
}
body.catalog-category-view .pages .item,
body.catalogsearch-result-index .pages .item {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
body.catalog-category-view .pages strong.page,
body.catalogsearch-result-index .pages strong.page {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
}
body.catalog-category-view .pages .item span,
body.catalogsearch-result-index .pages .item span {
  border: none;
  padding: 0;
  text-decoration: none;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
}
body.catalog-category-view .pages a.page,
body.catalogsearch-result-index .pages a.page {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
}
body.catalog-category-view .pages .action,
body.catalogsearch-result-index .pages .action {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #919EAB;
}
body.catalog-category-view .pages .item.pages-item-next a:before,
body.catalogsearch-result-index .pages .item.pages-item-next a:before {
  border: none;
  padding: 0;
  margin: 0;
}
body.catalog-category-view .pages .item strong.page span,
body.catalogsearch-result-index .pages .item strong.page span {
  color: #302E2A;
}
body.catalog-category-view .column.main .products-grid,
body.catalogsearch-result-index .column.main .products-grid {
  margin: 0;
  display: inline-block;
}
body.catalog-category-view .catalog-category-view .products,
body.catalogsearch-result-index .catalog-category-view .products {
  width: 100%;
  display: inline-block;
  flex-wrap: wrap;
  margin: 0 -12px;
  margin-top: 24px;
}
body.catalog-category-view .products-grid.columns4 .product-item,
body.catalogsearch-result-index .products-grid.columns4 .product-item {
  width: 25%;
  float: left !important;
  padding: 0 12px;
  margin-bottom: 24px;
  min-height: 525px;
}
body.catalog-category-view .product-item-name,
body.catalogsearch-result-index .product-item-name {
  max-height: unset;
  min-height: unset;
}
body.catalog-category-view .categry-description,
body.catalogsearch-result-index .categry-description {
  display: none;
}
body.catalog-category-view .products.wrapper ~ .categry-description,
body.catalogsearch-result-index .products.wrapper ~ .categry-description {
  display: inline-block;
}
body.catalog-category-view ol.products.list.items.product-items,
body.catalogsearch-result-index ol.products.list.items.product-items {
  margin: 0 -12px;
  padding-top: 30px;
}
body.catalog-category-view .products-grid .product-item .product-item-details,
body.catalogsearch-result-index .products-grid .product-item .product-item-details {
  min-height: unset;
  max-height: unset;
  padding: 9px 0;
  display: flex;
  flex-wrap: wrap;
}
body.catalog-category-view .products-grid .product-items .product-image-photo.default_image,
body.catalogsearch-result-index .products-grid .product-items .product-image-photo.default_image {
  max-height: initial !important;
  width: 216px;
  height: 216px;
}
body.catalog-category-view .column.main .products-grid strong.product.name.product-item-name,
body.catalogsearch-result-index .column.main .products-grid strong.product.name.product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
body.catalog-category-view .column.main .products-grid .product-reviews-summary.short,
body.catalogsearch-result-index .column.main .products-grid .product-reviews-summary.short {
  display: none;
}
body.catalog-category-view .column.main .products-grid span.special-price,
body.catalogsearch-result-index .column.main .products-grid span.special-price {
  width: 100%;
  text-align: left;
}
body.catalog-category-view .column.main .products-grid span.old-price,
body.catalogsearch-result-index .column.main .products-grid span.old-price {
  text-align: left;
  float: left;
  padding: 8px 0;
}
body.catalog-category-view .column.main .products-grid .pro_qty p,
body.catalogsearch-result-index .column.main .products-grid .pro_qty p {
  text-align: left;
}
body.catalog-category-view .products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info,
body.catalogsearch-result-index .products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
  padding: 8px;
}
body.catalog-category-view .products-grid .product-item .product-item-inner,
body.catalogsearch-result-index .products-grid .product-item .product-item-inner {
  position: relative;
  visibility: hidden;
}
body.catalog-category-view .products-grid.columns4 .product-item:hover .product-item-inner,
body.catalogsearch-result-index .products-grid.columns4 .product-item:hover .product-item-inner {
  visibility: visible;
}
body.catalog-category-view .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
body.catalogsearch-result-index .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  border-color: unset;
  background: #284991;
  border-radius: 4px;
  width: 136px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
body.catalog-category-view .products-grid .product-item-details .product-item-actions .actions-primary,
body.catalogsearch-result-index .products-grid .product-item-details .product-item-actions .actions-primary {
  margin: 0;
  float: left;
  padding: 0;
}
body.catalog-category-view .products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare,
body.catalogsearch-result-index .products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  right: 0;
}
body.catalog-category-view .products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist,
body.catalogsearch-result-index .products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  left: auto;
  right: 30px;
}
body.catalog-category-view .products-grid .product-item-details .product-item-actions .tocart,
body.catalogsearch-result-index .products-grid .product-item-details .product-item-actions .tocart {
  border-color: unset;
  background: #284991;
  border-radius: 4px;
  width: 136px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
body.catalog-category-view .products-grid .info,
body.catalogsearch-result-index .products-grid .info {
  margin-top: 12px;
}
body.catalog-category-view .products-grid .price-box .price,
body.catalogsearch-result-index .products-grid .price-box .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
}
body.catalog-category-view .products-grid .product-item-info,
body.catalogsearch-result-index .products-grid .product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
body.catalog-category-view .products.wrapper.list.products-list ol.products.list.items.product-items,
body.catalogsearch-result-index .products.wrapper.list.products-list ol.products.list.items.product-items {
  padding-top: 8px;
  margin: 0;
}
body.catalog-category-view .products.wrapper.list.products-list a.action.towishlist.actions-secondary,
body.catalogsearch-result-index .products.wrapper.list.products-list a.action.towishlist.actions-secondary {
  margin-right: 20px;
}
body.catalog-category-view .no-product-main,
body.catalogsearch-result-index .no-product-main {
  width: 100%;
  text-align: center;
}
body.catalog-category-view .no-products,
body.catalogsearch-result-index .no-products {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #212B36;
  font-family: 'Lora', serif;
  margin-top: 57px;
}
body.catalog-category-view .products-txt,
body.catalogsearch-result-index .products-txt {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #637381;
  margin-top: 17px;
}
body.catalog-category-view .nearest-city,
body.catalogsearch-result-index .nearest-city {
  order: 7;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.5px;
  color: #212B36;
  padding-bottom: 8px;
  width: 100%;
}
body.catalog-product-view .page-wrapper .page-main {
  margin-top: 20px;
}
body.catalog-product-view .product-info-price .auction-wishlist {
  margin-top: 15px;
}
body.catalog-product-view .product-reviews-summary.empty .reviews-actions:before {
  font-size: 16px;
}
body.catalog-product-view button#add-to-fav-auction {
  background: #FFFFFF;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  padding: 0;
  width: 164px;
  height: 40px;
}
body.catalog-product-view button#added-to-fav-auction {
  background: #FFFFFF;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  padding: 0;
  width: 175px;
  height: 40px;
}
body.catalog-product-view .product-info-main .wk_product_background {
  padding: 15px 20px;
  margin: 15px 0;
}
body.catalog-product-view .product-info-price .auction-wishlist {
  margin-top: 15px;
  width: auto;
  float: left;
}
body.catalog-product-view #bottom_lin .bid_title {
  margin-bottom: 5px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.catalog-product-view .wk-auction-clock-main-div {
  width: 70%;
  display: inline-block;
  float: left;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.catalog-product-view .product-info-main .auction-timer-block .wk-auction-timer-div .wk-auction-current-bid .auction-bid-timer {
  font-size: 11px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  color: #212B36 !important;
}
body.catalog-product-view .bid_link a.wk-auction-view-bid-link.anchr {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.catalog-product-view .bid-msg strong {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.catalog-product-view .wk-auction-bid-details .wk_row {
  padding-top: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.catalog-product-view button#target {
  background: #284991;
  border-radius: 4px;
  border: 0;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.catalog-product-view .auto-bid span {
  vertical-align: middle;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
  margin-top: 5px;
  display: inline-block;
}
body.catalog-product-view #auto_bid_allowed {
  Height: 24px;
  Width: 24px;
}
body.catalog-product-view .wk-auction-clock-span.bj_auction {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: line-through;
  color: #637381;
}
body.catalog-product-view .product.media {
  width: 50%;
}
body.catalog-product-view .product.media {
  padding-right: 24px;
  max-width: 464px;
}
body.catalog-product-view .product-info-main {
  width: 50%;
  max-width: 464px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -7px;
}
body.catalog-product-view .product-info-price .price-box span.special-price .price-container .price {
  letter-spacing: 0.005em;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #F94C43;
}
body.catalog-product-view span.old-price span.price-label {
  display: none !important;
}
body.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 16px;
}
body.catalog-product-view .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  border: 1px solid #284991;
}
body.catalog-product-view .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  border: none !important;
  padding: 0;
}
body.catalog-product-view .fotorama__thumb-border {
  margin-top: 0;
}
body.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0;
  height: 80px;
  margin-right: 16px;
}
body.catalog-product-view .fotorama__thumb-border {
  display: none;
}
body.catalog-product-view .sidebar-additional {
  padding-left: 24px;
  clear: right;
}
body.catalog-product-view .sidebar .custom-block {
  padding: 0;
}
body.catalog-product-view .sidebar .custom-block {
  margin-bottom: 22px;
}
body.catalog-product-view .page-title-wrapper.product {
  order: 1;
  width: 100%;
}
body.catalog-product-view .product-reviews-summary {
  order: 2;
}
body.catalog-product-view .product-info-main .product.overview {
  order: 4;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  width: 100%;
  border: 0;
  padding: 0;
}
body.catalog-product-view .product-info-price {
  order: 3;
}
body.catalog-product-view .product-info-main .product-add-form {
  width: 100%;
  order: 5;
  padding-top: 23px;
}
body.catalog-product-view .product-info-main #mp-wk-block {
  order: 6;
}
body.catalog-product-view .product-info-main div.page-title-wrapper h1 {
  margin-bottom: 7px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #212B36;
  font-family: 'Lora', serif;
  margin-top: 0px;
}
body.catalog-product-view .product-info-main .product.sku .value {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.4px;
  color: #637381;
}
body.catalog-product-view .review-field-ratings .review-field-rating .label {
  display: none;
}
body.catalog-product-view .review-control-vote:before {
  font-size: 20px;
}
body.catalog-product-view .product-info-main .product-info-price {
  display: inline-block;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0;
  border: 0;
}
body.catalog-product-view .product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}
body.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
body.catalog-product-view .product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: unset;
  padding: 0;
  margin: 0;
  padding-top: 18px;
}
body.catalog-product-view .product-info-main .product-info-price .old-price .price-wrapper .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-decoration-line: line-through;
  color: #637381;
}
body.catalog-product-view .product-info-main .product-info-stock-sku {
  display: block !important;
  padding: 0 !important;
  width: 37% !important;
  text-align: right !important;
  float: right;
}
body.catalog-product-view .stock.available span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: uppercase;
}
body.catalog-product-view .stock.available span.label {
  display: none;
}
body.catalog-product-view .breadcrumbs .item:not(:last-child):after {
  margin: 0 3px;
}
body.catalog-product-view .product-info-main .product.sku .type {
  margin-right: 4.5px;
  width: auto;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.4px;
  color: #637381;
}
body.catalog-product-view .product-info-price .p_type {
  padding-bottom: 4px;
  font-weight: bold;
  width: 100%;
  float: none;
  display: inline-block;
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
  margin-top: 17px;
}
body.catalog-product-view .product-info-price .p_type a {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.catalog-product-view .pro_qty p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212B36;
  margin-bottom: 12px;
}
body.catalog-product-view .review-counts {
  order: 3;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.5px;
  color: #284991;
  padding-left: 9px;
  position: relative;
  top: 3px;
}
body.catalog-product-view .product-info-price .price-wrapper {
  padding-top: 0;
}
body.catalog-product-view span.price-label {
  content-visibility: hidden;
}
body.catalog-product-view .product-info-main .fieldset > .field.qty {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 16px;
}
body.catalog-product-view .product-info-main .qty.field .control {
  margin-left: 22px;
}
body.catalog-product-view .product-info-main .fieldset > .field.qty .control input {
  text-align: center;
  width: 60px;
  height: 37px;
  border: none;
  padding: 0;
}
body.catalog-product-view .product-info-main .qty.field .qty-changer > a:first-child {
  right: 3px;
  height: 40px;
  border: 0;
}
body.catalog-product-view .product-info-main .qty.field .qty-changer > a .porto-icon-up-dir:before {
  content: '\f882';
  color: #212B36;
  width: 12px;
  height: 12px;
  font-size: 12px;
}
body.catalog-product-view .product-info-main .qty.field .qty-changer > a {
  height: 43px;
  height: 40px;
  border: 0;
}
body.catalog-product-view .product-info-main .qty.field .qty-changer > a .porto-icon-down-dir:before {
  content: '\f883';
  color: #212B36;
  width: 12px;
  height: 12px;
  font-size: 12px;
}
body.catalog-product-view .box-tocart .action.tocart {
  height: 40px;
  letter-spacing: 0.05em;
  font-weight: 400;
  background: #284991;
  border-radius: 4px;
  width: 164px;
  border: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
body.catalog-product-view .box-tocart .action.tocart:before {
  content: none;
}
body.catalog-product-view .product-info-main .box-tocart .moved-add-to-links {
  margin: 12px 0;
}
body.catalog-product-view .product-info-main .box-tocart {
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}
body.catalog-product-view .wk-seller-block.wk-block.no-display .seller-contactus .ask_que a {
  background: none;
  font-family: Inter;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #284991;
  text-transform: uppercase;
  padding: 0;
}
body.catalog-product-view .Pro_qty p {
  margin-bottom: 15px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.5px;
  color: #212B36;
  margin-bottom: 12px;
}
body.catalog-product-view .Pro_qty {
  order: 6;
}
body.catalog-product-view .wk-block-font-bold-up {
  text-transform: unset;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  width: 100%;
  display: inline-block;
}
body.catalog-product-view .warp-main-top .wrap-block .wk-block-rating {
  margin: 11px 10px 0px 69px;
}
body.catalog-product-view .wk-block-rating {
  background: #7FC347;
  border-radius: 2px;
  width: 40px;
  height: 24px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding: 0;
}
body.catalog-product-view .product-info-main #mp-wk-block {
  order: 6;
  width: 100%;
}
body.catalog-product-view .seller-contactus .ask_que,
body.catalog-product-view .seller-contactus .product_return {
  position: relative;
  top: -14px;
  right: 0;
  width: 100%;
  display: inline-block;
  float: right;
  text-align: right;
  padding: 0;
}
body.catalog-product-view .warp-main-top .product_return p,
body.catalog-product-view .warp-main-top .product_return1 p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381 !important;
}
body.catalog-product-view .wk-block-title-css a {
  text-decoration: none;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}
body.catalog-product-view .sidebar-title {
  padding: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
}
body.catalog-product-view .sidebar .owl-top-narrow .owl-theme .owl-controls {
  top: -47px;
  right: 0px;
}
body.catalog-product-view .owl-prev {
  margin-right: 12px !important;
}
body.catalog-product-view .owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: #F3F7FA;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
body.catalog-product-view .sidebar .owl-top-narrow .owl-theme .owl-controls .owl-nav div *:before {
  color: #212B36;
  top: 2px;
  position: relative;
}
body.catalog-product-view .sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  max-width: 33%;
  margin-right: 10px;
  width: 80px;
}
body.catalog-product-view .sidebar .product-items .product-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: auto;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #212B36;
  margin-bottom: 8px;
}
body.catalog-product-view .sidebar strong.product.name.product-item-name {
  min-height: auto;
}
body.catalog-product-view .sidebar .special-price .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #F94C43;
}
body.catalog-product-view .sidebar .old-price span.price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: initial;
  letter-spacing: 0.5px;
  text-decoration-line: line-through;
  color: #637381;
  display: inline-block;
}
body.catalog-product-view .product.info.detailed {
  clear: both;
  margin-bottom: 107px;
  margin-top: 34px;
  padding-top: 38px;
}
body.catalog-product-view .sidebar .special-price {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
body.catalog-product-view .sidebar .product-items .price-box {
  display: -webkit-box;
  margin: 3px 0;
}
body.catalog-product-view .product.data.items > .item.title.active > .switch,
body.catalog-product-view .product.data.items > .item.title.active > .switch:focus,
body.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
  position: relative;
  border-bottom: #284991 solid 2px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
  text-align: center;
  width: auto;
}
body.catalog-product-view .product.data.items > .item.title > .switch {
  background: none;
  padding: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #637381;
  text-transform: capitalize;
  border: none;
  border-radius: 0;
  width: auto;
  text-align: center;
}
body.catalog-product-view .product.data.items > .item.content {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  padding: 17px 0 0;
  margin-top: 45px;
}
body.catalog-product-view #product-attribute-specs-table tr th.col.label {
  text-transform: capitalize;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #637381;
  padding: 4px 0;
}
body.catalog-product-view td.col.data {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.catalog-product-view .data.switch .counter {
  color: #c1c1c1;
  display: none;
}
body.catalog-product-view .wk-auction-bids-record-box a#tab-label-automatic-bid-record-title {
  width: 150px;
}
body.catalog-product-view div#popup-modal-review .block.review-add {
  display: block;
}
body.catalog-product-view .block.block-reorder {
  display: none;
}
body.catalog-product-view .review-form .action.submit.primary {
  border: none;
  background: #284991;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
body.catalog-product-view .review-field-ratings .review-field-rating .label {
  padding-right: 9px;
  padding-top: 0;
}
body.catalog-product-view .review-form .action.submit.primary:hover {
  border: none;
  background: #284991;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
body.catalog-product-view button#review {
  float: right;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  width: 164px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  background: none;
}
body.catalog-product-view div#product-review-container .product-reviews-summary {
  margin: 0;
}
body.catalog-product-view div#product-review-container .rating-summary {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
body.catalog-product-view .ratcount {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.15px;
  color: #212B36;
  padding-left: 5px;
}
body.catalog-product-view .rexiw-star-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
body.catalog-product-view .rexiw-star-date .rating-summary.item {
  margin: 0;
}
body.catalog-product-view time.review-details-value {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.catalog-product-view .review-main-contnt .review-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  margin-bottom: 8px;
}
body.catalog-product-view .review-content {
  margin-bottom: 11px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}
body.catalog-product-view strong.review-details-value {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.catalog-product-view .review-item {
  padding: 40px 0;
  border: 0;
  padding-bottom: 0;
}
body.catalog-product-view .toolbar.review-toolbar {
  display: none;
}
body.catalog-product-view div#viewall {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #284991;
  margin-top: 27px;
  text-transform: uppercase;
  cursor: pointer;
}
body.catalog-product-view .breadcrumbs strong {
  font-weight: normal;
}
body.catalog-product-view .review-control-vote label:before {
  font-size: 20px;
}
body.checkout-index-index .lefttop-he {
  display: none;
}
body.checkout-index-index .header.panel > .header.links > li.welcome span {
  display: none;
}
body.checkout-index-index .header.panel > .header.links li.customer-welcome {
  display: none;
}
body.checkout-index-index .page-header.type16 .header.panel > .header.links li:nth-child(3) {
  display: none;
}
body.checkout-index-index .page-header.type16 .header.panel > .header.links li:nth-child(4) {
  display: none;
}
body.checkout-index-index .page-header.type16 .header.panel > .header.links li:nth-child(5) {
  display: none;
}
body.checkout-index-index header.page-header .header.content .custom-block {
  display: none;
}
body.checkout-index-index header.page-header .header.content .minicart-wrapper {
  display: none;
}
body.checkout-index-index header.page-header .header.panel > .header.links li.link.authorization-link {
  border-right: 0 !important;
  position: absolute;
  top: 40%;
  right: 18%;
  z-index: 9999999;
}
body.checkout-index-index div#footer-custom {
  display: none;
}
body.checkout-index-index .footer-middle {
  padding: 13px 0;
}
body.checkout-index-index ul.opc-progress-bar {
  display: none;
}
body.checkout-index-index .sections.nav-sections {
  display: none;
}
body.checkout-index-index .page-title-wrapper {
  overflow: inherit;
  position: inherit;
  width: 100%;
  display: inline-block;
}
body.checkout-index-index .page-wrapper .page-main {
  margin-top: 28px;
}
body.checkout-index-index .page-main > .page-title-wrapper .page-title {
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
body.checkout-index-index .opc-wrapper .step-title {
  border-bottom: none;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
  border-top: 1px solid #cccccc;
  padding-top: 24px;
  margin-top: 24px;
  padding-bottom: 18px;
}
body.checkout-index-index .opc-wrapper .form-login,
body.checkout-index-index .opc-wrapper .form-shipping-address {
  margin-top: 0;
  margin-bottom: 0;
}
body.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
body.checkout-index-index .checkout-shipping-method {
  position: relative;
  width: 100%;
  display: inline-block;
}
body.checkout-index-index .error-msg {
  color: #D8000C;
  background-color: #FFBABA;
  width: 100%;
  display: inline-block;
}
body.checkout-index-index .field {
  width: 50%;
  float: left;
  padding: 0 20px;
}
body.checkout-index-index fieldset.field.street.admin__control-fields.required .field._required {
  width: 100%;
  padding: 0;
}
body.checkout-index-index fieldset.field.street.admin__control-fields.required {
  width: 100%;
}
body.checkout-index-index div#shipping-new-address-form {
  width: 100%;
  margin: 0 -20px;
  display: block;
}
body.checkout-index-index .opc-wrapper .form-login .fieldset .field .label,
body.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
body.checkout-index-index fieldset.field.street.admin__control-fields.required .field._required span {
  content-visibility: hidden;
  opacity: 0;
  display: none;
}
body.checkout-index-index fieldset.field.street.admin__control-fields.required .field._required input {
  width: 100%;
}
body.checkout-index-index input[type="text"],
body.checkout-index-index input[type="password"],
body.checkout-index-index input[type="url"],
body.checkout-index-index input[type="tel"],
body.checkout-index-index input[type="search"],
body.checkout-index-index input[type="number"],
body.checkout-index-index input[type*="date"],
body.checkout-index-index input[type="email"],
body.checkout-index-index select {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 352px;
  height: 40px;
}
body.checkout-index-index span#tooltip {
  display: none;
}
body.checkout-index-index .abs-field-tooltip input,
body.checkout-index-index .field .control._with-tooltip input,
body.checkout-index-index .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
}
body.checkout-index-index .fieldset > .field.required > .label:after,
body.checkout-index-index .fieldset > .fields > .field.required > .label:after,
body.checkout-index-index .fieldset > .field._required > .label:after,
body.checkout-index-index .fieldset > .fields > .field._required > .label:after {
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
body.checkout-index-index table.table-checkout-shipping-method.magcheckshipp span.price {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.checkout-index-index .table-checkout-shipping-method tbody td.col.col-method {
  max-width: 20%;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.checkout-index-index .table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary {
  margin: 0;
  background: #284991;
  border-radius: 4px;
  border: 0;
  width: 164px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  margin-top: 26px;
}
body.checkout-index-index .opc-block-summary {
  padding: 18px 24px;
  border: none;
  border-radius: inherit;
  margin-bottom: 30px;
  background: #F3F7FA;
  padding-bottom: 0px;
}
body.checkout-index-index .opc-block-summary > .title {
  display: block;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
}
body.checkout-index-index .opc-block-summary .items-in-cart > .title strong {
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
}
body.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  top: 15px;
}
body.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  display: inline-block;
  margin: 0;
  width: 100%;
}
body.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
  display: inline-block;
  padding-right: 0;
  text-align: left;
  width: 100%;
}
body.checkout-index-index .minicart-items .product-item-name {
  margin: 0 0 9px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #212B36;
}
body.checkout-index-index .minicart-items .product-item-details .details-qty {
  margin-top: 9px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #212B36;
  margin-bottom: 9px;
}
body.checkout-index-index .opc-block-summary .product-item .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}
body.checkout-index-index hr {
  display: none;
}
body.checkout-index-index .items.payment-methods.magneto .step-title {
  padding: 0;
  margin: 0;
  text-align: left;
  float: left;
  width: 100%;
}
body.checkout-index-index br {
  display: none;
}
body.checkout-index-index .items.payment-methods.magneto .step-title {
  padding: 0;
  margin: 0;
  text-align: left;
  float: left;
  width: 100%;
  padding-top: 24px;
}
body.checkout-index-index body.checkout-index-index .page-main > .page-title-wrapper .page-title {
  margin: 0;
  padding: 0;
}
body.checkout-index-index body.checkout-index-index .payment-method-title.field.choice {
  width: 100%;
  float: left;
  border: 0;
  padding: 0;
  margin-top: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.checkout-index-index .billing-address-same-as-shipping-block.field.choice {
  width: 100%;
  padding: 0;
  padding-top: 15px;
}
body.checkout-index-index div#wk-bodymain {
  display: none !important;
}
body.checkout-index-index button.action.primary.checkout {
  background: #284991;
  width: 160px;
  height: 40px;
  border: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  border-radius: 4px;
}
body.checkout-index-index .payment-method-title.field.choice {
  width: 100%;
  border: 0;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}
body.checkout-index-index .checkout-payment-method .field-select-billing,
body.checkout-index-index .checkout-payment-method .billing-address-form {
  max-width: 100%;
}
body.checkout-index-index .checkout-payment-method .payment-method-billing-address fieldset.field.street.admin__control-fields.required {
  padding-right: 0;
}
body.checkout-index-index .checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
  background: #284991;
  width: 160px;
  height: 40px;
  border: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  border-radius: 4px;
}
body.checkout-index-index tr.grand.totals .table > tbody > tr > th,
body.checkout-index-index .table > tbody > tr > td {
  border-top: 0;
}
body.checkout-index-index table > thead > tr > th,
body.checkout-index-index table > tbody > tr > th,
body.checkout-index-index table > tfoot > tr > th,
body.checkout-index-index table > thead > tr > td,
body.checkout-index-index table > tbody > tr > td,
body.checkout-index-index table > tfoot > tr > td {
  padding: 6px 0;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.checkout-index-index .opc-block-summary .mark .value {
  color: #999999;
  display: block;
  margin-top: 10px;
}
body.checkout-index-index tr.grand.totals th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  padding: 13px 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}
body.checkout-index-index tr.grand.totals td.amount {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  padding: 13px 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}
body.checkout-index-index tr.totals.sub th.mark {
  padding-top: 10px;
}
body.checkout-index-index tr.totals.sub td.amount {
  padding-top: 10px;
}
body.checkout-index-index .opc-block-summary table > tbody > tr > td {
  text-align: right;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
  padding-bottom: 18px;
}
body.checkout-index-index .shipping-information button.action.action-edit:before {
  content: none;
}
body.checkout-index-index .shipping-information button.action.action-edit {
  color: #fff;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #284991;
  background: none;
  border: none;
  text-transform: uppercase;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body.checkout-index-index .table > tbody > tr > th,
body.checkout-index-index .table > tbody > tr > td {
  border-top: none;
}
body.checkout-index-index body.checkout-index-index .field.addresses {
  width: 100%;
  padding: 0;
}
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type="text"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type="password"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type="url"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type="tel"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type="search"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type="number"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type*="date"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content input[type="email"],
body.checkout-index-index .modal-popup._inner-scroll .modal-content select {
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide .modal-footer {
  margin-top: 15px;
}
body.checkout-index-index .opc-wrapper .shipping-address-item {
  width: 33.33333333%;
  border: 1px solid #ccc;
  margin: 0 12px;
  box-sizing: border-box;
  min-height: 220px;
}
body.checkout-index-index button.action.edit-address-link {
  width: 100%;
  display: inline-block;
  text-align: left;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
  min-height: 220px;
}
body.checkout-index-index .opc-wrapper .action-select-shipping-item {
  float: left;
  margin: 0;
  background: #284991;
  border-radius: 4px;
  border: 0;
  width: 164px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
body.checkout-index-index button.action.edit-address-link {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin: 0px;
}
body.checkout-index-index .field.addresses {
  width: 100%;
  padding: 0;
}
body.checkout-index-index button.action.action-show-popup {
  float: left;
  margin: 0;
  background: #284991;
  border-radius: 4px;
  border: 0;
  width: 164px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 15px;
}
body.checkout-index-index .modal-inner-wrap .field {
  width: 100%;
  padding: 0;
}
body.checkout-index-index .modal-inner-wrap div#shipping-new-address-form {
  width: 100%;
  margin: 0;
  display: block;
}
body.checkout-index-index button.action.primary.action-save-address {
  float: left;
  margin: 0;
  background: #284991;
  border-radius: 4px;
  border: 0;
  width: 164px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
body.checkout-index-index .opc-wrapper .shipping-address-item:before {
  content: none;
}
body.checkout-index-index .opc-wrapper .shipping-address-items {
  font-size: 0;
  margin: 0 -12px;
  display: flex;
}
.checkout-onepage-success .page-wrapper .page-main {
  margin-top: 80px;
}
.checkout-onepage-success .thankyou {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #212B36;
  margin-top: 36px;
  margin-bottom: 14px;
}
.checkout-onepage-success .checkoute-success {
  text-align: center;
}
.checkout-onepage-success .checkoute-success p a.order-number {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #212B36;
}
.checkout-onepage-success b {
  font-weight: 500;
}
.checkout-onepage-success strong {
  font-weight: 500;
}
.checkout-onepage-success a.order-number:after {
  content: '';
  width: 196px;
  background: #CCCCCC;
  height: 1px;
  text-align: center;
  margin: 0 auto;
  display: grid;
  position: relative;
  top: 17px;
}
.checkout-onepage-success p.order-no {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #212B36;
  margin-bottom: 24px;
}
.checkout-onepage-success p.emil-msg {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #212B36;
  margin-bottom: 8px;
}
.checkout-onepage-success p.contact-msg {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #212B36;
  margin-bottom: 34px;
}
.checkout-onepage-success .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.checkout-onepage-success a.action.primary.continue {
  width: 352px;
  height: 40px;
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  padding: 0;
}
.checkout-onepage-success .lefttop-he {
  display: none;
}
.checkout-onepage-success .header.panel .header.links li.welcome span {
  display: none;
}
.checkout-onepage-success .header.panel .header.links li.customer-welcome {
  display: none;
}
.checkout-onepage-success .page-header.type16 .header.panel .header.links li:nth-child(3) {
  display: none;
}
.checkout-onepage-success .page-header.type16 .header.panel .header.links li:nth-child(4) {
  display: none;
}
.checkout-onepage-success .page-header.type16 .header.panel .header.links li:nth-child(5) {
  display: none;
}
.checkout-onepage-success header.page-header .header.content .custom-block {
  display: none;
}
.checkout-onepage-success header.page-header .header.content .minicart-wrapper {
  display: none;
}
.checkout-onepage-success .sections.nav-sections {
  display: none;
}
.checkout-onepage-success .footer-middle {
  padding: 13px 0;
}
.checkout-onepage-success .footer-middle .row {
  display: none;
}
.checkout-onepage-success div#footer-custom {
  display: none;
}
.checkout-onepage-success .columns .column.main {
  padding-bottom: 152px;
}
.checkout-onepage-success header.page-header .header.panel > .header.links li.link.authorization-link {
  border-right: 0 !important;
  position: absolute;
  top: 40%;
  right: 18%;
  z-index: 9999999;
}
.checkout-onepage-success .block.block-search {
  display: none;
}
.checkout-cart-index .page-wrapper .page-main {
  margin-top: 28px;
}
.checkout-cart-index .page-main > .page-title-wrapper .page-title {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  margin: 0px;
}
.checkout-cart-index .table-wrapper {
  margin-bottom: 16px;
  margin-top: 24px;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
  padding-top: 8px;
  border-top: 1px solid #cccc;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col.subtotal {
  text-align: right;
}
.checkout-cart-index .cart.table-wrapper .product-image-container {
  border: none;
  padding: 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  padding-right: 16px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  padding: 0;
  vertical-align: top;
}
.checkout-cart-index .checkout-cart-index .cart.table-wrapper .product-item-name {
  margin-top: 0;
  min-height: auto;
}
.checkout-cart-index .cart.table-wrapper .product-item-name > a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.checkout-cart-index tr.item-actions {
  position: absolute;
  top: auto;
  bottom: 25px;
  right: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 0;
  position: relative;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 20px 8px 23px 0;
}
.checkout-cart-index .wk-seller-block.wk-block {
  position: absolute;
  bottom: 28px;
}
.checkout-cart-index span.wk-block-font-bold-up {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}
.checkout-cart-index span.wk-block-title-css a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #284991;
}
.checkout-cart-index .cart.table-wrapper .col {
  vertical-align: top;
}
.checkout-cart-index .cart.table-wrapper .col.price,
.checkout-cart-index .cart.table-wrapper .col.subtotal,
.checkout-cart-index .cart.table-wrapper .col.msrp {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  padding-top: 28px;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal .price-excluding-tax {
  text-align: right;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal .price-excluding-tax .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  text-align: right;
}
.checkout-cart-index .action.towishlist:before {
  content: none;
}
.checkout-cart-index .cart.table-wrapper .action {
  margin-right: 24px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #284991;
  text-transform: uppercase;
}
.checkout-cart-index a.action.action-edit {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1px;
  color: #284991;
  margin: 0px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: none;
}
.checkout-cart-index .cart-container .form-cart {
  margin-right: 64px;
  position: relative;
  max-width: 808px;
  padding-right: 0px;
  margin-bottom: 38px;
}
.checkout-cart-index .cart-summary {
  max-width: 352px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  vertical-align: top;
}
.checkout-cart-index .cart.table-wrapper .col.price .price-excluding-tax .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
}
.checkout-cart-index button.action.update {
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  background: none;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  width: 160px;
  height: 40px;
  text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal {
  padding-right: 0;
}
.checkout-cart-index .control.qty {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 104px;
  height: 40px;
}
.checkout-cart-index i.porto-icon-down-dir {
  width: 24px;
  height: 24px;
}
.checkout-cart-index .porto-icon-down-dir:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/minus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 7px;
}
.checkout-cart-index .porto-icon-up-dir:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_US/images/plus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 7px;
}
.checkout-cart-index i.porto-icon-up-dir {
  width: 24px;
  height: 24px;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  width: 40px;
  border: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  height: auto;
  line-height: 38px;
}
.checkout-cart-index .cart-summary .block .fieldset .field:not(.choice) > .label {
  box-sizing: content-box;
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 8px;
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
.checkout-cart-index .select {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.checkout-cart-index input[type="text"],
.checkout-cart-index body input[type="password"],
.checkout-cart-index body input[type="url"],
.checkout-cart-index body input[type="tel"],
.checkout-cart-index body input[type="search"],
.checkout-cart-index body input[type="number"],
.checkout-cart-index body input[type="datetime"],
.checkout-cart-index body input[type="email"] {
  border-radius: 4px;
}
.checkout-cart-index a.qty-dec {
  float: left;
}
.checkout-cart-index a.qty-inc {
  float: right;
}
.checkout-cart-index div#wk-bodymain {
  margin-bottom: 0px !important;
}
.checkout-cart-index fieldset.fieldset.info.wk-mp-fieldset.magnetosellerpostion legend.legend {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.checkout-cart-index .cart-discount .coupon_container .label {
  margin-bottom: 8px;
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
.checkout-cart-index select#select_coupon {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 352px;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.checkout-cart-index .coupon_container {
  margin-bottom: 16px;
}
.checkout-cart-index .cart-discount .coupon_entry_field .label {
  margin-bottom: 8px;
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
.checkout-cart-index button#apply_coupon {
  background: #284991;
  border-radius: 4px;
  border: 0;
  width: 352px;
  height: 40px;
  margin-top: 12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.checkout-cart-index .column.main {
  margin-bottom: 64px;
}
.checkout-cart-index input#seller_coupon {
  width: 352px;
  height: 40px;
  border-radius: 4px;
}
.checkout-cart-index .cart-summary {
  max-width: 352px;
  background: #F3F7FA;
  border: 0;
  margin-top: 20px;
  padding: 18px 24px 24px 24px;
}
.checkout-cart-index strong.summary.title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
  padding: 0;
  margin-top: 0;
  margin-bottom: 18px;
}
.checkout-cart-index strong#block-shipping-heading {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36 !important;
  text-transform: capitalize;
}
.checkout-cart-index .cart-summary .table-wrapper {
  margin-top: 0;
}
.checkout-cart-index .cart-totals tbody .mark,
.checkout-cart-index .cart-totals tfoot .mark {
  text-align: left;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  padding-bottom: 0px;
}
.checkout-cart-index .abs-sidebar-totals tbody .amount,
.checkout-cart-index .abs-sidebar-totals tfoot .amount,
.checkout-cart-index .cart-totals tbody .amount,
.checkout-cart-index .cart-totals tfoot .amount,
.checkout-cart-index .cart-totals tbody .amount,
.checkout-cart-index .cart-totals tfoot .amount {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.25px;
  color: #212B36;
}
.checkout-cart-index .abs-sidebar-totals .grand strong,
.checkout-cart-index .cart-totals .grand strong,
.checkout-cart-index .cart-totals .grand strong {
  display: inline-block;
  padding: 3px 0 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}
.checkout-cart-index .abs-sidebar-totals tbody tr:last-child td,
.checkout-cart-index .cart-totals tbody tr:last-child td,
.checkout-cart-index .cart-totals tbody tr:last-child td {
  padding-bottom: 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items {
  margin-top: 0;
}
.checkout-cart-index button.action.primary.checkout {
  background: #284991;
  border-radius: 4px;
  border: 0;
  height: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
.checkout-cart-index a.action.multicheckout {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #284991;
  text-transform: uppercase;
}
.checkout-cart-index .cart-summary .block .content {
  padding: 0;
}
.checkout-cart-index button.action.primary.checkout {
  margin-bottom: 16px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  margin-bottom: 0;
}
body.checkout-index-index .opc-wrapper {
  margin: 0;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #284991;
  min-height: 220px;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #284991;
}
body.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
body.checkout-index-index .opc-wrapper .step-title {
  margin-top: 17px;
}
body.checkout-index-index .table-checkout-shipping-method tbody td.col.col-price {
  max-width: 15%;
}
body.checkout-index-index .table-checkout-shipping-method tbody td.col.col-method:first-child {
  max-width: 5%;
}
body.checkout-index-index .modal-popup .modal-header,
body.checkout-index-index .modal-popup .modal-content,
body.checkout-index-index .modal-popup .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}
body.checkout-index-index .modal-popup .modal-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
}
body.checkout-index-index .opc-sidebar {
  margin: 16px 0 0 0;
}
body.checkout-index-index .checkout-container {
  margin: 0;
}
body.checkout-index-index .columns .column.main {
  padding-bottom: 64px;
}
body.checkout-index-index label.label {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
body.checkout-index-index .modal-popup .fieldset .field .label {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}
body.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  float: left;
  margin-left: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #284991;
}
body.checkout-index-index .modal-popup .action-close:before {
  color: #284991;
}
body.checkout-index-index input[type=checkbox] {
  margin-top: 0;
  position: relative !important;
  top: 5px;
}
body.checkout-index-index .modal-slide .action-close:before {
  color: #284991;
}
body.checkout-index-index input[type=radio] {
  position: relative;
  top: 6px;
}
body.checkout-index-index .table-checkout-shipping-method tbody td.col.col-method:first-child input.radio {
  top: 0;
}
.account ul.amblog-tabs-block.-title {
  border: 0;
}
.account .wk-mp-design .fieldset .legend {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
.account .back-link a {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}
body a,
body a:hover,
body .page-header a,
body .page-header a:hover,
body .page-header .panel.header .header.links > li > a,
body .minicart-wrapper .action.showcart:before,
body .minicart-wrapper .action.showcart.active:before,
body .owl-theme .owl-controls .owl-nav [class*=owl-],
body .recent-posts .post-date .day,
body .minicart-wrapper .action.showcart:hover:before,
body .minicart-wrapper .action.showcart:active:before,
body .minicart-wrapper .action.showcart.active:before,
body .minicart-wrapper .action.showcart.active:hover:before,
body .sorter-action:before,
body .pages a.page,
body .pages a.page,
body .sorter-action:hover:before,
body .product-options-bottom .price-box .price-container .price,
body .product-info-price .price-box .price-container .price,
body .product-info-main .product-info-price .price-wrapper .price,
body .product.data.items > .item.title.active > .switch,
body .product.data.items > .item.title.active > .switch:focus,
body .product.data.items > .item.title.active > .switch:hover,
body .minicart-items .action.edit:before,
body .minicart-items .action.delete:before,
body .page-main > .page-title-wrapper .page-title,
body .cart.table-wrapper .product-item-name > a,
body .cart.table-wrapper .product-item-name > a:hover,
body .cart.table-wrapper .col.subtotal .price,
body .cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
body .cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
body .cart.table-wrapper .actions-toolbar > .action-edit:before,
body .cart.table-wrapper .actions-toolbar > .action-delete:before,
body .paypal-review-discount .block > .title strong,
body .cart-discount .block > .title strong,
body .minicart-items .action.edit:hover:before,
body .minicart-items .action.delete:hover:before,
body .authentication-wrapper button.action-auth-toggle,
body .modal-custom .action-close:before,
body .modal-popup .action-close:before,
body .modal-slide .action-close:before,
body .abs-action-button-as-link:hover,
body .abs-action-remove:hover,
body .abs-discount-block .action.check:hover,
body .popup .actions-toolbar .action.cancel:hover,
body .paypal-button-widget .paypal-button:hover,
body .bundle-options-container .action.back:hover,
body .block.related .action.select:hover,
body .cart.table-wrapper .actions-toolbar > .action-delete:hover,
body .cart.table-wrapper .action.help.map:hover,
body .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
body .opc-wrapper .edit-address-link:hover,
body .opc-block-shipping-information .shipping-information-title .action-edit:hover,
body .action-auth-toggle:hover,
body .checkout-payment-method .payment-method-billing-address .action-cancel:hover,
body .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
body .checkout-agreements-block .action-show:hover,
body .gift-options .actions-toolbar .action-cancel:hover,
body .gift-summary .action-edit:hover,
body .gift-summary .action-delete:hover,
body .gift-wrapping-title .action-remove:hover,
body .wishlist.split.button > .action:hover,
body .abs-add-fields .action.remove:hover,
body .paypal-review-discount .action.check:hover,
body .cart-discount .action.check:hover,
body .form-giftregistry-share .action.remove:hover,
body .form-giftregistry-edit .action.remove:hover,
body .form-add-invitations .action.remove:hover,
body .form-create-return .action.remove:hover,
body .form.send.friend .action.remove:hover,
body .opc-progress-bar-item._complete > span,
body .checkout-payment-method .payment-option-title .action-toggle,
body .checkout-payment-method .payment-option-title .action-toggle:after,
body .opc-block-shipping-information .shipping-information-title .action-edit:before,
body .opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
body .block-collapsible-nav .item.current a,
body .block-collapsible-nav .item.current strong,
body .block-collapsible-nav .item a:hover,
body .block-collapsible-nav .item a:active,
body .block-collapsible-nav .item a:focus,
body .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
body .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
body .magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
body .account .page-main .page-title-wrapper .page-title,
body [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
body .sales-guest-view .page-main .page-title-wrapper .page-title,
body .magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
body .fieldset > .legend,
body p .alternative-font,
body .entry-content h3,
body .history h4,
body .nav-toggle:before,
body .block-search .label:before,
body .nav-toggle:hover:before,
body .block-search .label:hover:before,
body .fotorama .fotorama-sprite,
body .fotorama__fullscreen .fotorama .fotorama__zoom-out,
body .fotorama__fullscreen .fotorama .fotorama__zoom-in,
body .fotorama .fotorama__arr .fotorama__arr__arr,
body .fotorama .fotorama__fullscreen-icon,
body .fotorama .fotorama__thumb__arr,
body .page-header.type5 .search-area > a,
body .page-header.type5 .search-area > a:hover,
body .page-header.type5 .minicart-wrapper .action.showcart:before,
body .page-header.type5 .minicart-wrapper .action.showcart.active:before,
body .page-header.type5:not(.header-newskin) .minicart-wrapper .action.showcart .counter.qty,
body .page-header.type5 .block-search .action.search:before,
body .block-search .action.search:before,
body .filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch,
body .page-header.type7 .minicart-wrapper .action.showcart .counter.qty,
body .qty.field .qty-changer > a:hover,
body .post-holder .post-date .day,
body .widget.block-recent-posts ul li a,
body .post-list .post-content .post-read-more,
body .post-header .post-title a,
body a:visited,
body .alink:visited,
body a:active,
body .alink:active,
body .block-category-event > div.event-desc,
body .block-category-event .event-ticker .dates > div > span.desc,
body #ln_slider_price .ui-slider-handle,
body .table.grouped .price-box .price,
body .abs-action-remove,
body .abs-discount-block .action.check,
body .popup .actions-toolbar .action.cancel,
body .paypal-button-widget .paypal-button,
body .bundle-options-container .action.back,
body .block.related .action.select,
body .cart.table-wrapper .actions-toolbar > .action-delete,
body .cart.table-wrapper .action.help.map,
body .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
body .opc-wrapper .edit-address-link,
body .opc-block-shipping-information .shipping-information-title .action-edit,
body .action-auth-toggle,
body .checkout-payment-method .payment-method-billing-address .action-cancel,
body .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
body .checkout-agreements-block .action-show,
body .gift-options .actions-toolbar .action-cancel,
body .gift-summary .action-edit,
body .gift-summary .action-delete,
body .gift-wrapping-title .action-remove,
body .wishlist.split.button > .action,
body .abs-add-fields .action.remove,
body .paypal-review-discount .action.check,
body .cart-discount .action.check,
body .form-giftregistry-share .action.remove,
body .form-giftregistry-edit .action.remove,
body .form-add-invitations .action.remove,
body .form-create-return .action.remove,
body .form.send.friend .action.remove,
body .minicart-items .product-item-name a,
body .abs-action-remove:hover,
body .abs-add-fields .action.remove:hover,
body .abs-add-fields .action.remove,
body .abs-discount-block .action.check:hover,
body .popup .actions-toolbar .action.cancel:hover,
body .paypal-button-widget .paypal-button:hover,
body .paypal-review-discount .action.check:hover,
body .paypal-review-discount .action.check,
body .bundle-options-container .action.back:hover,
body .block.related .action.select:hover,
body .cart.table-wrapper .actions-toolbar > .action-delete:hover,
body .cart.table-wrapper .action.help.map:hover,
body .cart-discount .action.check:hover,
body .cart-discount .action.check,
body .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
body .opc-wrapper .edit-address-link:hover,
body .action-auth-toggle:hover,
body .checkout-payment-method .payment-method-billing-address .action-cancel:hover,
body .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
body .checkout-agreements-block .action-show:hover,
body .gift-options .actions-toolbar .action-cancel:hover,
body .form-giftregistry-share .action.remove:hover,
body .form-giftregistry-share .action.remove,
body .form-giftregistry-edit .action.remove:hover,
body .form-giftregistry-edit .action.remove,
body .form-add-invitations .action.remove:hover,
body .form-add-invitations .action.remove,
body .form-create-return .action.remove:hover,
body .form-create-return .action.remove,
body .form.send.friend .action.remove:hover,
body .form.send.friend .action.remove,
body .abs-add-fields .action.remove:hover,
body .paypal-review-discount .action.check:hover,
body .cart-discount .action.check:hover,
body .form-giftregistry-share .action.remove:hover,
body .form-giftregistry-share .action.remove,
body .form-giftregistry-edit .action.remove:hover,
body .form-giftregistry-edit .action.remove,
body .form-add-invitations .action.remove:hover,
body .form-add-invitations .action.remove,
body .form-create-return .action.remove:hover,
body .form-create-return .action.remove,
body .form.send.friend .action.remove:hover,
body .form.send.friend .action.remove,
body .form-giftregistry-share .action.remove:hover,
body .form-giftregistry-edit .action.remove:hover,
body .form-add-invitations .action.remove:hover,
body .form-create-return .action.remove:hover,
body .form.send.friend .action.remove:hover {
  color: #284991;
}
body .modal-popup .action-close:before,
body .modal-slide .action-close:before {
  color: #212B81;
}
body a.action.action-delete:hover {
  color: #284991 !important;
}
body .side-list .price-container .price {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: initial;
  letter-spacing: 0.5px;
  color: #637381;
  display: inline-block;
}
body .product-info-main .box-collateral .input-box.auto-bid {
  margin-top: 20px !important;
}
body img.img-responsive {
  width: 100%;
}
body .message.success {
  background: #3EB658;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
body .message.success a {
  color: #FFFFFF;
}
body .message.success > *:first-child:before {
  content: none;
}
body.catalog-product-view[data-mage-init] {
  position: relative;
}
body.catalog-product-view[data-mage-init]::before {
  content: '';
  background-color: #fff;
  background-image: url(../../frontend/Smartwave/porto/en_US/images/loader.gif);
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-position: center center;
}
input#seller_coupon::placeholder {
  text-transform: capitalize;
}
body.checkout-index-index .opc-wrapper .shipping-address-item {
  width: 50%;
  border: 1px solid #ccc;
  margin: 0 12px;
  box-sizing: border-box;
  min-height: 220px;
  display: inline-block;
}
body.checkout-index-index .opc-wrapper .shipping-address-item a {
  width: 100%;
  display: inline-block;
  color: #284991;
}
body.checkout-index-index .opc-wrapper .action-select-shipping-item:hover {
  background: #212B81;
}
body.checkout-index-index .modal-popup .modal-inner-wrap {
  left: 58%;
}
body.checkout-index-index button.action.action-show-popup:hover {
  background: #212B81;
}
body.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary:hover {
  background: #212B81;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information-content a {
  color: #284991;
}
body.checkout-index-index button.action.primary.checkout:hover {
  background: #212B81;
}
body.checkout-index-index button.action.primary.action-save-address:hover {
  background: #212B81;
}
body.catalog-category-view button.action.primary:hover {
  background: #212B81;
}
body.catalog-category-view a.action.primary.auto-bid-show:hover {
  background: #212B81;
}
body.catalog-product-view .box-tocart .action.tocart:hover {
  background: #212B81;
}
body.catalog-product-view button#add-to-fav-auction:hover {
  background: #284991;
  color: #fff;
}
body.catalog-product-view button#target:hover {
  background: #212B81;
}
body.catalog-product-view button#review:hover {
  background: #284991;
  color: #fff;
}
body.catalog-product-view .review-form .action.submit.primary {
  background: #212B81;
}
.checkout-cart-index button#apply_coupon:hover {
  background: #212B81;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #212B81;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details a {
  color: #284991;
}
.checkout-onepage-success a.action.primary.continue:hover {
  background: #212B81;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  li.item.product.product-item.nth-child-2np1.nth-child-3np1.nth-child-4np1.nth-child-5np1.nth-child-6np1.nth-child-7np1.nth-child-8np1 {
    content-visibility: hidden;
    display: none;
  }
  li.item.product.product-item.nth-child-2n:nth-child(2) {
    content-visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.catalog-category-view .column.main {
    max-width: 984px;
    width: 75%;
  }
  body.catalog-category-view .products-grid .product-item .product-item-inner {
    position: relative;
    visibility: visible;
  }
  .catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    position: relative;
    left: 0;
    top: 5px;
    margin: 0;
    padding-left: 12px;
  }
  .products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
    visibility: visible;
    opacity: 1;
  }
  body.catalog-category-view .products-grid .product-item-details .product-item-actions .tocart {
    border-color: unset;
    background: #284991;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0 12px;
  }
  .products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: -36px;
    visibility: visible;
    opacity: 1;
  }
  body.catalog-category-view .products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    padding: 0;
    box-shadow: none;
  }
  body.catalog-category-view .products-grid .product-items .product-image-photo.default_image {
    max-height: initial !important;
    width: auto;
    height: auto;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    position: relative;
  }
  body.catalog-category-view .products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
    left: auto;
    right: 0;
  }
  body.catalog-category-view .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
    border-color: unset;
    background: #284991;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0 12px;
  }
  body.catalog-product-view .wk-seller-block.wk-block.no-display .seller-contactus .ask_que a {
    font-size: 11px;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-items {
    display: flex;
    flex-wrap: wrap;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-item {
    margin-bottom: 15px;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-item a {
    display: inline-block;
    width: 100%;
  }
  body.checkout-index-index .btm-copy.col-lg-12 .top {
    display: none;
  }
  body.checkout-index-index .page-footer .footer-middle .row:nth-child(2) {
    margin-top: 0px;
  }
  body.checkout-index-index span.action.nav-toggle {
    display: none !important;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-item {
    width: 100%;
  }
  body.checkout-index-index input[type="text"],
  body.checkout-index-index input[type="password"],
  body.checkout-index-index input[type="url"],
  body.checkout-index-index input[type="tel"],
  body.checkout-index-index input[type="search"],
  body.checkout-index-index input[type="number"],
  body.checkout-index-index input[type*="date"],
  body.checkout-index-index input[type="email"],
  body.checkout-index-index select {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart {
    padding-right: 24px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  body.catalog-category-view .limiter .label {
    display: none;
  }
  body.catalog-category-view .toolbar .limiter {
    display: block;
    position: relative;
    margin-left: 0;
  }
  body.catalog-category-view .toolbar .limiter .limiter-text {
    display: none;
  }
  body.catalog-category-view .toolbar .modes {
    margin-left: 0;
  }
  body.catalog-category-view .products-list .product-item-photo {
    height: auto;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: 0;
    left: -12px;
    top: -15px;
    margin: 0;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
    position: absolute;
    right: 0;
    left: 35px;
    top: -15px;
    margin: 0;
  }
  .requested-product {
    margin-top: 40px;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price > span {
    margin-bottom: 0;
  }
  .fotorama__nav.fotorama__nav--thumbs.fotorama__shadows--right {
    width: 100% !important;
  }
  .checkout-cart-index .cart-summary {
    max-width: 100%;
    background: #F3F7FA;
    border: 0;
    margin-top: 20px;
    padding: 18px 24px 24px 24px;
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart {
    margin-right: 0px;
    position: relative;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 38px;
    width: 100%;
  }
  .catalog-category-view .category-description {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body.catalog-category-view .toolbar .modes,
  body.catalogsearch-result-index .toolbar .modes {
    float: right;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    text-align: right;
  }
  body.catalog-category-view .toolbar .limiter,
  body.catalogsearch-result-index .toolbar .limiter {
    display: block;
    position: relative;
    margin-left: 0;
    float: right;
    margin-top: 15px;
  }
  body.catalog-category-view .products-list .product-item-photo,
  body.catalogsearch-result-index .products-list .product-item-photo {
    height: auto;
  }
  body.catalog-category-view .products.wrapper.list.products-list a.action.towishlist.actions-secondary,
  body.catalogsearch-result-index .products.wrapper.list.products-list a.action.towishlist.actions-secondary {
    margin-right: 5px;
  }
  body.catalog-category-view .columns .sidebar.sidebar-main,
  body.catalogsearch-result-index .columns .sidebar.sidebar-main {
    position: relative;
    margin-top: 0;
    max-width: 240px;
    padding-right: 0;
  }
  body.catalog-category-view .sorter-label,
  body.catalogsearch-result-index .sorter-label {
    display: none;
  }
  body.catalog-category-view .toolbar .modes-mode,
  body.catalogsearch-result-index .toolbar .modes-mode {
    float: right;
  }
  li.item.product.product-item.nth-child-2np1.nth-child-3np1.nth-child-4np1.nth-child-5np1.nth-child-6np1.nth-child-7np1.nth-child-8np1 {
    content-visibility: visible;
  }
  li.item.product.product-item.nth-child-2n:nth-child(2) {
    content-visibility: visible;
  }
  body.catalog-category-view .products-grid.columns4 .product-item,
  body.catalogsearch-result-index .products-grid.columns4 .product-item {
    width: 50%;
  }
  body.catalog-category-view ol.products.list.items.product-items,
  body.catalogsearch-result-index ol.products.list.items.product-items {
    margin: 0;
    padding-top: 30px;
  }
  body.catalog-category-view .products-grid.columns4 .product-item,
  body.catalogsearch-result-index .products-grid.columns4 .product-item {
    min-height: 480px;
    margin-bottom: 12px;
  }
  body.catalog-category-view .products-grid .product-item-details .product-item-actions,
  body.catalogsearch-result-index .products-grid .product-item-details .product-item-actions {
    white-space: normal;
    margin: 0;
    width: 100%;
    display: inline-block;
    margin-top: 24px;
  }
  body.catalog-category-view .products-grid.columns4 .product-item,
  body.catalogsearch-result-index .products-grid.columns4 .product-item {
    width: 50%;
    float: left !important;
    padding: 0 12px;
    margin-bottom: 24px;
    min-height: 400px;
  }
  body.catalog-category-view ol.products.list.items.product-items,
  body.catalogsearch-result-index ol.products.list.items.product-items {
    margin: 0;
    padding-top: 30px;
  }
  body.catalog-category-view .products-grid .product-item-details .product-item-actions .actions-primary,
  body.catalogsearch-result-index .products-grid .product-item-details .product-item-actions .actions-primary {
    width: 100%;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist,
  body.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    position: absolute;
  }
  body.catalog-product-view .mp_social_share_float {
    top: 235px;
  }
  body.catalog-product-view .product-info-main {
    width: 100%;
    max-width: 464px;
    display: flex;
    flex-wrap: wrap;
  }
  body.catalog-product-view .product.info.detailed {
    clear: both;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 0;
  }
  body.catalog-product-view .product.data.items > .item.title.active > .switch,
  body.catalog-product-view .product.data.items > .item.title.active > .switch:focus,
  body.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
    text-align: left;
    width: 100%;
  }
  body.catalog-product-view .product.data.items > .item.title > .switch {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    width: 100%;
  }
  body.catalog-product-view .ratcount {
    margin-top: 15px;
    text-align: left;
  }
  body.catalog-product-view .wk-auction-bids-record-box a#tab-label-automatic-bid-record-title {
    width: 100%;
    border: 0;
  }
  body.catalog-product-view .product.media {
    width: 100%;
  }
  body.catalog-product-view .product.data.items > .item.content {
    margin-top: 0;
  }
  body.catalog-product-view .wk-seller-block.wk-block.no-display .seller-contactus {
    width: 100% !important;
    text-align: left;
  }
  body.catalog-product-view .product.data.items {
    border: none;
  }
  body.checkout-index-index .header.content {
    height: auto;
  }
  body.checkout-index-index header.page-header .header.content .mob-login {
    position: absolute;
    right: 15px;
    top: 13px;
    display: inline-block;
  }
  body.checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  body.checkout-index-index button.action.edit-address-link {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 0px;
    position: inherit;
  }
  body.checkout-index-index .opc-wrapper .shipping-address-item {
    margin-bottom: 15px;
    padding: 0 12px;
  }
  body.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin-top: 0;
    width: 100%;
    float: left;
    position: relative;
    opacity: 1;
    min-width: 100%;
    visibility: initial;
    left: 0;
    z-index: 1;
  }
  body.checkout-index-index .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    width: auto;
    box-shadow: none;
    background: transparent;
  }
  body.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide button.action-close {
    display: none;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  body.checkout-index-index .field {
    width: 100%;
    float: left;
    padding: 0;
  }
  body.checkout-index-index input[type="text"],
  body.checkout-index-index input[type="password"],
  body.checkout-index-index input[type="url"],
  body.checkout-index-index input[type="tel"],
  body.checkout-index-index input[type="search"],
  body.checkout-index-index input[type="number"],
  body.checkout-index-index input[type*="date"],
  body.checkout-index-index input[type="email"],
  body.checkout-index-index select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
  }
  body.checkout-index-index .checkout-payment-method .payment-method-billing-address .primary .action-update {
    margin-top: 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: none;
    margin: 0;
    padding: 0;
  }
  body.checkout-index-index .opc-wrapper .step-title {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  body.checkout-index-index .columns .column.main {
    padding-bottom: 0;
  }
  body.checkout-index-index .opc-wrapper .methods-shipping {
    border-bottom: none;
    padding-top: 0;
  }
  body.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary {
    margin-bottom: 24px;
  }
  body.checkout-index-index div#shipping-new-address-form {
    width: 100%;
    margin: 0;
    display: block;
  }
  body.checkout-index-index .opc-block-summary > .title {
    margin-bottom: 0px;
  }
  body.checkout-index-index tr.row.red {
    margin: 0;
  }
  .checkout-success {
    text-align: center;
    margin-top: 24px;
  }
  .checkout-success a.action.primary.continue {
    width: 100%;
  }
  .cart-summary .checkout-methods-items {
    margin: 18px 0 0;
    padding: 0;
    text-align: center;
  }
  .cart-summary .block > .title:after {
    font-size: 30px;
    line-height: 20px;
    color: black;
  }
  .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-summary .checkout-methods-items {
    margin: 18px 0 0;
    padding: 0;
    text-align: center;
  }
  .checkout-cart-index select#select_coupon {
    width: 100%;
  }
  .checkout-cart-index input#seller_coupon {
    width: 100%;
  }
  .checkout-cart-index button#apply_coupon {
    width: 100%;
  }
  .checkout-cart-index .column.main {
    margin-bottom: 0;
  }
  .checkout-cart-index .item iframe,
  .checkout-cart-index .item img {
    width: auto !important;
    height: auto !important;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    position: absolute;
    max-width: 80px;
    max-height: 80px;
  }
  .checkout-cart-index .cart.table-wrapper .product-image-container {
    max-width: 80px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    vertical-align: top;
    padding-left: 110px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    margin-top: 0;
    min-height: auto;
  }
  .checkout-cart-index .wk-seller-block.wk-block {
    position: inherit;
    bottom: 28px;
  }
  .checkout-cart-index tr.item-actions {
    position: inherit;
    top: auto;
    bottom: 10px;
    right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .action {
    margin-right: 0px;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal .price-excluding-tax {
    text-align: center;
  }
  .cart .table.items .col.qty {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #212B36;
    padding: 0;
  }
  .checkout-onepage-success a.action.primary.continue {
    width: 100%;
  }
  .checkout-onepage-success .columns .column.main {
    padding-bottom: 32px;
  }
  body.catalog-category-view .block-title.filter-title strong,
  body.catalogsearch-result-index .block-title.filter-title strong {
    background: #284991 !important;
    border: none !important;
  }
  body.catalog-category-view .filter-title strong:before,
  body.catalogsearch-result-index .filter-title strong:before {
    color: #fff;
  }
  body.catalog-category-view a.action.sorter-action.sort-asc,
  body.catalogsearch-result-index a.action.sorter-action.sort-asc {
    display: none;
  }
  body.catalog-category-view .page-main > .page-title-wrapper .page-title,
  body.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
    margin-bottom: 0px;
  }
  body.catalog-category-view .category-description,
  body.catalogsearch-result-index .category-description {
    margin-bottom: 0;
  }
  body.catalog-category-view .toolbar .modes,
  body.catalogsearch-result-index .toolbar .modes {
    margin-top: 0;
    width: 21%;
    float: left;
  }
  body.catalog-category-view .toolbar .limiter,
  body.catalogsearch-result-index .toolbar .limiter {
    display: none;
  }
  body.catalog-category-view .column.main .products-grid span.special-price,
  body.catalogsearch-result-index .column.main .products-grid span.special-price {
    width: auto;
    text-align: left;
    padding-left: 0;
    float: left;
  }
  body.catalog-category-view .column.main .special-price .price,
  body.catalogsearch-result-index .column.main .special-price .price {
    margin-right: 7px !important;
  }
  body.catalog-category-view .products.wrapper.grid.columns4.products-grid .price-box,
  body.catalogsearch-result-index .products.wrapper.grid.columns4.products-grid .price-box {
    min-height: auto;
  }
  body.catalog-category-view .products-grid.columns4 .product-item,
  body.catalogsearch-result-index .products-grid.columns4 .product-item {
    padding: 0px;
  }
  body.catalog-category-view .products-grid.columns4 .product-item:nth-child(odd),
  body.catalogsearch-result-index .products-grid.columns4 .product-item:nth-child(odd) {
    padding-right: 8px;
  }
  body.catalog-category-view .products-grid.columns4 .product-item:nth-child(even),
  body.catalogsearch-result-index .products-grid.columns4 .product-item:nth-child(even) {
    padding-left: 8px;
  }
  body.catalog-category-view .column.main .products-grid span.old-price,
  body.catalogsearch-result-index .column.main .products-grid span.old-price {
    text-align: left;
    float: left;
    padding: 0;
  }
  body.catalog-category-view .products-grid.columns4 .product-item,
  body.catalogsearch-result-index .products-grid.columns4 .product-item {
    max-height: 500px;
    min-height: 500px;
  }
  body.catalog-category-view .requested-product,
  body.catalogsearch-result-index .requested-product {
    margin-top: 32px;
  }
  body.catalog-category-view .product-image-photo.default_image,
  body.catalogsearch-result-index .product-image-photo.default_image {
    height: 184px !important;
  }
  body.catalog-category-view .products-grid .info,
  body.catalogsearch-result-index .products-grid .info {
    margin-top: 0;
  }
  body.catalog-category-view .product-item-details .requested-product,
  body.catalogsearch-result-index .product-item-details .requested-product {
    border-color: unset;
    opacity: 0.7;
    background: #284991;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist,
  body.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: 0;
    left: -12px;
    top: 40px;
    margin: 0;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,
  body.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
    position: absolute;
    right: 0;
    left: 35px;
    top: 40px;
    margin: 0;
  }
  body.catalog-category-view .products-grid .product-item-details .product-item-actions,
  body.catalogsearch-result-index .products-grid .product-item-details .product-item-actions {
    margin-top: 0;
  }
  body.catalog-category-view .categry-description,
  body.catalogsearch-result-index .categry-description {
    margin-top: 24px;
  }
  body.catalog-category-view .filter.active .filter-title,
  body.catalogsearch-result-index .filter.active .filter-title {
    background-color: #284991 !important;
  }
  body.catalog-category-view .filter-options-title,
  body.catalogsearch-result-index .filter-options-title {
    padding: 7px 0 4px 0 !important;
    font-size: 12px !important;
  }
  body.catalog-category-view .filter-options-title:after,
  body.catalogsearch-result-index .filter-options-title:after {
    right: 0;
    top: 13px;
  }
  body.catalog-category-view .products.wrapper.list.products-list img.product-image-photo.default_image,
  body.catalogsearch-result-index .products.wrapper.list.products-list img.product-image-photo.default_image {
    height: auto !important;
  }
  body.catalog-category-view .toolbar .modes-mode,
  body.catalogsearch-result-index .toolbar .modes-mode {
    float: left;
  }
  body.catalog-category-view strong.modes-mode.active.mode-grid,
  body.catalogsearch-result-index strong.modes-mode.active.mode-grid {
    float: right;
  }
  body.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 0;
  }
  body.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product.media {
    margin-bottom: 0;
  }
  body.catalog-product-view .product-info-main .product-add-form {
    width: 100%;
    order: 5;
    padding-top: 0;
  }
  body.catalog-product-view .product-info-main .fieldset > .field.qty {
    margin-bottom: 0;
  }
  body.catalog-product-view .product-info-main {
    margin-bottom: 0;
  }
  body.catalog-product-view .product.data.items .item.title a:after {
    float: right;
    font-size: 20px;
  }
  body.catalog-product-view div#product-review-container .rating-summary {
    display: inline-block;
    flex-wrap: wrap;
    margin-top: 0;
  }
  body.catalog-product-view .product.data.items > .item.title.active > .switch,
  body.catalog-product-view .product.data.items > .item.title.active > .switch:focus,
  body.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 15px;
  }
  body.catalog-product-view .product.info.detailed {
    margin-bottom: 64px;
  }
  body.catalog-category-view .no-products {
    font-size: 22px;
    line-height: 22px;
  }
  body .block-authentication a.action.action-register.primary {
    display: inline-block;
    line-height: 40px;
  }
  body button#send2 {
    font-size: 14px;
    line-height: 40px;
  }
  body .block-authentication .block-title strong {
    font-size: 20px;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-box {
    padding-bottom: 18px;
  }
  body.checkout-index-index .table-checkout-shipping-method tbody tr:first-child td {
    max-width: 35%;
  }
  body.catalog-category-view .products-list .product-item-details {
    position: relative;
  }
  body.catalog-category-view .auction-wishlist {
    width: 24px;
    position: relative;
    top: 12px;
  }
  body.catalog-category-view .auction-wishlist button.action.primary.add-to-fav-auction {
    width: auto;
  }
  body.catalog-category-view .column.main .products-grid .auction-wishlist {
    position: unset;
    bottom: 16px;
    right: -72px;
    visibility: visible;
  }
  .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .column.main {
    order: -1;
  }
  body.catalog-product-view .product-info-main .product-info-stock-sku {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
    float: left;
  }
  body.catalog-product-view .product-info-main #mp-wk-block {
    order: 6;
    width: 100%;
    display: inline-block;
  }
  body.catalog-product-view .wk-seller-block.wk-block.no-display .warp-main-top {
    float: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .catalog-product-view .wk-seller-block.wk-block.no-display .warp-main-top .wrap-block {
    display: inline-block;
    width: 100%;
  }
  .warp-main-top .product_return {
    padding-top: 0;
  }
  body.catalog-product-view .seller-contactus .ask_que,
  body.catalog-product-view .seller-contactus .product_return {
    position: inherit;
    top: -14px;
    right: 0;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 0;
  }
  body.catalog-product-view .wk-seller-block.wk-block.no-display .seller-contactus {
    width: 100% !important;
    text-align: left;
    display: inline-block;
    float: left;
  }
  body.catalog-product-view .wk-seller-block.wk-block.no-display .seller-contactus .ask_que a {
    font-size: 11px;
    height: unset;
  }
  .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) .column.main {
    order: -1;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.catalog-product-view .product.info.detailed {
    margin-bottom: 64px;
    width: 100%;
  }
  body.catalog-product-view .product-info-main {
    margin-top: 0px;
  }
  body.catalog-product-view .product-info-main div.page-title-wrapper h1 {
    margin-top: 5px;
  }
  body.catalog-product-view .product-info-main .auction-timer-block .wk-auction-timer-div .wk-auction-current-bid {
    display: flex;
    padding: 0;
  }
  body.catalog-product-view .wk-auction-clock-span.bj_auction {
    margin: 0 12px;
    margin-top: -6px;
  }
  body.catalog-product-view #form-biddings-amount .input-box #bidding_amount {
    width: 72%;
  }
  body.multishipping-checkout-addresses .page-main .page-title-wrapper .page-title {
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212B36;
    margin-top: 20px;
  }
  body.multishipping-checkout-addresses .multicheckout .title {
    margin-bottom: 12px;
  }
  body.multishipping-checkout-addresses .abs-checkout-product-name,
  body.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
    min-height: auto;
  }
  body.multishipping-checkout-addresses .column.main {
    margin-bottom: 0;
  }
  .multicheckout .table-wrapper .product-item-name {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
    min-height: auto;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .multishipping-checkout_address-newshipping .page-wrapper .page-main {
    margin-top: 32px;
    max-width: 100%;
    border: 0;
    padding: 0 12px;
    box-shadow: none;
  }
  .multishipping-checkout_address-newshipping .columns .column.main {
    max-width: 100%;
    margin-bottom: 0;
  }
  body.checkout-index-index .table-checkout-shipping-method tbody td.col.col-method:first-child {
    max-width: 15%;
  }
  body.checkout-index-index .table-checkout-shipping-method .col-method input[type=radio] {
    margin: -2px 4.5px 0 12px;
  }
  body.checkout-index-index td#label_method_pickup_pickup {
    padding-left: 45px;
    max-width: 35%;
  }
  body.checkout-index-index td#label_carrier_pickup_pickup {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 50px;
  }
  body.checkout-index-index .items.payment-methods.magneto .step-title {
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
    width: 100%;
    padding-top: 12px;
  }
  body.checkout-index-index .payment-method-title.field.choice {
    width: 100%;
    border: 0;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  body.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin-top: 12px;
  }
  body.checkout-index-index .opc-block-shipping-information .ship-via {
    margin-bottom: 40px;
  }
  body.checkout-onepage-success .header.content {
    height: auto;
  }
  body.checkout-onepage-success header.page-header .header.content .mob-login {
    position: absolute;
    right: 15px;
    top: 13px;
    display: inline-block;
  }
  .checkout-onepage-success .page-wrapper .page-header.type16 .nav-toggle {
    display: none;
  }
  .checkout-onepage-success .page-wrapper .page-main {
    margin-top: 40px;
  }
  .checkout-onepage-success .btm-copy .top {
    padding-bottom: 0;
  }
  .checkout-onepage-success .footer-middle .row:nth-child(2) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  body.catalog-category-view .products-list .product-item-details .actions-primary {
    margin-right: 0px;
  }
  body.catalog-category-view a.action.tocompare.actions-secondary {
    margin-right: 0;
  }
  body.catalog-category-view .pro_qty {
    padding-bottom: 0;
    width: 100%;
    order: 6;
    min-height: 50px;
  }
}
#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;
}
/*Blog design start*/
.amblog-element-block .amblog-item,
.amblog-element-block .amblog-categories.-level1 > .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category {
  padding-left: 15px;
}
.amblog-element-block .amblog-title,
.amblog-main-content .amblog-search .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-index-post .amblog-element-block .amblog-title,
.amblog-index-index .amblog-element-block .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-index-post .amblog-post-container .amblog-widget-container .amblog-title,
.amblog-index-index .amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  color: #08c;
}
.amblog-element-block .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  color: #0088cc;
  font-weight: 700;
  font-size: 14px;
}
.amblog-index-post .amblog-post-container .amblog-content h2.amblog-title,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content h2.amblog-title {
  display: none;
}
.amblog-index-post .amblog-form-search .amblog-btn:hover,
.amblog-index-post .amblog-form-search .amblog-btn {
  background: #2575ac;
}
.amblog-index-index .amblog-form-search .amblog-btn:hover,
.amblog-index-index .amblog-form-search .amblog-btn {
  background: #2575ac;
}
.amblog-element-block,
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
}
.amblog-main-content .amblog-search .amblog-title {
  color: #0088cc;
  font-weight: 700;
  font-size: 14px;
}
.amblog-form-search .amblog-btn {
  height: 48px;
  background-color: #0088CC;
  border-color: #0088CC;
  border-radius: inherit;
  font-family: "Oswald";
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-form-search .amblog-btn:hover {
  background: #0088CC;
}
.amblog-index-post .amblog-wrapper {
  display: none;
}
.amblog-index-index .page-title-wrapper h1.page-title span,
.amblog-index-post .page-title-wrapper h1.page-title span {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 24px;
}
.amblog-index-index h2,
.amblog-index-post h2 {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 16px;
  margin: 4px 0;
}
.amblog-index-index h3,
.amblog-index-post h3 {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 16px;
  margin: 4px 0;
}
.amblog-index-index .amblog-post-container .amblog-content > p,
.amblog-index-post .amblog-post-container .amblog-content > p,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content > p,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  margin-bottom: 2px;
}
.amblog-index-index .amblog-social-container,
.amblog-index-post .amblog-social-container {
  padding-left: 0;
}
.amblog-index-index .amblog-post-container,
.amblog-index-post .amblog-post-container,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item {
  border: none;
}
.amblog-index-index .breadcrumbs li,
.amblog-index-post .breadcrumbs li {
  margin-bottom: 0;
  line-height: 32px;
}
.amblog-index-index .breadcrumbs li strong,
.amblog-index-post .breadcrumbs li strong {
  padding: 0;
  font-weight: normal;
}
.amblog-index-index .breadcrumbs li a,
.amblog-index-post .breadcrumbs li a {
  line-height: 25px;
}
.amblog-index-index .amblog-post-container,
.amblog-index-post .amblog-post-container,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item {
  border: none;
}
.amblog-index-index .amblog-post-container .amblog-tags,
.amblog-index-post .amblog-post-container .amblog-tags,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-tags,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  display: none;
  margin: 0;
}
.amblog-index-index .amblog-post-container .amblog-content,
.amblog-index-post .amblog-post-container .amblog-content,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 0;
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  color: #777777;
}
.amblog-index-index .amblog-post-container .amblog-content a.amblog-headline,
.amblog-index-post .amblog-post-container .amblog-content a.amblog-headline,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline {
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #21293c;
  font-size: 20px;
}
.amblog-index-index .amblog-post-container .amblog-content a.amblog-headline:hover,
.amblog-index-post .amblog-post-container .amblog-content a.amblog-headline:hover,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline:hover,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content a.amblog-headline:hover {
  text-decoration: none;
}
.amblog-index-index .amblog-post-container .amblog-content h2.amblog-title,
.amblog-index-post .amblog-post-container .amblog-content h2.amblog-title,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content h2.amblog-title,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content h2.amblog-title {
  margin-bottom: 0;
}
.amblog-index-index .amblog-post-container .amblog-content .amblog-shot,
.amblog-index-post .amblog-post-container .amblog-content .amblog-shot,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-shot,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-shot {
  margin: 6px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  color: #777777;
}
.amblog-index-index .amblog-post-container .amblog-content .amblog-bottom,
.amblog-index-post .amblog-post-container .amblog-content .amblog-bottom,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-bottom,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-content .amblog-bottom {
  display: none;
}
.amblog-index-index .amblog-post-container .amblog-features,
.amblog-index-post .amblog-post-container .amblog-features,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-features,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: none;
}
.amblog-index-index .amblog-post-container .amblog-footer,
.amblog-index-post .amblog-post-container .amblog-footer,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer {
  padding: 12px 0 0;
  text-align: right;
  float: right;
  display: inline-block;
}
.amblog-index-index .amblog-post-container .amblog-footer .amblog-more,
.amblog-index-post .amblog-post-container .amblog-footer .amblog-more,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more {
  float: right;
  display: inline-block;
}
.amblog-index-index .amblog-post-container .amblog-footer .amblog-more a,
.amblog-index-post .amblog-post-container .amblog-footer .amblog-more a,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a {
  font-family: 'Oswald';
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #0088cc;
  text-decoration: underline;
}
.amblog-index-index .amblog-post-container .amblog-footer .amblog-more a span.amblog-arrow,
.amblog-index-post .amblog-post-container .amblog-footer .amblog-more a span.amblog-arrow,
.amblog-index-index .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a span.amblog-arrow,
.amblog-index-post .amblog-grid-list .slick-slide .amblog-item .amblog-footer .amblog-more a span.amblog-arrow {
  display: none;
}
/*Blog listing page end*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.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-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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/en_US/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
/*.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.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;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}/*! 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;
	color: #444;
	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 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.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/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/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/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;
	background: url('../../frontend/Smartwave/porto/en_US/fancybox/css/images/fancybox_overlay.png');
}

.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/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/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-wishlist:before { content: '\e811'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.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-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-money:before { content: '\e87c'; } /* '' */
.porto-icon-shipping:before { content: '\e87d'; } /* '' */
.porto-icon-support:before { content: '\e87e'; } /* '' */
.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-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.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-angle-up:before { content: '\f810'; } /* '' */
.porto-icon-angle-right:before { content: '\f811'; } /* '' */
.porto-icon-angle-left:before { content: '\f812'; } /* '' */
.porto-icon-angle-down:before { content: '\f813'; } /* '' */
.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: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-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' *//*
   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);
  }
}
.action.compare.no-display{display:none!important}body>p{display:none}.toolbar .modes>a{text-decoration:none}.toolbar-amount{display:none}.clearer{clear:both}.page-header.header-newskin .minicart-wrapper .action.showcart.active::before,.page-header.header-newskin .minicart-wrapper .action.showcart::before{background:url(../../frontend/Smartwave/porto/en_US/images/vectorstock.png) no-repeat;content:''!important;width:40px;height:40px;display:inline-block;background-size:40px 40px}.products-list .product-item-details .actions-primary{margin-left:5px}.weltpixel-quickview a.action.primary:before,a.action.primary,a.action.primary:active{line-height:1.2;height:33px}.slider-with-side .side-area .item1:hover::before{opacity:0}.slider-with-side .side-area .item1{padding:10px 50px;height:450px;width:100%;background:url(../../frontend/Smartwave/porto/en_US/images/electrical.png) no-repeat 0 0;background-size:cover;background-position:top center}.side-area .item1 h3{color:#fff;font-size:22px;position:relative;z-index:1;line-height:normal;padding-right:20px}.side-area .item1 p{margin:0;font-size:15px;color:#fff;position:relative;padding:5px 0;z-index:1}.side-area .item1 p a{color:#fff}.g-recaptcha{bottom:80px;position:fixed;right:0}.g-recaptcha .grecaptcha-badge{position:absolute!important}.custom-support .slider-section .live-sites-block .item{padding:0 20px;width:20%}@media(max-width:767px){.item iframe,.item img{width:100%!important;height:300px!important}.slider-with-side .side-area{padding:15px 0}.custom-support .slider-section .live-sites-block .item{width:50%;margin-bottom:15px;float:left}body .custom-support .slider-section .live-sites-block .shop-now{float:none}.custom-support .slider-section .live-sites-block .item img{height:100%!important}body .feature-product .latest-products{display:inline-block}body .feature-price.feature-special{display:block;float:none!important;padding-left:0!important;text-align:center}}@media (min-width:1200px){.col-lg-2-4{width:20%}.col-lg-9-6{width:80%}}@media (max-width:1199px){.container{width:100%}}@media (min-width:768px){.layout-1280 .block.category.event,.layout-1280 .footer.content,.layout-1280 .header.content,.layout-1280 .navigation,.layout-1280 .page-header .header.panel,.layout-1280 .page-main,.layout-1280 .page-wrapper>.breadcrumbs .items,.layout-1280 .page-wrapper>.page-bottom,.layout-1280 .page-wrapper>.widget,.layout-1280 .top-container{max-width:1280px}.layout-1280 .container{width:1280px;max-width:100%}.page-header.type12 .header.panel .top-panel .customer-menu .links>li:first-child>a{padding-left:15px}}.swatch-input{display:none}.btn-default{color:#fff;font-weight:400;background-image:none;background-color:#08c;text-shadow:none;border:0;opacity:1}.prev-next-products{float:right;margin-right:-12px}.homepage-bar{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background-color:#fbfbfb}.homepage-bar .col-md-4{border-left:1px solid #e1e1e1;padding-top:20px;padding-bottom:21px}.homepage-bar .col-md-4:first-child{border-left:0}.homepage-bar [class*=" porto-icon-"],.homepage-bar [class^=porto-icon-]{font-size:34px;color:#000;display:inline-block;vertical-align:middle}.homepage-bar .text-area{display:inline-block;vertical-align:middle;text-align:left;margin-left:5px}.homepage-bar h3{color:#313131;font-size:16px;font-weight:600;margin:0;line-height:1.5}.homepage-bar p{font-size:12px;margin:0;line-height:1}.image-link{display:block;position:relative}.image-link:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;visibility:hidden;transition:all .2s}.image-link:hover:before{opacity:.1;visibility:visible}.image-link img{width:100%}.border-radius .image-link:before{border-radius:8px}.custom-support em[class*=icon-]{float:left;background-color:#e35d53;color:#fff;border-radius:50%;width:62px;height:62px;text-align:center;line-height:62px;font-size:20px}.custom-support div.content{margin-left:76px}.custom-support div.content>h2{color:#000;margin:0;font-weight:600;font-size:20px;line-height:1.5}.custom-support div.content>em{color:#888;font-weight:300;font-size:11px;font-style:normal;line-height:1;margin-bottom:15px;display:block}.custom-support div.content>p{color:#666;font-size:12px!important}.photo-instagrams .image-link{position:relative}.photo-instagrams .image-link .content{display:none;position:absolute;left:0;right:0;top:0;background-color:rgba(255,0,0,.5);text-align:center;height:100%;vertical-align:middle;font-size:35px;color:#fff;opacity:0;visibility:hidden;transition:all .3s}.photo-instagrams .image-link:hover .content{opacity:1;visibility:visible}.photo-instagrams .image-link .content i{position:absolute;top:calc(50% - 18px);left:calc(50% - 24.5px);display:inline-block;vertical-align:middle}.parallax-wrapper{position:relative}.parallax-wrapper .overlay{background-color:#000;opacity:.55;width:100%;height:100%;display:block;position:absolute}.parallax{background-position:center center;background-attachment:fixed;background-repeat:no-repeat;background-size:100% auto;width:100%;padding:50px 0}.parallax-slider{text-align:center}.parallax-slider .owl-carousel h2{font-size:60.28px;color:#fff;line-height:1}.parallax-slider .owl-carousel p{font-size:22.6px;color:#fff;line-height:1;margin-bottom:30px}.parallax-slider .owl-carousel a{font-size:16px;color:#fff;line-height:1}.brands-slider .owl-carousel .owl-item img{width:auto;max-width:100%}.customer-account-create .account-social-login,.customer-account-login .account-social-login{display:none}.customer-account-create .form-create-account .account-social-login,.customer-account-login .block-customer-login .account-social-login{display:block;width:100%;position:relative;margin:50px 0}.customer-account-create .form-create-account .account-social-login:before,.customer-account-login .block-customer-login .account-social-login:before{content:'';position:absolute;height:1px;background-color:#dfdfdf;z-index:3;top:0;left:25px;right:25px}.customer-account-login .block-customer-login .account-social-login:before{left:0;right:0}.customer-account-create .form-create-account .account-social-login:after,.customer-account-login .block-customer-login .account-social-login:after{content:'or';position:absolute;width:45px;height:45px;z-index:4;text-align:center;border:#dfdfdf solid 1px;border-radius:100%;line-height:43px;color:#777;left:0;top:-22px;right:0;margin:0 auto;background-color:#fff}.customer-account-create .account-social-login,.customer-account-login .account-social-login .block-content{padding-top:50px}.form.create.account .account-social-login .actions-toolbar{padding:0}@media only screen and (max-width:767px){.nav-open .page-wrapper{position:fixed;z-index:3}}@media (max-width:991px){.homepage-bar .col-md-4{border:0;text-align:left!important}.parallax{background-position:center center!important;background-attachment:initial}}@media (max-width:767px){.parallax-slider .owl-carousel h2{font-size:40px}.parallax-slider .owl-carousel p{font-size:13px;margin-bottom:15px}.parallax-slider .owl-carousel a{font-size:13px}}.owl-banner-carousel .content.type1 h2{font-size:60px}.owl-banner-carousel .content.type1 p{font-size:25px}.owl-banner-carousel .content.type1 a{font-size:16px}@media (max-width:1199px){.owl-banner-carousel .content.type1 h2{font-size:48px}.owl-banner-carousel .content.type1 p{font-size:20px}.owl-banner-carousel .content.type1 a{font-size:13px}}@media (max-width:991px){.owl-banner-carousel .content.type1 h2{font-size:36px}.owl-banner-carousel .content.type1 p{font-size:15px}.owl-banner-carousel .content.type1 a{font-size:10px}}@media (max-width:767px){.owl-banner-carousel .content.type1 h2{font-size:24px}.owl-banner-carousel .content.type1 p{display:none}.owl-banner-carousel .content.type1 a{font-size:8px}}#banner-slider-demo-3 .slide1-content em{font-size:26.26px;margin:0 10px}#banner-slider-demo-3 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}#banner-slider-demo-3 .slide1-content p{font-size:23.64px}#banner-slider-demo-3 .slide2-content em{font-size:26.26px;margin-left:8px}#banner-slider-demo-3 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}#banner-slider-demo-3 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}#banner-slider-demo-3 .slide2-content p span.split{margin:0 13px 0 14px;border:0}#banner-slider-demo-3 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}#banner-slider-demo-3 .slide3-content em{font-size:26.26px}#banner-slider-demo-3 .slide3-content h2{font-size:82.51px;margin-bottom:17px}#banner-slider-demo-3 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}@media (max-width:991px){#banner-slider-demo-3 .slide1-content img.quote{width:30px}#banner-slider-demo-3 .slide1-content em{font-size:20px;margin:0 8px}#banner-slider-demo-3 .slide1-content h2{font-size:60px;margin:4px 0 8px}#banner-slider-demo-3 .slide1-content p{font-size:18px}#banner-slider-demo-3 .slide2-content em{font-size:20px;margin-left:7px}#banner-slider-demo-3 .slide2-content h2{font-size:65px;margin:2px 0 8px}#banner-slider-demo-3 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}#banner-slider-demo-3 .slide2-content p span.split{margin:0 8px 0 9px}#banner-slider-demo-3 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}#banner-slider-demo-3 .slide3-content em{font-size:20px}#banner-slider-demo-3 .slide3-content h2{font-size:65px;margin-bottom:13px}#banner-slider-demo-3 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}}@media (max-width:640px){#banner-slider-demo-3 .slide1-content img.quote{width:15px}#banner-slider-demo-3 .slide1-content em{font-size:14px;margin:0 3px}#banner-slider-demo-3 .slide1-content h2{font-size:38px;margin:1px 0 5px}#banner-slider-demo-3 .slide1-content p{font-size:14px}#banner-slider-demo-3 .slide2-content em{font-size:14px;margin-left:3px}#banner-slider-demo-3 .slide2-content h2{font-size:39px;margin:0 0 5px}#banner-slider-demo-3 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}#banner-slider-demo-3 .slide2-content p span.split{margin:0 7px 0 8px}#banner-slider-demo-3 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}#banner-slider-demo-3 .slide3-content em{font-size:14px}#banner-slider-demo-3 .slide3-content h2{font-size:38px;margin-bottom:8px}#banner-slider-demo-3 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}}#banner-slider-demo-8 .slide1-content em{font-size:26.26px;margin:0 10px}#banner-slider-demo-8 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}#banner-slider-demo-8 .slide1-content p{font-size:23.64px}#banner-slider-demo-8 .slide2-content em{font-size:26.26px;margin-left:8px}#banner-slider-demo-8 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}#banner-slider-demo-8 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}#banner-slider-demo-8 .slide2-content p span.split{margin:0 13px 0 14px;border:0}#banner-slider-demo-8 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}#banner-slider-demo-8 .slide3-content em{font-size:26.26px}#banner-slider-demo-8 .slide3-content h2{font-size:82.51px;margin-bottom:17px}#banner-slider-demo-8 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}@media (max-width:991px){#banner-slider-demo-8 .slide1-content img.quote{width:30px}#banner-slider-demo-8 .slide1-content em{font-size:20px;margin:0 8px}#banner-slider-demo-8 .slide1-content h2{font-size:60px;margin:4px 0 8px}#banner-slider-demo-8 .slide1-content p{font-size:18px}#banner-slider-demo-8 .slide2-content em{font-size:20px;margin-left:7px}#banner-slider-demo-8 .slide2-content h2{font-size:65px;margin:2px 0 8px}#banner-slider-demo-8 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}#banner-slider-demo-8 .slide2-content p span.split{margin:0 8px 0 9px}#banner-slider-demo-8 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}#banner-slider-demo-8 .slide3-content em{font-size:20px}#banner-slider-demo-8 .slide3-content h2{font-size:65px;margin-bottom:13px}#banner-slider-demo-8 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}}@media (max-width:640px){#banner-slider-demo-8 .slide1-content img.quote{width:15px}#banner-slider-demo-8 .slide1-content em{font-size:12px;margin:0 3px}#banner-slider-demo-8 .slide1-content h2{font-size:23px;margin:1px 0 5px}#banner-slider-demo-8 .slide1-content p{font-size:14px}#banner-slider-demo-8 .slide2-content em{font-size:12px;margin-left:3px}#banner-slider-demo-8 .slide2-content h2{font-size:23px;margin:0 0 5px}#banner-slider-demo-8 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:5px}#banner-slider-demo-8 .slide2-content p span.split{margin:0 7px 0 8px}#banner-slider-demo-8 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}#banner-slider-demo-8 .slide3-content em{font-size:12px}#banner-slider-demo-8 .slide3-content h2{font-size:23px;margin-bottom:8px;margin-top:5px}#banner-slider-demo-8 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}}#banner-slider-demo-4 .slide1-content em{font-size:26.26px;margin:0 10px}#banner-slider-demo-4 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}#banner-slider-demo-4 .slide1-content p{font-size:23.64px}#banner-slider-demo-4 .slide2-content em{font-size:26.26px;margin-left:8px}#banner-slider-demo-4 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}#banner-slider-demo-4 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}#banner-slider-demo-4 .slide2-content p span.split{margin:0 13px 0 14px;border:0}#banner-slider-demo-4 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}#banner-slider-demo-4 .slide3-content em{font-size:26.26px}#banner-slider-demo-4 .slide3-content h2{font-size:82.51px;margin-bottom:17px}#banner-slider-demo-4 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}@media (max-width:991px){#banner-slider-demo-4 .slide1-content img.quote{width:30px}#banner-slider-demo-4 .slide1-content em{font-size:20px;margin:0 8px}#banner-slider-demo-4 .slide1-content h2{font-size:60px;margin:4px 0 8px}#banner-slider-demo-4 .slide1-content p{font-size:18px}#banner-slider-demo-4 .slide2-content em{font-size:20px;margin-left:7px}#banner-slider-demo-4 .slide2-content h2{font-size:65px;margin:2px 0 8px}#banner-slider-demo-4 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}#banner-slider-demo-4 .slide2-content p span.split{margin:0 8px 0 9px}#banner-slider-demo-4 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}#banner-slider-demo-4 .slide3-content em{font-size:20px}#banner-slider-demo-4 .slide3-content h2{font-size:65px;margin-bottom:13px}#banner-slider-demo-4 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}}@media (max-width:640px){#banner-slider-demo-4 .slide1-content img.quote{width:15px}#banner-slider-demo-4 .slide1-content em{font-size:14px;margin:0 3px}#banner-slider-demo-4 .slide1-content h2{font-size:38px;margin:1px 0 5px}#banner-slider-demo-4 .slide1-content p{font-size:14px}#banner-slider-demo-4 .slide2-content em{font-size:14px;margin-left:3px}#banner-slider-demo-4 .slide2-content h2{font-size:39px;margin:0 0 5px}#banner-slider-demo-4 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}#banner-slider-demo-4 .slide2-content p span.split{margin:0 7px 0 8px}#banner-slider-demo-4 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}#banner-slider-demo-4 .slide3-content em{font-size:14px}#banner-slider-demo-4 .slide3-content h2{font-size:38px;margin-bottom:8px}#banner-slider-demo-4 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}header.type16 .block-search .label::before{width:20px!important}}.slider-with-side{margin:0 -8px}.slider-with-side .slider-area{padding:0 8px;float:left;width:65%}.slider-with-side .slider-area .item .content .ribbon{right:13px;top:16px}.slider-with-side .slider-area .item .content .ribbon em{font-size:14px;margin:0;margin-right:63px}.slider-with-side .slider-area .item .content .ribbon h3{font-size:33px;margin:0;margin-right:14px}.slider-with-side .slider-area .item .content .ribbon h5{font-size:18px;margin:0;margin-top:-3px}.slider-with-side .slider-area .item .content .text-area h2{display:inline-block;padding:7px 50px 7px 11px;font-size:42.7px;margin-bottom:4px}.slider-with-side .slider-area .item .content .text-area p{display:inline-block;padding:12px 17px 12px 13px;font-size:17.58px;margin:0}@media (max-width:1199px){.slider-with-side .slider-area .item .content .ribbon{right:11px;top:11px}.slider-with-side .slider-area .item .content .ribbon em{font-size:13px;margin-right:60px}.slider-with-side .slider-area .item .content .ribbon h3{font-size:30px;margin-right:12px}.slider-with-side .slider-area .item .content .ribbon h5{font-size:16px;margin-top:-2px}.slider-with-side .slider-area .item .content .text-area h2{padding:6px 45px 6px 10px;font-size:38px}.slider-with-side .slider-area .item .content .text-area p{padding:10px 15px 10px 11px;font-size:15px}}@media (max-width:767px){.slider-with-side .slider-area .item .content .ribbon{right:3px;top:3px}.slider-with-side .slider-area .item .content .ribbon em{font-size:8px;margin-right:40px}.slider-with-side .slider-area .item .content .ribbon h3{font-size:22px;margin-right:7px}.slider-with-side .slider-area .item .content .ribbon h5{font-size:10px;margin-top:-1px}.slider-with-side .slider-area .item .content .text-area h2{padding:4px 38px 4px 7px;font-size:22px}.slider-with-side .slider-area .item .content .text-area p{padding:6px 11px 6px 8px;font-size:9px}.logo img{max-height:inherit !important;max-width:68%}.page-header.type16 .logo{margin:6px 0}}@media (max-width:480px){.slider-with-side .slider-area .item .content .ribbon{right:3px;top:1px}.slider-with-side .slider-area .item .content .ribbon em{font-size:6px;margin-right:22px}.slider-with-side .slider-area .item .content .ribbon h3{font-size:14px;margin-right:2px}.slider-with-side .slider-area .item .content .ribbon h5{font-size:6px;margin-top:-1px}.slider-with-side .slider-area .item .content .text-area p{display:none}}.slider-with-side .side-area{padding:0 8px 0 2px;float:left;width:35%}.slider-with-side .side-area .item1,.slider-with-side .side-area .item2,.slider-with-side .side-area .item3{margin-bottom:9px;position:relative;overflow:hidden}.slider-with-side .side-area .item1:before,.slider-with-side .side-area .item2:before,.slider-with-side .side-area .item3:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;visibility:hidden;transition:all .2s}.slider-with-side .side-area .item1:hover:before,.slider-with-side .side-area .item2:hover:before,.slider-with-side .side-area .item3:hover:before{opacity:.1;visibility:visible}.slider-with-side .side-area .item1 .content{position:absolute;bottom:17px;left:15px;text-align:left}.slider-with-side .side-area .item1 .content em{font-size:27.45px;margin:0;margin-bottom:2px;display:block;margin-left:4px}.slider-with-side .side-area .item1 .content h2{font-size:35.16px;margin:0;margin-bottom:14px}.slider-with-side .side-area .item1 .content a{font-size:15.08px;margin:0;margin-left:4px;display:block}.slider-with-side .side-area .item2 .content{position:absolute;bottom:17px;left:21px;text-align:left}.slider-with-side .side-area .item2 .content h2{font-size:33.86px;margin:0;margin-bottom:12px}.slider-with-side .side-area .item2 .content p{font-size:18.34px;margin:0;margin-left:1px}.slider-with-side .side-area .item2 .content a{font-size:13px;border:0;text-shadow:none;padding:8px 10px 8px 15px;margin:13px 0 0 25px}.slider-with-side .side-area .item3{margin:0!important}.slider-with-side .side-area .item3 .content{position:absolute;bottom:17px;left:19px;text-align:left}.slider-with-side .side-area .item3 .content h2{font-size:32px;margin:0}.slider-with-side .side-area .item3 .content p{font-size:20px;margin:0;margin-bottom:17px}.slider-with-side .side-area .item3 .content a{font-size:16px;margin:0}@media (max-width:1199px){.slider-with-side .side-area .item1 .content{bottom:15px;left:13px}.slider-with-side .side-area .item1 .content em{font-size:22px;margin-left:2px}.slider-with-side .side-area .item1 .content h2{font-size:30px;margin-bottom:10px}.slider-with-side .side-area .item1 .content a{font-size:13px;margin-left:2px}.slider-with-side .side-area .item2{margin-bottom:8px}.slider-with-side .side-area .item2 .content{bottom:15px;left:15px}.slider-with-side .side-area .item2 .content h2{font-size:28px;margin-bottom:10px}.slider-with-side .side-area .item2 .content p{font-size:13px}.slider-with-side .side-area .item2 .content a{font-size:12px;padding:7px 8px 7px 13px;margin:5px 0 0 25px}.slider-with-side .side-area .item3 .content{bottom:15px;left:15px}.slider-with-side .side-area .item3 .content h2{font-size:28px}.slider-with-side .side-area .item3 .content p{font-size:17px;margin-bottom:15px}.slider-with-side .side-area .item3 .content a{font-size:14px}}@media (max-width:991px){.slider-with-side .slider-area{padding:0 8px;float:none;width:100%}.slider-with-side .side-area{padding:0;float:none;width:100%}.slider-with-side .side-area .item1,.slider-with-side .side-area .item2,.slider-with-side .side-area .item3{padding:8px;width:33.33%;float:left;margin:0}.slider-with-side .side-area .item1 .content{bottom:20px;left:20px}.slider-with-side .side-area .item2 .content{bottom:20px;left:15px}.slider-with-side .side-area .item3 .content{bottom:20px;left:20px}.slider-with-side .side-area{padding:0 8px}.slider-with-side .side-area .item1{width:100%;padding:0 15px}}@media (max-width:767px){.slider-with-side .side-area .item1,.slider-with-side .side-area .item2,.slider-with-side .side-area .item3{padding:8px;width:100%;float:none}.slider-with-side .side-area .item1{padding:0 20px}.slider-with-side .side-area img{width:100%}.slider-with-side .side-area .item1 .content{bottom:30px;left:25px}.slider-with-side .side-area .item2 .content{bottom:30px;left:25px}.slider-with-side .side-area .item3 .content{bottom:30px;left:25px}}.banner-content-6{padding:290px 0 80px;line-height:1}.banner-content-6 .text-content em{font-size:26.26px;margin-left:5px;margin-bottom:5px}.banner-content-6 .text-content h2{font-size:79.12px;letter-spacing:-4px}.banner-content-6 .text-content p{margin:0}.banner-content-6 .text-content p span{font-size:23.64px;padding-left:5px;line-height:2}.banner-content-6 .text-content p a{font-size:16px;padding:10px 35px;margin-left:5px;margin-top:7px;margin-bottom:125px}@media(max-width:767px){.banner-content-6 .text-content em{font-size:16.26px}.banner-content-6 .text-content h2{font-size:54.12px}.banner-content-6 .text-content p span{font-size:13.64px}.banner-content-6 .text-content p a{font-size:12px;padding:7px 15px}}.filter-title-type-2{font-size:19px;margin:0;font-weight:300;margin-bottom:20px;display:table;width:100%}.filter-title-type-2 span{display:table-cell;position:relative}.filter-title-type-2 span.title-line:after{content:"";width:100%;border-top:1px solid #d8d8d8;display:block;position:absolute;top:50%;margin-top:-1px}.one-product .filterproduct-title{background:#fff;text-align:center;color:#333;font-weight:700;line-height:50px}.one-product .products-grid{margin:0;background-color:#fff;padding-bottom:20px}.one-product .product-item-info .product-item-details{padding-top:20px}.one-product .owl-dots{margin-top:0}.shop-features{text-align:center}.shop-features [class*=" porto-icon-"],.shop-features [class^=porto-icon-]{color:#333;width:64px;height:64px;text-align:center;line-height:60px;display:inline-block;border:2px solid #ccc;border-radius:50%;font-size:28px}.shop-features h3{color:#121214;font-size:15px;font-weight:600;line-height:1;margin:20px 0 10px}.shop-features p{color:#777;font-size:14px;margin:0;margin-bottom:15px;padding:0 20px}.shop-features a{margin:0;font-size:14px}.wishlist-index-index .products-grid .product-item .product-item-inner{margin:9px 0 0;padding:10px;position:relative}.products-grid.wishlist .product-item .tocart{height:auto;line-height:30px;min-width:120px;padding:0 11px}@media (min-width:992px){.wishlist-index-index .products-grid .product-items .product-item{width:24%}}.hide-addtocart .products-grid .product-item-actions .actions-primary,.hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary{display:none}.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare,.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist,.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist{display:none}.owl-middle-outer-narrow .owl-theme .owl-controls{position:absolute;top:50%;width:100%;margin-top:-22px}.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*=owl-]{position:absolute;color:#3d3734}.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev{left:-60px}.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next{right:-60px}.owl-bottom-narrow .owl-controls{position:absolute;bottom:30px!important;margin:0;width:auto;right:30px}.filterproducts-tab .data.items{margin:0;padding:0;border-bottom:1px solid #eee;margin-bottom:18px;margin-left:-15px;margin-right:-15px}.filterproducts-tab .data.items>.item.title{box-sizing:border-box;float:none;width:100%}.filterproducts-tab .data.items>.item.title[aria-expanded=true] a.switch{color:#08c}.filterproduct-title>a{font-size:13px;font-weight:400;text-transform:none}.catalogsearch-result-index .sidebar.sidebar-main:before{display:none}.sidebar .custom-block{margin-bottom:30px;padding-bottom:40px;background:url(../../frontend/Smartwave/porto/en_US/images/bkg_4.png) bottom no-repeat}.products.wrapper .product-item .product-item-photo .qty-box{position:absolute;bottom:30px;left:0}.products.wrapper .product-item .qty-box{display:block;width:88px;margin:0 auto 5px}.products.wrapper.products-list .product-item .qty-box{margin:0 0 5px}.products.wrapper .product-item .qty-box input{width:30px;height:30px;text-align:center;display:inline-block;border:solid 1px #dfdfdf}.products.wrapper .product-item .qty-box .qtyminus,.products.wrapper .product-item .qty-box .qtyplus{position:relative;border:solid 1px #dfdfdf;font-size:12px;width:30px;height:30px;line-height:28px;display:inline-block;text-align:center;background-color:#fff;float:left;margin-right:-1px}.products.wrapper .product-item .qty-box .qtyplus{float:right;margin-right:0;margin-left:-1px}.products-grid .product-item .has-qty{margin-top:37px}.product-info-main .custom-block{border-bottom:solid 1px #e6e6e6;padding:23px 0 25px;margin-bottom:25px}.product-info-main .custom-block .item:first-child{border-left:0;padding-left:0}.product-info-main .custom-block .item{border-left:1px solid #e6e6e6;display:inline-block;padding:0 10px;text-align:left}.product-info-main .custom-block i{font-size:34px;display:inline-block;vertical-align:middle}.product-info-main .custom-block .text-area{display:inline-block;vertical-align:middle;text-align:left;margin-left:5px}.product-info-main .custom-block .text-area h3{font-size:14px;font-weight:400;color:#7a7d82;margin:0}@media (min-width:768px){.filterproducts-tab .data.items{position:relative;z-index:1;border-bottom:0;margin-left:0;margin-right:0;background:url(../../frontend/Smartwave/porto/en_US/images/slider-bar.png) right 10px no-repeat}.filterproducts-tab .data.items:after,.filterproducts-tab .data.items:before{content:'';display:table}.filterproducts-tab .data.items:after{clear:both}.filterproducts-tab .data.items>.item.title{float:left;width:auto;margin:0;padding:0;background-color:#fff}.filterproducts-tab .data.items>.item.title a.switch{color:#313131;font-size:16px;line-height:20px;font-weight:700;text-transform:uppercase;padding:0 15px;border-left:1px solid #ddd}.filterproducts-tab .data.items>.item.title:first-child a.switch{padding-left:0;border:0}.filterproducts-tab .data.items>.item.content{margin-top:30px;box-sizing:border-box;float:right;margin-left:-100%;width:100%}}@media (max-width:768px){.filterproducts-tab .data.items>.item.title{padding:10px;border-top:1px solid #eee}.filterproducts-tab .data.items>.item.title a.switch{color:#313131;font-size:16px;font-weight:700;text-transform:uppercase}.block-search{margin-left:26px!important;left:0!important}}.grid-images{text-align:center}.grid-images .row{margin-left:-10px;margin-right:-10px}.grid-images .col-sm-4,.grid-images .col-sm-8{padding-left:10px;padding-right:10px}.grid-images img{max-width:100%}.grid-images .grid1 img,.grid-images .grid2 img,.grid-images .grid3 img{opacity:1;visibility:visible;transition:all .2s}.grid-images .grid1:hover img,.grid-images .grid2:hover img,.grid-images .grid3:hover img{opacity:.8;visibility:visible}.grid-images .grid1{margin-bottom:10px}@media (max-width:1199px){.grid-images .grid1{margin-bottom:9px}}@media (max-width:767px){.grid-images .grid2{margin-bottom:9px}}@media (min-width:992px){.md-f-right{float:right!important}}@media (min-width:768px){.sm-f-right{float:right!important}}.side-custom-menu{border:1px solid #ddd;border-radius:7px;overflow:hidden}.side-custom-menu h2{color:#000;border-bottom:1px solid #ddd;font-size:13px;font-weight:700;text-align:left;padding:13px 13px 12px;background-color:#f5f5f5;line-height:1;margin:0}.side-custom-menu ul{padding:0 12px;margin:0;list-style:none}.side-custom-menu ul li{text-align:left;padding:13px 4px 12px;border-top:1px solid #ddd;margin:0;line-height:1}.side-custom-menu ul li:first-child{border:0}.side-custom-menu ul li a{color:#777;font-size:15px;line-height:1;display:block}.home-side-menu-type2{margin-bottom:50px}.home-side-menu-type2>h2{font-size:15px;font-weight:600;color:#333;margin-bottom:15px;margin-top:0}.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}.side-menu-type2.side-block{border-top:1px solid #ddd}.side-menu-type2.side-block ul.category-sidebar{padding:0;list-style:none}.side-menu-type2.side-block ul.category-sidebar ul{list-style:none;margin:0;display:none;padding-left:1.5em}.side-menu-type2.side-block ul.category-sidebar>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd}.side-menu-type2.side-block ul.category-sidebar li{position:relative}.side-menu-type2.side-block ul.category-sidebar a{font-size:13px;color:#777}.side-menu-type2.side-block ul.category-sidebar a:hover{color:#000;text-decoration:none}.side-menu-type2.side-block ul.category-sidebar>li>a{font-size:15px}.side-menu-type2.side-block ul.category-sidebar ul>li{line-height:40px;border-top:1px solid #ddd}.side-menu-type2.side-block ul.category-sidebar ul>li:first-child{border-top:0}.featured-box-2{margin:30px 0}.featured-box-2 h3{color:#121213;font-size:15px;border-bottom:1px solid #ddd;line-height:1.4;padding:8px 0;margin-bottom:10px}.featured-box-2 h3 em{font-size:18px}.featured-box-2 p{font-size:14px;margin-bottom:10px}.featured-box-2 a{font-size:14px}.social-icons [class^=porto-icon-]{color:#fff}.sidebar-title{margin-bottom:17px;font-size:16px;font-weight:700;text-transform:uppercase;color:#313131;line-height:1}.f-left{float:left!important}.f-right{float:right!important}.abs-action-button-as-link:hover,.abs-action-remove:hover,.abs-add-fields .action.remove:hover,.abs-discount-block .action.check:hover,.action-auth-toggle:hover,.block.related .action.select:hover,.bundle-options-container .action.back:hover,.cart-discount .action.check:hover,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .actions-toolbar>.action-delete:hover,.checkout-agreements-block .action-show:hover,.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,.form-add-invitations .action.remove:hover,.form-create-return .action.remove:hover,.form-giftregistry-edit .action.remove:hover,.form-giftregistry-share .action.remove:hover,.form.send.friend .action.remove:hover,.gift-options .actions-toolbar .action-cancel:hover,.gift-summary .action-delete:hover,.gift-summary .action-edit:hover,.gift-wrapping-title .action-remove:hover,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.opc-wrapper .edit-address-link:hover,.paypal-button-widget .paypal-button:hover,.paypal-review-discount .action.check:hover,.popup .actions-toolbar .action.cancel:hover,.wishlist.split.button>.action:hover{text-decoration:none}body.boxed{padding:24px 0 17px;background:url(../../frontend/Smartwave/porto/en_US/images/boxed_bg.png) repeat}body.boxed .page-wrapper{width:1170px;max-width:100%;margin:0 auto;border-radius:8px;overflow:hidden;background-color:#fff}.fotorama .fotorama__fullscreen-icon{display:block}.fotorama .fotorama-sprite,.fotorama .fotorama__arr .fotorama__arr__arr,.fotorama .fotorama__fullscreen-icon,.fotorama .fotorama__thumb__arr,.fotorama__fullscreen .fotorama .fotorama__zoom-in,.fotorama__fullscreen .fotorama .fotorama__zoom-out{background:0 0;color:#08c}.fotorama-sprite:before,.fotorama__arr .fotorama__arr__arr:before,.fotorama__fullscreen .fotorama__zoom-in:before,.fotorama__fullscreen .fotorama__zoom-out:before,.fotorama__fullscreen-icon:before,.fotorama__thumb__arr:before{font-family:porto-icons;display:block;text-align:center}.fotorama .fotorama__arr .fotorama__arr__arr{height:auto}.fotorama__arr--next .fotorama__arr__arr:before{content:"\f809";font-size:35px;line-height:1}.fotorama__arr--prev .fotorama__arr__arr:before{content:"\f80a";font-size:35px;line-height:1}.fotorama__thumb__arr--left .fotorama__thumb__arr:before{content:"\f80a";font-size:30px;line-height:1}.fotorama__thumb__arr--right .fotorama__thumb__arr:before{content:"\f809";font-size:30px;line-height:1}.fotorama__zoom-in:before{content:"\f85a";font-size:20px;line-height:50px}.fotorama__zoom-out:before{content:"\f85b";font-size:20px;line-height:50px}.fotorama__fullscreen-icon:before{content:"\f859";font-size:20px;line-height:50px}.fotorama__stage{border:1px solid #ddd;border-radius:7px;background:#fff;max-width:100%;overflow:hidden}.fotorama__nav--thumbs .fotorama__thumb{border:1px solid #ccc!important;border-radius:5px;background-color:#fff}.fotorama__nav .fotorama__thumb__arr{padding-bottom:0}.fotorama__nav .fotorama__thumb-border{border-radius:5px}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{border:3px solid #fff!important}.fotorama__stage__shaft{border:3px solid #fff;box-sizing:border-box;max-width:100%}.main-product-detail{background-color:#efefef;padding:71px 0}.weltpixel-quickview-catalog-product-view .main-product-detail{padding:0}.weltpixel-quickview-catalog-product-view .page-main{padding:0 15px}.custom-block-tab{background-color:#fff;border:#e4e4e4 solid 1px;padding:30px 20px 40px;margin-top:3px}.move-product-tab .owl-top-narrow .owl-theme .owl-controls{top:-25px}.move-product-tab .products-grid .owl-carousel .product-item{margin-bottom:10px;padding:10px 0 6px;overflow:hidden}.move-product-tab .product-items .product-item-info .product-item-photo{max-width:30%;float:left;margin-right:10px}.move-product-tab .product-items .product-item-details{margin-left:calc(31% + 15px);text-align:left;padding:0}.move-product-tab .product-items .product-reviews-summary{display:block;background:0 0}.move-product-tab .product-items .price-box{margin-bottom:0}.main-upsell-product-detail{background-color:#f4f4f4;padding:60px 0 45px;margin-top:-60px}.main-upsell-product-detail .block.upsell .title strong{background-color:#f4f4f4}.message{border-radius:5px}@media (max-width:1199px){body.boxed .page-wrapper{width:980px}}@media (max-width:991px){body.boxed .page-wrapper{width:750px}}@media (max-width:767px){body.boxed .page-wrapper{width:630px}.sm-clearer{clear:both}}@media (max-width:640px){body.boxed .page-wrapper{width:460px}}@media (max-width:480px){body.boxed .page-wrapper{width:300px}}.block.block-border{border-radius:7px;overflow:hidden}.block.block-border .block-title{padding:10px 15px;font-size:13px;font-weight:700;text-transform:uppercase;border:1px solid #ddd;background-color:#f5f5f5;color:#777;position:relative;border-radius:7px 7px 0 0;margin:0}.block.block-border .block-content{padding:10px 15px;font-size:13px;border:1px solid #ddd;border-top:0;border-radius:0 0 7px 7px;background-color:#fbfbfb}.category-sidebar{list-style:none;padding:0;margin:0;line-height:1.42857143}.category-sidebar li{position:relative;margin:0}.category-sidebar ul{display:none;list-style:none;padding:0 0 0 15px;margin:0}.category-sidebar li>.expand-icon{position:absolute;right:0;top:0;font-size:16px;line-height:32px}.category-sidebar li>a:not(.expand-icon){color:#777;font-size:13px;line-height:2.5}@media (max-width:1199px){.home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth>.submenu{width:728px;width:calc(75vw - 19.5px)}.home-side-menu .sw-megamenu.navigation.side-megamenu li.level0>a{font-size:13px;line-height:34px}.home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent>a:after{line-height:34px}.home-side-menu h2.side-menu-title{padding:9px 15px}}@media (max-width:991px){.home-side-menu{display:none}}.cms-index-index blockquote.testimonial{background-color:#08c;border:0;border-radius:10px;color:#fff;font-family:Georgia,serif;font-style:italic;margin:0;padding:10px 50px;position:relative;font-size:1.2em;line-height:1.3}.cms-index-index blockquote.testimonial:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}.cms-index-index blockquote.testimonial:after{right:10px;bottom:-.5em;color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute}.cms-index-index .testimonial-arrow-down{border:15px solid transparent;border-top-color:#08c;border-bottom:0;height:0;margin:0 0 0 25px;width:0}.cms-index-index .testimonial-author{margin:8px 0 0 8px}.cms-index-index .testimonial-author .img-thumbnail{border-radius:7px;float:left;margin-right:10px;position:relative;padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;display:inline-block;max-width:100%;height:auto}.cms-index-index .testimonial-author .img-thumbnail img{max-width:60px;display:inline-block;height:auto}.cms-index-index .testimonial-author p{color:#666;margin:0 0 0 25px;text-align:left;line-height:24px}.cms-index-index .testimonial-author p>strong{color:#111;display:block;padding-top:7px;font-size:14px}.cms-index-index .testimonial-author span{color:#666;display:block;font-size:12px}.block.block-subscribe.home-sidebar-block{border:1px solid #ddd;border-top:5px solid #08c;border-radius:7px;background-color:#fbfbfb;text-align:center;padding:25px 20px 0}.block.block-subscribe.home-sidebar-block .block-title strong{font-size:16px;color:#313131;font-weight:700;text-transform:uppercase;padding:30px 0 20px}.block.block-subscribe.home-sidebar-block .block-content p{line-height:1.8}.block.block-subscribe.home-sidebar-block label.label{display:none}.block.block-subscribe.home-sidebar-block .newsletter .control{padding:10px 10px 40px 10px;position:relative}.block.block-subscribe.home-sidebar-block .newsletter .control input{padding:5px 60px 5px 10px;border:1px solid #d3d3d3;border-radius:5px;background-color:#fefefe;line-height:16px;height:34px}.block.block-subscribe.home-sidebar-block button.subscribe{width:50px;height:34px;padding:0;line-height:32px;height:32px;background-color:#fefefe;color:#515151;border:0;border-left:1px solid #d3d3d3;border-radius:0 5px 5px 0;position:absolute;right:11px;top:11px}.shop-features h2.shop-features-title{position:relative;text-align:center;margin:30px 0}.shop-features h2.shop-features-title:before{content:"";background-image:linear-gradient(to right,transparent,rgba(0,0,0,.2),transparent);height:1px;width:100%;display:block;position:absolute;top:50%}.shop-features h2.shop-features-title span{background-color:#fff;display:inline-block;position:relative;z-index:1;padding:0 12px;color:#313131;font-weight:700;font-size:15px;line-height:33px;vertical-align:top}.homepage-grid-banner{padding:0}.homepage-grid-banner *{transition:all .2s}.homepage-grid-banner .row{margin-left:-4px;margin-right:-4px}.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9{padding-left:4px;padding-right:4px}.homepage-grid-banner .col-sm-margin{margin-bottom:8px}.homepage-grid-banner img{width:100%}.homepage-grid-banner .content a{font-size:16px;margin-right:5px}.homepage-grid-banner .content a.btn-default{font-size:13px;margin:0;border:0;padding-right:3px;color:#fff}.homepage-grid-banner .ribbon{width:33.5%;height:22.3%}.homepage-grid-banner .ribbon:before{content:"";position:absolute;right:0;top:0;border:150px solid #08c;border-right:0;border-bottom:0;border-left:200px solid transparent}.homepage-grid-banner .ribbon>div{width:90%}.homepage-grid-banner .ribbon em{font-size:14px}.homepage-grid-banner .ribbon h4{font-size:33px;line-height:1;margin:0}.homepage-grid-banner .ribbon h5{font-size:18px;line-height:1;margin:0}.homepage-grid-banner .grid1,.homepage-grid-banner .grid2,.homepage-grid-banner .grid3,.homepage-grid-banner .grid4{cursor:pointer;overflow:hidden;min-height:50px}.homepage-grid-banner .grid1:before,.homepage-grid-banner .grid2:before,.homepage-grid-banner .grid3:before,.homepage-grid-banner .grid4:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;visibility:hidden;transition:all .2s}.homepage-grid-banner .grid1:hover:before,.homepage-grid-banner .grid2:hover:before,.homepage-grid-banner .grid3:hover:before,.homepage-grid-banner .grid4:hover:before{opacity:.1;visibility:visible}.homepage-grid-banner .grid1 .content h2{font-size:70.72px;line-height:1;margin:0 0 5px 0}.homepage-grid-banner .grid1 .content p{font-size:29.47px;line-height:1;margin:0;margin-bottom:10px;margin-right:4px}.homepage-grid-banner .grid2 .content h3{font-size:28.88px;line-height:1;margin:0 0 5px 0}.homepage-grid-banner .grid2 .content h2{font-size:28.88px;line-height:1;margin:0 0 5px 0}.homepage-grid-banner .grid2 .content p{font-size:17.58px;line-height:1;margin:0;margin-bottom:15px}.homepage-grid-banner .grid3 .content h2{font-size:46px;line-height:1;margin:0}.homepage-grid-banner .grid3 .content h5{font-size:16px;line-height:1;margin:0;margin-bottom:30px}.homepage-grid-banner .grid3 .content p{font-size:16px;line-height:1;margin:0;margin-bottom:5px}.homepage-grid-banner .grid3 .content h4{font-size:22.72px;line-height:1;margin-top:20px;margin-bottom:0}.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px;line-height:1}.homepage-grid-banner .grid3 .content h3{font-size:37.71px;line-height:1;margin:0;margin-bottom:15px}.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px;line-height:1}.homepage-grid-banner .grid4 .content h2{font-size:33.86px;line-height:1.2;margin:0;margin-bottom:15px}.homepage-grid-banner .grid4 .content p{font-size:19.75px;line-height:1.2;margin:0;margin-bottom:17px}@media (max-width:1199px){.homepage-grid-banner .row{margin-left:-3px;margin-right:-3px}.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9{padding-left:3px;padding-right:3px}.homepage-grid-banner .col-sm-margin{margin-bottom:7px}.homepage-grid-banner .content a.btn-default{font-size:11px}.homepage-grid-banner .grid1 .content h2{font-size:55.16px}.homepage-grid-banner .grid1 .content p{font-size:23px;margin-right:3.12px}.homepage-grid-banner .grid2 .content h3{font-size:22.53px}.homepage-grid-banner .grid2 .content h2{font-size:22.53px}.homepage-grid-banner .grid2 .content p{font-size:13.71px;margin-bottom:11.7px}.homepage-grid-banner .grid3 .content h2{font-size:35.88px}.homepage-grid-banner .grid3 .content h5{font-size:12.48px;margin-bottom:23.4px}.homepage-grid-banner .grid3 .content p{font-size:12.48px;margin-bottom:3.9px}.homepage-grid-banner .grid3 .content h4{font-size:17.72px;margin-top:15.6px}.homepage-grid-banner .grid3 .content h4>span{font-size:13.77px}.homepage-grid-banner .grid3 .content h3{font-size:29.41px;margin-bottom:11.7px}.homepage-grid-banner .grid3 .content h3>span{font-size:19.6px}.homepage-grid-banner .grid4 .content h2{font-size:29px;margin-bottom:12px}.homepage-grid-banner .grid4 .content p{font-size:17px;margin-bottom:11.7px}}@media (max-width:991px){.homepage-grid-banner .row{margin-left:-2px;margin-right:-3px}.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9{padding-left:2px;padding-right:3px}.homepage-grid-banner .col-sm-margin{margin-bottom:4px}.homepage-grid-banner .content a.btn-default{font-size:10px;padding:4px 6px;padding-right:3px}.homepage-grid-banner .grid1 .content h2{font-size:42.43px}.homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}.homepage-grid-banner .grid2 .content h3{font-size:17.33px}.homepage-grid-banner .grid2 .content h2{font-size:17.33px}.homepage-grid-banner .grid2 .content p{font-size:10.55px;margin-bottom:9px}.homepage-grid-banner .grid3 .content h2{font-size:27.6px}.homepage-grid-banner .grid3 .content h5{font-size:9.6px;margin-bottom:18px}.homepage-grid-banner .grid3 .content p{font-size:9.6px;margin-bottom:3px}.homepage-grid-banner .grid3 .content h4{font-size:13.63px;margin-top:12px}.homepage-grid-banner .grid3 .content h4>span{font-size:10.6px}.homepage-grid-banner .grid3 .content h3{font-size:22.63px;margin-bottom:9px}.homepage-grid-banner .grid3 .content h3>span{font-size:15.08px}.homepage-grid-banner .grid4 .content h2{font-size:21px;margin-bottom:9px}.homepage-grid-banner .grid4 .content p{font-size:14px;margin-bottom:7px}}@media (max-width:767px){.homepage-grid-banner .row{margin-left:-10px;margin-right:-10px}.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9{padding-left:10px;padding-right:10px}.homepage-grid-banner .col-sm-margin{margin-bottom:0}.homepage-grid-banner .content a.btn-default{font-size:14px;padding:6px 12px;padding-right:6px}.homepage-grid-banner img{margin-bottom:20px}.homepage-grid-banner .grid1 .content h2{font-size:70.72px}.homepage-grid-banner .grid1 .content p{font-size:29.47px;margin-bottom:10px;margin-right:4px}.homepage-grid-banner .grid2 .content h3{font-size:28.88px}.homepage-grid-banner .grid2 .content h2{font-size:28.88px}.homepage-grid-banner .grid2 .content p{font-size:17.58px;margin-bottom:15px}.homepage-grid-banner .grid3 .content h2{font-size:46px}.homepage-grid-banner .grid3 .content h5{font-size:16px;margin-bottom:30px}.homepage-grid-banner .grid3 .content p{font-size:16px;margin-bottom:5px}.homepage-grid-banner .grid3 .content h4{font-size:22.72px;margin-top:20px}.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px}.homepage-grid-banner .grid3 .content h3{font-size:37.71px;margin-bottom:15px}.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px}.homepage-grid-banner .grid4 .content h2{font-size:35px}.homepage-grid-banner .grid4 .content p{font-size:23px;margin-bottom:15px}}@media (max-width:640px){.homepage-grid-banner .grid1 .content h2{font-size:42.43px}.homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}}@media (max-width:480px){.homepage-grid-banner .grid1 .content h2{font-size:25px}.homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}}.single-image{display:block;position:relative;overflow:hidden}.single-image img{max-width:100%;transition:.5s ease}.single-image img{width:100%}.single-image:hover img{transform:scale(1.2)}#banner-slider-demo-11 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}#banner-slider-demo-11 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-5px}#banner-slider-demo-11 .slide-1 .text-content p{margin:0}#banner-slider-demo-11 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}#banner-slider-demo-11 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}#banner-slider-demo-11 .slide-2 em{font-size:26.26px;margin:0;margin-bottom:10px}#banner-slider-demo-11 .slide-2 .text-content h2{font-size:51.67px}#banner-slider-demo-11 .slide-2 .text-content p{margin:0}#banner-slider-demo-11 .slide-2 .text-content p span{font-size:23.64px}#banner-slider-demo-11 .slide-2 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px}@media (max-width:767px){#banner-slider-demo-11 .slide-1 em{font-size:12px;margin:0;margin-left:1px}#banner-slider-demo-11 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}#banner-slider-demo-11 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}#banner-slider-demo-11 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}#banner-slider-demo-11 .slide-2 em{font-size:12px;margin:0;margin-bottom:2px}#banner-slider-demo-11 .slide-2 .text-content h2{font-size:26px;letter-spacing:-1px}#banner-slider-demo-11 .slide-2 .text-content p span{font-size:12px;display:block}#banner-slider-demo-11 .slide-2 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}}.flex-owl-slider .owl-item:first-child .item{border-left-color:transparent}.flex-owl-slider .owl-item .item{border-left:1px solid #e3e4e4}.owl-no-narrow .owl-controls{display:none}@media (max-width:640px){.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart{width:40px;padding:0 12px}.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span{display:none}}@media (max-width:991px){.sm-bd-0{border:0!important}}.fancybox-close{background:0 0;right:10px;top:10px;text-align:center;font-size:15px;line-height:20px;width:20px;height:20px}.fancybox-close:hover{text-decoration:none}.fancybox-close:before{content:'\f819';font-family:porto-icons}.page-wrapper>.category-banner{background-color:transparent}.page-wrapper>.category-banner .banner-image{width:100%}.category-banner .banner-text{position:absolute;top:30%;width:100%;color:#fff}.category-banner .banner-text h2{font-size:50px;color:#fff}.category-banner .banner-text p{font-size:26px;font-weight:300}.category-boxed-banner.owl-theme .owl-controls{margin-top:-40px;position:relative;height:30px}.category-boxed-banner .owl-item .item{border-radius:5px;overflow:hidden;position:relative}.category-boxed-banner .owl-item .item img{width:100%}.category-boxed-banner .banner-text{position:absolute;top:40%;left:4%;color:#fff;width:100%}.category-boxed-banner .banner-text h2{font-size:35px;color:#fff;background-color:#333;background-color:rgba(23,23,23,.9);padding:5px 10px;display:inline-block;line-height:1}.category-boxed-banner .banner-text p{font-size:16px;font-weight:300;background-color:#666;background-color:rgba(23,23,23,.65);padding:7px 12px;line-height:1.4}.category-boxed-banner .banner-text a.shop-now{margin-left:20px;font-size:16px}.full-width-image-banner{height:375px;position:relative}.full-width-image-banner:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#393733;opacity:.65}.full-width-image-banner .content{margin-top:-36px}.full-width-image-banner h2{margin:0;font-size:45px;line-height:1.1}.full-width-image-banner p{margin:0;font-size:16px}.no-margin{margin:0!important}@media (max-width:1199px){.category-banner .banner-text h2{font-size:45px}.category-banner .banner-text p{font-size:23px}.category-boxed-banner .banner-text h2{font-size:38px}.category-boxed-banner .banner-text p{font-size:17px}.category-boxed-banner .banner-text a.shop-now{margin-left:16px;font-size:14px}}@media (max-width:991px){.category-banner .banner-text h2{font-size:28px}.category-banner .banner-text p{font-size:16px}.category-boxed-banner .banner-text h2{font-size:28px}.category-boxed-banner .banner-text p{font-size:12px}.category-boxed-banner .banner-text a.shop-now{margin-left:12px;font-size:12px}}@media (max-width:767px){.category-banner .banner-text h2{font-size:28px}.category-banner .banner-text p{display:none}.category-boxed-banner .banner-text h2{font-size:28px}.category-boxed-banner .banner-text p{display:none}}@media (max-width:640px){.category-boxed-banner .banner-text a.shop-now{margin-left:10px;font-size:9px}.full-width-image-banner{height:200px}.full-width-image-banner .content{margin-top:-16px}.full-width-image-banner h2{margin:0;font-size:30px;line-height:1.1}.full-width-image-banner p{display:none}}@media (max-width:480px){.category-banner .banner-text h2{font-size:14px}.category-boxed-banner .banner-text h2{font-size:14px}.full-width-image-banner{height:150px}.full-width-image-banner .content{margin-top:-13px}.full-width-image-banner h2{margin:0;font-size:24px;line-height:1.1}.full-width-image-banner p{display:none}}.page-header.type3.sticky-header .minicart-wrapper .action.showcart .counter.qty,.page-header.type4.sticky-header .minicart-wrapper .action.showcart .counter.qty{color:#000}@media (min-width:768px){.page-header.type4.sticky-header .navigation>ul{padding-right:200px}}#banner-slider-demo-12 .item img{width:100%}#banner-slider-demo-12 .item .content{position:absolute;right:4.3%;bottom:20.5%}#banner-slider-demo-12 .item .content>span{font-size:21px;font-weight:300;color:#303030;margin-right:35px;display:inline-block;vertical-align:middle}#banner-slider-demo-12 .item .content>a.btn-default{font-size:13px}#parallax_01 .parallax-content-13 em{font-size:26.26px;margin:0 10px}#parallax_01 .parallax-content-13 h2{font-size:79.12px;margin:5px 0 10px}#parallax_01 .parallax-content-13 p{font-size:23.64px}#parallax_02{padding:250px 0}#parallax_02 .parallax-content-13 .text-content em{font-size:26.26px;margin:0}#parallax_02 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}#parallax_02 .parallax-content-13 .text-content p{margin:0}#parallax_02 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}#parallax_02 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}#parallax_03{padding:250px 0}#parallax_03 .parallax-content-13 .text-content em{font-size:26.26px;margin:0;margin-left:5px}#parallax_03 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}#parallax_03 .parallax-content-13 .text-content p{margin:0}#parallax_03 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}#parallax_03 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:125px;margin-top:5px}#parallax_04 .parallax-content-13 em{font-size:26.26px;margin:0 10px}#parallax_04 .parallax-content-13 h2{font-size:61px;margin:5px 0 10px;letter-spacing:-3px}#parallax_04 .parallax-content-13 p{font-size:18px}#parallax_04 .parallax-content-13 a.btn.btn-default{font-size:16px;padding:8px 35px}@media (max-width:767px){#parallax_01 .parallax-content-13 img.quote{width:20px}#parallax_01 .parallax-content-13 em{font-size:12px;margin:0 5px}#parallax_01 .parallax-content-13 h2{font-size:35px;margin:4px 0 7px}#parallax_01 .parallax-content-13 p{font-size:11px;margin:0}#parallax_02{padding:50px 0}#parallax_02 .parallax-content-13 .text-content em{font-size:12px}#parallax_02 .parallax-content-13 .text-content h2{font-size:35px;letter-spacing:-2px}#parallax_02 .parallax-content-13 .text-content p span{font-size:12px;padding-left:6px;display:block}#parallax_02 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:10px;margin-top:5px}#parallax_03{padding:50px 0}#parallax_03 .parallax-content-13 .text-content em{font-size:12px;margin:0;margin-left:1px}#parallax_03 .parallax-content-13 .text-content h2{font-size:30px;letter-spacing:-1px}#parallax_03 .parallax-content-13 .text-content p span{font-size:12px;padding-left:1px;display:block}#parallax_03 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:0;margin-top:5px}#parallax_04 .parallax-content-13 img.quote{width:20px}#parallax_04 .parallax-content-13 em{font-size:12px;margin:0 5px}#parallax_04 .parallax-content-13 h2{font-size:22px;margin:4px 0 7px;letter-spacing:-1px}#parallax_04 .parallax-content-13 p{font-size:10px}#parallax_04 .parallax-content-13 a.btn.btn-default{font-size:10px;padding:5px 20px}}@media (min-width:1600px){.cms-index-index .page-header.type9 .header.panel .top-panel{display:inline-block;vertical-align:middle;margin-bottom:0}.cms-index-index .page-header.type9 .header.panel{margin-top:-13px;z-index:6}}#banner-slider-demo-14 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}#banner-slider-demo-14 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-6px}#banner-slider-demo-14 .slide-1 .text-content p{margin:0}#banner-slider-demo-14 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}#banner-slider-demo-14 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}#banner-slider-demo-14 .slide-2 em{font-size:26.26px;margin:0;margin-left:5px}#banner-slider-demo-14 .slide-2 .text-content h2{font-size:79.12px;letter-spacing:-6px}#banner-slider-demo-14 .slide-2 .text-content p{margin:0}#banner-slider-demo-14 .slide-2 .text-content p span{font-size:23.64px;padding-left:6px}#banner-slider-demo-14 .slide-2 .text-content a{font-size:15.76px;padding:10px 0;margin-top:10px}@media (max-width:767px){#banner-slider-demo-14 .slide-1 em{font-size:12px;margin:0;margin-left:1px}#banner-slider-demo-14 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}#banner-slider-demo-14 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}#banner-slider-demo-14 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}#banner-slider-demo-14 .slide-2 em{font-size:12px;margin:0;margin-left:1px}#banner-slider-demo-14 .slide-2 .text-content h2{font-size:30px;letter-spacing:-1px}#banner-slider-demo-14 .slide-2 .text-content p span{font-size:12px;padding-left:1px;display:block}#banner-slider-demo-14 .slide-2 .text-content a{font-size:10px;padding:6px 0;margin-left:0;margin-top:5px}}.image-link span.category-title{display:block;position:absolute;left:-10px;bottom:20px;color:#fff;padding:15px 17px;font-size:15px;font-weight:600;line-height:1;min-width:174px;text-align:left;background-color:#3f4658}.image-link span.category-title:before{content:"";width:10px;height:10px;border:5px solid transparent;border-right-color:#3f4658;border-top-color:#3f4658;display:block;position:absolute;left:0;top:100%}.overlay{background-color:#000;opacity:.55;width:100%;height:100%;display:block;position:absolute}#banner-slider-demo-15 .content em{font-size:18px}#banner-slider-demo-15 .content h2{font-size:44px}#banner-slider-demo-15 .content hr{margin:10px 0}#banner-slider-demo-15 .content a{font-size:16px}.img-desc-home15{margin-top:-88px;padding:0 25px}.img-desc-home15 h3{font-size:24px}.img-desc-home15 hr{width:90px;margin:15px 0}.img-desc-home15 p{font-size:15px}.img-desc-home15 a{font-size:15px}@media (max-width:991px){.img-desc-home15{margin-top:-65px;padding:0 16px}.img-desc-home15 h3{font-size:16px}.img-desc-home15 hr{width:60px;margin:10px 0}.img-desc-home15 p{font-size:10px}.img-desc-home15 a{font-size:10px}}@media (max-width:767px){#banner-slider-demo-15 .content em{font-size:9px}#banner-slider-demo-15 .content h2{font-size:22px}#banner-slider-demo-15 .content hr{margin:5px 0}#banner-slider-demo-15 .content a{font-size:8px}.img-desc-home15{margin-top:-88px;padding:0 25px}.img-desc-home15 h3{font-size:24px}.img-desc-home15 hr{width:90px;margin:15px 0}.img-desc-home15 p{font-size:15px}.img-desc-home15 a{font-size:15px}}.top-newsletter .newsletter button.subscribe{position:absolute;right:0;top:0;height:30px;line-height:30px;border-radius:0;color:#000;padding:0 15px;background-color:transparent;border:0}.top-newsletter .newsletter input{width:300px;height:30px;border-radius:0;line-height:16px;padding:7px 50px 7px 15px}.top-newsletter .newsletter label{display:none}@media (max-width:1199px){.top-newsletter #newsletter{width:270px}}@media (max-width:991px){.top-newsletter #newsletter{width:160px}}@media (min-width:992px){.a-left-sm{text-align:left}.a-right-sm{text-align:right}}.owl-banner-carousel .content-17.type1 em{font-size:20px;margin-bottom:-5px;margin-left:9px}.owl-banner-carousel .content-17.type1 h2{font-size:65px;margin-bottom:0}.owl-banner-carousel .content-17.type1 p{font-size:37px}.owl-banner-carousel .content-17.type1 a{font-size:15px}.owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:11px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;color:#fff;border-radius:50%}@media (max-width:1199px){.owl-banner-carousel .content-17.type1 em{font-size:18px;margin-bottom:-4px;margin-left:8px}.owl-banner-carousel .content-17.type1 h2{font-size:58px}.owl-banner-carousel .content-17.type1 p{font-size:32px}.owl-banner-carousel .content-17.type1 a{font-size:14px}.owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;font-size:11px;margin-bottom:3px;margin-left:10px}}@media (max-width:991px){.owl-banner-carousel .content-17.type1 em{font-size:15px;margin-bottom:-3px;margin-left:6px}.owl-banner-carousel .content-17.type1 h2{font-size:50px}.owl-banner-carousel .content-17.type1 p{font-size:26px}.owl-banner-carousel .content-17.type1 a{font-size:12px}.owl-banner-carousel .content-17.type1 a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:3px;margin-left:7px}}@media (max-width:767px){.owl-banner-carousel .content-17.type1 em{font-size:11px;margin-bottom:-2px;margin-left:4px}.owl-banner-carousel .content-17.type1 h2{font-size:28px}.owl-banner-carousel .content-17.type1 p{display:none}.owl-banner-carousel .content-17.type1 a{display:none}}#banner-slider-demo-18 .content-1{position:absolute;left:50%;top:50%;padding:30px 20px 15px;text-align:left;margin-left:-163px;margin-top:-95px}#banner-slider-demo-18 .content-1>div{display:inline-block;vertical-align:middle}#banner-slider-demo-18 .content-1>div:first-child{padding-right:10px}#banner-slider-demo-18 .content-1 p{font-size:23px;line-height:1;margin-bottom:0;margin-left:7px;font-weight:300}#banner-slider-demo-18 .content-1 h3{font-size:73px;font-weight:600;line-height:1;margin:0}#banner-slider-demo-18 .content-1 h3 b{font-weight:800;margin-top:-23px;display:block}#banner-slider-demo-18 .content-1 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}#banner-slider-demo-18 .content-1 h4{font-size:32px;line-height:1;margin:0;font-weight:700}#banner-slider-demo-18 .content-1 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}#banner-slider-demo-18 .content-2{position:absolute;right:28px;bottom:28px;text-align:left}#banner-slider-demo-18 .content-2>div{display:inline-block;vertical-align:middle;padding:20px 15px}#banner-slider-demo-18 .content-2>div:first-child{margin:-6px 0;padding-left:25px}#banner-slider-demo-18 .content-2 p{font-size:20px;line-height:1;margin-bottom:0;margin-left:2px;font-weight:300}#banner-slider-demo-18 .content-2 h3{font-size:54px;font-weight:600;line-height:1;margin:0}#banner-slider-demo-18 .content-2 h3 b{font-weight:800}#banner-slider-demo-18 .content-2 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}#banner-slider-demo-18 .content-2 h4{font-size:32px;line-height:1;margin:0;font-weight:700}#banner-slider-demo-18 .content-2 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}#banner-slider-demo-18 .content-2 a{font-size:13px;margin-right:-10px}@media (max-width:991px){#banner-slider-demo-18 .content-1{padding:25px 15px 10px;margin-left:-122px;margin-top:-75px}#banner-slider-demo-18 .content-1>div:first-child{padding-right:7px}#banner-slider-demo-18 .content-1 p{font-size:16px;margin-left:5px}#banner-slider-demo-18 .content-1 h3{font-size:58px}#banner-slider-demo-18 .content-1 h3 b{margin-top:-17px}#banner-slider-demo-18 .content-1 em{font-size:14px;margin-right:3px}#banner-slider-demo-18 .content-1 h4{font-size:26px}#banner-slider-demo-18 .content-1 h5{font-size:14px;margin-top:-2px}#banner-slider-demo-18 .content-2{right:20px;bottom:20px}#banner-slider-demo-18 .content-2>div{padding:15px 10px}#banner-slider-demo-18 .content-2>div:first-child{margin:-2px 0;padding-left:20px}#banner-slider-demo-18 .content-2 p{font-size:15px;margin-left:1px}#banner-slider-demo-18 .content-2 h3{font-size:38px}#banner-slider-demo-18 .content-2 em{font-size:12px;margin-right:2px}#banner-slider-demo-18 .content-2 h4{font-size:26px}#banner-slider-demo-18 .content-2 h5{font-size:13px;margin-top:-2px}#banner-slider-demo-18 .content-2 a{font-size:10px;margin-right:-6px}}@media (max-width:640px){#banner-slider-demo-18 .content-1{padding:11px 7px 5px;margin-left:-53px;margin-top:-32px}#banner-slider-demo-18 .content-1>div:first-child{padding-right:2px}#banner-slider-demo-18 .content-1 p{font-size:7px;margin-left:2px}#banner-slider-demo-18 .content-1 h3{font-size:22px}#banner-slider-demo-18 .content-1 h3 b{margin-top:-6px}#banner-slider-demo-18 .content-1 em{font-size:6px;margin-right:1px}#banner-slider-demo-18 .content-1 h4{font-size:12px}#banner-slider-demo-18 .content-1 h5{font-size:6px;margin-top:-1px}#banner-slider-demo-18 .content-2{right:8px;bottom:8px}#banner-slider-demo-18 .content-2>div{padding:3px 6px}#banner-slider-demo-18 .content-2>div:first-child{margin:-1px 0;padding-left:9px}#banner-slider-demo-18 .content-2 p{font-size:7px;margin-left:1px}#banner-slider-demo-18 .content-2 h3{font-size:16px}#banner-slider-demo-18 .content-2 em{font-size:6px;margin-right:1px}#banner-slider-demo-18 .content-2 h4{font-size:12px}#banner-slider-demo-18 .content-2 h5{font-size:6px;margin-top:-1px}#banner-slider-demo-18 .content-2 a{font-size:6px;margin-right:-3px}}.single-images .single-image-label{font-size:17px;text-align:center;color:#818385;line-height:1.4;padding:10px 0;font-weight:600}.single-images .caption{background-color:#a1a2a3;color:#fff;font-size:14px;line-height:35px;text-align:center}.single-images .container .image-block a{text-decoration:underline}.p_type{padding-bottom:10px;font-weight:700}#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:256px}#banner-slider-demo-16 .text-content{text-align:left}#banner-slider-demo-16 .text-content em{font-size:26.26px;margin:0;margin-bottom:-10px}#banner-slider-demo-16 .text-content h2{font-size:79.12px;letter-spacing:-4px}#banner-slider-demo-16 .text-content p{margin:0}#banner-slider-demo-16 .text-content p span{font-size:23.64px;padding-left:6px}#banner-slider-demo-16 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}@media (max-width:991px){#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:0}#banner-slider-demo-16 .text-content em{font-size:18px;margin:0;margin-bottom:-8px}#banner-slider-demo-16 .text-content h2{font-size:60px;letter-spacing:-3px}#banner-slider-demo-16 .text-content p{margin:0}#banner-slider-demo-16 .text-content p span{font-size:18px;padding-left:6px}#banner-slider-demo-16 .text-content p a{font-size:12px;padding:8px 20px;margin-left:10px;margin-top:5px}}@media (max-width:767px){#banner-slider-demo-16 .text-content em{font-size:13px;margin:0;margin-bottom:-5px}#banner-slider-demo-16 .text-content h2{font-size:40px;letter-spacing:0}#banner-slider-demo-16 .text-content p{margin:0}#banner-slider-demo-16 .text-content p span{font-size:14px;padding-left:2px}#banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:5px;margin-top:5px}}@media (max-width:480px){#banner-slider-demo-16 .text-content em{font-size:10px;margin-bottom:0}#banner-slider-demo-16 .text-content h2{font-size:25px;letter-spacing:0}#banner-slider-demo-16 .text-content p{margin:0}#banner-slider-demo-16 .text-content p span{font-size:12px;padding-left:1px;display:block}#banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:0;margin-top:5px;float:left!important}}.container{max-width:100%}.page-header.type22{background-color:#383734}@media (max-width:1199px) and (min-width:992px){.page-header.type10 .sw-megamenu.navigation.side-megamenu li.level0.fullwidth>.submenu{width:750px}}@media (min-width:992px){.page-header.type10 .minicart-wrapper .block-minicart{right:auto;left:-15px}.page-header.type10 .minicart-wrapper .block-minicart:before{right:auto;left:26px}.page-header.type10 .minicart-wrapper .block-minicart:after{right:auto;left:25px}header.page-header.type10 .panel.wrapper .header.panel>.header.links{float:none;display:block}header.page-header.type10 .panel.wrapper .header.panel>.header.links>li{display:block;color:#fff}header.page-header.type10 .panel.wrapper .header.panel>.header.links>li>a,header.page-header.type10 .panel.wrapper .header.panel>.header.links>li>span{color:#fff;border:0;padding:0 5px;display:block;border-top:1px solid #575757;line-height:40px}header.page-header.type10 .panel.wrapper .header.panel>.header.links>li>span{border-top:0}body.side-header .page-wrapper{padding-left:256px}header.page-header.type10.fixed-bottom{position:fixed;top:auto;bottom:0}body.side-header .page-wrapper>.breadcrumbs.fixed-position{position:fixed;width:100%;z-index:999;top:0}body.side-header .page-wrapper>.breadcrumbs .items{margin:0;max-width:none}}@media (max-width:992px) and (min-width:768px){header.page-header.type10{position:relative;width:auto;height:auto;min-height:0;text-align:left;padding:10px 15px}header.page-header.type10 .header.content{padding:0}header.page-header.type10 .logo{max-width:110px}header.page-header.type10 .custom-block-area{display:none}header.page-header.type10 .block-search{position:absolute;right:0;top:10px;margin-bottom:0}header.page-header.type10 .panel.wrapper{position:absolute;right:15px;top:10px}header.page-header.type10 .header.panel>.header.links>li>a,header.page-header.type10 .header.panel>.header.links>li>span{color:#fff}header.page-header.type10 .navigation .level0>.level-top{color:#fff;line-height:42px}}.sticky-header .sw-megamenu.navigation li.level0.fl-right{float:none}#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:0;background-color:#404040;font-size:16px;color:#fff;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}#totop:hover{background-color:#555}i.ajax-loader{display:inline-block;vertical-align:middle;border:1px solid #08c;border-radius:20px;border-bottom-color:transparent!important}i.ajax-loader.small{width:16px;height:16px;border-width:2.5px}i.ajax-loader.large{width:32px;height:32px;border-width:2.5px}@media (min-width:768px){.page-wrapper .page-header.type12 .header.content{padding-left:200px}.onepage-category>.columns{padding-left:180px;padding-right:50px}#maincontent.onepage-category{position:relative;padding-top:50px;max-width:100%}}.page-wrapper .page-header.type12.sticky-header{position:fixed;background-color:#000;z-index:6;width:100%}.page-header.type12.sticky-header .header.panel .custom-block>a{color:#fff}.page-header.type12.sticky-header .header.panel .search-area>a{color:#fff}.page-header.type12.sticky-header .header.panel .top-panel .top-links-area>a{color:#fff}.cms-index-index .onepage-category{display:flex;flex-wrap:wrap}.onepage-category>.category-list{width:80px;text-align:left;position:relative;float:left;background:#000;padding:46px 0 146px 0;z-index:5}.onepage-category>.category-list>ul{position:relative;z-index:2;list-style:none;padding:0;transition:all .3s;padding-top:30px;margin-bottom:0}.onepage-category>.category-list>ul>li:last-child{margin-bottom:0}.onepage-category>.category-list>ul>li>a{color:#fff;width:auto;line-height:78px;display:inline-block;white-space:nowrap;position:relative;transition:all .3s}.onepage-category>.category-list>ul>li>a>em{font-size:32px;width:80px;display:inline-block;text-align:center;vertical-align:middle}.onepage-category>.category-list>ul>li>a>em>img{vertical-align:middle}.onepage-category>.category-list>ul>li>a>span{display:inline-block;vertical-align:middle;opacity:0;visibility:hidden;width:0;transition:all .3s;font-size:16px;font-weight:600;position:relative;overflow:hidden}.onepage-category>.category-list>ul>li>a:after{content:"";width:16px;height:16px;position:absolute;display:block;right:-15px;top:50%;margin-top:-8px;border:8px solid transparent;transition:all .3s}.onepage-category>.category-list>ul>li>a.active,.onepage-category>.category-list>ul>li>a:hover{background-color:#00d59d}.onepage-category>.category-list>ul>li>a:hover>span{opacity:1;visibility:visible;width:auto;padding-right:50px}.onepage-category>.category-list>ul>li>a.active:after,.onepage-category>.category-list>ul>li>a:hover:after{border-left-color:#00d59d}.onepage-category>.category-details{float:right;width:calc(100% - 100px);padding:0 100px;padding-bottom:146px;min-height:80vh}.onepage-category .category-detail{position:relative}.onepage-category .category-detail .title-menu{position:relative}.onepage-category .category-detail .title-menu>a{font-size:26px;color:#000;text-decoration:none;line-height:100px;display:inline-block;font-weight:300;margin-top:70px}.onepage-category .category-detail .title-menu>a>span{display:inline-block;vertical-align:middle}.onepage-category .category-detail .title-menu>a.parent:after{display:inline-block;content:"\f813";font-family:porto-icons;margin-left:18px;font-size:18px;vertical-align:middle;line-height:36px}.onepage-category .category-detail .title-menu>a.parent.opened:after{content:"\f810"}.onepage-category .category-detail .title-menu>.menu-popup{position:absolute;left:-25px;top:100%;display:none;width:calc(100% + 50px);z-index:3;background-color:#fff;border:1px solid #bebebe;border-radius:5px;padding:50px 0}.onepage-category .category-detail .title-menu>.menu-popup:before{content:"";border:8px solid transparent;width:16px;height:16px;display:block;border-bottom-color:#bebebe;position:absolute;top:-16px;left:90px}.onepage-category .category-detail .title-menu>.menu-popup:after{content:"";border:7px solid transparent;width:14px;height:14px;display:block;border-bottom-color:#fff;position:absolute;top:-13px;left:91px}.onepage-category .category-detail .menu-popup ul{list-style:none;padding:0;margin:0}.onepage-category .category-detail .menu-popup>ul{display:flex;flex-wrap:wrap}.onepage-category .category-detail .menu-popup>ul>li{float:left;border-left:1px solid #bebebe;margin:10px 0;padding:30px 0}.onepage-category .category-detail .menu-popup li.menu-item{margin-bottom:0}.onepage-category .category-detail .menu-popup>ul.columns5>li{width:20%;padding-left:4%;padding-right:4%}.onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(5n+1){border-left:0;clear:left}.onepage-category .category-detail .menu-popup ul>li>a{color:#000;font-size:16px;line-height:2.5}.onepage-category .category-detail .menu-popup>ul>li>a{font-weight:700;text-transform:uppercase}.onepage-category .category-detail .products-area{margin:0 -10px}.onepage-category .category-detail .products-area .category-link{float:right;margin-top:-70px;margin-right:10px;position:relative;z-index:2;min-width:119px;height:40px;border:2px solid #000;color:#000;border-radius:5px;line-height:36px;text-align:center;text-decoration:none;text-transform:uppercase;font-weight:600;transition:all .3s}.onepage-category .category-detail .products-area .category-link:hover{background-color:#000;color:#fff}.onepage-category .category-detail .products div.item{float:left;padding:10px}.onepage-category .category-detail .product-item-photo{border:0;padding:0;border-radius:0}.onepage-category .category-detail .products div.item .product-item-photo{width:100%;min-height:60px;display:block;position:relative;z-index:0;overflow:hidden;border-radius:0;background:#fff}.onepage-category .category-detail .products div.item .product-item-details{padding:15px 0;text-align:left}.onepage-category .category-detail .products div.item .product-item-details .product-item-name{margin:0 0 3px 0}.onepage-category .category-detail .products div.item .product-item-details .product-item-name a{font-size:14px;font-weight:600;color:#000}.onepage-category .category-detail .products div.item .product-item-details .price-box{margin:0}.onepage-category .category-detail .products div.item .product-item-details .price{font-weight:300;font-size:30px}.onepage-category .category-detail .products div.item .product-item-details .old-price .price{font-size:20px}.onepage-category .category-detail .product-item-photo:before{content:"";display:block;background:#000;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;opacity:0;visibility:hidden;transition:all .3s}.onepage-category .category-detail .product-item-info:hover .product-item-photo:before{opacity:.7;visibility:visible}.onepage-category .category-detail .product-item-photo .product-item-inner{padding:0;z-index:3;left:15px;bottom:15px}.onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions a,.onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart{background-color:transparent;border-color:#fff;color:#fff;width:50px;height:50px;line-height:47px;font-size:18px;margin:0 1px}.onepage-category .category-detail .product-item .tocart:before{font-size:21px;display:inline-block}.onepage-cat.category-list{position:absolute;left:0;top:0;min-height:100%}body>.onepage-cat.category-list{display:none}.onepage-category>.category-list>ul.fixed-top{position:fixed;left:0;top:70px}.onepage-category>.category-list>ul.fixed-bottom{position:fixed;left:0;bottom:0}.onepage-category>.category-list>ul.absolute-bottom{position:absolute;top:auto;bottom:0}.onepage-category .additional-content img{max-width:100%}.onepage-category .menu-popup a>span{position:relative}.onepage-category .menu-popup a>span>span.cat-label{top:3px;right:-35px;font:inherit;font-size:9px;padding:2px;z-index:1;border-radius:2px;line-height:1;border:1px solid #777;position:absolute}#banner-slider-demo-19 .slide-content h2{font-size:80px;font-weight:800;line-height:.9;letter-spacing:-6px;margin-left:-5px}#banner-slider-demo-19 .slide-content p{font-size:20px;margin-bottom:50px;font-weight:300}#banner-slider-demo-19 .slide-content a.btn-line{color:#000;font-size:14px;font-weight:700;border:2px solid #000;padding:0 34px;height:57px;display:inline-block;line-height:53px;border-radius:8px;text-decoration:none}#banner-slider-demo-19 .slide-content a.btn-line:hover{color:#fff;background-color:#000}.category-description img{max-width:100%}.page-header.type12:not(.sticky-header) .header.panel .block-search input{background:0 0}.page-header.type12.sticky-header .header.panel .top-panel .links>li>a,.page-header.type12.sticky-header .header.panel .top-panel .links>li>span{color:#fff}.page-header.type12 .logo{max-width:90px}.category-detail .product-item-info:hover .product-item-inner{visibility:visible;opacity:1}#giftcard-form input#giftcard-code{border-radius:3px 0 0 3px}#giftcard-balance-lookup .giftcard.info{margin-bottom:15px}.gift-wrapping-item>span{background-color:#f2f2f2}#giftcard-form button.action-add,#giftcard-form button.redeem{height:32px;line-height:1;font-size:13px}.account .table-wrapper.balance-history,.account .table-wrapper.reward-history{margin-top:0}.form-addbysku .qty.field .control{display:block}.column .block-addbysku .action.add{min-width:32px}.giftcard-account button.primary{height:32px;line-height:1}.column .block-addbysku .action.add:before,.form-add-invitations .action.add:before{content:'\f881'}.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add{min-width:32px;margin:20px 0}.message.info{margin-bottom:20px}.form-giftregistry-edit .field.date input{vertical-align:middle}.hasDatepicker+.ui-datepicker-trigger:before{content:'\f865'}.block-category-event{border-radius:5px;text-align:left;padding:10px 20px!important}.block-category-event>div{display:inline-block;vertical-align:middle}.block-category-event>div.event-title{padding-right:50px;margin-right:20px}.block-category-event .event-title em{float:left;font-size:30px;margin-right:8px;color:#000}.block-category-event .event-title p{margin:0;text-transform:uppercase}.block-category-event .event-title h4{margin:3px 0;color:#000;text-transform:uppercase;white-space:nowrap}.block-category-event .dates .start:after{display:none}.block-category-event .event-ticker .dates .start{padding:0}.block-category-event .event-ticker .dates>div>span{display:block}.block-category-event>div.event-ticker{text-align:center}.block-category-event>div.event-desc{float:right;color:#08c;font-size:18px;font-weight:700;text-transform:uppercase;line-height:101px;margin-right:20px}.block-category-event .event-ticker .dates>div>span.desc{color:#08c;text-transform:uppercase;font-style:italic;font-size:13px}.block-category-event .event-ticker .dates>div>span.date{font-size:24px;font-weight:600;color:#000}.block-category-event .event-ticker .dates>div>span.year-month{background-color:#000;color:#fff;text-transform:uppercase;font-size:13px;padding:5px 10px;line-height:1;border-radius:3px}.block-category-event .event-ticker .dates>div>span.time{padding:3px 0}.block-category-event .event-ticker .dates>div>span.date{font-size:24px;font-weight:600;color:#000;padding:0 0 3px}.block-category-event .event-ticker .dates>div{margin:0 10px;display:inline-block}.block-category-event .event-ticker .ticker .value{font-size:30px;font-weight:600;color:#000}.block-category-event .event-ticker .ticker .label{background-color:#000;color:#fff;text-transform:uppercase;font-size:13px;padding:5px 10px;line-height:1;border-radius:3px;min-width:70px}.block-category-event .event-ticker .ticker li{margin:0 7px}.block-category-event.open>div.event-desc{line-height:65px}@media(max-width:1439px){.page-header.type12 .header.panel .top-panel .top-links-area{position:relative}.page-header.type12.sticky-header .header.panel .top-panel .links>li>a,.page-header.type12.sticky-header .header.panel .top-panel .links>li>span{color:#000}.page-header.type12 .header.panel .top-panel .top-links-area>a{display:inline-block;text-transform:uppercase;font-size:11px;font-weight:700}.page-header.type12 .header.panel .top-panel .top-links-area .links{position:absolute;left:-10px;top:100%;text-align:left;background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,.25);margin-top:10px;display:none}.page-header.type12 .header.panel .top-panel .top-links-area .links:before{content:"";border:6px solid;border-color:transparent transparent #fff transparent;z-index:99;position:absolute;left:10px;top:-12px}.page-header.type12 .header.panel .top-panel .top-links-area .links:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98;content:"";position:absolute;left:9px;top:-14px}.page-header.type12 .header.panel .top-panel .top-links-area .links>li{float:none;white-space:nowrap}.page-header.type12 .header.panel .top-panel .top-links-area .links>li>a,.page-header.type12 .header.panel .top-panel .top-links-area .links>li>span{padding:0}}@media(max-width:1199px){.page-header.type12 .header.content .header.panel{margin-top:-13px}.page-header.type12 .header.panel .top-panel .search-area{margin:0}.page-header.type12 .header.panel .top-panel .search-area>a{display:inline-block}.page-header.type12 .header.panel .top-panel .search-area>.block-search{display:none;position:absolute;right:-15px;top:100%;margin-top:10px}.page-header.type12 .header.panel .top-panel .block-search input{background-color:#fff}#banner-slider-demo-19 .slide-content h2{font-size:40px;line-height:.9;letter-spacing:-3px;margin-left:-2.5px}#banner-slider-demo-19 .slide-content p{font-size:12px;margin-bottom:20px}#banner-slider-demo-19 .slide-content a.btn-line{font-size:10px;padding:0 16px;height:30px;line-height:26px;border-radius:4px}.onepage-cat.category-list+.main.container{padding:0 50px}.onepage-category .category-detail .menu-popup ul>li>a{font-size:11px}.onepage-category .category-detail .menu-popup>ul.columns5>li{padding:10px 2%}.onepage-category .category-detail .title-menu>.menu-popup{padding:10px 0}.onepage-category .category-detail .title-menu>a{margin-top:46px}}@media (max-width:991px){.block-category-event>div{display:block;float:none!important;text-align:left}.block-category-event>div.event-ticker{display:inline-block;margin:0 -10px}.block-category-event .dates .end,.block-category-event .dates .start{display:inline-block!important}}@media(max-width:767px){.cms-index-index .page-header.type12{position:absolute;width:100%;left:0;top:0;background:0 0}.page-header.type12 .header.panel .top-panel .custom-block,.page-header.type12 .header.panel .top-panel .search-area>a,.page-header.type12 .header.panel .top-panel .top-links-area{display:none}.page-header.type12 .header.panel .top-panel .search-area>.block-search{display:inline-block;position:static;float:right;margin:0}.cms-index-index .onepage-category,.onepage-category{display:block}.onepage-category>.category-list{width:auto;float:none;padding:0;min-height:0;position:static}.onepage-category>.category-list>ul{padding:0}.onepage-category>.category-list>ul>li{margin:0;display:inline-block}.onepage-category>.category-list>ul>li>a:after,.onepage-category>.category-list>ul>li>a:hover>span{display:none}.onepage-cat.category-list+.main.container{float:none}.onepage-cat.category-list+.main.container{padding:0 15px}.onepage-cat.category-list+.main.container{width:auto}.onepage-category>.category-details{float:none;width:auto;padding:0 15px}.onepage-category>.category-list>ul{position:static!important}.onepage-category .category-detail .menu-popup>ul{display:block}.onepage-category .category-detail .menu-popup>ul.columns5>li{width:50%;padding:10px 15px}.onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(5n+1){border-left:1px solid #bebebe;clear:none}.onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(2n+1){border-left:0;clear:left}.onepage-category .category-detail .menu-popup ul>li>a{font-size:14px}}.product.info.detailed.sticky .product.data.items>.item.content{margin:0}.product-tabs-container{position:fixed;left:0;top:0;width:100%;padding:15px 0;z-index:3;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1)}.product-tabs-container.has-sticky-header{top:44px}.product-tabs-container .data.item.title{display:inline-block;font-size:13px;padding:0 10px}.product-tabs-container .data.item.title:first-child{padding-left:0}.product-tabs-container .data.item.title>a{color:#777;padding:10px 0}.authentication-wrapper{line-height:50px;margin-top:0!important;margin-left:20px}.filter-options-content .ln_slider_container{width:93%;margin:0 7px}#ln_slider_price .ui-slider-handle{margin-top:-5px;background:#08c;height:18px;width:13px;border-radius:5px;margin-left:-7px}#ln_slider_price.ui-slider-horizontal{height:7px;margin-bottom:15px;background:#1ab2ff;box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.38)}#ln_price_attribute{padding:10px 5px}.block-category-list .block-content ol li.item{margin:9px 0}.filter-options-content{padding:15px}.filter-options-content ol.items{margin:-9px 0}.sidebar .product-items .product-item-info .product-item-photo img.hover_image{display:none}.page-main .block.block-category-list{margin-bottom:14px}.block-category-list .block-title{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}.block-category-list .block-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}.block-category-list .block-content .item a{color:#777}.block-header-customer-login{position:absolute;right:0;min-width:300px;background:#fff;z-index:9;padding:20px;border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,.3);border-top:4px solid #08c;margin-top:10px;visibility:hidden;opacity:0;transition:all .3s}.block-header-customer-login:before{content:"";border:5px solid transparent;border-bottom-color:#08c;position:absolute;top:-14px;right:30px}.block-header-customer-login.open{visibility:visible;opacity:1}.authorization-link{position:relative}.filter-toggle{display:none}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:18px;display:none}.ln_overlay img,.loading-mask .loader>img{max-width:32px}.account-nav .nav>li{padding:0;position:relative;line-height:1.3;border-bottom:1px solid #ddd}.account-nav .nav>li>a{color:#777;padding:8px 15px}.account-nav .nav>li>a:focus,.account-nav .nav>li>a:hover{background:0 0}.account-nav .nav>li>a:before,.account-nav .nav>li>strong:before{content:'\f821';font-family:porto-icons;position:absolute;left:5px}.account-nav .nav>li>strong{position:relative;display:block;padding:8px 15px}@media(min-width:768px){.filter-toggle{border:1px solid #ccc;font-weight:400;color:#777;text-align:center;width:auto;line-height:26px;background-color:#fff;display:block;margin-left:5px;border-radius:3px;display:inline-block;text-decoration:none;padding:0 10px;display:inline-block}.filter-toggle:hover{color:#777}.filter-toggle.active{color:#fff;background-color:#08c;border-color:#08c}.column.main{transition:all .5s}.column.main.toggle-close{width:100%!important}.sidebar.sidebar-main{transition:all .5s}.sidebar.sidebar-main.toggle-close{margin-left:-300px;opacity:0;visibility:hidden}}@media(max-width:767px){.product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header){top:0}.product-tabs-container.has-sticky-header.has-mobile-sticky-header{top:64px}.block-header-customer-login{display:none}}.ajax-products{display:flex;padding:0 85px}.ajax-products>.category-list{border-right:1px solid #dcdcdc;padding:70px 15px}.ajax-products>.category-list>span{display:block;font-size:20px;font-weight:600;color:gray;margin-bottom:10px}.ajax-products>.category-list>ul{list-style:none;padding:0}.ajax-products>.category-list>ul>li{padding:10px 0}.ajax-products>.category-list>ul>li>a{display:block;text-transform:uppercase;color:#000;font-weight:700;font-size:12px;position:relative;padding-left:20px}.ajax-products>.category-list>ul>li>a:before{content:"\f87d";font-family:porto-icons;margin-right:10px;display:inline-block;width:11px;position:absolute;left:0}.ajax-products>.category-list>ul>li>a.active:before{content:"\f87c"}.ajax-products>.category-list>ul>li>a>span{display:inline-block}.ajax-products>.category-list>ul>li>a:hover{text-decoration:none}.ajax-products>.category-detail{position:relative;min-height:70vh;padding:70px 15px}.ajax-products>.category-detail>h2{text-align:center;margin:30px 0;font-size:26px;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:10px}.ajax-products>.category-detail>.ajax_products_loader{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;background-color:rgba(255,255,255,.5)}.load-more-area{text-align:center;margin:30px 0}.load-more-area>a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#000;color:#fff;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(0,0,0,.5)}.load-more-area>a:hover{text-decoration:none;opacity:.85;color:#fff}.full-width-image{text-align:center;padding:200px 0;background-size:cover}.full-width-image>h3{font-size:90px;color:#fff;font-weight:600;letter-spacing:-5px}.full-width-image>a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,.5);margin:20px 0}.full-width-image>a:hover{text-decoration:none;opacity:.85}#home-content-slider-demo-20 .item>div.content{max-width:40%}#home-content-slider-demo-20 .item>div.content>h3{color:#fff;font-size:60px;font-weight:600;letter-spacing:-4px;margin-bottom:20px}#home-content-slider-demo-20 .item>div.content>a{font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,.5);margin:20px 0;display:inline-block}#home-content-slider-demo-20 .item>div.content>a:hover{text-decoration:none;opacity:.85}.full-screen-slider{height:100vh}.full-screen-slider:after{content:"\f110";font-family:porto-icons;position:absolute;left:50%;top:50%;font-size:20px;margin-top:-18px;margin-left:-10px;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;color:#777;z-index:1}.owl-carousel.owl-loaded{position:relative;z-index:2}.full-screen-slider{position:relative}.full-screen-slider #banner-slider-demo-20 .item>div.content{text-align:left;position:absolute}.full-screen-slider #banner-slider-demo-20 .item>div.content>h2{line-height:.9;font-size:80px;font-weight:600}.full-screen-slider #banner-slider-demo-20 .item>div.content>a{font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,.5);margin:20px 0;display:inline-block}.full-screen-slider #banner-slider-demo-20 .item>div.content>a:hover{text-decoration:none;opacity:.85}#banner-slider-demo-20+.owl-thumbs{position:absolute;right:100px;bottom:50px;width:30%;z-index:2}#banner-slider-demo-20+.owl-thumbs button{width:auto;height:auto;padding:0;border:0;margin:0;float:left;max-width:33.33%;background:0 0}#banner-slider-demo-20+.owl-thumbs button img{border:3px solid transparent}#banner-slider-demo-20+.owl-thumbs button.active img{border-color:#fff;border-color:rgba(255,255,255,.5)}.page-header{z-index:5;margin-bottom:10px}.page-header.type13{background:#000;border:0}.page-header.type13 .header.content{padding:25px 85px}.page-header.type13 .logo{margin:0}.page-header.type13 .header.content .header.panel{right:100px;top:50%;position:absolute;padding:0;margin-top:-13px}.page-header.type13 .header.panel .top-panel{display:inline-block;vertical-align:middle}.page-header.type13 .header.panel .bottom-panel{display:inline-block;vertical-align:middle}.page-header.type13 .header.panel .top-panel .menu-area{display:inline-block;vertical-align:middle;position:relative}.page-header.type13 .header.panel .top-panel .top-links-area{display:inline-block;vertical-align:middle}.page-header.type13 .header.panel .bottom-panel .search-area{display:inline-block;vertical-align:middle;position:relative;margin:0 40px 0 20px}.page-header.type13 .header.panel .bottom-panel .search-area .block-search{margin:0;position:absolute;right:0;top:100%;display:none}.page-header.type13 .nav-toggle{line-height:1;vertical-align:middle;float:none}.page-header.type13 .nav-toggle:before{color:#fff}.page-header.type13 .search-toggle-icon{color:#fff;font-size:20px}.page-header.type13 .search-toggle-icon .porto-icon-search:before{content:'\f87b'}.page-header.type13 .header.panel .bottom-panel .search-area .block-search{right:-20px;margin-top:15px}.page-header.type13 .block-search .action.search{width:40px}.page-header.type13 .menu-area>.shop-menu{color:#fff;margin-right:20px;text-transform:uppercase;font-weight:600;font-size:11px;letter-spacing:2px;display:block}.page-header.type13 .menu-area>.shop-menu:hover{text-decoration:none}.page-header.type13 .top-links-area>a.top-links-icon{display:none}.page-header.type13 .top-links-area>ul.links{padding:0}.page-header.type13 .panel.header .switcher{margin-right:20px;float:none;vertical-align:middle}.page-header.type13 .switcher strong{color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px}.page-header.type13 .switcher .options .action.toggle:after,.page-header.type13 .switcher .options .action.toggle:hover:after{color:#fff}.page-header.type13 .minicart-wrapper{vertical-align:middle}.page-header.type13 .minicart-wrapper .action.showcart{position:relative}.page-header.type13 .minicart-wrapper .action.showcart:before{content:'\f87a';color:#fff;font-size:25px;line-height:1}.page-header.type13 .minicart-wrapper .action.showcart.active:before{color:#fff}.page-header.type13 .minicart-wrapper .action.showcart .counter.qty{color:#000;background:#fff;border-radius:8px;width:15px;height:15px;line-height:15px;font-size:11px;position:absolute;top:auto;right:-7px;bottom:-7px;margin:0;padding:0;left:auto;display:block;min-width:0}.block-bundle-summary .moved-add-to-links{display:block;margin-top:10px}.block-bundle-summary .moved-add-to-links .product-addto-links .action{width:40px;height:40px;line-height:38px;margin-right:5px}.block-bundle-summary .moved-add-to-links .action.mailto.friend{width:40px;height:40px;line-height:38px}@media (min-width:768px) and (max-width:991px){.moved-add-to-links{display:block;margin-top:15px}}@media (min-width:768px){.page-header.type13 .panel.header .customer-menu .links>li{display:block}.page-header.type13 .panel.header .links>li{display:inline-block;vertical-align:top;margin:0}.page-header.type13 .panel.header .links>li.greet.welcome{display:none}.page-header.type13 .block-search input{border:1px solid #ccc}.page-header.type13 .panel.header .top-links-area>ul.links>li>a{color:#fff;margin-right:20px;text-transform:uppercase;font-weight:600;font-size:11px;letter-spacing:2px;display:block}.page-header.type13 .sections.nav-sections{position:absolute;left:-15px;top:100%;border:0;visibility:hidden;opacity:0;transition:all .3s;min-width:200px}.page-header.type13 .menu-area:hover .sections.nav-sections{visibility:visible;opacity:1}.page-header.type13 .nav-sections-item-content>.navigation{background:#fff;border-radius:5px;padding:5px 0;margin-top:15px}.page-header.type13 .sw-megamenu.navigation li.level0{display:block;margin:0}.page-header.type13 .sw-megamenu.navigation li.level0>a{display:block;font-size:11px;font-weight:400;color:#777;padding:10px 30px 10px 5px;text-transform:none;margin:0 8px;line-height:1;position:relative}.page-header.type13 .sw-megamenu.navigation li.level0>a:hover{background-color:#f4f4f4}.page-header.type13 .navigation .level0.parent>a:after{line-height:1;content:'\f801';position:absolute;right:5px}.page-header.type13 .sw-megamenu.navigation li.level0{position:relative!important}.page-header.type13 .sw-megamenu.navigation li.level0.fullwidth>.submenu,.page-header.type13 .sw-megamenu.navigation li.level0.staticwidth>.submenu{left:100%!important;top:-6px;border:0}.page-header.type13 .sw-megamenu.navigation li.level0.classic:hover>.submenu{left:100%!important;top:-6px;border:0;margin-left:-8px!important}}@media (max-width:991px){.page-header.type13 .header.content{padding:25px 15px}.page-header.type13 .header.content .header.panel{right:15px}.page-header.type13 .header.panel .bottom-panel .search-area{margin:0;margin-right:20px}.full-screen-slider #banner-slider-demo-20 .item>div.content>h2{font-size:45px}.full-screen-slider #banner-slider-demo-20 .item>div.content>a{font-size:10px;padding:10px 20px;margin:10px 0}#home-content-slider-demo-20 .item>div.content>h3{letter-spacing:0;font-size:25px;margin-bottom:10px}#home-content-slider-demo-20 .item>div.content>a{font-size:10px;padding:10px 20px;margin:10px 0}}@media (max-width:767px){.page-header.type13 .logo img{height:30px;width:auto}.page-header.type13 .nav-toggle{display:inline-block}.page-header.type13 .header.panel .top-panel .menu-area>a{display:none}.page-header.type13 .sections.nav-sections{display:block}.page-header.type13 .nav-sections .header.links,.page-header.type13 .nav-sections .switcher{display:block}.page-header.type13 .switcher .options .action.toggle:after,.page-header.type13 .switcher .options .action.toggle:hover:after,.page-header.type13 .switcher strong{color:#777}.page-header.type13 .minicart-wrapper{margin-top:0}#banner-slider-demo-20+.owl-thumbs{width:50%;right:25%}#home-content-slider-demo-20 .item>div.content>p{display:none}#home-content-slider-demo-20 .item>div.content>a{display:none}.ajax-products{display:block}.ajax-products>.category-list{border-right:0;padding:30px 15px}.ajax-products>.category-list>ul>li{display:inline-block;margin-right:30px}.ajax-products>.category-detail{padding-top:0;min-height:70vh}.full-width-image>a,.load-more-area>a{font-size:8px;padding:10px 20px;margin:10px 0}.full-width-image{padding:100px 0}.full-width-image>h3{font-size:35px;letter-spacing:-1px}.page-header.type13 .search-toggle-icon{display:none}.page-header.type13 .block-search .label:before{color:#fff;content:'\f87b'}.page-header.type13 .header.panel .bottom-panel .search-area{position:static}.page-header.type13 .header.panel .bottom-panel .search-area .block-search{display:inline-block;margin:0;position:static}.page-header.type13 .block-search .label{float:none}.page-header.type13 .block-search .label+.control input{position:absolute;left:-9999px;min-width:200px}.page-header.type13 .block-search .label.active+.control input{left:auto;right:0}}ul.scene{width:100%;height:100%}ul.scene>li.layer{width:100%;height:100%}.animation-wave{-webkit-animation:wave 20s .1s infinite linear;-moz-animation:wave 20s .1s infinite linear;animation:wave 20s .1s infinite linear}.animation-spin{-moz-animation:spin 20s infinite linear;-o-animation:spin 20s infinite linear;-webkit-animation:spin 20s infinite linear;animation:spin 20s infinite linear}@-webkit-keyframes wave{0%{-webkit-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);-moz-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0)}100%{-webkit-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);-moz-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg)}}@-moz-keyframes wave{0%{-webkit-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);-moz-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0)}100%{-webkit-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);-moz-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg)}}@-ms-keyframes wave{0%{-webkit-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);-moz-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0)}100%{-webkit-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);-moz-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg)}}@keyframes wave{0%{-webkit-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);-moz-transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0);transform:rotateZ(0) translate3d(0,10%,0) rotateZ(0)}100%{-webkit-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);-moz-transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);transform:rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg)}}.product-reviews-summary.empty .reviews-actions:before{content:'\f844' '\f844' '\f844' '\f844' '\f844';display:inline-block;vertical-align:middle;font-family:porto-icons;color:#c3c5c9;letter-spacing:3px;font-size:12px}.product-labels{z-index:4}.product-item-photo:hover .product-image-photo.hover_image{z-index:3}.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2{z-index:4}.product-social-links .at-style-responsive .at-share-btn{padding:0}.product-social-links .at-resp-share-element .at-share-btn:focus,.product-social-links .at-resp-share-element .at-share-btn:hover{-webkit-transform:none;transform:none}.product-social-links .at-resp-share-element .at-share-btn{margin:0 4px}.product-social-links .addthis_inline_share_toolbox{margin:15px 0 15px -4px}#at-expanded-menu-host .at-expanded-menu-load{line-height:1;height:auto}#at-expanded-menu-host .at-expanded-menu-service-list button{height:auto}.gallery-placeholder .loader img{display:none}.loader:before{content:"\f110";font-family:porto-icons;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;position:absolute;top:50%;left:50%;font-size:30px;margin-top:-15px;margin-left:-15px;color:#777}.minicart-wrapper .action.showcart .counter.qty .loader:before{content:"\f110";font-family:porto-icons;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;position:absolute;top:50%;left:50%;font-size:16px;margin-top:-12px;margin-left:-8px;color:#777}.loading-mask{background:0 0}.product-item-photo>a:not(.weltpixel-quickview):before{content:"\f110";font-family:porto-icons;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;position:absolute;top:50%;left:50%;font-size:20px;margin-top:-14px;margin-left:-10px;color:#777;z-index:1}.product-image-photo.default_image{position:relative;z-index:2}.filter-content .ln_overlay{display:none!important}.ln_overlay{background-color:#fff;background-color:rgba(255,255,255,.5);height:100%;left:0;position:absolute;top:0;width:100%;z-index:555;display:none}.ln_overlay .ajax-loader{position:absolute;left:50%;top:50%;margin-top:-16px;margin-left:-16px}.infinite-loader{text-align:center;margin:20px 0}.infinite-loader .loading{line-height:30px;display:none}.infinite-loader .loading i.ajax-loader{margin-right:15px;width:16px;height:16px;border-width:2.5px}.infinite-loader .btn-load-more{display:none;color:#333;background-color:#fff;font-size:13px;padding:5px 20px;line-height:30px;border-radius:5px;border:1px solid #ccc}.catalog-category-view .infinite-loader+.toolbar.toolbar-products .limiter{float:none}.catalog-category-view .infinite-loader+.toolbar.toolbar-products .pages{display:none}.owl-item.loading .product-item-photo{min-height:100px}@media (min-width:768px) and (max-width:991px){.block-search{max-width:240px;margin-left:26px!important}}.owl-theme.owl-bottomright-narrow .owl-controls{position:absolute;right:0;bottom:0;margin:0}.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:25px;background:#000;border-radius:0;margin:1px 1px 1px 0;padding:0;width:90px;height:90px;line-height:90px;opacity:1}.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 .block-minicart{border:solid 1px #f0f0f0;box-shadow:0 5px 8px -2px rgba(0,0,0,.25);right:-20px}.page-header.header-newskin .minicart-wrapper .block-minicart:after,.page-header.header-newskin .minicart-wrapper .block-minicart:before{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header.header-newskin .minicart-wrapper .block-minicart:before{border:10px solid;border-color:transparent transparent #fff transparent;z-index:3;right:45.7px;top:-20px}.page-header.header-newskin .minicart-wrapper .block-minicart:after{border:11px solid;border-color:transparent transparent #f0f0f0 transparent;z-index:2;right:45px;top:-22px;left:auto}.page-header.header-newskin .minicart-wrapper .action.showcart{position:relative;padding:0 25px 0 0;line-height:31px}.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart{line-height:40px}.page-header.header-newskin .minicart-wrapper .action.showcart.active:before,.page-header.header-newskin .minicart-wrapper .action.showcart:before{content:'\e87f';font-size:29px;line-height:32px}.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before,.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart:before{line-height:39px}.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}header.page-header.type14{background-color:#0f0f0f;position:relative;border:0;z-index:4}header.page-header.type14 .header.content{display:block;vertical-align:middle;padding:35px 85px;max-height:120px}header.page-header.type14 .header.content>.logo{display:block;padding:0 15px;margin:0 50px 0 0;float:left;z-index:6}header.page-header.type14 .logo img{height:50px;width:auto}header.page-header.type14 .panel.header{position:absolute;right:300px;top:50%;margin-top:-12px;z-index:6;display:inline-block;vertical-align:middle;padding:0!important}header.page-header.type14 .panel.header .top-panel{display:inline-block;vertical-align:middle;margin-right:50px}header.page-header.type14 .panel.header .bottom-panel{display:inline-block;vertical-align:middle}header.page-header.type14 .panel.header .links{list-style:none;padding:0;color:#ccc;font-family:Oswald;letter-spacing:1px;font-size:11px;text-transform:uppercase;font-weight:700}header.page-header.type14 .panel.header .links>li{display:inline-block;vertical-align:middle;margin:0}header.page-header.type14 .panel.header .links>li>a{color:#ccc;text-decoration:none}header.page-header.type14 .panel.header .links>li>a:hover{color:#fff}header.page-header.type14 .panel.header .links>li>:not(.no-display):not(div){padding:0 8px}header.page-header.type14 .panel.header .links>li:first-child>*{padding-left:0}header.page-header.type14 .panel.header .search-area{display:inline-block;vertical-align:middle;margin-left:40px;margin-right:30px;position:relative}header.page-header.type14 .search-area .search-toggle-icon{font-family:Oswald;font-size:11px;font-weight:700;color:#ccc;text-transform:uppercase;letter-spacing:1px}header.page-header.type14 .search-area .search-toggle-icon span{display:inline-block;vertical-align:middle}header.page-header.type14 .search-area .search-toggle-icon i.porto-icon-search{margin-right:10px;font-size:24px;display:inline-block;vertical-align:middle;line-height:1}header.page-header.type14 i.porto-icon-search:before{content:"\f880"}header.page-header.type14 .panel.header .block-search{display:none;position:absolute;top:-7px;right:0;left:auto;width:300px;margin:0}header.page-header.type14 .block-search input{background-color:rgba(0,0,0,.85);border:1px solid #ccc;font-family:Oswald;font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#ccc;min-width:300px}header.page-header.type14 .block-search .action.search:before{content:"\f880";color:inherit}header.page-header.type14 .block-search .action.search{width:40px;text-align:center;color:#fff}header.page-header.type14 .minicart-wrapper{display:inline-block;position:absolute;top:0;right:0;padding:0;margin:0;vertical-align:middle;background-color:#0f0f0f;height:100%;width:280px;text-align:center}header.page-header.type14 .minicart-wrapper.active{position:fixed;height:120px}header.page-header.type14 .minicart-wrapper .action.showcart{display:block;text-align:center}header.page-header.type14 .minicart-wrapper .action.showcart:before{content:"\f881";color:#ccc;font-size:25px;line-height:120px;margin-right:15px;display:inline-block;vertical-align:middle}header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty{position:static;display:inline-block;vertical-align:middle;margin:0;width:auto;padding:0;font-family:Oswald;font-size:11px;font-weight:700;color:#ccc;letter-spacing:1px;line-height:20px}header.page-header.type14 .minicart-wrapper .action.showcart .counter-number{display:inline-block;vertical-align:middle}header.page-header.type14 .minicart-wrapper .action.showcart .counter-label{height:auto;width:auto;position:static;display:inline-block;vertical-align:middle;text-transform:uppercase;margin:0}header.page-header.type14 .minicart-wrapper .block-minicart{right:0;top:100%;border:0;margin:0;width:280px;height:calc(100vh - 100%);overflow:auto;color:#000}header.page-header.type14 .minicart-wrapper .block-minicart:before{display:none}header.page-header.type14 .minicart-wrapper .action.close{opacity:1}header.page-header.type14 .minicart-wrapper .action.close:before{font-size:20px;line-height:40px;color:#000}header.page-header.type14 .block-header-customer-login{border:0;margin-top:20px}header.page-header.type14 .block-header-customer-login button{font-family:Oswald;letter-spacing:1px;text-transform:uppercase;font-size:12px}header.page-header.type14 .block-header-customer-login input{font-family:Oswald;font-weight:400;letter-spacing:1px;font-size:12px;color:#000}header.page-header.type14 .block-header-customer-login:before{border-bottom-color:#fff;top:-10px}header.page-header.type14 .minicart-wrapper.active{position:fixed;right:0;top:0}header.page-header.type15{position:relative;width:100%;background-color:transparent;border:0;z-index:4;border-bottom:1px solid rgba(60,60,60,.1)}.page-header.type15{background-image:url(../../frontend/Smartwave/porto/en_US/images/page-header2.jpg);background-repeat:repeat}header.page-header.type15 .header>.logo{float:left;width:20%;margin:30px 0;max-width:100%}header.page-header.type15 .minicart-wrapper{max-width:71px}header.page-header.type15 .minicart-wrapper .action.showcart{height:52px;padding:0 15px;line-height:49px}header.page-header.type15 .minicart-wrapper .action.showcart.active:before,header.page-header.type15 .minicart-wrapper .action.showcart:before{content:'\e878';color:#fff;font-size:27px;display:inline-block;height:52px;line-height:52px}header.page-header.type15 .minicart-wrapper .action.showcart .counter.qty{position:static;font-family:Oswald;font-size:15px;text-transform:capitalize;color:#c0bebb;letter-spacing:.03em;font-weight:300;line-height:49px;margin:0 0 0 5px;min-width:auto;height:auto;width:auto}header.page-header.type15 .minicart-wrapper .action.showcart .counter-number{position:absolute;font-family:Poppins;font-size:11px;text-align:center;color:#fff;background-color:#ff4052;border-radius:20px;width:14px;height:14px;line-height:16px;top:13px;left:32px}header.page-header.type15 .minicart-wrapper .action.showcart .counter-label{position:static}header.page-header.type15 .minicart-wrapper .block-minicart{border-top-color:#fff}header.page-header.type15 .minicart-wrapper .block-minicart:before{border-bottom-color:#fff}header.page-header.type15 .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price{font-family:Oswald;font-size:17px}header.page-header.type15 .minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary,header.page-header.type15 .minicart-wrapper .block-minicart .block-content>.actions>.secondary .action.viewcart{font-family:Oswald;font-size:15px;text-transform:uppercase;letter-spacing:.05em}header.page-header.type15 .minicart-wrapper .minicart-items .product-item-details .price{font-family:Oswald;font-size:13px}header.page-header.type15 .minicart-wrapper .minicart-items .product-item-details{padding-top:0;padding-bottom:0}.page-header.type16 .logo{margin:28px 0}.page-header.type16 .minicart-wrapper{position:absolute;top:50%;right:15px;margin-top:-20px;width:58px}.page-header.type16 .minicart-wrapper .action.showcart{position:relative;padding:0 25px 0 0;line-height:37px;color:#606669}.page-header.type16 .minicart-wrapper .action.showcart.active:before,.page-header.type16 .minicart-wrapper .action.showcart:before{font-size:33px;line-height:40px}.page-header.type16 .minicart-wrapper .action.showcart .counter.qty{font-size:10px;color:#fff;background-color:#ed5348;right:19px;margin-top:-21px}.page-header.type16 .minicart-wrapper .block-minicart{right:-15px}.page-header.type17{background-color:#0083c1;color:#fff;border-top-width:0}.page-header.type17 .switcher strong{font-weight:600}.page-header.type17 .minicart-wrapper{position:absolute;top:50%;right:15px;margin-top:-20px}.page-header.type17 .minicart-wrapper .action.showcart{line-height:37px;color:#606669}.page-header.type17 .minicart-wrapper .action.showcart.active:before,.page-header.type17 .minicart-wrapper .action.showcart:before{color:#fff;font-size:25px;line-height:40px}.page-header.type17 .minicart-wrapper .action.showcart .counter.qty{background-color:#f17734;right:17px;margin-top:-16px}.page-header.type17 .minicart-wrapper .action.showcart:after{color:#bde1f5;-webkit-font-smoothing:inherit}.page-header.type17 .minicart-wrapper .action.close{top:5px}.page-header.type17 .minicart-wrapper .block-minicart{right:0;margin:0}.page-header.type17 .minicart-wrapper .block-minicart:after,.page-header.type17 .minicart-wrapper .block-minicart:before{display:none}.page-header.type18{background-color:#fff;color:#4a4a4a;border-top-width:0}.page-header.type18>.main-panel-top{background-color:#fff;border-bottom:solid 1px #eee}.page-header.type18 .panel.header .header.links>li>a{border:none;color:#4a4a4a;font-weight:600;letter-spacing:.025em}.page-header.type18 .panel.header .header.links>li>span{color:#4a4a4a;font-weight:600;letter-spacing:.025em}.page-header.type18 .panel.wrapper{background-color:transparent;color:#bde1f5}.page-header.type18.sticky-header .minicart-wrapper{bottom:auto}.page-header.type18 .minicart-wrapper .action.showcart:before{content:'\f881';font-size:24px}.page-header.type18 .minicart-wrapper .action.showcart .counter.qty{position:static;display:inline-block;vertical-align:middle;margin:0;width:auto;padding:0;font-family:Oswald;font-size:13px;font-weight:400;color:#111;letter-spacing:.025em;margin-top:6px}.page-header.type18 .minicart-wrapper .action.showcart .counter-number{display:inline-block;vertical-align:middle}.page-header.type18 .minicart-wrapper .action.showcart .counter-label{height:auto;width:auto;position:static;display:inline-block;vertical-align:middle;text-transform:uppercase;margin:0}.page-header.type18 .minicart-wrapper .loading-mask{left:-9px;height:40px;top:0;bottom:auto}.page-header.type18 .minicart-wrapper .block-minicart:after,.page-header.type18 .minicart-wrapper .block-minicart:before{display:none}.page-header.type18 .minicart-wrapper .block-minicart{border:solid 1px #f0f0f0;box-shadow:0 5px 8px -2px rgba(0,0,0,.25);right:0;margin:0}.page-header.type19 .panel.wrapper{background-color:#65829d;color:#fff}.page-header.type19{border:none}.page-header.type19 .panel.header .header.links{color:#c4d0dc}.page-header.type19 .panel.header .header.links>li>a{color:#c4d0dc;border:none}.page-header.type19 .minicart-wrapper .action.showcart{position:relative;padding:0 25px 0 0;line-height:37px;color:#606669}.page-header.type19 .minicart-wrapper .action.showcart.active:before,.page-header.type19 .minicart-wrapper .action.showcart:before{font-size:33px;line-height:40px}.page-header.type19 .minicart-wrapper .action.showcart:after{right:0;top:1px}.page-header.type19 .minicart-wrapper .block-minicart{right:-15px}.page-header.type19 .minicart-wrapper .action.showcart .counter.qty{right:19px;margin-top:-21px}.cms-index-index .page-header.type20{position:absolute;left:0;top:0;width:100%;z-index:9;background:0 0;border:0}.page-header.type20{position:relative;border-top:none;background-color:#1e1e1e;padding-bottom:10px}.page-header.type20 .logo{display:block;margin:20px 25px 25px 0;float:left}.page-header.type20 .minicart-wrapper{margin-left:13px;margin-right:10px}.page-header.type20 .minicart-wrapper .action.showcart.active:before,.page-header.type20 .minicart-wrapper .action.showcart:before{content:'\e87f';font-size:23px;line-height:26px}.page-header.type20 .minicart-wrapper .action.showcart .counter.qty{font-size:10px;color:#fff;background-color:#ed5348;text-align:center;right:16px;margin-top:-16px}.cms-index-index .page-header.type21{position:absolute;left:0;top:0;width:100%;z-index:9;background:0 0;border:0}.page-header.type21{position:relative;border-top:none;background-color:#1e1e1e}.page-header.type21 .logo{margin:0;float:left;display:inline-block;position:relative;z-index:4}.page-header.type22 .minicart-wrapper{position:relative;width:58px;vertical-align:middle;margin-left:15px;margin-right:0;margin-top:7px}.page-header.type22 .minicart-wrapper .action.close{top:5px}.page-header.type22 .minicart-wrapper .block-minicart{border:solid 1px #f0f0f0;box-shadow:0 5px 8px -2px rgba(0,0,0,.25);left:-25px}.page-header.type22 .minicart-wrapper .block-minicart:after,.page-header.type22 .minicart-wrapper .block-minicart:before{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header.type22 .minicart-wrapper .block-minicart:before{border:10px solid;border-color:transparent transparent #fff transparent;z-index:3;left:28.7px;top:-20px}.page-header.type22 .minicart-wrapper .block-minicart:after{border:11px solid;border-color:transparent transparent #f0f0f0 transparent;z-index:2;left:28px;top:-22px;right:auto}.page-header.type22 .minicart-wrapper .action.showcart{position:relative;padding:0 25px 0 0;line-height:31px}.page-header.type22.sticky-header .minicart-wrapper .action.showcart{line-height:40px}.page-header.type22 .minicart-wrapper .action.showcart.active:before,.page-header.type22 .minicart-wrapper .action.showcart:before{content:'\e87f';font-size:29px;line-height:32px;color:#b0b0b0}.page-header.type22.sticky-header .minicart-wrapper .action.showcart.active:before,.page-header.type22.sticky-header .minicart-wrapper .action.showcart:before{line-height:37px}.page-header.type22 .minicart-wrapper .action.showcart:after{content:"\f803";font-family:porto-icons;position:absolute;right:0;top:1px;color:#b0b0b0}.page-header.type22 .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.type23 .minicart-wrapper .action.showcart:after{color:#606669}.page-header.type23 .minicart-wrapper .action.showcart.active:before,.page-header.type23 .minicart-wrapper .action.showcart:before{font-size:19px}.page-header.type23 .minicart-wrapper .action.showcart .counter.qty{width:13px;height:13px;line-height:15px;margin-top:-12px;right:15px;font-size:9px}.page-header.type23 .minicart-wrapper .action.showcart{padding:0 22px 0 0}.page-header.type23 .minicart-wrapper .block-minicart:before{right:41.7px}.page-header.type23 .minicart-wrapper .block-minicart:after{right:41px}.page-header.type24{border:none}.page-header.type25 .header.content{background-color:#fff}.page-header.type25 .minicart-wrapper{position:absolute;top:50%;right:15px;margin-top:-16px}.page-header.type25 .minicart-wrapper .action.showcart{color:#fff}.page-header.type25 .minicart-wrapper .action.showcart.active:before,.page-header.type25 .minicart-wrapper .action.showcart:before{color:#fff}.page-header.type25 .minicart-wrapper .action.showcart .counter.qty{right:18px;margin-top:-18px;background-color:#f45b91}.page-header.type25 .minicart-wrapper .block-minicart{right:-15px}.page-header.type25.sticky-header .minicart-wrapper .action.showcart{color:#999}.page-header.type25.sticky-header .minicart-wrapper .action.showcart.active:before,.page-header.type25.sticky-header .minicart-wrapper .action.showcart:before{color:#465157}.column.main>.custom-block{display:none}.cms-index-index .page-header.type26{background-color:transparent;position:absolute;width:100%}.page-header.type26{background:#000;border:0;margin:0}.page-header.type26 .header.content{padding:25px 85px}.page-header.type26 .logo{margin:0;position:absolute;left:85px;top:23px;padding:5px 0}.page-header.type26 .header.content .header.panel{position:relative;text-align:center;max-width:100%;padding:13px 0 15px}.page-header.type26 .header.panel .top-panel{display:inline-block;vertical-align:middle}.page-header.type26 .header.panel .top-panel .custom-block{display:inline-block;font-family:Oswald;font-size:14px;font-weight:400;letter-spacing:.01em;vertical-align:middle}.page-header.type26 .header.panel .top-panel .custom-block span{display:inline-block;vertical-align:middle}.page-header.type26 .header.panel .bottom-panel{display:inline-block;vertical-align:middle;position:absolute;right:0;top:9px;text-align:left}.page-header.type26 .header.panel .top-panel .menu-area{display:inline-block;vertical-align:middle;position:relative}.page-header.type26 .header.panel .top-panel .top-links-area{display:inline-block;vertical-align:middle}.page-header.type26 .header.panel .bottom-panel .search-area{display:inline-block;vertical-align:middle;position:relative;margin:0 18px 0 20px}.page-header.type26 .header.panel .bottom-panel .search-area .block-search{margin:0;position:absolute;right:0;top:100%;display:none}.page-header.type26 .nav-toggle:before{color:#fff}.page-header.type26 .search-toggle-icon{font-size:20px}.page-header.type26 .search-toggle-icon .porto-icon-search:before{content:'\f87b'}.page-header.type26 .header.panel .bottom-panel .search-area .block-search{right:-20px;margin-top:15px}.page-header.type26 .block-search .action.search{width:40px}.page-header.type26 .menu-area>.shop-menu{font-family:Oswald;margin-right:20px;text-transform:uppercase;font-weight:400;font-size:14px;letter-spacing:.01em;display:block}.page-header.type26 .menu-area>.shop-menu:hover{text-decoration:none}.page-header.type26 .top-links-area>a.top-links-icon{display:none}.page-header.type26 .top-links-area>ul.links{padding:0}.page-header.type26 .panel.header .switcher{margin-right:20px;float:none;vertical-align:middle}.page-header.type26 .switcher .options .action.toggle:after,.page-header.type26 .switcher .options .action.toggle:hover:after{color:#fff}.page-header.type26 .minicart-wrapper{vertical-align:middle}.page-header.type26 .minicart-wrapper .action.showcart{position:relative}.page-header.type27{background-color:#1fc0a0;color:#fff;border-top-width:0}.page-header.type27 .switcher strong{font-weight:600}.page-header.type27 .minicart-wrapper{position:absolute;top:50%;right:15px;margin-top:-20px}.page-header.type27 .minicart-wrapper .action.showcart{line-height:37px;color:#606669}.page-header.type27 .minicart-wrapper .action.showcart.active:before,.page-header.type27 .minicart-wrapper .action.showcart:before{color:#fff;font-size:29px;line-height:40px}.page-header.type27.sticky-header .minicart-wrapper .action.showcart.active:before,.page-header.type27.sticky-header .minicart-wrapper .action.showcart:after,.page-header.type27.sticky-header .minicart-wrapper .action.showcart:before{color:#151515}.page-header.type27 .minicart-wrapper .action.showcart .counter.qty{background-color:#ed5348;right:18px;margin-top:-18px}.page-header.type27 .minicart-wrapper .action.showcart:after{color:#fff;-webkit-font-smoothing:antialiased}.page-header.type27 .minicart-wrapper .action.close{top:5px}.page-header.type27 .minicart-wrapper .block-minicart{right:0;margin:0}.page-header.type27 .minicart-wrapper .block-minicart:after,.page-header.type27 .minicart-wrapper .block-minicart:before{display:none}.weltpixel-quickview-catalog-product-view .addthis-smartlayers,.weltpixel-quickview-catalog-product-view .column.main>.custom-block{display:none}.product-item-photo{min-height:50px}.form-find-area{border-top:solid 2px #1fc0a0;box-shadow:0 1px 5px 0 rgba(0,0,0,.1);padding:40px 40px 38px}.form-find-area .form-title{font-family:Oswald;font-size:22px;line-height:35px;font-weight:400;text-align:center;text-transform:uppercase;color:#151515;margin:0 0 5px}.form-find-area form{width:100%}.form-find-area select{width:100%;color:#747474;font-size:13.5px;margin:11px 0;border-radius:5px;padding:0 15px;height:47px}.list-category .group .content{position:relative;margin:15px 0}.list-category .group .content img{width:100%}.list-category .group .content h3{position:absolute;bottom:0;left:0;display:inline-block;background-color:#242424;font-size:22px;font-family:Oswald;text-transform:uppercase;color:#fff;font-weight:400;padding:5px 15px;margin:0}.offer-deal .item{position:relative}.offer-deal .item img{max-width:100%}.offer-deal .item .content h3{margin:0 0 5px}.offer-deal .item .content h3 a{font-family:Oswald;font-size:49px;font-weight:600;line-height:35px;text-transform:uppercase;color:#151515;text-decoration:none}.offer-deal .item .content p{font-family:Oswald;font-size:26px;font-weight:400;line-height:35px;text-transform:uppercase;color:#4c4c4c}.offer-deal .item .content .btn-default{font-family:Oswald;font-size:15px;font-weight:400;text-transform:uppercase;padding:10px 25px;margin-top:15px}.offer-deal .item .content .btn-default:hover{background-color:inherit}.subscribe-form .content h3{font-family:Oswald;font-size:35px;font-weight:600;color:#151515;text-transform:uppercase;margin:0 0 5px}.subscribe-form .content p{font-family:Oswald;font-size:20px;font-weight:400;color:#151515;text-transform:uppercase}.subscribe-form .validation-advice{position:absolute}.subscribe-form .block.newsletter{width:auto;max-width:475px;display:inline-block;vertical-align:middle}.subscribe-form .block.newsletter .control:before{line-height:44px;margin-left:20px}.subscribe-form .block.newsletter .control{position:relative}.subscribe-form .block.newsletter .control input{background-color:#fff;color:#686865;height:44px;border:none;font-size:14px;padding-left:50px;float:left;max-width:475px;width:100%;border-radius:5px 0 0 5px;padding-right:0;margin-right:0}.subscribe-form .block.newsletter .control div.mage-error{position:absolute;bottom:-65px}.subscribe-form .block.newsletter .actions .action.subscribe{height:44px;line-height:44px;padding:0 20px;text-transform:uppercase;border-radius:0 5px 5px 0;opacity:1;background-color:#1fc0a0}.filter-title strong{color:transparent!important;position:fixed;top:30%;left:-1px;width:51px;height:47px;border:#dcdcda solid 1px!important;background-color:#f5f5f5;text-align:center;box-shadow:none;border-radius:0;cursor:pointer;line-height:26px;z-index:9}.filter-title strong:before{content:'\f1de';font-family:porto-icons;font-size:27px;color:#818181;line-height:30px;display:block;-webkit-font-smoothing:antialiased}@media (min-width:768px){.column.main>.custom-block{display:block;width:25%;float:right;padding-left:30px}body:not(.weltpixel-quickview-catalog-product-view).column.main>.custom-block+.product-info-main{width:40.33%}.block-search{z-index:7}.page-header.header-newskin.sticky-header .nav-sections{background-color:#fff}.page-header.header-newskin .nav-sections{pointer-events:none}.page-header.header-newskin .navigation .level0{margin-right:3px;color:#161616;text-align:left;pointer-events:all}.page-header.header-newskin .navigation .level0>.level-top{color:inherit;padding:0 12px;line-height:42px;font-size:13px;font-weight:400;letter-spacing:.025em}.page-header.header-newskin .navigation li.level0.parent a.level-top:before{content:"";width:10px;height:10px;border:7px solid transparent;border-bottom-color:#fff;position:absolute;left:50%;margin-left:-8px;top:100%;margin-top:-14px;visibility:hidden;opacity:0;transition:all .1s}.page-header.header-newskin .navigation:not(.side-megamenu) li.level0.parent:hover a.level-top:before{visibility:visible;opacity:1}.page-header.header-newskin .navigation .level0 .submenu{border-top-width:0;box-shadow:0 7px 10px -2px rgba(0,0,0,.25)}.page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1>a,.page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1>a{font-size:13px;font-weight:700;margin-top:26px;margin-bottom:4px;color:#434d53;padding:0 5px}.page-header.header-newskin .navigation li.level0.classic .submenu a,.page-header.header-newskin .navigation li.level0.fullwidth .submenu a,.page-header.header-newskin .navigation li.level0.staticwidth .submenu a{font-size:12px;font-weight:600;line-height:24px;text-transform:uppercase}header.page-header.type14 .panel.header .switcher{font-family:Oswald;margin-right:15px;height:auto;float:none}header.page-header.type14 .switcher strong{font-weight:700;font-size:11px;color:#ccc;line-height:1;text-transform:uppercase;vertical-align:middle;letter-spacing:1px}header.page-header.type14 .switcher .options .action.toggle:after{line-height:12px;color:#ccc;vertical-align:middle}header.page-header.type14 .switcher .options{font-size:12px;display:block}header.page-header.type14 .nav-sections{border:0;display:block;padding:10px 0;margin-top:2px}header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth>.submenu,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth>.submenu{border:0;margin-top:20px!important;padding:40px 35px}header.page-header.type14 .sw-megamenu.navigation li.level0.classic>.submenu{border:0;margin-top:20px!important}header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu,header.page-header.type14 .sw-megamenu.navigation li.level0.classic .submenu{padding:5px 0}header.page-header.type14 .nav-sections-item-content>.navigation{z-index:initial}header.page-header.type14 .navigation li.level0>a{height:30px;line-height:30px;color:#ccc;font-family:Oswald;font-weight:700;font-size:11px;letter-spacing:1px}header.page-header.type14 .navigation li.level0.parent>a:after{line-height:30px}header.page-header.type14 .navigation li.level0:hover>a{color:#fff}header.page-header.type14 .navigation li.level0.parent>a{position:relative}header.page-header.type14 .navigation li.level0.parent>a:before{content:"";width:10px;height:10px;border:5px solid transparent;border-bottom-color:#fff;position:absolute;left:50%;margin-left:-10px;top:100%;margin-top:10px;visibility:hidden;opacity:0;transition:.2s opacity}header.page-header.type14 .navigation li.level0.parent:hover>a:before{visibility:visible;opacity:1}header.page-header.type14 .sw-megamenu.navigation li.level0.classic>.submenu:before,header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth>.submenu:before,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth>.submenu:before{width:100%;height:20px;content:"";display:block;position:absolute;top:-20px;left:0}header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a{padding:0;border-bottom:2px solid #000;text-decoration:none;font-family:Oswald;padding-bottom:7px;margin-bottom:20px;margin-left:10px;margin-right:10px}header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a:hover>span,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a:hover>span{text-decoration:none}header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu a,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu a{padding:10px}header.page-header.type14 .navigation .level0.classic .submenu a{font-family:Oswald;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px;padding:20px;line-height:1;white-space:nowrap}header.page-header.type14 .navigation .level0.classic .submenu li:hover>a{background-color:#000;color:#fff}header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu{top:-5px}header.page-header.type14 .switcher .options ul.dropdown{margin-top:20px}header.page-header.type14 .switcher .options .action.toggle.active,header.page-header.type14 .switcher .options .action.toggle.active strong,header.page-header.type14 .switcher .options .action.toggle.active:after{color:#fff}header.page-header.type15.sticky-header .nav-sections{background-color:#999592;padding:8px 0!important}header.page-header.type15.sticky-header .navigation>ul{text-align:left;padding-right:70px}.sw-megamenu.navigation li.level0.fullwidth>.submenu>.container,.sw-megamenu.navigation li.level0.staticwidth>.submenu>.container{padding:0;width:100%}header.page-header.type15.sticky-header .minicart-wrapper .action.showcart .counter-label{display:none}header.page-header.type15.sticky-header .minicart-wrapper .action.showcart:before{line-height:43px}header.page-header.type15.sticky-header .minicart-wrapper .action.showcart .counter-number{top:8px}header.page-header.type15 .top-links-area{padding:0}header.page-header.type15 .header.links{width:100%;padding:16px 16px 0 0;border-bottom:1px solid rgba(60,60,60,.1);height:53px;margin:0;list-style:none;text-align:right}header.page-header.type15 .header.links li.first{padding-left:0}header.page-header.type15 .header.links li{border:0;display:inline-block;text-transform:uppercase;color:#c0bebb;font-size:13px;font-family:Oswald}header.page-header.type15 .top-links-area .header.links li a{padding:0 16px;color:#c0bebb;font-size:13px;font-family:Oswald;font-weight:400;letter-spacing:1px;border:none}header.page-header.type15 .header.links li a:hover{color:#fff}header.page-header.type15 .header.links>li>:not(.no-display):not(div){padding:0 16px}header.page-header.type15 .header-right-area{width:80%;float:left;border-right:1px solid rgba(60,60,60,.1)}header.page-header.type15 .header .header-link-area{float:left;display:inline-block;width:calc(100% - 270px);border:1px solid rgba(60,60,60,.1);border-bottom-width:0;border-top-width:0}header.page-header.type15 .switcher-area{width:270px;float:right}header.page-header.type15 .nav-sections{border:0;padding:0 10px;margin-top:-1px;text-align:right}header.page-header.type15 .navigation li.level0>a{padding:3.5px 20px;color:#fff;font-size:14px;font-family:Oswald;font-weight:400;letter-spacing:1px}header.page-header.type15 .navigation,header.page-header.type15 .navigation ul{position:static;text-align:left}header.page-header.type15.sticky-header .navigation,header.page-header.type15.sticky-header .navigation ul{position:relative}header.page-header.type15 .navigation li.level0 .row{margin:0 -15px}header.page-header.type15 .navigation .subchildmenu.mega-columns>li{padding:0 15px}header.page-header.type15 .navigation ul{text-align:right}header.page-header.type15 .navigation ul li{text-align:left}header.page-header.type15 .sw-megamenu.navigation li.level0.classic>.submenu{border:0;box-shadow:0 4px 3px -3px rgba(0,0,0,.25)}header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth>.submenu,header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth>.submenu{border:0;margin-top:9px;padding:25px 25px 38px;box-shadow:0 4px 3px -3px rgba(0,0,0,.25)}header.page-header.type15 .navigation li.level0.parent>a:before{content:"";width:10px;height:10px;border:8px solid transparent;border-bottom-color:#fff;position:absolute;left:50%;margin-left:-10px;top:100%;margin-top:-16px;visibility:hidden;opacity:0;transition:all .1s}header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a{text-decoration:none;font-family:Oswald;font-size:20px}header.page-header.type15 .navigation li.level0.fullwidth .submenu li.level1>.menu-thumb-img,header.page-header.type15 .navigation li.level0.staticwidth .submenu li.level1>.menu-thumb-img{margin:0}header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 .menu-thumb-img+a,header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 .menu-thumb-img+a{padding:0;margin:0;text-align:center;font-size:20px;font-weight:400;letter-spacing:.05em;color:#fff;position:absolute;top:55px;left:20px;right:20px;display:block}header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu a,header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu a{font-size:15px;font-weight:600;padding:10px 0 10px 0}header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a,header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a{padding:10px 0 10px 20px}header.page-header.type15 .search-area{position:relative;width:100%;height:auto;border-bottom:1px solid rgba(60,60,60,.1);top:0;left:0;margin:0}header.page-header.type15 .search-area .block-search{width:100%;margin:0}header.page-header.type15 .search-area .search-toggle-icon{display:none}.input-text:focus{box-shadow:none!important}header.page-header.type15 .search-area .minisearch .input-text{background:0 0;height:52px;text-transform:uppercase;font-size:13px;font-family:Oswald;color:#c0bebb;letter-spacing:.03em}header.page-header.type15 .search-area .block-search .action.search{width:50px;height:52px;color:#fff;font-size:22px;opacity:1}header.page-header.type15 .search-area .block-search .action.search:before{content:'\e884';font-size:22px;color:#fff}header.page-header.type15 .cart-area .switcher{height:52px;border-right:1px solid rgba(60,60,60,.1);margin:0;font-family:Oswald;padding:0 25px 0 15px}header.page-header.type15 .switcher .action.toggle{color:#c0bebb;border:0;line-height:52px;height:auto;padding:0;font-size:14px;font-family:Oswald;font-weight:400;text-transform:uppercase;letter-spacing:.03em}header.page-header.type15 .switcher .action.toggle:after{position:absolute;right:-15px;top:calc(50% - 8px)}header.page-header.type15 .switcher strong{font-size:14px;line-height:52px}.page-header.type16{background-color:#fff;color:#777}.page-header.type16>.panel.wrapper{background-color:#f0f0ed;color:#777}.page-header.type16 .panel.header .switcher{padding:0 15px;color:#999}.page-header.type16 .panel.header .switcher.switcher-currency{padding-left:0}.page-header.type16 .header.panel>.header.links{color:#999}.page-header.type16 .header.panel>.header.links>li>a{border:none;letter-spacing:.025em;color:#999}.page-header.type16 .block-search{margin-left:55px}.page-header.type16 .block-search input{background-color:#fff;color:#777;border-color:#ccc}.page-header.type16 .block-search .action.search{padding:0 13px}.page-header.type16 .block-search .action.search:before{content:'\e884';color:#777}.page-header.type16 .custom-block{height:40px;line-height:1;position:absolute;top:50%;right:104px;margin-top:-20px;font-size:11px;color:#777;border-right:solid 1px #dde0e2;padding-right:35px}.page-header.type16 .custom-block>*{display:inline-block;vertical-align:middle}.page-header.type16 .custom-block>a{font-size:12px}.page-header.type16 .nav-sections{background-color:transparent;color:#777;margin-bottom:15px}header.page-header.sticky-header.type16 .nav-sections{background-color:#fff}.page-header.type16 .navigation{background-color:transparent;padding:0 15px}.page-header.type16 .navigation>ul{padding:0;background-color:#f0f0ed}.page-header.type16 .navigation li.level0{color:#08c}.page-header.type16 .navigation li.level0>.level-top{color:inherit;padding:0 8px!important;line-height:42px;font-size:12px;font-weight:700;letter-spacing:inherit}.page-header.type16 .navigation li.level0.active,.page-header.type16 .navigation li.level0:hover{color:#fff;background-color:#08c}.page-header.type17{background-color:#08c;color:#fff}.page-header.type17>.main-panel-top{background-color:#08c}.page-header.type17 .panel.wrapper{background-color:transparent;color:#bde1f5}.page-header.type17 .panel.header{max-width:100%;padding:10px 0}.page-header.type17 .panel.header .switcher{padding-right:30px;text-transform:uppercase}.page-header.type17 .main-panel-inner{border-bottom:1px solid rgba(248,248,248,.2)}.page-header.type17 .panel.header .header.links>li{color:#bde1f5;font-weight:600;letter-spacing:.025em}.page-header.type17 .panel.header .header.links>li>a{border:none;color:#bde1f5;font-weight:600;letter-spacing:.025em}.page-header.type17 .block-search{margin-left:114px}.page-header.type17 .block-search input{background-color:#fff;color:#8d8d8d;border-radius:20px}.page-header.type17 .block-search .action.search{border-left:1px solid rgba(255,255,255,.2);padding:0 12px}.page-header.type17 .custom-block{position:absolute;top:50%;right:170px;margin-top:-15px;font-size:14px;color:#bde1f5}.page-header.type17 .custom-block>*{display:inline-block;vertical-align:top;font-size:11px;font-weight:600;text-align:left;line-height:1}.page-header.type17 .minicart-wrapper{background-color:#0694db;width:81px;height:41px;text-align:center;box-shadow:0 5px 11px -2px rgba(0,0,0,.1);border-radius:2px;border:solid 1px #0082c2}.page-header.type17 .nav-sections{background-color:#f4f4f4;color:#6b7a83}.page-header.type17.sticky-header .nav-sections{background-color:#08c;color:#fff}.page-header.type17.sticky-header .navigation li.level0.active,.page-header.type17.sticky-header .navigation li.level0:hover{color:#bde1f5}.page-header.type17 .navigation .level0{margin-right:4px;color:inherit}.page-header.type17 .navigation .level0>.level-top{font-size:12px;letter-spacing:inherit;color:inherit;font-weight:700;line-height:52px}.page-header.type17 .navigation .level0>.level-top:after{line-height:52px}.page-header.type17 .navigation li.level0.active,.page-header.type17 .navigation li.level0:hover{color:#08c}.page-header.type17 .navigation li.level0.parent:hover a.level-top:before{display:none}.page-header.type18 .header.content{text-align:center;position:relative;z-index:4}.page-header.type18 .select-area{position:absolute;left:15px;top:calc(50% - 15px)}.page-header.type18 .switcher{background-color:#e6e3df;padding:8px 12px;height:33px;text-align:left}.page-footer.type18 .switcher strong,.page-header.type18 .switcher strong{font-weight:600;letter-spacing:.03em;font-size:11px;text-transform:uppercase}.page-header.type18 .block-search{width:220px;position:absolute;right:15px;top:calc(50% - 15px);text-align:left}.page-header.type18 .block-search input{background-color:#e6e3df;color:#4a4a4a;line-height:33px;height:33px}.page-header.type18 .block-search .action.search{width:33px;line-height:33px;height:33px}.page-header.type18 .block-search .action.search:before{font-size:12px}.page-header.type18 .minicart-wrapper{position:absolute;bottom:-44px;right:15px}.page-header.type18 .nav-sections{position:relative;z-index:3;border-top:solid 1px #eee}.page-header.type18.sticky-header .nav-sections{background-color:#fff}.page-header.type18 .nav-sections .navigation>ul{padding-right:100px;padding-left:3px}.page-header.type18 .navigation .level0>.level-top{font-size:13px;font-family:Oswald;font-weight:400;color:#111}.page-header.type18 .navigation .level0.parent>a:after{line-height:46px}.page-header.type18 .navigation .level0 .submenu{border-top-width:0;box-shadow:0 7px 10px -2px rgba(0,0,0,.25)}.page-header.type18 .navigation li.level0.fullwidth .submenu li.level1>a,.page-header.type18 .navigation li.level0.staticwidth .submenu li.level1>a{font-size:13px;font-weight:700;margin-top:26px;margin-bottom:4px;color:#111;padding:0 5px}.page-header.type18 .navigation li.level0.classic .submenu a,.page-header.type18 .navigation li.level0.fullwidth .submenu a,.page-header.type18 .navigation li.level0.staticwidth .submenu a{font-size:12px;font-weight:600;line-height:24px;text-transform:uppercase}.page-header.type19 .panel.header .switcher{padding:0 30px 0 0;color:#c4d0dc;text-transform:uppercase}.page-header.type19 .header.content{display:block;vertical-align:middle;padding:28px 15px}.page-header.sticky-header.type19 .nav-sections{background-color:#fff}.page-header.type19 .logo{float:left;display:block;margin:0 25px 0 0}.page-header.type19 .minicart-wrapper{margin:0;float:right;height:50px;right:0;padding:5px 0}.page-header.type19 .search-area{position:relative;margin:0;display:block;float:left;top:0;left:0;height:50px;z-index:2}.page-header.type19 .search-area>a{color:#141a1f;line-height:50px;display:block;margin-right:10px;width:25px;text-align:center}.page-header.type19 .block-search{display:none;position:absolute;left:-20px;top:100%;margin:0}.page-header.type19 .block-search input{height:45px;border-radius:25px;border:5px solid #ccc}.page-header.type19 .block-search .action.search{right:5px;height:45px;border-left:1px solid #ccc;width:40px}.page-header.type19 .custom-block{float:right;height:40px;line-height:1;font-size:11px;color:#777;border-right:solid 1px #dde0e2;padding-right:35px;margin-right:30px;margin-top:3px}.page-header.type19 .custom-block>*{display:inline-block;vertical-align:middle}.page-header.type19 .custom-block>a{font-size:12px}.page-header.type19 .navigation{padding:10px 0}.page-header.type19 .navigation li.level0{margin-right:4px}.page-header.type19 .navigation li.level0>.level-top{font-size:12px;font-weight:700;letter-spacing:inherit;line-height:30px;display:inline-block;transition-delay:.3s}.page-header.type19 .navigation .level0.parent>a:after{line-height:30px}.page-header.type20{text-align:center}.page-header.type20 .logo{float:none;display:inline-block;margin:20px 0;position:relative;z-index:8}.page-header.type20 .nav-sections{display:block;position:absolute;left:0;top:50%;margin-top:-21px;width:100%;z-index:4}.page-header.type20 .navigation{text-align:left}.page-header.type20 .navigation>ul{padding-right:60%}.page-header.type20.sticky-header .navigation>ul{padding-right:90px}header.page-header.sticky-header.type20 .nav-sections{background-color:#1e1e1e}.page-header.type20 .navigation li.level0{color:#fff}.page-header.type20 .navigation li.level0>.level-top{font-weight:500}.page-header.type20 .header.panel{text-align:right;position:absolute;right:0;top:50%;margin-top:-18px;z-index:5;padding:0 15px}body .page-header.type20 .header.panel{max-width:calc(50% - 50px)}.page-header.type20 .header.panel .top-panel{margin:5px 0}body.layout-fullwidth .page-header.type20 .header.panel .top-panel{display:inline-block;vertical-align:middle}.page-header.type20 .top-links-area{position:relative;display:inline-block}.page-header.type20 .top-links-icon{display:inline-block;vertical-align:middle;font-size:11px;padding:7px 20px 7px 0;position:relative;color:#fff;text-transform:uppercase}.page-header.type20 .top-links-icon a{color:#fff;font-size:13px;font-weight:500;letter-spacing:.025em}.page-header.type20 .top-links-icon a:hover{text-decoration:none}.page-header.type20 .top-links-icon:before{content:"\f807";display:block;position:absolute;right:3px;top:50%;font-family:porto-icons;margin-top:-12px;font-size:16px;-webkit-font-smoothing:antialiased}.page-header.type20 .top-links-area .links{display:none;position:absolute;right:0;z-index:9;background-color:#fff!important;border-radius:3px;margin:0;padding:5px 0;text-align:right;border:1px solid #ccc;min-width:150px}.page-header.type20 .top-links-area .links>li{display:block;margin:0;text-align:right;text-transform:uppercase;line-height:19px}.page-header.type20 .top-links-area .links>li>a,.page-header.type20 .top-links-area .links>li>span{color:#777!important;white-space:nowrap;padding:0 10px;display:block;transition:all .2s;font-weight:400;font-size:11px}.page-header.type20 .custom-block{font-family:Poppins;font-weight:400;display:inline-block;text-align:left;font-size:16px;height:33px;line-height:1;border-right:solid 1px rgba(255,255,255,.3);padding-right:30px;padding-left:20px}.page-header.type20 .header.panel .search-area{display:inline-block;vertical-align:middle;padding-left:15px;position:relative}.page-header.type20 .header.panel .search-area>a{color:#fff;padding-right:6px;display:block}.page-header.type20 .header.panel .block-search{display:none;position:absolute;right:-20px;top:100%;margin-top:20px}.page-header.type20 .header.panel .block-search input{height:45px;border-radius:25px;border:5px solid #ccc}.page-header.type20 .header.panel .block-search .action.search{right:5px;height:45px;border-left:1px solid #ccc;width:40px}.page-header.type20 .header.panel .switcher{float:none;padding:5px 10px;height:24px;border-radius:3px;color:#fff;text-transform:uppercase;text-align:left}.page-header.type20 .header.panel .switcher strong{font-size:13px;font-weight:500;letter-spacing:.025em}.page-header.type21 .header.content{padding:25px 15px;text-align:left}.page-header.type21 .nav-sections{display:block;position:relative;width:100%;z-index:4}.page-header.type21 .navigation>ul{padding-right:35%;text-align:right}.page-header.type21.sticky-header .navigation>ul{padding-right:90px}header.page-header.sticky-header.type21 .nav-sections{background-color:#fff}.page-header.type21 .navigation li.level0{color:#161616;text-align:left}.page-header.type21 .navigation li.level0>.level-top{font-family:Oswald}.page-header.type21 .header.panel{position:relative;float:right;padding:5px 0;z-index:5;margin-left:20px}.page-header.type21 .header.panel .bottom-panel,.page-header.type21 .header.panel .top-panel{display:inline-block;vertical-align:middle}body.layout-fullwidth .page-header.type21 .header.panel .top-panel{display:inline-block;vertical-align:middle}.page-header.type21 .top-links-area{position:relative;display:inline-block;margin-left:20px}.page-header.type21 .top-links-icon{display:inline-block;vertical-align:middle;font-size:11px;padding:7px 20px 7px 0;position:relative;color:#fff;text-transform:uppercase}.page-header.type21 .top-links-icon a{font-family:Oswald;color:#fff;font-size:13px;font-weight:400;letter-spacing:.025em}.page-header.type21 .top-links-icon a:hover{text-decoration:none}.page-header.type21 .top-links-icon:before{content:"\f807";display:block;position:absolute;right:3px;top:50%;font-family:porto-icons;margin-top:-12px;font-size:16px;-webkit-font-smoothing:antialiased}.page-header.type21 .top-links-area .links{display:none;position:absolute;right:0;z-index:9;background-color:#fff!important;border-radius:3px;margin:0;padding:5px 0;text-align:right;border:1px solid #ccc;min-width:150px}.page-header.type21 .top-links-area .links>li{display:block;margin:0;text-align:right;text-transform:uppercase;line-height:19px}.page-header.type21 .top-links-area .links>li>a,.page-header.type21 .top-links-area .links>li>span{color:#777!important;white-space:nowrap;padding:0 10px;display:block;transition:all .2s;font-weight:400;font-size:11px}.page-header.type21 .custom-block{font-family:Oswald;font-weight:400;display:inline-block;text-align:left;font-size:13px;vertical-align:middle}.page-header.type21 .header.panel .search-area{display:none;vertical-align:middle;padding-left:15px;position:relative}.page-header.type21 .header.panel .search-area>a{color:#fff;padding-right:6px;display:block}.page-header.type21 .header.panel .block-search{display:none;position:absolute;right:-20px;top:100%;margin-top:20px}.page-header.type21 .header.panel .block-search input{height:45px;border-radius:25px;border:5px solid #ccc}.page-header.type21 .header.panel .block-search .action.search{right:5px;height:45px;border-left:1px solid #ccc;width:40px}.page-header.type21 .header.panel .switcher{float:none;padding:5px 10px;height:24px;border-radius:3px;color:#fff;text-transform:uppercase;text-align:left}.page-header.type21 .header.panel .switcher strong{font-family:Oswald;font-size:13px;font-weight:400;letter-spacing:.025em}.page-header.type22{position:absolute;left:0;top:0;z-index:5;width:256px;min-height:100vh;background-color:#383734;border:0;padding:10px 0 200px;text-align:center}.page-header.type22 .switcher-area{padding:0 20px;text-align:left}.page-header.type22 .switcher-area .switcher{float:none;padding:5px 10px 5px 0;height:26px;border-radius:3px;color:#b0b0b0;text-transform:uppercase;text-align:left;display:inline-block;vertical-align:middle;margin:14px 2px 5px}.page-header.type22 .switcher-area .switcher strong{font-family:Poppins;font-size:11px}.page-header.type22 .logo{max-width:none}.page-header.type22 .block-search{margin:0 0 20px;max-width:100%}.page-header.type22 .block-search input{padding:10px 40px 10px 10px;background-color:#282828;font-family:Poppins;font-size:13.5px}.page-header.type22 .block-search .action.search{width:40px;right:0}.page-header.type22 .block-search .action.search:before{color:#7b7b7b}.page-header.type22 .header.panel{padding-top:0}.page-header.type22 .panel.wrapper{background-color:transparent;text-align:left;padding-bottom:100px}.page-header.type22 .custom-block-area{position:absolute;width:100%;bottom:0;left:0;padding:20px 36px;font-family:Poppins;font-size:13px;color:#b0b0b0;text-align:left}.page-header.type22 .social-icons{float:none;display:inline-block;vertical-align:middle;margin-right:20px}.page-header.type22 .social-icons a{background-image:none;background-color:#33332f;text-indent:0;color:#fff;border-radius:0;font-size:12.8px;width:34px;height:34px;text-align:center;margin-left:0;margin-right:1px;float:left;line-height:35px;font-size:16px}.page-header.type22 address{display:block;text-align:center;font-size:12px;color:#a8a8a8}.page-header.type23{border-top:0}.page-header.type23 .panel.wrapper{border-bottom:#eee solid 2px}.page-header.type23 .panel.header{padding-top:0;padding-bottom:0}.page-header.type23 .search-area{position:relative;margin:0;display:block;float:left;z-index:10;height:39px}.page-header.type23 .search-area>a{display:block;margin-right:15px;text-align:center;font-size:13px;text-transform:uppercase;color:#777;line-height:39px}.page-header.type23 .search-area>a em{margin-right:5px}.page-header.type23 .block-search{display:none;position:absolute;left:-20px;top:100%;margin:0;margin-top:0}.page-header.type23 .block-search input{height:45px;border-radius:25px;border:5px solid #ccc}.page-header.type23 .block-search .action.search{right:5px;height:45px;border-left:1px solid #ccc;width:40px}.page-header.type23 .panel.header .switcher{padding:12px 15px;height:39px}.page-header.type23 .panel.header .switcher strong{font-size:13px;text-transform:uppercase}.page-header.type23 .minicart-wrapper{position:relative;margin:5px 0 0 0;float:right;width:42px}.page-header.type23 .panel.header>span.split{float:right;height:39px;border-right-color:#eee;border-right-width:2px;width:1px;margin:0 18px}.page-header.type23 .panel.header .toplinks-area{float:right;font-size:13px;position:relative;line-height:39px}.page-header.type23 .panel.header .custom-block{float:right;font-size:13px;line-height:39px}.page-header.type23 .header.content{display:block;padding:28px 15px;text-align:center}.page-header.type23 .logo{display:inline-block;margin:0}.page-header.type23 .nav-sections{pointer-events:none;position:absolute;top:50%;margin-top:-22px;width:100%;left:0;padding-left:15px;padding-right:6px}.page-header.type23 .navigation>ul{text-align:left}.page-header.type23 .navigation>ul>li{pointer-events:all;text-align:left}.page-header.type23 .navigation .level0>.level-top{font-weight:500}.page-header.type23:not(.sticky-header) .navigation li.level0>.level-top:first-child{padding-left:0}.cms-index-index .page-header.type24{background-color:transparent;position:absolute;width:100%;top:0}.page-header.type24 .panel.wrapper{border-bottom:#f2f2f3 solid 1px;font-weight:400;font-size:13px;letter-spacing:.01em}.page-header.type24 .header.panel{padding-top:12px;padding-bottom:9px}.page-header.type24 .panel.header .switcher{padding:0 30px 0 0;text-transform:uppercase;margin-top:1px;letter-spacing:.025em;font-size:11px}.page-header.type24 .custom-block{float:right;margin-right:20px}.page-header.type24 .custom-block span{color:inherit!important;line-height:1!important}.page-header.type24 .top-links-area{position:relative;display:inline-block;float:right}.page-header.type24 .top-links-icon{display:none}.page-header.type24 .panel.header .top-links-area ul{display:inline-block;margin:0;padding:0}.page-header.type24 .panel.header .top-links-area ul li{display:inline-block;margin:0;text-transform:uppercase}.page-header.type24 .panel.header .top-links-area ul li a{padding:0 10px}.page-header.type24 .panel.header .top-links-area ul li>span{padding:0 10px}.page-header.type24 .header.content{display:block;vertical-align:middle;padding:18px 15px}.page-header.type24 .logo{float:left;display:block;margin:0 25px 0 0}.page-header.type24 .minicart-wrapper{margin:0;float:right;padding:10px 0}.page-header.type24.sticky-header .minicart-wrapper{padding:0}.page-header.type24 .minicart-wrapper .action.showcart.active:before,.page-header.type24 .minicart-wrapper .action.showcart:before{font-size:25px}.page-header.type24 .minicart-wrapper .action.showcart .counter.qty{background-color:#d33e75;font-family:'Open Sans';top:16px;right:20px;width:13px;height:13px;line-height:13px;font-size:9px}.page-header.type24 .minicart-wrapper .block-minicart{right:-12px}.page-header.type24 .search-area{position:relative;margin:0 35px;display:block;float:right;top:0;left:0;height:50px;z-index:2}.page-header.type24 .search-area>a{color:#3b404c;line-height:52px;display:block;width:25px;text-align:center;font-size:22px}.page-header.type24 .search-area>a .porto-icon-search:before{content:'\e884'}.page-header.type24 .block-search{display:none;position:absolute;right:-20px;top:100%;margin-top:0}.page-header.type24 .block-search input{height:45px;border-radius:25px;border:5px solid #ccc}.page-header.type24 .block-search .action.search{right:5px;height:45px;border-left:1px solid #ccc;width:40px}.page-header.type24 .nav-sections{pointer-events:none}.page-header.type24 .navigation{padding:5px 0}.page-header.type24 .navigation>ul{text-align:right}.page-header.type24 .navigation>ul>li{pointer-events:all;text-align:left}.page-header.type24 .navigation .level0>.level-top{font-size:14px;font-weight:400;letter-spacing:.01em}.page-header.type24.sticky-header .navigation>ul{text-align:left}.page-header.type25{background-color:transparent;color:#999;border:0}.page-header.type25 .logo{margin:30px 0}.page-header.type25>.panel.wrapper{background-color:transparent;color:#999;letter-spacing:.025em}.page-header.type25 .panel.header .switcher{padding:0 30px 0 0;text-transform:uppercase}.page-header.type25 .header.content{padding:0 30px}.page-header.type25 .panel.header .header.links>li>a{color:#999;border:none}.page-header.type25 .header .custom-block{position:absolute;top:50%;right:100px;margin-top:-21px;display:inline-block;text-align:left;font-size:11px;height:42px;line-height:1;border-right:solid 1px #e4417b;padding-right:35px;margin-right:15px}.page-header.type25 .block-search{max-width:420px;border-radius:20px;overflow:hidden}.page-header.type25 .block-search input{background-color:#fff;color:#777;border-color:#ccc;height:38px}.page-header.type25 .block-search .action.search{border-left:1px solid #ccc;padding:0 10px;height:38px;line-height:38px}.page-header.type25 .block-search .action.search:before,.page-header.type25 .block-search .action.search:hover:before{color:#999}.page-header.type25 .minicart-wrapper{right:30px}.page-header.type25 .menu-wrapper{position:relative;background-color:#fff}.page-header.type25.sticky-header .menu-container{position:fixed;width:100%;top:0;left:0;z-index:200;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.15)}.page-header.type25.sticky-header .sticky-logo{margin-left:15px}.page-header.type25.sticky-header .sticky-logo .logo img{margin-top:5px;margin-right:0}.page-header.type25.sticky-header .nav-sections{position:absolute!important;top:100%!important;width:calc(100% - 30px)!important;left:15px!important}.page-header.type25 .nav-sections.visible{visibility:visible;opacity:1}header.page-header.type25.sticky-header .navigation li.level0>.level-top{padding:6px 10px}header.page-header.type25.sticky-header .navigation{padding:0}.page-header.type25 .navigation .level0>.level-top{padding:6px 10px;font-family:Poppins;font-size:15px}.page-header.type25 .navigation .level0:not(:first-child)>.level-top{border-top:#e6ebee solid 1px!important}.page-header.type25 .drop-menu{min-width:270px}.page-header.type25 .drop-menu>a{text-transform:uppercase;font-size:14px;letter-spacing:.075em;font-family:Oswald;font-weight:400;padding:12px 26px}.page-header.type25 .drop-menu>a:hover{background-color:#303030}.page-header.type25 .drop-menu>a em{margin-right:7px;font-size:18px}.page-header.type25 .drop-menu .nav-sections{border:#e6ebee solid 1px;box-shadow:none;padding:0 8px}.cms-index-index .page-header.type25 .drop-menu .nav-sections{padding:0 8px!important}.page-header.type25 .drop-menu+.custom-menu-block{float:right;line-height:43px}.page-header.type25 .drop-menu+.custom-menu-block a{padding:0 14px;font-size:13px;font-family:Poppins;font-weight:500;color:#465157;letter-spacing:.05em}.page-header.type25.sticky-header .drop-menu+.custom-menu-block{margin-right:90px}.page-header.type26 .panel.header .customer-menu .links>li{display:block}.page-header.type26 .panel.header .links>li{display:inline-block;vertical-align:top;margin:0}.page-header.type26 .panel.header .links>li.greet.welcome{display:none}.page-header.type26 .block-search input{border:1px solid #ccc}.page-header.type26 .panel.header .top-links-area>ul.links>li>a{font-family:Oswald;margin-right:20px;text-transform:uppercase;font-weight:400;font-size:14px;letter-spacing:.01em;display:block}.page-header.type26 .switcher strong{font-family:Oswald;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.01em}.page-header.type26 .sections.nav-sections{position:absolute;left:-15px;top:100%;border:0;visibility:hidden;opacity:0;transition:all .3s;min-width:200px}.page-header.type26 .menu-area:hover .sections.nav-sections{visibility:visible;opacity:1}.page-header.type26 .nav-sections-item-content>.navigation{background:#fff;padding:5px 0;margin-top:15px}.page-header.type26 .sw-megamenu.navigation li.level0{display:block;margin:0}.page-header.type26 .sw-megamenu.navigation li.level0>a{display:block;font-size:12px;font-weight:400;color:#777;padding:12px 30px 12px 5px;text-transform:none;margin:0 8px;line-height:1;position:relative}.page-header.type26 .sw-megamenu.navigation li.level0>a:hover{background-color:#f4f4f4}.page-header.type26 .navigation .level0.parent>a:after{line-height:1;content:'\f801';position:absolute;right:5px}.page-header.type26 .sw-megamenu.navigation li.level0{position:relative!important}.page-header.type26 .sw-megamenu.navigation li.level0.fullwidth>.submenu,.page-header.type26 .sw-megamenu.navigation li.level0.staticwidth>.submenu{left:100%!important;top:-6px;border:0}.page-header.type26 .sw-megamenu.navigation li.level0.classic:hover>.submenu{left:100%!important;top:-6px;border:0;margin-left:-8px!important}.page-header.type27 .logo{margin:17.5px 0}.page-header.type27 .panel.header .switcher{padding-right:15px;float:none;height:auto}.page-header.type27 .panel.header .switcher strong{text-transform:uppercase;font-size:13.5px;font-weight:400}.page-header.type27 .panel.header{display:inline-block;position:absolute;right:84px;top:50%;margin-top:-20px}.page-header.type27 .top-links-area{position:relative;display:inline-block}.page-header.type27 .top-links-icon{padding:0 20px 0 0}.page-header.type27 .top-links-icon a{color:#fff;font-size:13.5px;font-weight:400;text-transform:uppercase}.page-header.type27 .top-links-icon a:hover{text-decoration:none}.page-header.type27 .top-links-icon:before{content:"\f807";display:block;position:absolute;right:3px;top:50%;font-family:porto-icons;margin-top:-12px;font-size:16px;-webkit-font-smoothing:antialiased}.page-header.type27 .top-links-area .links{display:none;position:absolute;right:0;z-index:9;background-color:#fff!important;border-radius:3px;margin:0;padding:5px 0;text-align:right;border:1px solid #ccc;min-width:150px}.page-header.type27 .top-links-area .links>li{display:block;margin:0;text-align:right;text-transform:uppercase;line-height:19px}.page-header.type27 .top-links-area .links>li>a,.page-header.type27 .top-links-area .links>li>span{color:#777!important;white-space:nowrap;padding:0 10px;display:block;transition:all .2s;font-weight:400;font-size:11px}.page-header.type27 .block-search{margin-left:60px;width:400px}.page-header.type27 .block-search input{background-color:#fff;color:#8d8d8d;border-radius:20px}.page-header.type27 .block-search .action.search{border-left:1px solid rgba(255,255,255,.2);padding:0 12px}.page-header.type27 .nav-sections{background-color:#fff;color:#6b7a83;box-shadow:rgba(0,0,0,.1) 0 1px 5px 0}.page-header.type27.sticky-header .nav-sections{background-color:#fff;color:#fff}.page-header.type27.sticky-header .navigation li.level0.active,.page-header.type27.sticky-header .navigation li.level0:hover{color:#bde1f5}.page-header.type27 .navigation .level0{margin-right:4px;color:inherit}.page-header.type27 .navigation .level0>.level-top{font-family:Oswald;font-size:12.5px;letter-spacing:.05em;color:inherit;font-weight:500;line-height:57px}.page-header.type27 .navigation .level0>.level-top:after{line-height:57px}.page-header.type27 .navigation li.level0.active,.page-header.type27 .navigation li.level0:hover{color:#161616}.page-header.type27 .navigation li.level0.parent:hover a.level-top:before{display:none}}@media (max-width:1199px) and (min-width:992px){.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0.fullwidth>.submenu{width:750px}.form-find-area{padding:18px 40px 16px}}@media (min-width:992px){.page-header.type22 .minicart-wrapper{float:right}header.page-header.type22 .panel.wrapper .header.panel>.header.links{float:none;display:block}header.page-header.type22 .panel.wrapper .header.panel>.header.links>li{display:block;color:#fff}header.page-header.type22 .panel.wrapper .header.panel>.header.links>li>a,header.page-header.type22 .panel.wrapper .header.panel>.header.links>li>span{color:#b0b0b0;border:0;padding:3px 5px;display:block;line-height:40px;font-family:Poppins;font-size:13px;letter-spacing:.01em;text-transform:uppercase}header.page-header.type22 .panel.wrapper .header.panel>.header.links>li>span{border-top:0}body.side-header .page-wrapper{padding-left:256px}header.page-header.type22.fixed-bottom{position:fixed;top:auto;bottom:0}body.side-header .page-wrapper>.breadcrumbs.fixed-position{position:fixed;width:100%;z-index:999;top:0}body.side-header .page-wrapper>.breadcrumbs .items{margin:0;max-width:none}.page-header.type22 .sw-megamenu.navigation.side-megamenu{text-align:left;padding:0}.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0>a{margin:0;color:#b0b0b0;border-top:none;font-family:Poppins;font-size:13px;letter-spacing:.01em;text-transform:uppercase;padding:3px 5px}.page-header.type22 .navigation.side-megamenu a,.page-header.type22 .navigation.side-megamenu a:hover{color:#465157}.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0.parent>a:after{color:#b0b0b0;padding-right:10px}.page-header.type22 .navigation.side-megamenu>ul{margin-right:-10px}.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0.parent:hover>a:after{color:#b0b0b0}.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0>.submenu{border:solid 1px #dae2e6;box-shadow:0 3px 15px -2px rgba(0,0,0,.3);padding:10px 10px 10px 15px}.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0>.submenu:after,.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0>.submenu:before{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0>.submenu:before{border:8px solid;border-color:transparent #fff transparent transparent;z-index:3;left:-16px;top:11px}.page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0>.submenu:after{border:9px solid;border-color:transparent #dae2e6 transparent transparent;z-index:2;left:-18px;top:10px;right:auto}.page-header.type22 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,.page-header.type22 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a{font-size:13px;font-weight:700;color:#434d53;letter-spacing:-.001em;margin-top:9px}.page-header.type22 .sw-megamenu.navigation li.level0.classic .submenu a,.page-header.type22 .sw-megamenu.navigation li.level0.fullwidth .submenu a,.page-header.type22 .sw-megamenu.navigation li.level0.staticwidth .submenu a{text-transform:uppercase;font-size:12px;font-weight:600;color:#696969;line-height:24px}.page-header.type23 .panel.header .toplinks-area>a{display:none}.page-header.type23 .panel.header .toplinks-area ul{display:inline-block;margin:0;padding:0}.page-header.type23 .panel.header .toplinks-area ul li{display:inline-block;margin:0;text-transform:uppercase}.page-header.type23 .panel.header .toplinks-area ul li a{padding:0 10px}.page-header.type23 .panel.header .toplinks-area ul li>span{padding:0 10px}}@media (max-width:1199px) and (min-width:768px){header.page-header.type15 .switcher-area{width:100%;border-bottom:1px solid rgba(60,60,60,.1);border-left:1px solid rgba(60,60,60,.1);text-align:right}header.page-header.type15 .header .header-link-area{width:100%;border-right:none}header.page-header.type15 .cart-area,header.page-header.type15 .search-area{display:inline-block;width:auto;vertical-align:middle;border-bottom:0;text-align:left}header.page-header.type15 .cart-area{border-left:1px solid rgba(60,60,60,.1)}header.page-header.type15 .minicart-wrapper{max-width:inherit}header.page-header.type15 .search-area .block-search{min-width:240px}}@media (max-width:991px) and (min-width:768px){header.page-header.type22{position:relative;width:auto;height:auto;min-height:0;text-align:left;padding:10px 15px}.page-header.type22 .switcher-area{padding:0}header.page-header.type22 .header.content{padding:0}header.page-header.type22 .logo{max-width:110px}header.page-header.type22 .custom-block-area{display:none}header.page-header.type22 .block-search{position:absolute;right:0;top:10px;margin-bottom:0}header.page-header.type22 .panel.wrapper{position:absolute;right:15px;top:27px}header.page-header.type22 .header.panel>.header.links>li>a,header.page-header.type22 .header.panel>.header.links>li>span{color:#b0b0b0}.page-header.type22 .navigation{background-color:transparent;padding:0}.page-header.type22 .navigation>ul{padding:0}.page-header.type22 .navigation li.level0{margin-right:3px;color:#b0b0b0}.page-header.type22 .navigation li.level0>.level-top{color:inherit;padding:0 12px;line-height:42px;font-family:Poppins;font-size:13px;letter-spacing:.01em;text-transform:uppercase;font-weight:400}.page-header.type22 .navigation li.level0.active,.page-header.type22 .navigation li.level0:hover{color:#fff}.page-header.type22 .navigation li.level0.parent a.level-top:before{content:"";width:10px;height:10px;border:7px solid transparent;border-bottom-color:#fff;position:absolute;left:50%;margin-left:-8px;top:100%;margin-top:-14px;visibility:hidden;opacity:0;transition:all .1s}.page-header.type22 .navigation li.level0.parent:hover a.level-top:before{visibility:visible;opacity:1}.page-header.type22 .navigation .level0 .submenu{border-top-width:0;box-shadow:0 7px 10px -2px rgba(0,0,0,.25)}.page-header.type22 .navigation li.level0.fullwidth .submenu li.level1>a,.page-header.type22 .navigation li.level0.staticwidth .submenu li.level1>a{font-size:13px;font-weight:700;margin-top:26px;margin-bottom:4px;color:#434d53;padding:0 5px}.page-header.type22 .navigation li.level0.classic .submenu a,.page-header.type22 .navigation li.level0.fullwidth .submenu a,.page-header.type22 .navigation li.level0.staticwidth .submenu a{font-size:12px;font-weight:600;line-height:24px;text-transform:uppercase}.page-header.type23 .panel.header .toplinks-area>a{text-transform:uppercase;display:inline-block}.page-header.type23 .panel.header .toplinks-area>ul{position:absolute;left:0;top:100%;min-width:150px;padding:0;list-style:none;display:none;line-height:24px}.page-header.type23 .panel.header .toplinks-area>ul.show{right:-18px;left:auto;z-index:7;background-color:#fff;box-shadow:0 0 1px rgba(0,0,0,.15);padding:10px 15px;margin-top:1px}.offer-deal .item .content h3 a{font-size:30px;line-height:25px}.offer-deal .item .content p{font-size:16px;line-height:25px}.offer-deal .item .content .btn-default{font-size:11px;padding:8px 12px;margin-top:5px}}@media (min-width:1200px){body.layout-fullwidth .page-header.type20 .header.panel .bottom-panel{display:inline-block;vertical-align:middle;margin-left:10px}}@media (max-width:1899px){header.page-header.type14 .header.content{padding-left:55px;padding-right:55px}header.page-header.type14 .header.content>.logo{margin-right:10px}header.page-header.type14 .panel.header .search-area{margin-left:10px;margin-right:10px}header.page-header.type14 .panel.header .top-panel{margin-right:20px}}@media (max-width:1679px){.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-]{width:60px;height:60px;line-height:60px}header.page-header.type14 .panel.header .links>li.greet.welcome{display:none}header.page-header.type14 .panel.header .top-panel{margin-right:10px}header.page-header.type14 .panel.header .search-area{margin-left:5px;margin-right:5px}header.page-header.type14 .navigation li.level0>a{padding:0 10px}}@media (max-width:1439px){header.page-header.type14 .header.content{padding:25px;margin:0;max-width:none}header.page-header.type14 .minicart-wrapper.active{height:102px}header.page-header.type14 .minicart-wrapper .action.showcart:before{line-height:100px}header.page-header.type14 .header.content>.logo{padding-left:5px}}@media (max-width:1359px){header.page-header.type14 .panel.header .top-panel{display:block;margin-bottom:20px;text-align:right;margin-right:0;pointer-events:all}header.page-header.type14 .panel.header .bottom-panel{pointer-events:all}header.page-header.type14 .panel.header{margin-top:-32px;pointer-events:none}header.page-header.type14 .nav-sections{margin:0}header.page-header.type14 .minicart-wrapper.active{height:100px}}@media (max-width:1199px){header.page-header.type14 .minicart-wrapper{width:150px}header.page-header.type14 .panel.header{right:150px}header.page-header.type14 .minicart-wrapper.active{width:280px;padding-left:130px}.page-header.type26 .header.content{padding:25px 25px}.page-header.type26 .logo{left:25px}}@media (max-width:991px){header.page-header.type14 .panel.header{right:170px}header.page-header.type14 .minicart-wrapper.active{width:280px;padding-left:130px}.page-header.type26 .header.content{padding:25px 15px}.page-header.type26 .header.content .header.panel{right:15px}.page-header.type26 .header.panel .bottom-panel .search-area{margin:0;margin-right:20px}.page-header.type26 .header.panel .top-panel .custom-block{display:none}.offer-deal .item img{width:100%}}@media (max-width:767px){.block-search input{color:#666}.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-]{width:40px;height:40px;line-height:40px}.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.active:before,.page-header.header-newskin .minicart-wrapper .action.showcart:before{font-size:28px;line-height:40px}.page-header.header-newskin .minicart-wrapper .block-minicart{right:-7px}.page-header.header-newskin .minicart-wrapper .action.showcart{line-height:40px}.page-header.type6 .custom-block{display:none}header.page-header.type14 .header.content{padding:25px 15px}header.page-header.type14 .nav-toggle{line-height:50px}header.page-header.type14 .nav-toggle:before{color:#ccc}header.page-header.type14 .panel.header{pointer-events:all}header.page-header.type14 .search-area .search-toggle-icon{display:none}header.page-header.type14 .panel.header .block-search{display:block;position:relative;top:0;width:auto}header.page-header.type14 .block-search .label:before{color:#ccc;margin:0;content:"\f880"}header.page-header.type14 .block-search .label.active:before{color:#fff}header.page-header.type14 .block-search input{position:absolute;right:-5px;top:-6px;margin:0;left:auto;opacity:0}header.page-header.type14 .block-search .label.active+.control input{position:absolute;display:block;opacity:1}header.page-header.type14 .panel.header .top-panel{display:none}header.page-header.type14 .panel.header{margin-top:-13px}header.page-header.type14 .navigation li.level0>a{padding:13px 36px 13px 15px}header.page-header.type15 .header>.logo{margin:9px 0;height:40px;width:auto}header.page-header.type15 .header>.logo img{max-width:100%;max-height:100%;width:auto}header.page-header.type15 .header .cart-area .switcher,header.page-header.type15 .header .search-toggle-icon{display:none}header.page-header.type15 .header .cart-area{position:absolute;right:0;top:0}header.page-header.type15 .minicart-wrapper .action.showcart .counter-label{display:none}header.page-header.type15 .minicart-wrapper{margin-top:6px}header.page-header.type15 .minicart-wrapper .block-minicart{right:10px}header.page-header.type15 .search-area .block-search .label{padding-right:60px;line-height:60px}header.page-header.type15 .search-area .block-search .label:before{content:'\e884';color:#fff}header.page-header.type15 .nav-toggle:before{color:#fff}.page-header.type16 .logo{height:40px;float:left;margin:10px 0}.page-header.type16 .minicart-wrapper{margin:10px 0}.page-header.type16 .block-search{float:none;margin-bottom:0;margin-left:0!important;left:0}.page-header.type16 .block-search .label{float:right;margin:10px 0;line-height:40px;margin-right:15px}.page-header.type16 .custom-block{display:none}.page-header.type17 .logo{height:40px;float:left;margin:10px 0}.page-header.type17 .logo img{max-width:100%;max-height:100%;width:auto}.page-header.type17 .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:10px 0;float:right}.page-header.type17 .block-search{float:none;margin-bottom:0}.page-header.type17 .block-search .label:before,.page-header.type17 .nav-toggle:before{color:#fff}.page-header.type17 .block-search .label{float:right;margin:10px 0;line-height:40px;margin-right:15px}.page-header.type17 .custom-block{display:none}.page-header.type18 .logo{height:40px;float:left;margin:10px 0}.page-header.type18 .select-area{display:none}.page-header.type18 .block-search{float:none;margin-bottom:0}.page-header.type18 .block-search .label{float:right;margin:10px 0;line-height:40px;margin-right:15px}.page-header.type18 .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:10px 0;float:right}.page-header.type19 .logo{height:40px;float:left;margin:10px 0}.page-header.type19 .logo img{max-width:100%;max-height:100%;width:auto}.page-header.type19 .custom-block{display:none}.page-header.type19 .minicart-wrapper{margin:10px 0}.page-header.type19 .search-toggle-icon{display:none}.page-header.type19 .block-search .label{float:right;margin-right:30px;margin-top:15px}.page-header.type20 .logo{height:40px;float:left;margin:10px 0}.page-header.type20 .header.panel{position:relative}.page-header.type20 .bottom-panel{position:absolute;right:10px;top:10px}.page-header.type20 .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:0;float:right;margin-right:-17px}.page-header.type20 .minicart-wrapper .action.showcart.active:before,.page-header.type20 .minicart-wrapper .action.showcart:before{font-size:28px;line-height:40px}.page-header.type20 .minicart-wrapper .block-minicart{right:-7px}.page-header.type20 .minicart-wrapper .action.showcart{line-height:40px}.page-header.type20 .search-toggle-icon{display:none}.page-header.type20 .block-search .label{float:right;margin-right:40px;margin-top:15px}.page-header.type20 .custom-block,.page-header.type20 .top-links-area{display:none}.page-header.type21 .logo{height:40px;float:left;margin:10px 0}.page-header.type21 .header.panel{position:relative}.page-header.type21 .bottom-panel{position:absolute;right:10px;top:10px}.page-header.type21 .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:0;float:right;margin-right:-17px}.page-header.type21 .minicart-wrapper .action.showcart.active:before,.page-header.type21 .minicart-wrapper .action.showcart:before{font-size:28px;line-height:40px}.page-header.type21 .minicart-wrapper .block-minicart{right:-7px}.page-header.type21 .minicart-wrapper .action.showcart{line-height:40px}.page-header.type21 .search-toggle-icon{display:none}.page-header.type21 .block-search .label{float:right;margin-right:40px;margin-top:15px}.page-header.type21 .custom-block,.page-header.type21 .top-links-area{display:none}.page-header.type22{border:0;min-width:320px}.page-header.type22 .logo img{width:auto;height:auto}.page-header.type22 .nav-toggle{margin:10px 15px 10px 0}.page-header.type22 .switcher-area{position:relative;z-index:1}.page-header.type22 .switcher-area .switcher{display:none}.page-header.type22 .minicart-wrapper{float:right;margin-top:20px;margin-right:15px}.page-header.type22 .minicart-wrapper .block-minicart{right:4px;left:auto}.page-header.type22 .minicart-wrapper .block-minicart:before{right:28.7px;left:auto}.page-header.type22 .minicart-wrapper .block-minicart:after{right:28px;left:auto}.page-header.type22 .nav-toggle{margin:10px 15px 10px 0}.page-header.type22 .nav-toggle:before{color:#b0b0b0}.page-header.type22 .logo{margin:15px 0}.page-header.type22 .block-search{float:right;margin:26px 0}.page-header.type22 .block-search .label:before{color:#b0b0b0}.page-header.type22 .block-search .control{margin:0;padding:0;position:absolute;width:300px;right:0;top:100%;z-index:1}.page-header.type22 .custom-block-area{display:none}.page-header.type23 .minicart-wrapper{position:absolute;top:auto;right:15px;left:auto;margin:10px 0;z-index:1}.page-header.type23 .panel.header .toplinks-area{display:none}.page-header.type23 .panel.header .custom-block{display:none}.page-header.type23 .logo{height:40px;float:left;margin:10px 0}.page-header.type23 .logo img{max-width:100%;max-height:100%;width:auto}.page-header.type23 .search-toggle-icon{display:none}.page-header.type23 .block-search .label{font-size:11px;text-transform:uppercase}.page-header.type23 .block-search .label>span{width:auto;height:auto;position:static}.page-header.type23 .block-search .label:before{margin-right:5px;color:#777;font-size:11px}.page-header.type23 .panel.header>span.split{display:none}.page-header.type23 .minicart-wrapper .action.showcart .counter.qty{color:#fff}.page-header.type24 .custom-block{display:none}.page-header.type24 .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:10px 0;float:right}.page-header.type24 .top-links-area{display:none}.page-header.type24 .search-toggle-icon{display:none}.page-header.type24 .block-search .label{float:right;margin-right:20px;margin-top:15px}.page-header.type24 .logo{height:40px;float:left;margin:10px 0}.page-header.type24 .logo img{max-width:100%;max-height:100%;width:auto}.page-header.type25{border:none}.page-header.type25 .logo{height:40px;float:left;margin:10px 0 10px}.page-header.type25 .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:10px 0;float:right}.page-header.type25 .block-search{float:none;margin-bottom:0}.page-header.type25 .block-search .label{float:right;margin:10px 0;line-height:40px;margin-right:15px}.page-header.type25 .custom-block{display:none}.page-header.type25 .custom-menu-block,.page-header.type25 .drop-menu>a{display:none}.page-header.type25 .block-search .label:before,.page-header.type25 .nav-toggle:before{color:#fff}.page-header.type25 .sw-megamenu.navigation.side-megamenu{display:block}.page-header.type26 .header.content{padding:0 15px}.page-header.type26 .logo{position:relative;left:0;top:0;padding:10px 0;float:left}.page-header.type26 .logo img{height:40px;width:auto}.page-header.type26 .header.panel .top-panel .custom-block{display:none}.page-header.type26 .nav-toggle{display:inline-block}.page-header.type26 .header.content .header.panel{right:0;text-align:right}.page-header.type26 .header.panel .top-panel .menu-area>a{display:none}.page-header.type26 .sections.nav-sections{display:block;text-align:left}.page-header.type26 .nav-sections .header.links,.page-header.type26 .nav-sections .switcher{display:block}.page-header.type26 .switcher .options .action.toggle:after,.page-header.type26 .switcher .options .action.toggle:hover:after,.page-header.type26 .switcher strong{color:#777}.page-header.type26 .minicart-wrapper{margin-top:0;margin-right:0;float:none}.page-header.type26 .minicart-wrapper .action.showcart{color:#fff}.page-header.type26 .minicart-wrapper .action.showcart.active:before,.page-header.type26 .minicart-wrapper .action.showcart:before{color:#fff}.page-header.type26 .search-toggle-icon{display:none}.page-header.type26 .block-search .label:before{color:#fff;content:'\f87b'}.page-header.type26 .header.panel .bottom-panel .search-area{position:static}.page-header.type26 .header.panel .bottom-panel .search-area .block-search{display:inline-block;margin:0;position:static}.page-header.type26 .block-search .label{float:none}.page-header.type26 .block-search .label+.control input{position:absolute;left:-9999px;min-width:200px}.page-header.type26 .block-search .label.active+.control input{left:auto;right:0}.page-header.type27 .custom-block,.page-header.type27 .top-links-area{display:none}.page-header.type27 .logo{height:40px;float:left;margin:10px 0}.page-header.type27 .logo img{max-width:100%;max-height:100%;width:auto}.page-header.type27 .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:10px 0;float:right}.page-header.type27 .block-search{float:none;margin-bottom:0}.page-header.type27 .block-search .label:before,.page-header.type27 .nav-toggle:before{color:#fff}.page-header.type27 .block-search .label{float:right;margin:10px 0;line-height:40px;margin-right:15px}.page-header.type27 .custom-block{display:none}.offer-deal .item .content h3 a{font-size:30px;line-height:25px}.offer-deal .item .content p{font-size:16px;line-height:25px}.offer-deal .item .content .btn-default{font-size:11px;padding:8px 12px;margin-top:5px}}@media (max-width:640px){header.page-header.type14 .panel.header{right:60px;margin-top:-13px}header.page-header.type14 .minicart-wrapper.active{height:100px;padding-left:230px}header.page-header.type14 .minicart-wrapper{width:50px}header.page-header.type14 .minicart-wrapper .action.showcart:before{margin:0}header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty{display:none}header.page-header.type14 .block-search input{min-width:200px}#newsletter_popup{padding:40px 10px 25px;width:100%!important}.contactform{padding:20px}}@media only screen and (max-width:639px){.filter.active .filter-title strong{right:10px;top:0;border:none!important}.filter.active .filter-title strong:before{-webkit-font-smoothing:antialiased;font-size:16px;line-height:inherit;color:#c1c1c1;content:'\f819';font-family:porto-icons;vertical-align:middle;display:inline-block;font-weight:400;overflow:hidden;speak:unset;text-align:center}.filter.active .filter-title strong:after{display:none}.filter.active .filter-title{background-color:#666;margin:0;height:47px;border:none}.filter.active .filter-subtitle{color:#fff!important;text-transform:uppercase;font-size:12.5px;font-weight:400;font-family:Oswald;letter-spacing:.025em;z-index:3;padding:8px 30px!important;height:47px;pointer-events:none}.filter.active .filter-options{padding:0 30px 30px!important}.filter.active .block-category-list .block-title,.filter.active .filter .filter-current-subtitle,.filter.active .filter-options-title{padding-left:0;padding-right:0}.filter.active .block-category-list .block-content,.filter.active .filter-options-content{padding-left:0;padding-right:0}}@media (min-width:768px) and (max-width:1440px){header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth>.submenu,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth>.submenu{padding:20px 15px}header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu a,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu a{padding:5px 10px}header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1>a{margin-bottom:10px}.cms-porto-home-5 .block-search{left:2%!important}}@media (min-width:768px){.page-header.type7 .panel.header .toplinks-area>ul.show{left:-15px;z-index:7;background-color:#fff;box-shadow:0 0 1px rgba(0,0,0,.15);padding:0 15px;margin-top:10px}}.cms-porto-home-5 .block-search{left:9%}.cms-porto-home-5 .text-area p{font-size:13px;line-height:24px;margin-bottom:20px;color:#687176}.cms-porto-home-5 .text-area h3{font-size:24px;line-height:30px;margin-bottom:20px;margin-top:30px}.single-images{margin-bottom:30px}.slider-with-side .content{position:absolute;width:100%;height:100%;left:0;top:0}.slider-with-side .content .text-area{left:3%;bottom:10%;position:absolute;text-align:left;text-transform:uppercase}.slider-with-side .slider-area .content .text-area h2{font-family:Oswald;font-size:50px;font-weight:700;line-height:1;letter-spacing:-.05em;padding:0 0 0 19px;display:block;width:100%}.slider-with-side .slider-area .content .text-area p{font-size:22px;font-weight:300;line-height:1;font-style:normal;padding:4px 0 0 21px;display:block;width:100%}.slider-with-side .slider-area .content .text-area a{font-family:Oswald;font-size:15px;letter-spacing:.05em;color:#fff;background-color:#fa4a4a;padding:11px 26px;margin-left:20px;margin-top:30px;border-radius:3px;font-weight:400}.owl-carousel .owl-item img{max-width:111%!important}.image-link img{border:5px solid #f4f4f4}.catalog-product-view .overlay{display:none}.image-block-main{width:100%;display:block;background:#93cede;background:-moz-linear-gradient(left,#93cede 0,#75bdd1 41%,#49a5bf 100%);background:-webkit-gradient(left top,right top,color-stop(0,#93cede),color-stop(41%,#75bdd1),color-stop(100%,#49a5bf));background:-webkit-linear-gradient(left,#93cede 0,#75bdd1 41%,#49a5bf 100%);background:-o-linear-gradient(left,#93cede 0,#75bdd1 41%,#49a5bf 100%);background:-ms-linear-gradient(left,#93cede 0,#75bdd1 41%,#49a5bf 100%);background:linear-gradient(to right,#93cede 0,#75bdd1 41%,#49a5bf 100%);height:179px;margin-top:20px}.image-block-main .image-block{padding:20px;display:block}.image-block-main .image-block p{font-size:13px;line-height:18px;color:#fff}.image-block-main .image-bottom{border-top:2px solid #f4f4f4;padding:5px 10px;display:block;color:#fff}.image-block-main .image-bottom .image-left{width:auto;display:inline-block;text-align:left}.image-block-main .image-bottom .image-right{text-align:right;float:right}.form.create.account>.fieldset{width:51%!important}.contactform{background:#fff;padding:35px 30px 25px 30px;box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px}.contactform input,.contactform textarea{margin-bottom:10px;border:1px solid #e5e5e5;height:auto;padding:10px 15px;font-size:15px;transition-duration:.3s}.contactform input:focus,.contactform textarea:focus{transition-duration:.3s;box-shadow:0 0 3px 1px #68a8e0!important}.contactform .textareaitme{height:120px}.contactform .submitbutton{background:#08c;padding:14px 30px;color:#fff;font-weight:600;font-family:'Open Sans';border:0}.contactform .submitbutton:hover{background:#0075b9;color:#fff}.contactform input[type=email]::-moz-placeholder,.contactform input[type=number]::-moz-placeholder,.contactform input[type=password]::-moz-placeholder,.contactform input[type=tel]::-moz-placeholder,.contactform input[type=text]::-moz-placeholder,.contactform input[type=url]::-moz-placeholder,.contactform textarea.textareaitme::-moz-placeholder{color:#5e5e5e}.pricinglist{border:1px #ccc solid;border-collapse:collapse}.pricinglist td,.pricinglist th{border:1px #ccc solid;font-size:15px}.pricinglist th{background:#08c;color:#fff}.pricinglist tr{transition-duration:.2s}.pricinglist tr:hover td{background:#f5f5f5;transition-duration:.2s}.pricinglist th.productno{text-align:center}.pricinglist th.price-cad{text-align:right}.form-title{font-weight:600}#maincontent .sidebar.sidebar-main:before{border:none}#maincontent .sidebar.sidebar-main .nav .delimiter{display:none}.page-header.header-newskin .minicart-wrapper .action.showcart.active::before,.page-header.header-newskin .minicart-wrapper .action.showcart::before{width:40px!important}.calendarcls,.calendarcls1{position:relative}.calendarcls:after{font-size:2.1rem;line-height:normal;color:#514943;content:'\e627';position:static;font-family:'Admin Icons';vertical-align:middle;left:0;display:inline-block;padding:10px;font-weight:400;overflow:hidden;text-align:center}.calendarcls input._has-datepicker{padding-left:45px}.calendarcls1:before{font-size:2.1rem;line-height:normal;color:#514943;content:'\e627';font-family:'Admin Icons';vertical-align:middle;left:100%;display:inline-block;padding:0 10px;font-weight:400;overflow:hidden;text-align:center;z-index:99;position:absolute}#product_addtocart_form .box-tocart .action.tocart:not(:last-child){margin-bottom:0}header.type16 .sections.nav-sections{background:#f0f0ed;margin:0;margin-bottom:0}button.wk_qs_quote_button.button.btn-cart.action.primary{line-height:normal!important;font-size:12px;padding:10px;margin-top:10px}.wk-auction-clock-span.bj_auction{font-size:18px;font-weight:700}.product-grid .product-item-photo{min-height:300px}#form-biddings-amount .input-box #bidding_amount{width:70%}.short_links li{float:left;display:block;width:auto;box-sizing:border-box;background:#ccc;margin:5px 10px 15px 0;text-align:center}.short_links ul{margin:0;padding:0}.short_links a{font-size:14px;color:#000!important;font-weight:700;text-decoration:none;padding:15px 20px;display:inline-block;min-width:105px}.short_links a:active,.short_links a:hover,.short_links a:visited{color:#000!important;font-weight:700}.short_links li:nth-child(1){background:#9aa8b1}.short_links li:nth-child(2){background:#ff6550}.short_links li:nth-child(3){background:#53cc4b}.short_links li:nth-child(4){background:#cfd223}.short_links li:nth-child(5){background:#ff9d06}@media (max-width:680px){.responsivetable{width:100%;overflow-x:scroll}}.block-reorder .product-item .field.item{display:inline-block;width:8%!important;vertical-align:top!important}.block-reorder .product-item-name{display:inline-block;width:89%!important}.sidebar .product-items .product-item-name a{white-space:inherit!important}.feature-product .latest-products{display:flex;padding:15px 0}.custom-support .slider-section .live-sites-block .item{padding:0 10px;position:relative}.feature-product .latest-products .sold-product-label{position:absolute;left:11px;background:red;padding:6px 15px;color:#fff;font-size:14px}.feature-product .latest-products .new-product-label{position:absolute;left:11px;background:#08c;padding:6px 15px;color:#fff;font-size:14px}.page-wrapper .custom-support{padding-top:20px!important}.banner-slider-wrapper .slider-section h1{margin-bottom:20px}.custom-support{text-align: center !important;}



.box-gotoproduct #product-gotoproduct-button {
    background: #284991;
    border: 0;
    border-radius: 4px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: .1px;
    color: #fff;
    text-transform: uppercase;
}
.catalog-product-view .product-info-main button.wk_qs_quote_button.button.btn-cart.action.primary {
    background: #284991;
    border: 0;
    border-radius: 4px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: .1px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

.sidebar .block-collapsible-nav .item:nth-child(3),
.sidebar .block-collapsible-nav .item:nth-child(6) {
    display: none;
}
.account-nav .nav>li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
}
.minicart-items .product-image-wrapper .product-image-photo{
      width: 75px !important;
}

.account .sidebar.sidebar-additional {
  display: none;
}
.minicart-items .product-item:first-child {
    padding: unset;
}


@media (min-width: 768px) {
  .account .title.block-collapsible-nav-title {
    padding: 0 15px;
  }
  .account .block-collapsible-nav .title:after {
    font-size: 20px;
  }
}
#wk-mp-maincontent button { line-height: 10px; font-weight: 400; background-color: transparent; text-shadow: none; box-shadow: none;}
button#save_and_continue { padding: 18px 10px; line-height: 2px;}
div#seller-shop-field-wrapper { margin-top: 20px;}
.catalog-category-view .products { display: inline-block;}
.products-grid .product-items .product-image-photo.default_image { max-height: 170px!important;}
.cms-index-index .custom-support .slider-section .live-sites-block .item>a.shop-now img { margin: 0 auto;}
.minicart-items .product-item-name { min-height: unset;}
/*.minicart-items .product-image-container { width: 100% !important;}*/
.wishlist-index-index .products-grid .product-item .product-item-inner { margin: 0 !important;}
.wishlist-index-index .box-tocart .action.tocart:before { margin-right: 0px;}
.product-reviews-summary.no-rating .reviews-actions a:first-child{
  margin-left: 0;
    border-left: 0;
}
.table-checkout-shipping-method tbody td.col.col-method{
  max-width: 20%;

}
.fieldset.address .field-tooltip.toggle span#tooltip-label {
    display: none;
}
.order-actions-toolbar .makepaymentmagneto:visited,
.order-actions-toolbar .makepaymentmagneto:focus{
  color: #fff;
  background-color: #ff0000;
}

.order-actions-toolbar .makepaymentmagneto:hover{
  color: #ff0000;
}

.order-actions-toolbar .makepaymentmagneto{
  color: #fff;
}
.opc-block-summary .product .product-image-container{
  height: 75px !important;
    width: 75px !important;
}
.opc-block-summary .product .product-image-container .product-image-wrapper{
  height: 100%;
}
.opc-block-summary .product .product-image-container .product-image-wrapper img{
  height: 100%;
}
.opc-block-summary .product-item .product-item-name-block{
  vertical-align: top;
}
.opc-block-summary .minicart-items .product-item-details .price-including-tax, 
.opc-block-summary .minicart-items .product-item-details .price-excluding-tax{
  margin-top: 0;
}
@media (max-width: 767px) {
  .block-collapsible-nav{
    padding: 0 18px;
    z-index: 1;
    top: 20px;
  }
  .block-category-list .block-title,
  .filter-options-title, 
  .filter .filter-current-subtitle{
      padding-left: 12px !important;
      padding-right: 12px !important;
  }
   .sidebar > .block.filter ol li.item{
    padding: 7px 12px;
   }
   .table-checkout-shipping-method tbody tr:first-child td{
    text-align: left;
   }
   .table-checkout-shipping-method tbody td.col.col-method{
        max-width: 50px;
        padding-left: 0;
        padding-right: 0;
        width: 20px;
  }
  .table-checkout-shipping-method tbody .col-price{
    padding-right: 0;
      padding-left: 0;
      max-width: 18%;
  }
  .table-checkout-shipping-method tbody tr td .requestquote{
    height: auto;
  }
  .actions-toolbar.order-actions-toolbar{
    display: inline-block;
    margin: 12px 0;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar {
    width: 100%;
    float: left;
    margin: 0 0 16px;
}
}

/*MA1135 Css Start*/

.page-footer .footer .footer-top { display: none; }

.container {
  max-width: 1254px;
}

.navigation, .page-wrapper > .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
  max-width: 1254px;
}

.nav-sections .navigation {
  padding: 0 15px !important;
}

header.page-header .panel.wrapper .lefttop-he ul {
  box-sizing: border-box;
    margin: 0;
    display: inline-block;
    padding-left: 0;
}

header.page-header .panel.wrapper .panel.header {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

header.page-header .panel.wrapper .lefttop-he {
  float: left;
  line-height: normal;
}

header.page-header .header.content .block.block-search {
  width: 520px;
  margin: 40px 0;
  margin-left: 40px !important;
  left: 5.5% !important;
}

header.page-header .header.content .custom-block {
  right: 110px;
}

header.page-header .header.content {
  padding: 0 15px !important;
}

header.page-header .header.content .logo img {
  width: 100%;
}

header.page-header .header.content .logo {
  margin: 16px 0;
}

header.page-header .header.content .block.block-search .actions button.action.search {
    background: #284991 !important;
    border-radius: 4px;
    padding: 0px 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    opacity: 1;
    right: 0;
    cursor: pointer;
    pointer-events: all;
}

header.page-header .header.content .block.block-search .actions button.action.search:hover {
  background-color: #212B81 !important;
}

header.page-header .header.content .block.block-search input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

header.page-header .header.content .block.block-search input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 40px;
}

header.page-header .header.content .block.block-search input::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}

header.page-header .header.content .block.block-search .control input {
  background-image: url("../../frontend/Smartwave/porto/en_US/images/search_icon.svg");
  background-position-y: 6px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 8px;
}

/* header.page-header .header.content .block.block-search .control:before {
  content: ' ';
  background: url("../../frontend/Smartwave/porto/en_US/images/search_icon.svg");
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
} */

header.page-header .sections .navigation li.level0 > .level-top {
  font-style: normal;
  /* font-weight: 600; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #212B36;
  padding: 0 10px !important;
}

header.page-header .sections .sw-megamenu.navigation li.level0.classic:hover > .submenu {
  top: 54px;
  box-shadow: none;
}

header.page-header .header.content .block.block-search .actions button.action.search span {
  height: auto;
  width: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
}

header.page-header .header.content .custom-block {
    top: 50%;
    transform: translateY(-50%);
}

.page-wrapper .page-header {
  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.25);
}

header.page-header .header.content .custom-block a {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #284991;
  margin-bottom: 12px;
}

header.page-header .header.content .custom-block p a:nth-child(3) {
  margin-bottom: 0px;
}

.cms-index-index .homepage-main {
  margin-bottom: 24px !important;
}

.cms-index-index .banner-slider-wrapper .slider-section h1 {
  font-family: 'Lora', serif;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  text-transform: capitalize;
}

.cms-index-index .banner-slider-wrapper .container {
  padding: 0 15px;
}

.cms-index-index .banner-slider-wrapper .slider-section h2 {
  font-family: 'Lora', serif;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  padding-bottom: 22px;
  color: #212B36;
  text-transform: capitalize;
}


.cms-index-index .page-wrapper .feature-product .latest-products {
  justify-content: space-between;
}

/* .cms-index-index .page-wrapper .custom-support .slider-section .live-sites-block.feature-product .item {
  max-width: 184px;
} */

.cms-index-index .newcustom-top .row.newleft .content h2 {
  text-transform: capitalize;
  font-style: normal;
  /* font-weight: 600; */
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.cms-index-index .newcustom-top .row.newleft .content p {
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
  max-width: 448px;
  margin-bottom: 0;
}

.cms-index-index .newcustom-top .row.newleft .col-md-4 {
  margin-bottom: 48px;
}

.cms-index-index .newcustom-top .row.newleft .col-md-4:last-child {
  margin-bottom: 0 !important;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner {
  padding-left: 116px;
}

.cms-index-index .newcustom-top .row.newleft .col-md-4 .custom-image-support, .newcustom-top .row.newleft .col-md-4 .custom-image-return, .newcustom-top .row.newleft .col-md-4 .custom-image-secure {
  margin-top: -6px;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .logo-footer {
  margin-bottom: 40px;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .timing {
  margin-bottom: 18px;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .mail {
  margin-bottom: 40px;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter strong {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter input {
  border-radius: 4px;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter button.action.subscribe.primary {
  border-radius: 4px;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter button.action.subscribe.primary:hover {
  background: #212B81;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter input::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}

.cms-index-index .newcustom-top .newright-news .footer-top-inner strong, .cms-index-index .newcustom-top .newright-news .footer-top-inner strong a {
  font-weight: 500;
}

.cms-index-index .homepage-bar .text-area {
  margin-left: 0;
  margin-right: 0;
}

.cms-index-index .custom-vendor .container {
  padding: 0;
}

.cms-index-index .banner-slider-wrapper .banner-slider-wrapper .container {
  padding: 0;
}

.page-footer .footer-middle .row:nth-child(2) {
  width: auto;
    display: block;
}

.cms-index-index .footer-middle .col-lg-9 .col-lg-3 h3 strong {
  font-weight: 500;
}

header.page-header .header.content .logo img {
  max-width: 170px !important;
}

.cms-index-index .page-wrapper .custom-support .newcustom-top {
  padding: 56px 0;
}

.cms-index-index .page-wrapper .custom-support .newcustom-top .row.newleft {
  border-right: 0;
}

.cms-index-index .page-wrapper .custom-support .newcustom-top .newright-news {
  border-left: 1px solid #CCCCCC;
}

.page-wrapper .custom-support .slider-section .live-sites-block .item .feature-description {
  display: -webkit-box;
    min-height: 40px;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
}

.cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-prev {
  padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    left: auto;
    right: 48px;
    top: -16px;
}

.cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-prev:before {
  content: ' ';
  background: url("../../frontend/Smartwave/porto/en_US/images/arrow-left.svg");
  height: 32px;
  width: 32px;
  display: inline-flex;
}

.cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-prev .fa {
  display: none;
}

.cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-next {
  padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
  right: 0;
  top: -16px;
}

.cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-next:before {
  content: ' ';
  background: url("../../frontend/Smartwave/porto/en_US/images/arrow-right.svg");
  height: 32px;
  width: 32px;
  display: inline-flex;
}

.cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-next .fa {
  display: none;
}

.cms-index-index .page-wrapper .custom-support .slider-section .live-sites-block.feature-product .item .feature-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  text-align: left;
  margin: 0 0 8px 0;
}

.cms-index-index .page-wrapper .custom-support .slider-section .live-sites-block .item > a.shop-now {
  margin-bottom: 6px;
}

.cms-index-index .banner-slider-wrapper .homepage-featured-product {
  margin-top: 64px;
}

.cms-index-index .custom-vendor {
  margin-top: 64px;
}

.cms-index-index .price-wrapper .feature-price {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}

.cms-index-index .owl-carousel .owl-item .price-wrapper .feature-price {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}

.cms-index-index .price-wrapper {
  display: flex;
  flex-direction: column-reverse;
    text-align: left !important;
    padding-top: 0;
}

.cms-index-index .owl-carousel .owl-item .price-wrapper {
  display: flex;
  flex-direction: column-reverse;
    text-align: left !important;
    padding-top: 0;
}

.cms-index-index .price-wrapper .feature-price.feature-special {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration-line: line-through;
  color: #637381 !important;
  /* font-weight: bold; */
  font-weight: 500 !important;
}

.cms-index-index .price-wrapper .sp-price {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #F94C43;
  margin-bottom: 4px;
}

.cms-index-index .owl-carousel .owl-item .price-wrapper .feature-price.feature-special {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.cms-index-index .owl-carousel .owl-item .price-wrapper .sp-price {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 4px;
}

.cms-index-index .banner-slider-wrapper .slider-section h2 a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
  text-transform: uppercase;
  padding-left: 16px;
}

header.page-header .header.content .magnetopopup, header.page-header .header.content .mob-login, .cms-index-index img.m-imagehome1135 {
  display: none;
}



@media screen and (min-width: 1025px) {
  header.page-header .header.content .minicart-wrapper .action.showcart {
    padding: 0;
  }

  header.page-header .header.content .minicart-wrapper .action.showcart .text {
    border: 0;
      clip: unset;
      height: auto;
      margin: auto;
      overflow: unset;
      padding: 0;
      width: auto;
      text-transform: uppercase;
      font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #212B36;
  }

  header.page-header .header.content .minicart-wrapper {
    right: 56px;
  }

  header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    background-color: unset;
    margin: 0;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #637381;
    overflow: unset;
    padding: 0;
    right: -8px;
  }

  header.page-header .header.content .minicart-wrapper .action.showcart:before {
    margin-right: 8px;
  }

  header.page-header .header.content .minicart-wrapper .action.showcart .counter-label {
    border: 0;
      clip: unset;
      height: auto;
      width: auto;
      margin: auto;
      overflow: unset;
      font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #637381;
    padding-left: 4px;
    text-transform: capitalize;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
    float: left;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:after {
    display: none;
  }
  header.page-header .header.panel > .header.links > li > a, header.page-header .header.panel > .header.links > li > span {
    padding: 0 12px;
  }
  header.page-header .header.panel > .header.links > li:last-child > a, header.page-header .header.panel > .header.links > li:last-child > span {
    padding-right: 0;
  }
  header.page-header .header.panel > .header.links li.link.authorization-link {
    margin-left: 36px;
    border-right: 1px solid #CCCCCC;
    position: relative;
  }
  header.page-header .header.panel > .header.links li.link.authorization-link:before {
    content: ' ';
    background: url("../../frontend/Smartwave/porto/en_US/images/Frame.svg");
    height: 16px;
      width: 16px;
      position: absolute;
      top: 0;
      left: -8px;
      background-repeat: no-repeat;
  }
  .cms-index-index .page-wrapper .page-main {
    margin-top: 0;
  }
  .page-wrapper .page-main {
    margin-top: 64px;
  }
  header .panel.header a:hover {
    color: #212B36;
  }
  .custom-support .newcustom-top .newright-news .footer-top-inner .block.newsletter .content {
    max-width: 352px;
  }
  .newcustom-top .newright-news .footer-top-inner .block.newsletter .content .form.subscribe {
    position: relative;
  }
  .newcustom-top .newright-news .footer-top-inner .block.newsletter .content .form.subscribe .actions {
    position: absolute;
      top: 1px;
      right: 0;
      width: auto;
  }
  .page-wrapper .custom-support .slider-section .live-sites-block.feature-product {
    margin-bottom: 0 !important;
  }
  header.page-header .lefttop-he li.mail:before {
    margin-right: 5px;
  }
  header.page-header .lefttop-he li.mail {
    padding-right: 40px;
  }
  header.page-header .navigation li.level0:hover {
    background-color: #284991 !important;
  }
  header.page-header .navigation li.level0:hover a.level-top {
    color: #fff !important;
  }
  header.page-header .panel.wrapper .panel.header ul.header.links li.customer-welcome .customer-menu ul.header.links li.link.authorization-link {
    margin-left: 0;
  }
  header.page-header .panel.wrapper .panel.header ul.header.links li.customer-welcome .customer-menu ul.header.links li.link.authorization-link:before {
    display: none;
  }
  header.page-header .panel.wrapper .panel.header ul.header.links li.customer-welcome .customer-menu ul.header.links li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #212B36 !important;
  }
}

@media screen and (min-width: 768px) {
  .cms-index-index .custom-vendor, .cms-index-index .banner-slider-wrapper .homepage-featured-product {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cms-index-index .page-wrapper .custom-support .slider-section .live-sites-block .item > a.shop-now {
    display: inline-block;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .page-wrapper header.page-header:after {
    display: none;
  }
  header.page-header .header.content .logo {
    margin: 4px 0 0 0;
    height: auto;
  }
  header.page-header .header.content .logo img {
    width: 100px;
  }
  .cms-index-index .newcustom-top .newright-news .footer-top-inner {
    padding-left: 0;
    margin-top: 24px;
  }
  .cms-index-index .newcustom-top .row.newleft .col-md-4 {
    margin-bottom: 20px;
  }
  .cms-index-index .newcustom-top .newright-news .footer-top-inner .mail, .cms-index-index .newcustom-top .newright-news .footer-top-inner .logo-footer {
    margin-bottom: 20px;
  }
  .newcustom-top .newright-news .footer-top-inner .block.newsletter .block-content .content {
    max-width: 90%;
  }
  .newcustom-top .newright-news .footer-top-inner .block.newsletter .block-content .field {
    width: 70%;
  }
  footer .btm-copy .btm .left {
    width: 100%;
    text-align: center;
  }
  footer .btm-copy .btm .right {
    margin-top: 8px;
    width: 100%;
    text-align: center;
  }
  footer .btm-copy .btm {
    padding-bottom: 4px;
  }
  footer #footer-custom {
    flex-direction: column;
  }
  footer .footer-middle .row .col-lg-9 #footer-custom .acc {
      width: 100%;
      max-width: 100%;
      display: inline-block;
      flex: 0 0 100%;
  }
  footer #footer-custom .acc ul {
    margin-bottom: 6px;
  }
  footer #footer-custom .acc .top-hd h3 {
    margin: 12px 0;
  }
  footer #footer-custom .acc .top-hd.active h3 {
    margin: 12px 0 16px 0;
  }
  footer #footer-custom .acc .top-hd h3 strong {
      width: 100%;
    display: inline-block;
  }
  footer #footer-custom .acc .top-hd h3 strong:after {
    content: "\f107";
      float: right;
      font-family: FontAwesome;
  }
  footer #footer-custom .acc .top-hd.active h3 strong:after {
    content: "\f106";
      float: right;
      font-family: FontAwesome;
  }
  header.page-header .block-search .block.block-content .search .label:before {
    display: none;
  }
  .page-wrapper header.page-header {
    margin-bottom: 0;
  }
  header.page-header .header.content .mob-login {
    position: absolute;
      right: 64px;
      top: 13px;
    display: inline-block;
  }
  header.page-header .header.content .mob-login a {
    content: ' ';
    background: url("../../frontend/Smartwave/porto/en_US/images/muser.svg") no-repeat;
    background-size: 32px;
    height: 32px;
    width: 32px;
    display: inline-block;
  }
  .page-header .header.content .minicart-wrapper .action.showcart::before, .page-header .header.content .minicart-wrapper .action.showcart.active::before {
    width: 32px !important;
    height: 32px !important;
    background-size: 32px;
  }
  .cms-index-index img.d-imagehome1135 {
    display: none;
  }
  header.page-header .header.content .custom-block{
    top: 0;
    transform: inherit;
  }
  header.page-header .header.content .custom-block a {
      width: 33.33%;
      float: left;
      display: inline-block;
      margin: 0;
  }
  .page-header.type16 .custom-block .new-all-product{
    text-align: center;
  }
  header.page-header .header.content .custom-block p a:nth-child(3) {
      text-align: right;
  }
  .page-header .header.content .custom-block p {
      display: inline-block;
      flex-direction: inherit;
      width: 100%;
      margin: 18px 0;
  }
  .cms-index-index img.m-imagehome1135 {
    display: block;
  }
  .cms-index-index .homepage-main {
    width: 100%;
  }
  header.page-header .header.content .nav-toggle:before {
    font-size: 24px;
  }
  header.page-header .header.content .block.block-search {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 0 0 !important;
  }
  header.page-header .header.content .block.block-search .control input {
    position: initial;
    margin: 0;
  }
  .page-wrapper header.page-header .header.content .block-search .label.active + .control input {
    position: initial;
  }
  header.page-header .header.content .block.block-search .control {
    z-index: 1;
  }
  header.page-header .header.content .block.block-search form.form.minisearch {
    position: relative;
  }
  header.page-header .header.content .block.block-search .actions {
    display: inline-block;
    width: auto;
    position: absolute;
      top: 1px;
      right: 0;
      z-index: 2;
  }
  header.page-header .header.content .block.block-search .control .mst-searchautocomplete__autocomplete {
      min-width: calc(100% - 32px) !important;
      left: 0 !important;
      margin: 4px 15px 0 15px;
  }
  header.page-header .header.content .block.block-search .actions button {
    height: 38px;
  }
  .cms-index-index .page-wrapper .custom-support .slider-section.ca .live-sites-block.feature-product .latest-products {
    margin: 0 -8px;
  }
  .cms-index-index .page-wrapper .custom-support .slider-section.ca .live-sites-block.feature-product {
    margin-bottom: 0;
  }
  .cms-index-index .page-wrapper .custom-support .slider-section.ca .live-sites-block.feature-product .item {
    width: 100% !important;
    margin-right: auto !important;
    margin-bottom: auto;
  }
  .cms-index-index .page-wrapper .custom-support .slider-section.ca .owl-controls {
    display: none;
  }
  .cms-index-index .price-wrapper .feature-price.feature-special {
    text-align: left;
  }
  .cms-index-index .banner-slider-wrapper .homepage-featured-product {
    margin-top: 28px;
  }
  .cms-index-index .page-wrapper .custom-support .slider-section .live-sites-block.feature-product {
    width: 100%;
  }
  .cms-index-index .custom-support .slider-section .live-sites-block.feature-product .owl-bottom-narrow .owl-controls {
    display: none;
  }
  .cms-index-index .banner-slider-wrapper .topmain.container {
    padding: 0;
  }
  .cms-index-index .banner-slider-wrapper .topmain.container .slider-section.ca {
    padding: 0 15px;
  }
  .cms-index-index .banner-slider-wrapper .topmain.container .homepage-featured-product .slider-section {
    padding: 0;
    /* margin-top: 24px; */
    margin-top: 0;
  }
  .cms-index-index .banner-slider-wrapper .slider-section h2 {
    /* padding-right: 15px; */
    padding-right: 0 !important;
    padding-bottom: 15px;
    display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .cms-index-index .banner-slider-wrapper .slider-section h2 a {
    padding-top: 4px;
  }
  .cms-index-index .custom-vendor {
    /* padding: 0 15px; */
    padding: 0 0;
    margin-top: 28px;
  }
  .cms-index-index .homepage-bar .text-area {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cms-index-index .footer-contact {
    margin-bottom: 28px;
  }
  .cms-index-index .custom-support {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .cms-index-index .newcustom-top .row.newleft .col-md-4 .custom-image-support, .newcustom-top .row.newleft .col-md-4 .custom-image-return, .newcustom-top .row.newleft .col-md-4 .custom-image-secure {
    margin-right: 12px;
  }
  .cms-index-index .newcustom-top .row.newleft .col-md-4 .content {
    width: calc(90% - 12px);
  }
  .cms-index-index .page-wrapper .custom-support .newcustom-top .newright-news {
    border-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-middle .col-lg-9 #footer-custom .col-lg-3 {
      width: 20%;
      max-width: 20%;
      flex: 0 0 20%;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  header.page-header .header.content .logo {
    margin: 4px 0 0 0;
    height: auto;
  }
  header.page-header .header.content .logo img {
    width: 120px;
  }
  header.page-header .header.content .custom-block {
    display: none;
  }
  header.page-header .header.content .mob-login {
    position: absolute;
      right: 64px;
      top: 22px;
    display: inline-block;
  }
  header.page-header .header.content .mob-login a {
    content: ' ';
    background: url("../../frontend/Smartwave/porto/en_US/images/muser.svg") no-repeat;
    background-size: 32px;
    height: 32px;
    width: 32px;
    display: inline-block;
  }
  header.page-header .header.content .block.block-search {
    width: 60%;
      margin: 0;
      left: 3% !important;
      margin-left: 0px !important;
      max-width: 100%;
  }
  .page-header .header.content .minicart-wrapper .action.showcart::before, .page-header .header.content .minicart-wrapper .action.showcart.active::before {
    width: 32px !important;
    height: 32px !important;
    background-size: 32px;
  }
  header.page-header .header.content .nav-toggle:before {
    font-size: 24px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:after {
    display: none;
  }
  header.page-header .header.content .minicart-wrapper {
    margin-right: 0;
    width: auto;
    margin-top: -18px;
  }
  header.page-header .header.content {
    height: auto;
    padding: 4px 15px !important;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart {
    padding: 0;
  }
  .cms-index-index .custom-support .slider-section .live-sites-block .owl-item .item {
    width: 100% !important;
  }
  .cms-index-index .newcustom-top .row.newleft, .cms-index-index .newcustom-top .newright-news {
    width: 50%;
  }
  .cms-index-index .newcustom-top .row.newleft {
    border-right: 1px solid #CCCCCC;
  }
  .cms-index-index .newcustom-top .row.newleft .left-main {
    padding-right: 16px;
  }
  .cms-index-index .newcustom-top .newright-news .footer-top-inner {
    padding-left: 16px;
  }
  .cms-index-index .custom-vendor, .cms-index-index .banner-slider-wrapper .homepage-featured-product {
    margin-top: 40px;
  }
  .cms-index-index .homepage-bar .text-area {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cms-index-index .page-wrapper .custom-support .slider-section .live-sites-block.feature-product .item, .cms-index-index .page-wrapper .custom-support .slider-section .live-sites-block.feature-product {
    margin-bottom: 0 !important;
  }
  .cms-index-index .footer-contact {
    margin-bottom: 40px;
  }
  .cms-index-index .newcustom-top .row.newleft .col-md-4 .custom-image-support, .newcustom-top .row.newleft .col-md-4 .custom-image-return, .newcustom-top .row.newleft .col-md-4 .custom-image-secure {
    margin-right: 12px;
  }
  .cms-index-index .newcustom-top .row.newleft .col-md-4 .content {
    width: calc(90% - 12px);
  }
  .cms-index-index header.page-header .minicart-wrapper .block-minicart:after, .cms-index-index header.page-header .minicart-wrapper .block-minicart:before {
    right: 16px;
  }
  .page-wrapper .banner-slider-wrapper .topmain .slider-section h1 {
    font-weight: 500;
      font-size: 28px;
  }
  .cms-index-index .banner-slider-wrapper .slider-section h2 {
    padding-bottom: 15px;
  }
  .cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-prev, .cms-index-index .custom-support .slider-section .live-sites-block.feature-product .category-boxed-banner.owl-theme .owl-controls .owl-nav .owl-next {
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .cms-index-index .banner-slider-wrapper .owl-carousel .owl-item .item {
    opacity: 1;
  }
  .cms-index-index .page-wrapper .feature-product .latest-products.owl-carousel.owl-theme {
    opacity: 1;
  }
  .cms-index-index .custom-support .slider-section .live-sites-block .owl-item .item > a.shop-now img {
    width: 100%;
  }
  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: -47px;
  }
  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls .owl-nav .owl-prev {
    padding: 0;
      margin: 0;
      width: 32px;
      height: 32px;
      left: auto;
      right: 48px;
      top: -16px;
  }

  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls .owl-nav .owl-prev:before {
    content: ' ';
    background: url("../../frontend/Smartwave/porto/en_US/images/arrow-left.svg");
    height: 32px;
    width: 32px;
    display: inline-flex;
  }

  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls .owl-nav .owl-prev .fa {
    display: none;
  }

  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls .owl-nav .owl-next {
    padding: 0;
      margin: 0;
      width: 32px;
      height: 32px;
    right: 0;
    top: -16px;
  }

  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls .owl-nav .owl-next:before {
    content: ' ';
    background: url("../../frontend/Smartwave/porto/en_US/images/arrow-right.svg");
    height: 32px;
    width: 32px;
    display: inline-flex;
  }
  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls .owl-nav .owl-next .fa {
    display: none;
  }
  .cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter .content {
    /* max-width: 100%; */
    max-width: 352px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .nav-sections .navigation .ui-menu-item .level-top {
    text-align: left;
  }
  .nav-sections .navigation .parent .level-top:after {
    top: 0;
  }
  .page-header.type16 .navigation li.level0 > .level-top, .page-header .navigation .level0.parent > a:after {
    line-height: 40px;
  }
  header.page-header .nav-sections .navigation ul li.level0.only-mobile {
    display: block;
    padding-top: 8px;
  }
  header.page-header .sections .navigation li.level0.only-mobile:not(:first-child) {
    border-top: 0;
  }
  header.page-header .sections .navigation li.level0.only-mobile:not(:first-child) a {
    font-weight: bold;
  }
  header.page-header .sections .navigation li.level0.only-mobile > .level-top {
    line-height: 32px;
  }
  header.page-header .sections .section-item-title.nav-sections-item-title {
    display: none;
  }
  header.page-header .sections .nav-sections-item-content {
    margin-top: 0;
  }
  header.page-header .navigation li.level0 .row ul.subchildmenu {
    text-align: left;
    height: auto !important;
  }
}

header.page-header .nav-sections .navigation li.level0.only-mobile {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cms-index-index .custom-support .slider-section.ca .live-sites-block.feature-product .owl-controls .owl-nav .owl-prev {
    top: 0;
    position: absolute;
  }
}

@media screen and (max-width: 340px) {
  .cms-index-index .banner-slider-wrapper .slider-section h2 {
    padding-right: 8px;
  }
  .cms-index-index .banner-slider-wrapper .slider-section h2 a {
    padding-left: 8px;
    font-size: 13px;
  }
}

/*Customer Sign In Page Starts*/
.customer-account-login .page-title-wrapper .page-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36 !important;
  margin-bottom: 26px;
}

.customer-account-login .page-title-wrapper {
  max-width: 744px;
    margin: 0 auto;
}

.customer-account-login .login-container {
  max-width: 744px;
  border: 0;
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
}

.customer-account-login .login-container .block.block-customer-login {
  margin-bottom: 28px;
}

.customer-account-login .login-container .block.block-customer-login, .customer-account-login .login-container .block.block-new-customer {
  max-width: 352px;
  width: 100%;
}

.customer-account-login .actions-toolbar .primary .action {
  margin-right: 0;
}

.customer-account-login .login-container .fieldset:after {
  display: none;
}

.customer-account-login .page-wrapper .page-main {
  margin-top: 28px;
}

.customer-account-login .abs-login-block-title strong, .customer-account-login .amazon-validate-container .block .block-title strong, .customer-account-login .login-container .block .block-title strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
}

.customer-account-login .login-container .block .block-title {
  margin-bottom: 12px;
}

.customer-account-login .login-container .fieldset.login .field.note, .customer-account-login .login-container .block.block-new-customer .block-content p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.customer-account-login .login-container .fieldset.login .field.note {
  margin-bottom: 15px;
}

.customer-account-login .fieldset > .field.required > .label:after, .customer-account-login .fieldset > .fields > .field.required > .label:after, .customer-account-login .fieldset > .field._required > .label:after, .customer-account-login .fieldset > .fields > .field._required > .label:after {
  display: none;
}

.customer-account-login .login-container .block.block-new-customer .block-content p {
  margin-bottom: 0;
}

.customer-account-login .login-container .block-new-customer .actions-toolbar {
  margin-top: 19px;
}

.customer-account-login .login-container .fieldset.login .field .control {
  width: 100%;
}

.customer-account-login .control input {
  height: 40px;
}

.customer-account-login .login-container .fieldset.login .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.customer-account-login .login-container .fieldset.login .field .control input:not([disabled]):focus {
  box-shadow: none;
}

.customer-account-login .login-container .fieldset.login .field .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
  display: block;
  margin-bottom: 8px;
}

.customer-account-login .login-container .fieldset.login .field.password {
  margin-bottom: 8px;
}

.customer-account-login .login-container .block-new-customer .actions-toolbar .primary {
  width: 100%;
}

.customer-account-login .login-container .block-new-customer .actions-toolbar .primary a {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.customer-account-login .login-container .block-new-customer .actions-toolbar .primary a:hover {
  background: #212B81;
}

.customer-account-login .login-container .block-new-customer .actions-toolbar .primary a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.customer-account-login .login-container .fieldset.login .actions-toolbar {
  display: flex;
  flex-direction: column-reverse;
}

.customer-account-login .login-container .fieldset.login .actions-toolbar .secondary {
  text-align: right;
  margin-bottom: 24px;
}

.customer-account-login .login-container .fieldset.login .actions-toolbar .secondary a.action.remind {
  margin-top: 0 !important;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.25px;
  color: #212B36;
}

.customer-account-login .login-container .fieldset.login .actions-toolbar .primary .action.login.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.customer-account-login .login-container .fieldset.login .actions-toolbar .primary .action.login.primary:hover {
  background: #212B81;
}

.customer-account-login .login-container .fieldset.login .actions-toolbar .primary .action.login.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

@media screen and (max-width: 767px) {
  .customer-account-login .login-container .block.block-customer-login, .customer-account-login .login-container .block.block-new-customer {
    max-width: 100%;
    display: block;
  }
}

/*Customer Sign In Page Ends*/

/*Customer Register Page Starts*/
.customer-account-create .form.create.account.form-create-account {
  max-width: 744px;
  border: 0;
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
}

.customer-account-create .page-title-wrapper .page-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36 !important;
  margin-bottom: 26px;
}

.customer-account-create .page-title-wrapper {
  max-width: 744px;
    margin: 0 auto;
}

.customer-account-create .form.create.account>.fieldset {
  width: 100% !important;
  padding: 0;
  margin-bottom: 0;
}

.customer-account-create .form.create.account>.fieldset.create.info .field {
  max-width: 352px;
  /* display: inline-flex; */
    width: 100%;
    /* flex-basis: 100%; */
    /* flex-direction: column; */
    margin-bottom: 16px;
}

/* .customer-account-create .form.create.account>.fieldset.create.info {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.customer-account-create .form.create.account>.fieldset.create.info .field.field-name-firstname {
  order: 1;
}

.customer-account-create .form.create.account>.fieldset.create.info .field.field-name-lastname {
  order: 2;
}

.customer-account-create .form.create.account>.fieldset.create.info .field.choice.newsletter {
  order: 4;
  float: right;
    flex-direction: row;
    margin-bottom: 0;
}

.customer-account-create .form.create.account>.fieldset.create.info .field.email {
  float: left;
    order: 3;
}

.customer-account-create .form.create.account>.fieldset.create.info div#wantptr {
  order: 5;
    flex-basis: 100%;
    max-width: 100%;
}

.customer-account-create .form.create.account>.fieldset.create.info .profileurl.field {
    order: 6;
} */

.customer-account-create .fieldset > .field.required > .label:after, .customer-account-create .fieldset .validatestar {
  color: #212B36 !important;
  vertical-align: sub;
  margin-left: -2px;
}

.customer-account-create .form.create.account>.fieldset .field label.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.customer-account-create .form.create.account>.fieldset.create.info .field.choice.newsletter label.label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
}

.customer-account-create .form.create.account>.fieldset.create.info div#wantptr label.label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  font-weight: 400;
}

.customer-account-create .form.create.account>.fieldset.create.info div#wantptr {
  margin-top: 8px;
}

.customer-account-create .form.create.account fieldset.fieldset.create.info.new {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customer-account-create .form.create.account fieldset.fieldset.create.info.new .field {
  width: 100%;
    max-width: 352px;
}

.customer-account-login .form.create.account fieldset .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.customer-account-create .form.create.account .actions-toolbar {
  padding: 0;
  margin-top: 12px;
}

.customer-account-create .form.create.account .actions-toolbar .primary {
  width: 100%;
  max-width: 352px;
  margin-top: 8px;
}

.customer-account-create .form.create.account .actions-toolbar .primary button.action.submit.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.customer-account-create .form.create.account .actions-toolbar .primary button.action.submit.primary:hover {
  background: #212B81;
}

.customer-account-create .form.create.account .actions-toolbar .primary button.action.submit.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}
/*Customer Register Page Ends*/

.customer-account-forgotpassword .form.password.forget {
  max-width: 744px;
  border: 0;
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
}

.customer-account-forgotpassword .page-title-wrapper .page-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36 !important;
  margin-bottom: 26px;
}

.customer-account-forgotpassword .page-title-wrapper, .customer-account-forgotpassword .form.password.forget {
  max-width: 352px;
    margin: 0 auto;
}

.customer-account-forgotpassword .form.password.forget .field.note {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.customer-account-forgotpassword .fieldset > .field.required > .label:after {
  display: none;
}

.customer-account-forgotpassword .form.password.forget .field label.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary button.action.submit.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary button.action.submit.primary:hover {
  background: #212B81;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary button.action.submit.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.customer-account-forgotpassword .form.password.forget .field.captcha.required {
  margin-bottom: 0;
}

.customer-account-forgotpassword .form.password.forget .control.captcha .nested .control.captcha-image {
  display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer-account-forgotpassword .form.password.forget .control.captcha .nested .control.captcha-image .action.reload.captcha-reload:hover {
  background: #284991;
}

.customer-account-forgotpassword .form.password.forget .control.captcha .nested .control.captcha-image .action.reload.captcha-reload:hover span {
  color: #fff;
}

.customer-account-forgotpassword .form.password.forget .control.captcha .nested .control.captcha-image .action.reload.captcha-reload {
  background: #FFFFFF;
  border: 1px solid #637381;
  border-radius: 4px;
}

.customer-account-forgotpassword .form.password.forget .control.captcha .nested .control.captcha-image .action.reload.captcha-reload span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}

.customer-account-forgotpassword .form.password.forget fieldset .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .customer-account-forgotpassword .page-wrapper .page-main {
    margin-top: 32px;
  }
}

.customer-account-createpassword .form.password.reset {
  border: 0;
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
}

.customer-account-createpassword .page-title-wrapper .page-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36 !important;
  margin-bottom: 26px;
}

.customer-account-createpassword .page-title-wrapper, .customer-account-createpassword .form.password.reset {
  max-width: 352px;
    margin: 0 auto;
}

.customer-account-createpassword .fieldset > .field.required > .label:after {
  display: none;
}

.customer-account-createpassword .form.password.reset .field label.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.customer-account-createpassword .form.password.reset .actions-toolbar .primary {
  width: 100%;
}

.customer-account-createpassword .form.password.reset .actions-toolbar .primary button.action.submit.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.customer-account-createpassword .form.password.reset .actions-toolbar .primary button.action.submit.primary:hover {
  background: #212B81;
}

.customer-account-createpassword .form.password.reset .actions-toolbar .primary button.action.submit.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.customer-account-createpassword .form.password.reset fieldset .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.customer-account-createpassword .form.password.reset #password-strength-meter-container {
    margin-top: 4px;
}

.search .mst-searchautocomplete__autocomplete {
  border-color: #284991 !important;
}

/*My Acc Css Starts*/
@media screen and (min-width: 768px) {
  .account.page-layout-2columns-left .column.main {
    max-width: 888px;
  }
  .account.page-layout-2columns-left .sidebar-main {
    max-width: 272px;
      padding: 52px 8px 0 0;
  }
}

.account .page-wrapper .page-main {
  margin-top: 50px;
}

.account .customer-account-top-links {
    background: #fff;
    max-width: 888px;
    float: right;
    width: 100%;
    margin-bottom: 48px;
}

.account .customer-account-top-links ul {
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.account .customer-account-top-links ul li {
  background: #fff !important;
  padding: 0;
  margin: 0;
  flex-basis: 100%;
    max-width: 210px;
}

.account .customer-account-top-links ul li a:hover {
  text-decoration: underline;
}

.account .customer-account-top-links ul li >a i {
  display: none !important;
}

.account .customer-account-top-links ul li >a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991 !important;
  padding: 10px 0;
}

.account .page-main {
  margin-bottom: 64px;
}

.account .block-collapsible-nav {
  margin-bottom: 0 !important;
}

.account .block-collapsible-nav .item a:before, .account .block-collapsible-nav .item > strong:before {
  display: none;
}

.account .block-collapsible-nav .item a, .account .block-collapsible-nav .item > strong {
  padding: 9px 4px 9px 0;
}

.account .block-collapsible-nav .item a, .account .block-collapsible-nav .item strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #919EAB;
}

.account .block-collapsible-nav .item a:hover, .account .block-collapsible-nav .item strong:hover, .account .block-collapsible-nav .item a:active, .account .block-collapsible-nav .item strong:active, .account .block-collapsible-nav .item a:focus, .account .block-collapsible-nav .item strong:focus {
  color: #284991;
}

.account .block .block-title {
  margin: 0;
}

.account .block-collapsible-nav .item {
  border-color: #DEDEDE;
}

.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current strong {
  color: #284991;
}

.account .page-title-wrapper {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}

.account .page-title-wrapper .page-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 36px;
  color: #212B36 !important;
  margin: 0 !important;
}

.account .block .block-title strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
  margin-bottom: 16px;
  display: inline-block;
}

.account .block.block-dashboard-info {
  margin-bottom: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C7CAD1;
}

.account.customer-account-index .block.block-reviews-dashboard {
  display: none;
}

.account .box .box-title, .account .box .box-content, .account .box .box-actions {
  background-color: #fff;
  border: 0;
  padding: 0;
  min-height: auto;
}

.account .box .box-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.account .box .box-content, .account .box .box-content p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.account .box .box-actions a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #284991;
}

.account .block.block-dashboard-addresses .block-title a.action.edit {
  float: none !important;
  margin-left: 16px;
}

.account a.action {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #284991;
}

.account.customer-account-index .box-actions {
  margin-top: 12px !important;
}

.customer-account-edit .form-edit-account {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.customer-account-edit .form-edit-account legend.legend {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
}

.customer-account-edit .fieldset > .field.required > .label:after {
  display: none;
}

.customer-account-edit .form-edit-account fieldset .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.customer-account-edit .form-edit-account .field label.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.customer-account-edit .form-edit-account fieldset.two {
  width: 100%;
  padding-top: 36px;
  border-top: 1px solid #C7CAD1;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.customer-account-edit span.validatestar {
  display: none !important;
}

.customer-account-edit .form-edit-account .actions-toolbar .primary button.action.save.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
  max-width: 352px;
}

.customer-account-edit .form-edit-account .actions-toolbar .primary button.action.save.primary:hover {
  background: #212B81;
}

.customer-account-edit .form-edit-account .actions-toolbar .primary button.action.save.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.customer-account-edit div#password-strength-meter {
  margin-top: 4px;
}

.customer-account-edit .form-edit-account fieldset.fieldset.info.two .field {
    max-width: 100%;
  flex-basis: 48%;
}

body .columns .rating-summary .rating-result > span:before, body .columns .review-control-vote label:before {
  color: #7FC347;
}

.review-customer-index.account .page-title-wrapper {
  margin-bottom: 0;
} 

.review-customer-index td.col.item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}

.review-customer-index td.col.item a:hover {
  color: #284991;
}

.review-customer-index table > thead > tr > th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.review-customer-index .table > tbody > tr > td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.customer-account-index .block .box .box-content address a , .customer-address-index .block .box .box-content address a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #284991;
    margin-bottom: 8px;
    display: inline-block;
}

.newsletter-manage-index .form-newsletter-manage {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.newsletter-manage-index .form-newsletter-manage legend.legend {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
}

.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary button.action.save.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
  max-width: 352px;
}

.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary button.action.save.primary:hover {
  background: #212B81;
}

.newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary button.action.save.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .product-reviews-summary, .wishlist-index-index .form-wishlist-items .product-items .product-item .product-item-inner .field.comment-box {
  display: none;
}

.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-items {
  margin: 0 -12px;
}


.wishlist-index-index .form-wishlist-items .product-items .product-item .product-item-info:hover {
  cursor: pointer;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart {
  margin-bottom: 8px;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .action.tocart:before {
  display: none;
}

.wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner {
  padding: 0;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  height: 32px;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart button.tocart {
  line-height: 32px;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .actions-primary button {
  display: flex;
    justify-content: center;
    align-items: center;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .actions-primary button span {
  font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Inter';
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .actions-primary button:hover {
  background: #212B81;
}

.wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item-info:hover .product-item-inner {
  display: inline-block !important;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .product-image-container span.product-image-wrapper {
  padding-bottom: 100% !important;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item {
  width: 25% !important;
  padding: 0 12px;
  margin-left: 0 !important;
  margin-right: 0;
  margin-bottom: 24px;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .product-item-name {
  min-height: 44px;
  text-align: left;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .price-box {
  text-align: left;
  min-height: 42px;
  margin-bottom: 8px;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .price-box .special-price {
  display: block;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .price-box span.price {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  font-family: 'Inter';
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .price-box .special-price span.price {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #F94C43;
  font-family: 'Inter';
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .price-box .old-price {
  display: block;
}

.wishlist-index-index .form-wishlist-items .product-items .product-item .price-box .old-price span.price {  
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration: line-through;
  color: #637381;
  font-family: 'Inter';
} 

.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.update.primary, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.share.primary, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  /* width: 100%; */
  background: #284991;
  border-radius: 4px;
  border: 0;
  margin-top: 24px;
  max-width: 352px;
}

@media screen and (min-width: 1025px) {
  .wishlist-index-index .products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    /* box-shadow: none;
    box-shadow: unset; */
    padding: 8px;
  }
}

.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.update.primary:hover, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.share.primary:hover, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary:hover {
  background: #212B81;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.update.primary span, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.share.primary span, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner .box-tocart fieldset.fieldset .product-item-actions {
  margin: 9px 0 0;
    display: table-cell;
}

.wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner .product-item-actions {
  margin: 12px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner .product-item-actions a {
  margin-top: 0;
  margin-bottom: 0;
}

.wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner .product-item-actions a.btn-remove.action.delete {
  font-size: 0;
  line-height: normal;
    margin-top: auto;
}

.wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner .product-item-actions a.btn-remove.action.delete::after {
  content: ' ';
    background: url(../../frontend/Smartwave/porto/en_US/images/delete.png);
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .account .page-wrapper .page-main {
    margin-bottom: 8px;
    margin-top: 36px;
  }
  .account .column.main {
    margin-top: 24px;
  }
  .account .customer-account-top-links {
    float: unset;
    float: none;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .account .customer-account-top-links ul li {
    flex-basis: 49%;
      max-width: 100%;
  }
  .account .block-collapsible-nav {
    z-index: 2;
    top: 0;
    padding: 0 15px;
  }
  .account .block-collapsible-nav .title:after {
    margin: 0;
    font-size: 20px;
      line-height: normal;
    float: right;
  }
  .account .block.block-collapsible-nav .title {
    background-color: #CCCDD7;
      padding: 12px;
  }
  .account .block.block-collapsible-nav .title.active {
    margin-bottom: 0;
  }
  .account .sidebar .block-collapsible-nav ul {
    box-shadow: 0px 1px 2px 0px #284991;
  }
  .account .sidebar .block-collapsible-nav .item:first-child strong, .account .sidebar .block-collapsible-nav .item:first-child a {
    border-top: 0;
  }
  .customer-account-edit .form-edit-account fieldset.fieldset.info.two .field {
    flex-basis: 100%;
  }
  .customer-account-edit .form-edit-account .actions-toolbar .primary button.action.save.primary, .newsletter-manage-index .form-newsletter-manage .actions-toolbar .primary button.action.save.primary {
    max-width: 100%;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item {
    width: 50% !important;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item {
    border: 0;
    min-height: 350px;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item:first-child {
    border: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-photo {
    float: none;
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-left: 0;
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .review-customer-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td, .review-customer-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
    padding-left: 0;
  }
  .review-customer-index .col.summary .rating-summary {
    display: inline-flex;
  }
  .wishlist-index-index .products-grid.wishlist {
    margin-right: 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-inner {
    width: 100%;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.update.primary, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.share.primary, .wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
    max-width: 100%;  
  }
  .wishlist-index-index .products-grid.wishlist .product-item .field.qty {
    display: inline-block;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-actions {
    display: inline-block;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset {
    display: inline-flex;
    align-items: center;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset .product-item-actions {
    margin-top: 0 !important;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset 
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .actions-primary button {
    height: 32px;
  }
  .wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner .product-item-actions {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .actions-primary button {
    min-width: auto;
    width: 100%;
    padding: 0 4px;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .field .control input {
    width: 36px;
  }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .account.page-layout-2columns-left .columns .sidebar-main {
    width: 25%;
  }
  .account.page-layout-2columns-left .columns .column.main, .account .customer-account-top-links {
    width: 72%;
  }
  .account .customer-account-top-links ul li {
    flex-basis: auto;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item {
    width: calc(100% / 3) !important;
  }
  .wishlist-index-index .form-wishlist-items .products-grid .product-item .product-item-inner {
    width: 100%;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset {
    display: flex;
    justify-content: space-between;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset .field.qty {
    padding-right: 0;
    margin-right: 0;
    flex-basis: 22%;
    max-width: 22%;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset .field.qty input {
    width: 100%;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset .product-item-actions {
    margin-top: 0;
    flex-basis: 72%;
  }
  .wishlist-index-index .form-wishlist-items .products-grid.wishlist .product-item .box-tocart fieldset.fieldset .tocart {
    min-width: auto;
    width: 100%;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart .actions-primary button {
    height: 32px;
  }
  .wishlist-index-index .form-wishlist-items .product-items .product-item .box-tocart fieldset.fieldset .product-item-actions {
    margin-top: 0 !important;
  }
}

/*My Acc Css Ends*/

.customer-account-create .rawForm.rawone {
  display: flex;
    justify-content: space-between;
}

.customer-account-create .rawForm.rawtwo, .customer-account-create .rawForm.raweight {
  display: flex;
    justify-content: space-between;
    align-items: start;
}

.customer-account-create .fieldset.create.info .rawForm.rawtwo {
  align-items: center;
}

.customer-account-create .rawForm.raweight #password-strength-meter-container {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #212B36;
}

.customer-account-create .rawForm.rawtwo .field.choice.newsletter {
  margin-bottom: 0 !important;
}

.customer-account-create .rawForm.rawthree label.label {
  margin-bottom: 12px;
}

.customer-account-create .rawForm.rawfour {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customer-account-create .rawForm.rawfour .profileurl.field.required, .customer-account-create .rawForm.rawfour #seller-shop-field-wrapper {
  order: 1;
  margin-top: 0;
}

.customer-account-create .rawForm.rawfour .profileurl.field.required .control span.required-entry, .customer-account-create .rawForm.rawfour #seller-shop-field-wrapper .control span.required-entry {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #212B36;
  display: inline-block;
}

.customer-account-create .rawForm.rawfour .xyz.show {
  display: none !important;
}

.customer-account-create .rawForm.rawfour .field.electrical_background {
  order: 2;
}

.customer-account-create .rawForm.rawfour .field.existingbusiness {
  order: 3;
}

.customer-account-create .rawForm.rawfour .field.exp {
  order: 4;
}

.customer-account-create .rawForm.rawfour .field.phn {
  order: 5;
}

.customer-account-create .rawForm.rawfour .field.seller_code {
  order: 6;
}

.customer-account-create .rawForm.rawfour .field.username {
  order: 7;
}

.customer-account-create .rawForm.rawfour .field .label, .customer-account-create .rawForm.raweight .field .label {
  display: inline-block;
  margin-bottom: 8px;
}

.customer-account-create .rawForm.rawone .field .label, .customer-account-create .rawForm.rawtwo .field .label {
  display: inline-block;
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .customer-account-create .page-main {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .customer-account-create .page-main {
    margin-top: 24px;
  }
  .customer-account-create .form.create.account>.fieldset.create.info .field {
    max-width: 100%;
    flex-basis: 100%;
  }
  .customer-account-create .rawForm.raweight, .customer-account-create .rawForm.rawone, .customer-account-create .fieldset.create.info .rawForm.rawtwo {
    flex-direction: column;
  }
  .customer-account-create .fieldset.create.info .rawForm.rawtwo {
    margin-bottom: 24px;
  }
  .customer-account-create .form.create.account .actions-toolbar .primary, .customer-account-create .form.create.account .actions-toolbar .primary button.action.submit.primary {
    width: 100%;
    max-width: 100%;
  }
  .customer-account-create .fieldset .validatestar {
    vertical-align: text-top;
  }
  .customer-address-index .actions-toolbar .primary button.action.primary.add {
    max-width: 100%;
  }
}

.customer-address-index .actions-toolbar .primary button.action.primary.add {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
  max-width: 352px;
}

.customer-address-index .actions-toolbar .primary button.action.primary.add:hover {
  background: #212B81;
}

.customer-address-index .actions-toolbar .primary button.action.primary.add span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.customer-address-form .form-address-edit {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.customer-address-form .form-address-edit legend.legend {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
}

.customer-address-form .fieldset > .field.required > .label:after {
  display: none;
}

.customer-address-form .form-address-edit fieldset .field .control select {
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
    padding: 0 10px 0 16px;
}

.customer-address-form .form-address-edit fieldset .field .control input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.customer-address-form .form-address-edit .field label.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
  margin-bottom: 8px;
}

.customer-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
  max-width: 352px;
}

.customer-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary:hover {
  background: #212B81;
}

.customer-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.customer-address-form .form-address-edit .field.street label.label {
  display: none;
}

.customer-address-form .form-address-edit .field.street .control label.label {
  display: inline-block;
}

body select {
  background: #ffffff url(../../frontend/Smartwave/porto/en_US/images/chevron-down.svg) no-repeat 98% 48%;
}

body input[type="text"], body input[type="password"], body input[type="url"], body input[type="tel"], body input[type="search"], body input[type="number"], body input[type="datetime"], body input[type="email"] {
  height: 40px;
  padding: 0 10px 0 16px;
}

body textarea {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

input[type=checkbox] {
  background: url(../../frontend/Smartwave/porto/en_US/images/checkbox-default.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    content: "";
    width: 24px;
    -webkit-appearance: initial;
    display: inline-block;
}

input[type=checkbox]:not([disabled]):focus {
  box-shadow: none;
}

input[type=checkbox]:hover {
  background: url(../../frontend/Smartwave/porto/en_US/images/checkbox-hovered.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    content: "";
    width: 24px;
    -webkit-appearance: initial;
    display: inline-block;
}

input[type=checkbox]:hover:not([disabled]):focus {
  box-shadow: none;
}

input[type=checkbox]:checked {
  background: url(../../frontend/Smartwave/porto/en_US/images/checkbox-checked.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    content: "";
    width: 24px;
    -webkit-appearance: initial;
    display: inline-block;
}

input[type=checkbox]:checked:not([disabled]):focus {
  box-shadow: none;
}

input[type=radio] {
  background: url(../../frontend/Smartwave/porto/en_US/images/radio-default.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    content: "";
    width: 24px;
    -webkit-appearance: initial;
    display: inline-block;
}

input[type=radio]:hover {
  background: url(../../frontend/Smartwave/porto/en_US/images/radio-hovered.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    content: "";
    width: 24px;
    -webkit-appearance: initial;
    display: inline-block;
}

input[type=radio]:checked {
  background: url(../../frontend/Smartwave/porto/en_US/images/radio-checked.svg);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 24px;
    content: "";
    width: 24px;
    -webkit-appearance: initial;
    display: inline-block;
}

input[type=radio]:not([disabled]):focus {
  box-shadow: none;
}

input[type=radio]:hover:not([disabled]):focus {
  box-shadow: none;
}

input[type=radio]:checked:not([disabled]):focus, body textarea:not([disabled]):focus {
  box-shadow: none;
}

body input[type=radio], body input[type=checkbox] {
  margin-top: 0;
}

.customer-account-create .field.choice.newsletter {
    display: flex;
    align-items: self-end;
}

.customer-account-create .rawForm.rawthree .wantptrs .control {
    margin-bottom: 32px;
    font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  align-items: center;
  display: flex;
}

.customer-account-create .rawForm.rawthree .wantptrs .control input[type=radio]:last-child {
    margin-left: 12px;
}

.newsletter-manage-index .form-newsletter-manage .field.choice label.label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.newsletter-manage-index .form-newsletter-manage .field.choice {
    display: flex;
    align-items: self-end;
}

.customer-account-edit .form-edit-account .field.choice {
  display: flex;
    align-items: end
}

.customer-address-form .form-address-edit .field.choice {
  display: flex;
  align-items: self-end;
}

.customer-address-form .form-address-edit .field.choice label.label {
  margin-bottom: 2px;
}

.sellerchat-index-index .orders-history .data.table {
  margin-top: 0;
}

.sellerchat-index-index.account .page-title-wrapper {
  margin-bottom: 0;
}

.sellerchat-index-index .orders-history table > thead > tr > th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.sellerchat-index-index .orders-history .table > tbody > tr > td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.sellerchat-index-ticket form input.sendmsg {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991 !important;
  border-radius: 4px;
  border: 0;
  max-width: 160px;
  font-weight: 500;
  float: right;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-top: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.sellerchat-index-ticket form input.sendmsg:hover {
  background: #212B81 !important;
}

.account input:not([disabled]):focus {
  box-shadow: none;
}

.sellerchat-index-ticket.account .column.main h2 {
  display: none;
}

.sellerchat-index-ticket .master-chat .chatcontainer.darker {
  width: 90%;
  float: right;
  display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
    margin-bottom: 16px !important;
}

.sellerchat-index-ticket .master-chat .chatcontainer {
  width: 90%;
  float: left;
  display: flex;
    justify-content: center;
    flex-direction: column;
  align-items: start;
  margin-bottom: 24px !important;
}

.sellerchat-index-ticket .master-chat .chatcontainer, .sellerchat-index-ticket .master-chat .chatcontainer.darker {
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
}

.sellerchat-index-ticket .master-chat .chatcontainer::after {
  display: none;
}

.sellerchat-index-ticket .master-chat .chatcontainer.darker p.right {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.sellerchat-index-ticket .master-chat .chatcontainer span.time-right , .sellerchat-index-ticket .master-chat .chatcontainer span.time-left {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #637381;
  margin-top: 2px;
}

.sellerchat-index-ticket .master-chat .chatcontainer p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

@media screen and (max-width: 1024px) {
  .sellerchat-index-ticket .master-chat .chatcontainer.darker p.right {
    word-break: break-all;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sellerchat-index-index .orders-history .data.table .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .sellerchat-index-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .sellerchat-index-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding-left: 0;
  }
  .sellerchat-index-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .sellerchat-index-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    color: #212B36;
  }
  .review-customer-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .review-customer-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    color: #212B36; 
  }
}

.mpauction-account-favourite .auction-wishlist .order-products-toolbar.toolbar.bottom {
  display: inline-block;
    width: 100%;
}

.mpauction-account-favourite .auction-wishlist ol.product-items {
  margin: 0 -12px;
}

@media screen and (min-width: 1025px) {
  .mpauction-account-favourite .products-grid:not(.side-list):not(.products-related) .product-item:hover .product-item-info {
    padding: 8px;
  }
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item {
  width: calc(100% / 4);
  padding: 0 12px;
  margin: 0 0 16px 0;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-name {
  min-height: 24px;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart {
  margin-bottom: 0;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart .product-item-actions .actions-primary .action.bid {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
  max-width: 352px;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart .product-item-actions .actions-primary .action.bid:hover {
  background: #212B81;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart .product-item-actions .actions-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart .product-item-actions .actions-primary .action.bid span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart .product-item-actions a.action.primary.remove-favourite-auction, .mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart .product-item-actions a.action.primary.remove-favourite-auction span {
  font-size: 0;
  height: auto;
  padding: 0;
  width: auto;
  border: 0;
  background-color: #fff;
  margin-left: 8px;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item  .product-item-inner .box-tocart .product-item-actions a.action.primary.remove-favourite-auction::after {
  content: ' ';
    background: url(../../frontend/Smartwave/porto/en_US/images/delete.png);
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-info .auction-high-bider {
  min-height: 60px;
  display: flex;
  flex-direction: column;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider {
  margin: 4px 0 12px 0;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider .bidder-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}

.mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider span.bidder-name, .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider .bidder-bid {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}

.mpauction-account-favourite .products-grid.auction-wishlist .product-item .product-item-photo {
  height: 100%;
    min-height: 100%;
    padding-bottom: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider .bidder-label {
    font-size: 14px;
      line-height: 18px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider span.bidder-name, .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider .bidder-bid {
    font-size: 12px;
      line-height: 16px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-info .auction-high-bider {
    min-height: 52px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary .action.bid {
    padding: 4px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider .bidder-label {
    font-size: 14px;
      line-height: 18px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider span.bidder-name, .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .auction-high-bider .bidder-bid {
    font-size: 12px;
      line-height: 16px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-info .auction-high-bider {
    min-height: 52px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary .action.bid {
    padding: 4px;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item {
    width: calc(100% / 2);
    padding: 0 8px;
  }
  .mpauction-account-favourite .products-grid.wishlist .product-item {
    border: 0;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-name {
    margin-left: 0;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items .product-item .product-item-photo {
    border: 0;
    float: unset;
    float: initial;
    height: auto;
    margin-right: 0;
  }
  .mpauction-account-favourite .products-grid.auction-wishlist .product-item-name a {
    width: 100%;
  }
  .mpauction-account-favourite .products-grid.wishlist {
    margin-right: 0;
  }
  .mpauction-account-favourite .auction-wishlist ol.product-items {
    margin: 0 -8px;
  }
}

.mpauction-account-bidsrecords .data.table {
  margin-top: 0;
}

.mpauction-account-bidsrecords.account .page-title-wrapper {
  margin-bottom: 0;
}

.mpauction-account-bidsrecords table > thead > tr > th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  padding: 8px 4px;
}

.mpauction-account-bidsrecords .data.table > tbody > tr > td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding: 8px 4px;
}

.mpauction-account-bidsrecords .data.table tbody tr .wk-block-title-css a {
  font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #284991;
}

.mpauction-account-bidsrecords .data.table tbody .bidder-label, .mpauction-account-bidsrecords .data.table tbody .bidder-name, .mpauction-account-bidsrecords .data.table tbody .bidder-bid {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}

.mpauction-account-bidsrecords .data.table tbody tr .wk-block-title-css a:hover {
  text-decoration: underline;
}

.mpauction-account-bidsrecords .data.table td[data-th="Winning Status"] span, .mpauction-account-bidsrecords .data.table td[data-th="Activity Status"] span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.mpauction-account-bidsrecords .data.table td[data-th="Bidding Price"], .mpauction-account-bidsrecords .data.table .bidder-amount {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}

@media screen and (max-width: 767px) {
  .mpauction-account-bidsrecords .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td, .mpauction-account-bidsrecords .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
    padding-left: 0 !important;
  }
  .mpauction-account-bidsrecords .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before, .mpauction-account-bidsrecords .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    color: #212B36 !important;    
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mpauction-account-bidsrecords .data.table tr {
    display: flex;
    align-items: start;
  }
  .mpauction-account-bidsrecords .data.table .col {
    width: 152px;
    max-width: 100%;
  }
}

.account.customer-account-index .block.block-dashboard-orders {
  display: none;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product {
  width: 100%;
  display: inline-block;
  margin-top: 64px;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .slider-section .container.top {
  padding: 0;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .buyers-premium {
  text-align: left;
  padding-bottom: 4px;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .buyers-premium a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product h2.custom-title {
  padding-bottom: 8px;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-notify {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  padding-bottom: 16px;
  text-align: left;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-notify a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-notify sup {
  text-transform: lowercase;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container {
  box-shadow: none;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item {
  padding: 0;
  border-radius: 0;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item a {
  height: auto;
  margin-bottom: 6px;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .feature-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  text-align: left;
  margin: 0 0 8px 0;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .auction-high-bider {
  margin-bottom: 8px;
  min-height: 60px;
    display: flex;
    flex-direction: column;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .auction-high-bider .bidder-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .auction-high-bider span.bidder-name, .cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .auction-high-bider .bidder-bid {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .auction-bid-timer.red-color-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #212B36;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .wk_front_dd_countdownnew.red-color-label {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-controls .owl-nav .owl-prev:before {
  content: ' ';
  background: url("../../frontend/Smartwave/porto/en_US/images/arrow-left.svg");
  height: 32px;
  width: 32px;
  display: inline-flex;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-controls .owl-nav .owl-prev .fa {
  display: none;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-controls .owl-nav .owl-next:before {
  content: ' ';
  background: url("../../frontend/Smartwave/porto/en_US/images/arrow-right.svg");
  height: 32px;
  width: 32px;
  display: inline-flex;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-controls .owl-nav .owl-next .fa {
  display: none;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-controls {
  top: -90px;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-controls .owl-nav .owl-prev {
  padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    left: auto;
    right: 48px;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-controls .owl-nav .owl-next {
  padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    position: absolute;
  right: 0;
}

.cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item img {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .cms-index-index .homepage-featured-product .slider-section.ca .auction-product {
    margin-top: 24px;
  }
  .cms-index-index .homepage-featured-product .slider-section.ca .auction-product .auction-product-container #auction-slider .owl-item .item .wk_front_dd_countdownnew.red-color-label {
    margin-bottom: 0;
  }
  header .nav-toggle:before {
    color: #284991;
  }
  .cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter button.action.subscribe.primary  {
    height: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cms-index-index .homepage-featured-product .slider-section.ca .auction-product {
    margin-top: 40px;
  }
  header .nav-toggle:before {
    color: #284991;
  }
}

@media screen and (max-width: 360px) {
  .cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter .actions {
    margin-left: -2px;
  }
  .cms-index-index .newcustom-top .newright-news .footer-top-inner .block.newsletter button.action.subscribe.primary {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 420px) {
  .cms-index-index .page-wrapper .banner-slider-wrapper .slider-section h1, .cms-index-index .page-wrapper .banner-slider-wrapper .slider-section h2, .cms-index-index .page-wrapper .homepage-bar .text-area h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Feedbacks Starts */

body.checkout-index-index .page-wrapper .page-footer .footer .footer-middle .btm .main {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #919EAB;
}

body.checkout-index-index .page-wrapper .page-footer .footer .footer-middle .btm .main a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #919EAB;
}

body.checkout-index-index .page-wrapper .page-footer .footer .footer-middle .btm .main .right {
  margin-top: 0 !important;
}

body.checkout-onepage-success .page-wrapper .page-footer .footer .footer-middle .btm .main .right {
  margin-top: 0 !important;
}

body.checkout-onepage-success .page-wrapper .page-footer .footer .footer-middle .btm .main {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #919EAB;
}

body.checkout-onepage-success .page-wrapper .page-footer .footer .footer-middle .btm .main a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #919EAB;
}

.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view) a.right-side-open {
  background: #F3F7FA;
  border-radius: 4px;
  border: 0;
}

.porto-icon-reply:before {
  color: #284991;
}

@media screen and (max-width: 575px) {
  body.checkout-onepage-success .page-wrapper .page-footer .footer .footer-middle .btm .main {
    flex-direction: column;
  }
  body.checkout-onepage-success .page-wrapper .page-footer .footer .footer-middle .btm .main .right {
    margin-top: 12px !important;
  }
  body.checkout-index-index .page-wrapper .page-footer .footer .footer-middle .btm .main {
    flex-direction: column;
  }
  body.checkout-index-index .page-wrapper .page-footer .footer .footer-middle .btm .main .right {
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  body.checkout-index-index .page-wrapper .table-checkout-shipping-method .col-method input[type=radio] {
    margin-left: 0;
  }
  body.checkout-index-index .page-wrapper .table-checkout-shipping-method tbody td.col.col-method:first-child {
    max-width: 11%;
  }
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .primary .action-login {
    justify-content: center;
    text-transform: uppercase;
  }
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .primary .action-login:hover {
    background: #212B81;
  }
  body .block-authentication a.action.action-register.primary:hover {
    background: #212B81;
  }
  .checkout-cart-index .cart.table-wrapper .cart.item .col.price {
    text-align: left;
  }
  body.catalog-category-view .main .toolbar .modes, body.catalogsearch-result-index .main .toolbar .modes {
    width: auto;
  }
}

@media screen and (max-width: 379px) {
  body.catalog-category-view select#sorter, body.catalogsearch-result-index select#sorter {
    width: 160px;
  }
}

/* Feedbacks Ends */

.account .limiter .limiter-label {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.account .limiter select {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.account .limiter select:not([disabled]):focus {
  box-shadow: none;
}

.account .limiter .limiter-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.account .message.success {
  padding-left: 12px;
  padding: 12px;
}

.page-wrapper .message.success {
  padding-left: 12px;
}

/* My Offers Starts */

.mpquotesystem-buyerquote-index .fieldset .table-wrapper #mass_delete_butn {
  margin-top: 0 !important;
  background: #284991 !important;
  border-radius: 4px;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper #mass_delete_butn:hover {
  background: #212B81 !important;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper #mass_delete_butn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper .table .col {
  padding: 8px;
  vertical-align: middle;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper .table > thead > tr > th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper .table > tbody > tr > td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper .table tbody tr .col.status .button.btn-cart {
  background: #FFFFFF;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper .table tbody tr .col.status .button.btn-cart:hover {
  background: #284991;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper .table tbody tr .col.status .button.btn-cart:hover span {
  color: #fff;
}

.mpquotesystem-buyerquote-index .fieldset .table-wrapper .table tbody tr .col.status .button.btn-cart span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  text-transform: uppercase;
}

.mpquotesystem-buyerquote-index .modal-popup .modal-header {
  padding: 16px 24px;
}

.mpquotesystem-buyerquote-index .modal-popup .modal-footer {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.mpquotesystem-buyerquote-index .modal-popup .modal-header h1 {
  border: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  padding-bottom: 0;
  font-family: 'Lora';
}

.mpquotesystem-buyerquote-index .modal-popup .modal-content {
  padding: 0 24px 16px 24px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.mpquotesystem-buyerquote-index .modal-popup .modal-footer button:hover {
  background-color: #212B81;
    border-color: #212B81;
}

.mpquotesystem-buyerquote-index .modal-popup .action-close:before {
  font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mpquotesystem-buyerquote-index .fieldset .table-wrapper .table {
    overflow: scroll;
      white-space: nowrap;  
  }
  .mpquotesystem-buyerquote-index .fieldset .table-wrapper .table .col {
    padding: 8px 16px;
  }
  .mpquotesystem-buyerquote-index .fieldset .table-wrapper .table .col.selectid {
    padding: 8px 0 8px 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .mpquotesystem-buyerquote-index .fieldset .table-wrapper {
    border-top: 0;
  }
  .mpquotesystem-buyerquote-index .fieldset .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td, .mpquotesystem-buyerquote-index .fieldset .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
    padding-left: 0;
    padding: 8px 0;
  }
  .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 {
    color: #212B36 !important;
  }
  .mpquotesystem-buyerquote-index .fieldset .table-wrapper .table td.col.selectid, .mpquotesystem-buyerquote-index .fieldset .table-wrapper .table td.col.action {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}

.mpquotesystem-buyerquote-edit .button.wk-mp-btn {
  margin-top: 0 !important;
  background: #284991 !important;
  border-radius: 4px;
  border: 0;
  margin-left: 20px !important;
  padding: 0 36px;
    height: 40px;
}

.mpquotesystem-buyerquote-edit .button.wk-mp-btn:hover {
  background: #212B81 !important;
}

.mpquotesystem-buyerquote-edit .button.wk-mp-btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.mpquotesystem-buyerquote-edit .fieldset .data-table > thead > tr > th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  border: 0;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table > tbody > tr > td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table > tbody tr.last td {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36; 
}

.mpquotesystem-buyerquote-edit .fieldset .data-table .product-cart-image img {
  max-width: 120px;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table {
  display: flex;
  flex-direction: column;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table tr {
  display: flex;
    width: 100%;
    justify-content: flex-start;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table  tbody tr:last-child {
  border: 0;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table tr th:first-child, .mpquotesystem-buyerquote-edit .fieldset .data-table tr td:first-child {
    min-width: 142px;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table tr th:last-child, .mpquotesystem-buyerquote-edit .fieldset .data-table tr td:last-child {
    margin-left: auto;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table .product-cart-info .product-name {
  font-family: 'Inter';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  margin-bottom: 4px;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table .product-cart-info .product-cart-sku {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #284991;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table .product-cart-info .product-cart-sku span.label {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #637381;
}

.mpquotesystem-buyerquote-edit .wk-mp-list-table thead span, .mpquotesystem-buyerquote-edit .wk-mp-list-table b {
  font-weight: 500;
}

.mpquotesystem-buyerquote-edit .fieldset .data-table .cart-price span.price {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
}

.mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset legend {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
  text-transform: capitalize;
}

.mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .block {
  margin-bottom: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
  text-transform: capitalize;
}

.mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .field {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .field.required {
  align-items: start;
}

.mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .field label.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
  width: 23% !important;
  margin-bottom: 0;
}

.mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .control {
  padding: 0 0 0 16px;
}

.mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .control span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.mpquotesystem-buyerquote-edit .wk_qs_message_container .fieldset > .field.required > .label:after {
  display: none;
}

.mpquotesystem-buyerquote-edit .action-bar {
    display: flex;
    justify-content: end;
    margin-top: 24px;
    align-items: center;
}

.mpquotesystem-buyerquote-edit .action-bar p {
  margin-bottom: 0;
}

.mpquotesystem-buyerquote-edit .action-bar p a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #284991;
}

.mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply.buy {
  margin: 8px 0 16px 0;
  box-shadow: none;
  border: 1px solid #637381;
    box-sizing: border-box;
    border-radius: 4px;
}

.mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_head {
  background: none repeat scroll 0 0 #F3F7FA !important;
  padding: 8px;
  border-radius: 4px;
}

.mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_cntnt_container {
  background: none repeat scroll 0 0 #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_cntnt_container p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36; 
}

.mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_head .wk_qs_onereply_head_left, .mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_head .wk_qs_onereply_head_right {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.mpquotesystem-buyerquote-edit .block {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mpquotesystem-buyerquote-edit .main .block {
    margin-bottom: 24px;
  }
  .mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .field label.label {
    width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .mpquotesystem-buyerquote-edit .main .wk_qs_message_container .wk-mp-design .field {
    align-items: start;
  }
  .mpquotesystem-buyerquote-edit .wk_qs_message_container .wk-mp-design .field label.label {
    width: 55% !important;
  }
  .mpquotesystem-buyerquote-edit .main .fieldset .data-table tr th:first-child, .mpquotesystem-buyerquote-edit .main .fieldset .data-table tr td:first-child {
    min-width: 104px;
  }
  .mpquotesystem-buyerquote-edit .main .fieldset .data-table .product-cart-image img {
    max-width: 96px;
  }
  .mpquotesystem-buyerquote-edit .main table > thead > tr > th, .mpquotesystem-buyerquote-edit .main table > tbody > tr > th, .mpquotesystem-buyerquote-edit .main table > tfoot > tr > th, .mpquotesystem-buyerquote-edit .main table > thead > tr > td, .mpquotesystem-buyerquote-edit .main table > tbody > tr > td, .mpquotesystem-buyerquote-edit .main table > tfoot > tr > td {
    padding: 8px;
  }
  .mpquotesystem-buyerquote-edit .main fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_head {
    display: flex;
  }
  .mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_head .wk_qs_onereply_head_left, .mpquotesystem-buyerquote-edit fieldset.fieldset.info.wk-mp-fieldset .wk_qs_onereply_head .wk_qs_onereply_head_right {
    font-size: 14px;
    line-height: 20px;
  }
  .account .page-wrapper .page.messages {
    margin-bottom: 8px;
  }
  .account .page-wrapper .page.messages .message {
    margin-bottom: 24px;
  }
}

/* My Offers Ends */

/* QA Starts */

.page-header .header.content .minicart-wrapper .amount.price-container span.price-wrapper {
  padding-top: 10px;
}

.checkout-cart-index .main .cart.table-wrapper .col.qty .input-text {
  padding: 0 10px;
}

.checkout-index-index .table-checkout-shipping-method .col-carrier .primary.requestquote {
  background: #FFFFFF;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  text-transform: uppercase;
  font-family: 'Inter';
  display: block;
    margin-bottom: 8px;
}

.checkout-index-index .table-checkout-shipping-method .col-carrier .primary.requestquote:hover {
  background: #284991;
  color: #fff;
  border-color: #284991;
}

@media screen and (min-width: 768px) {
  .checkout-index-index .page-wrapper, .checkout-onepage-success .page-wrapper {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .checkout-index-index .main .page-wrapper .table-checkout-shipping-method tbody td.col.col-method:first-child {
    max-width: 9%;
  }
  .checkout-index-index .main .table-checkout-shipping-method tbody td.col.col-price {
    max-width: 26%;
  }
  .checkout-index-index .main .table-checkout-shipping-method tbody td.col.col-method {
    max-width: 23%;
  }
  .checkout-index-index .main .table-checkout-shipping-method tbody .row {
    margin-left: 0;
    margin-right: 0;
  }
} 

.catalog-product-view .product-info-main .wk-seller-block.wk-block.no-display .warp-main-top .wrap-block {
  display: flex;
  flex-wrap: wrap;
}

.catalog-product-view .product-info-main .wk-seller-block.wk-block.no-display .warp-main-top .wrap-block .wk-block-rating {
  margin: 8px 0 0 0;
}

.catalog-product-view .product-info-main .wk-seller-block.wk-block.no-display .warp-main-top .wk-block-title-css a {
  left: 48px;
}

.catalog-product-view .product-info-main .wk-seller-block.wk-block.no-display .warp-main-top .product_return {
  padding-top: 0;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  width: auto;
    display: inline-flex;
}

.catalog-product-view .product-info-main .actions button.wk_qs_quote_button.button.btn-cart.action.primary {
  background: #FFFFFF;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  width: 164px;
}

.catalog-product-view .product-info-main .actions button.wk_qs_quote_button.button.btn-cart.action.primary:hover {
  background: #284991;
}

.catalog-product-view .product-info-main .actions button.wk_qs_quote_button.button.btn-cart.action.primary:hover span {
  color: #fff;
}

.catalog-product-view .product-info-main .actions button.wk_qs_quote_button.button.btn-cart.action.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
  text-transform: uppercase;
}

.catalog-product-view .product-info-main .modal-popup .modal-inner-wrap .modal-header {
  padding: 16px 24px !important;
}

.catalog-product-view .product-info-main .modal-popup .fieldset > .field.required > .label:after {
  display: none;
}

.catalog-product-view .product-info-main .modal-popup .modal-inner-wrap .modal-header h4 {
  border: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #212B36;
    padding-bottom: 0;
    font-family: 'Lora';
    text-align: left;
}

.catalog-product-view .product-info-main .modal-popup .action-close {
  padding: 8px;
  opacity: 1;
}

.catalog-product-view .product-info-main .modal-popup .action-close:before {
  font-size: 20px;
  color: #212B81;
  height: 16px;
  width: 16px;
  opacity: 1;
}

.catalog-product-view .product-info-main .modal-popup .info {
  border-left: 0;
  background: #fff;
}

.catalog-product-view .product-info-main .modal-popup .modal-body {
  padding: 16px 24px !important;
  width: 100%;
}

.catalog-product-view .product-info-main .modal-popup .modal-body input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.catalog-product-view .product-info-main .modal-popup .modal-body textarea {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.catalog-product-view .product-info-main .modal-popup .modal-body .field label.label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
  margin-bottom: 8px;
}

.catalog-product-view .product-info-main .modal-popup .modal-body .field .wk-qs-min-qty {
  font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-top: 4px;
    display: block;
}

.catalog-product-view .product-info-main .modal-popup .modal-footer .wk-btn {
  background: #284991;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  border: 0;
  box-shadow: none !important;
}

.catalog-product-view .product-info-main .modal-popup .modal-footer .wk-btn:hover {
  background: #212B81;
}

@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
}

.checkout-index-index .checkout-container .checkout-payment-method .step-content .form.payments .payment-group .payment-method-content .messages .message-error {
    width: 100%;
    display: inline-block;
}

.account.sales-order-view .page-title-wrapper {
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.account.sales-order-view .page-title-wrapper .page-title {
    padding-bottom: 0;
    margin-bottom: 12px !important;
    width: 100%;
    flex-basis: 100%;
    border-bottom: 0;
}

.account.sales-order-view .page-title-wrapper .order-status {
  border: 0;
  text-transform: capitalize;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.account.sales-order-view .page-title-wrapper .order-status span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
}

.account.sales-order-view .page-title-wrapper .order-date span.label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  text-transform: capitalize;
  display: inline-block;
}

.account.sales-order-view .page-title-wrapper .order-date {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.account.sales-order-view .page-title-wrapper .order-actions-toolbar {
  margin-bottom: 0;
}

.account.sales-order-view .page-title-wrapper .actions-toolbar:before, .account.sales-order-view .page-title-wrapper .actions-toolbar:after, .account.sales-order-view .page-title-wrapper:before, .account.sales-order-view .page-title-wrapper:after {
  display: none;
}

.account.sales-order-view .page-title-wrapper .actions-toolbar .actions a.action.makepayment:after, .account.sales-order-view .page-title-wrapper .actions-toolbar .actions a.action.order:after {
  content: '|';
  color: #C7CAD1;
  margin: 0 8px 0 5px;
}

.account.sales-order-view .page-title-wrapper .actions-toolbar .actions {
  float: left;
  width: 100%;
  display: inline-block;
  padding: 0;
}

.account.sales-order-view .page-title-wrapper .actions-toolbar .actions a.makepayment span {
  color: #284991;
}

.account.sales-order-view .page-title-wrapper .actions-toolbar .actions a.action {
  background-color: transparent;
  float: left;
  border: 0;
  padding: 0;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transition: unset;
}

.account.sales-order-view .page-title-wrapper .actions-toolbar .actions a.action:hover {
  color: #284991;
  text-decoration: underline;
}

.account.sales-order-view ul.items.order-links {
  display: none;
}

.account.sales-order-view .order-details-items.ordered {
  padding: 0;
  border: 0;
  margin-top: 0;
}

.account.sales-order-view .table-wrapper .table-order-items thead > tr > th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  /* padding: 11px 15px !important; */
}

.account.sales-order-view .table-wrapper .table-order-items tbody > tr > td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  /* padding: 11px 15px !important; */
}

.account.sales-order-view .table-wrapper .table-order-items tbody > tr span.price-excluding-tax .cart-price .price {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}


.account.sales-order-view .table-wrapper .table-order-items tbody > tr > td .product-item-name {
  min-height: auto;
}

.account.sales-order-view .table-wrapper .table-order-items tbody > tr > td.col.name {
  padding: 20px 15px !important;
  padding-left: 0 !important;
}

.account.sales-order-view .table-wrapper .table-order-items tfoot tr td, .account.sales-order-view .table-wrapper .table-order-items tfoot tr th {
  padding: 8px 0 !important;
}

.account.sales-order-view .table-wrapper .table-order-items col.subtotal {
  padding-right: 0 !important;
  text-align: right;
}

.account.sales-order-view .table-wrapper .table-order-items col.subtotal span {
  text-align: right;
}

.account.sales-order-view .table-wrapper .table-order-items tfoot .mark {
  font-weight: 500 !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #212B36;
}

.account.sales-order-view .table-wrapper .table-order-items tfoot .amount {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.account.sales-order-view .table-wrapper .table-order-items tfoot .mark strong, .account.sales-order-view .table-wrapper .table-order-items tfoot .amount strong {
  font-weight: 500;
}

.account.sales-order-view .order-details-items .actions-toolbar {
  border-top: 1px solid #C7CAD1;
  text-align: right;
}

.account.sales-order-view .order-details-items .actions-toolbar a.action.back {
  margin-top: 24px;
  background: #284991;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  border: 0;
  box-shadow: none !important;
  padding: 8px 15px;
}

.account.sales-order-view .order-details-items .actions-toolbar a.action.back:hover {
  background: #212B81;
  text-decoration: none;
  text-decoration: initial;
}

.account.sales-order-view .order-details-items .name .wk-block-font-bold-up, .account.sales-order-view .order-details-items .name .wk-block-title-css a {
  font-weight: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .account.sales-order-view .table-wrapper .table-order-items .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .account.sales-order-view .page-title-wrapper .order-actions-toolbar {
    flex-basis: 100%;
    margin-top: 12px;
  }
  .account.sales-order-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .account.sales-order-view .page-title-wrapper .actions-toolbar .actions .action.print {
    display: inline-block;
  }
  .account.sales-order-view .main .table-wrapper .table-order-items tbody > tr > td.col.name  {
    padding: 12px 0 12px 0 !important;
  }
  .account.sales-order-view .table-wrapper .table-order-items tbody > tr > td, .account.sales-order-view .table-wrapper .table-order-items tbody > tr > td.col.name {
    padding: 8px 0 8px 0 !important;
  }
  .account.sales-order-view .table-wrapper .table-order-items .col.subtotal {
    text-align: left;
  }
}

.sales-order-history .table-order-items {
  margin-top: 0;
}

.sales-order-history .page-title-wrapper {
  margin-bottom: 0;
}

.sales-order-history .table-order-items > thead > tr > th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
  border: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.sales-order-history .table-order-items > tbody > tr > td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  padding-left: 12px;
  padding-right: 12px;
}

.sales-order-history .table-order-items .col.actions .action:after {
  border-color: #C7CAD1;
}

@media screen and (max-width: 767px) {
  .sales-order-history .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td, .sales-order-history .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
    padding-left: 0 !important;
  }
  .sales-order-history .table-order-items .col.actions .action:not(:first-child) {
    margin-left: 4px;
    padding-left: 8px;
    line-height: 12px;
    border-left: 1px solid #C7CAD1;
  }
}

.catalog-category-view .main .products .auction-guidelines {
  left: 380px;
  top: -50px;
}

.catalog-category-view .main .products .auction-guidelines a {
  background: #FFFFFF;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #212B36;
}

.catalog-category-view .main .products .auction-guidelines a:hover {
  background: #284991;
  color: #fff;
  text-decoration: none;
  text-decoration: initial;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.catalog-category-view .main .toolbar .modes {
    margin-right: 4px;
  }
  body.catalog-category-view .main .toolbar .modes {
    margin-left: 0;
  }
  body.catalog-category-view .main .toolbar .field.limiter {
    margin-left: 0;
  }
  body.catalog-category-view .main .toolbar .field.limiter label.label, body.catalog-category-view .main .toolbar .field.limiter span.limiter-text {
    display: none;
  }
  .catalog-category-view .main .products .auction-guidelines a {
    font-size: 12px;
    line-height: 16px;
    padding: 11px 8px;
  }
  .catalog-category-view .main .products .auction-guidelines {
    left: 183px;
  }
  body.catalog-category-view .main select#sorter {
    width: 128px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-category-view .main .products .auction-guidelines {
    position: unset;
    position: initial;
    padding: 0;
    background: #fff;
    margin-bottom: 8px;
  }
  .page-with-filter .sidebar .active .filter-content .filter-current ol.items {
    padding: 0 12px;
  }
  .page-with-filter .sidebar .active .filter-current {
    padding: 4px 0;

  }
  .page-with-filter .sidebar .active .filter-content .filter-current ol.items li.item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 95%;
  }
  .page-with-filter .sidebar .active .filter-content .filter-current ol.items li.item .action.remove {
    right: 0;
      top: 4px;
  }
  .page-with-filter .sidebar .active .filter-content .filter-current ol li.item:last-child {
    padding-bottom: 8px;
   }
}

@media screen and (min-width: 768px) {
  .page-with-filter .sidebar .filter-content .filter-current strong.block-subtitle.filter-current-subtitle {
    padding-left: 0;
  }
  .page-with-filter .sidebar .filter-content .filter-current ol.items li.item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 95%;
  }
  .page-with-filter .sidebar .filter-content .filter-current ol.items li.item .action.remove {
    right: 0;
      top: 4px;
  }
  .page-with-filter .sidebar .filter-content .block-actions.filter-actions {
    padding-right: 12px;
  }
  .catalog-category-view .main .products.products-grid {
    margin: 10px 0 4px 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-with-filter .sidebar .filter-content .filter-current ol.items li.item span.filter-label, .page-with-filter .sidebar .filter-content .filter-current ol.items li.item .filter-value {
    width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .catalog-product_compare-index .page-main .page-title-wrapper .page-title {
    margin-top: 24px;
  } 
  .catalog-product_compare-index .page-main .table-comparison .product.info .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog-product_compare-index .page-main .table-comparison .product.info .price-box {
    margin: 8px 0;
      min-height: 42px;
  }
  .catalog-product_compare-index .page-main .product-item-actions {
    display: flex;
    align-items: center;
  }
  .catalog-product_compare-index .page-main .table-comparison .actions-primary {
    width: 75%;
  }
}

/* .category-request-product.catalog-product-view .product-info-main .fieldset > .field.qty {
  display: none !important;
} */

/*Compare Page Design Starts*/

.catalog-product_compare-index .page-main .page-title-wrapper .page-title {
  font-family: 'Lora', serif;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  text-transform: capitalize; 
  margin-bottom: 48px;
}

.catalog-product_compare-index .page-main .column.main a.action.print.hidden-print {
  display: none;
}

.catalog-product_compare-index .page-main th.cell.label span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.catalog-product_compare-index .page-main td.cell {
  font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
    font-weight: normal;
}

.catalog-product_compare-index .page-main .product.info .product-item-actions .actions-primary .action.tocart.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.catalog-product_compare-index .page-main .product.info .product-item-actions .actions-primary .action.tocart.primary:hover {
  background: #212B81;
}

.catalog-product_compare-index .page-main .product.info .product-item-actions .actions-primary .action.tocart.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.catalog-product_compare-index .page-main .product.info .product-item-actions a.action.towishlist {
  border: 0;
}

.catalog-product_compare-index .page-main .product.info .product-item-actions a.action.towishlist:hover {
  border: 0;
}

.catalog-product_compare-index .page-main .table-comparison .product.info .product-item-name {
  min-height: auto;
}

.catalog-product_compare-index .page-main .table-comparison .product.info .product-item-name a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.catalog-product_compare-index .page-main .table-comparison .product.info .price-box span.price {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  font-family: 'Inter';
}

.catalog-product_compare-index .page-main .table-comparison .product.info .price-box .old-price span.price {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration-line: line-through;
  color: #637381 !important;
  /* font-weight: bold; */
  font-weight: 500 !important;
  font-family: 'Inter';
}

.catalog-product_compare-index .page-main .table-comparison .product.info .price-box .special-price span.price {
  /* font-weight: bold; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #F94C43;
  margin-bottom: 4px;
  font-family: 'Inter';
}

@media screen and (max-width: 767px) {
  .catalog-product_compare-index .page-main .page-title-wrapper .page-title {
    margin-top: 24px;
  }
  .catalog-product_compare-index .page-main .product-item-actions {
    display: flex;
    align-items: center;
  }
  .catalog-product_compare-index .page-main .table-comparison .product.info .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog-product_compare-index .page-main .table-comparison .product.info .price-box {
    margin: 8px 0;
      min-height: 42px;
  }
  .catalog-product_compare-index .page-main .table-comparison .actions-primary {
    width: 75%;
  }
  .contact-index-index #contact-form {
    margin-top: 36px;
  }
}

/*Compare Page Design Ends*/

@media screen and (max-width: 400px) {
  .cms-index-index .banner-slider-wrapper .slider-section h2 a {
      width: 50%;
      text-align: right;
  }
}

@media screen and (max-width: 1024px) {
  header.page-header .navigation li.level0 .level0.submenu.opened .row ul.subchildmenu {
    display: block !important;
  }
  /* header.page-header .navigation .submenu:not(:first-child) {
    overflow-x: visible;
  } */
  body.catalog-product-view .main #form-biddings-amount .input-box #bidding_amount {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 767px) {
  body.checkout-index-index .modal-popup.modal-slide .modal-footer button.action.primary.action-save-address {
    width: 100%;
  }
  body.checkout-index-index .modal-popup.modal-slide .modal-footer button.action.secondary.action-hide-popup {
    margin-left: 0;
    margin-top: 4px;
  }
}

.page-header .minicart-items .product-item-details span.minicart-price span.price {
  text-decoration: initial;
  text-decoration-line: initial !important;
}

.amblog-index-index .page-wrapper .breadcrumbs li, .amblog-index-post .page-wrapper .breadcrumbs li {
  line-height: normal;
}

.amblog-index-index .page-title-wrapper .page-title, .amblog-index-post .page-title-wrapper .page-title {
  font-family: 'Lora', serif;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  text-transform: capitalize; 
  margin-bottom: 24px;
}

.amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #212B36;
}

.amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-shot {
  font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
}

.amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer .amblog-more .amblog-read {
  font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #284991;
    font-family: "Inter";
    text-transform: uppercase;
    background: transparent;
}

.amblog-index-index .amblog-container-list .amblog-post-container .amblog-footer .amblog-more .amblog-read:hover {
  text-decoration: underline;
}

.amblog-index-index .sidebar .amblog-element-block .amblog-title, .amblog-index-post .sidebar .amblog-element-block .amblog-title {
  font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
}

.amblog-index-index .sidebar .amblog-element-block .amblog-categories .amblog-link, .amblog-index-post .sidebar .amblog-element-block .amblog-categories .amblog-link {
  font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #284991;
    font-family: "Inter";
    text-transform: uppercase;
}

.amblog-index-index .sidebar .amblog-element-block .amblog-categories .amblog-link:hover, .amblog-index-post .sidebar .amblog-element-block .amblog-categories .amblog-link:hover {
  font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #284991;
    font-family: "Inter";
    text-transform: uppercase;
}

.amblog-index-index .sidebar .amblog-form-search .amblog-input, .amblog-index-post .sidebar .amblog-form-search .amblog-input {
  background-image: url("../../frontend/Smartwave/porto/en_US/images/search_icon.svg");
    background-position-y: 6px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 8px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px !important;
    padding-left: 40px;
    background-color: #fff;
    padding: 9px 10px 12px 36px;
}

.amblog-index-index .sidebar .amblog-form-search .amblog-field:before, .amblog-index-post .sidebar .amblog-form-search .amblog-field:before {
  display: none;
}

.amblog-index-index .sidebar .amblog-form-search button.amblog-btn, .amblog-index-post .sidebar .amblog-form-search button.amblog-btn {
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.amblog-index-index .sidebar .amblog-form-search button.amblog-btn:hover, .amblog-index-post .sidebar .amblog-form-search button.amblog-btn:hover {
  background: #212B81;
}

.amblog-index-index .sidebar .tag-list .tag, .amblog-index-post .sidebar .tag-list .tag {
  background: #FFFFFF;
  border: 1px solid #637381;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #212B36;
}

.amblog-index-index .sidebar .tag-list .tag:hover, .amblog-index-post .sidebar .tag-list .tag:hover {
  background: #284991;
  color: #FFFFFF;
}

.amblog-index-index .amblog-swipe.-right, .amblog-index-post .amblog-swipe.-right {
  background: url("../../frontend/Smartwave/porto/en_US/images/blogg.svg");
}

@media screen and (max-width: 767px) {
  .amblog-index-index .page-title-wrapper .page-title, .amblog-index-post .page-title-wrapper .page-title {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .amblog-index-index .amblog-swipe.-right, .amblog-index-post .amblog-swipe.-right {
    top: 136px;
  }
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-title {
  font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
    padding: 16px;
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-grid-list {
  padding: 16px;
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-grid-list .slick-list {
  margin: 0;
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-grid-list .slick-slide {
  margin: 0;
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-grid-list .slick-slide .amblog-item {
  padding: 0;
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  display: none;
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-grid-list .slick-slide .amblog-item .amblog-title {
  padding: 0;
}

.amblog-index-post .amblog-element-block .amblog-related-wrapper .amblog-grid-list .slick-slide .amblog-read {
  background: transparent;
  font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #284991;
    font-family: "Inter";
    text-transform: uppercase;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .requestquote-success-index .checkout-successee {
    margin-top: 36px;
  }
}

.requestquote-success-index .checkout-successee {
  margin-top: 8px;
}

.requestquote-success-index .checkout-successee .actions-toolbar .primary .action.primary.continue {
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
  margin-top: 8px;
} 

.requestquote-success-index .checkout-successee .actions-toolbar .primary .action.primary.continue:hover {
  background: #212B81;
}

.mpauction-account-auctionlist .fieldset.info.wk-mp-fieldset, .mpauction-account-auctionlist .fieldset.info.wk-mp-fieldset .grid .table-wrapper {
  overflow: hidden;
}

body.catalog-category-view .auction-wishlist button.action.primary.added-to-fav-auction, body.catalog-category-view .auction-wishlist .add-to-fav-auction {
  width: 100% !important;
    background: #284991 !important;
    border-radius: 4px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
}

body.catalog-category-view .auction-wishlist button.action.primary.added-to-fav-auction:hover, body.catalog-category-view .auction-wishlist .add-to-fav-auction:hover {
  background: #212B81 !important;
}

body.catalog-category-view .auction-wishlist button.action.primary.added-to-fav-auction span, body.catalog-category-view .auction-wishlist .add-to-fav-auction span {
  font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
}

body.catalog-category-view .auction-wishlist button.action.primary.added-to-fav-auction:before, body.catalog-category-view .auction-wishlist .add-to-fav-auction:before {
  display: none !important;
}

body.catalog-category-view .grid.products-grid .auction-wishlist {
  position: unset !important;
  text-align: left !important;
}

body.catalog-category-view .grid.products-grid .item .product-item-info .product-item-details .product-item-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 768px) {
  body.catalog-category-view .grid.products-grid .auction-wishlist {
    width: 100%;
    margin-top: 8px;
  }
  body.catalog-category-view .products-list .product-item-details, body.catalogsearch-result-index .products-list .product-item-details {
    align-items: center;
  }
  body.catalog-category-view .products-list a.action.primary.auto-bid-show, body.catalogsearch-result-index .products-list a.action.primary.auto-bid-show {
    width: 100% !important;
    padding: 0 16px;
  }
  body.catalog-category-view .products-list .info p {
    margin-bottom: 0;
  }
  body.catalog-category-view .grid.products-grid a.action.primary.auto-bid-show, body.catalogsearch-result-index .grid.products-grid a.action.primary.auto-bid-show {
    width: 100%;
  }
}

.catalog-category-view .auction-wishlist button.action.primary.added-to-fav-auction {
  padding: 5px 8px;
}

@media screen and (max-width: 767px) {
  body.catalog-category-view .products.wrapper.list.products-list .auction-wishlist {
    position: unset;
    margin-bottom: 8px;
    width: auto;
  }
  body.catalog-category-view .products-grid .auction-wishlist { 
    width: 100% !important;
  }
  body.catalog-category-view .products-grid .auction-wishlist button.action.primary.add-to-fav-auction {
    width: 100% !important;
  }
  body.catalog-category-view .products.wrapper.grid.products-grid .pro_qty {
    min-height: auto;
  }
  body.catalog-category-view .main .products-grid.columns4 .product-item, body.catalogsearch-result-index .main .products-grid.columns4 .product-item {
    max-height: unset;
      min-height: auto;
      width: 100%;
      padding: 0;
  }
  body.catalog-category-view .main .products-grid .requested-product, body.catalogsearch-result-index .main .products-grid .requested-product {
    margin-top: 4px;
      margin-bottom: 8px;
  }
  body.catalog-category-view .main a.action.primary.auto-bid-show, body.catalogsearch-result-index .main a.action.primary.auto-bid-show {
    width: 100%;
    margin-bottom: 8px;
  }
  body.catalog-category-view .products-list a.action.primary.auto-bid-show, body.catalogsearch-result-index .products-list a.action.primary.auto-bid-show {
    width: 100% !important;
    padding: 0 16px;
  }
  body.catalog-category-view .grid.products-grid .item .product-item-info .product-item-details .product-item-actions {
    justify-content: start;
    flex-direction: row;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist, body.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    position: unset;
    position: initial;
    padding: 0;
    margin-left:8px;
    order: 2;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare, body.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
    position: unset;
    order: 3;
    position: initial;  
    margin-left:8px;
  }
  body.catalog-category-view .products-grid .product-item-details .product-item-actions button.mpquotesystem_cat_add.action.tocart.primary,  body.catalogsearch-result-index .products-grid .product-item-details .product-item-actions button.mpquotesystem_cat_add.action.tocart.primary {
      margin-left: 4px;
  }
  body.catalog-category-view .products-grid .auction-wishlist button.action.primary.added-to-fav-auction, body.catalogsearch-result-index .products-grid .auction-wishlist .add-to-fav-auction, body.catalog-category-view .products-grid .auction-wishlist button.action.primary.add-to-fav-auction, body.catalogsearch-result-index .products-grid .auction-wishlist button.action.primary.add-to-fav-auction {
    margin-left: 4px;
  }
  body.catalog-category-view .products-grid .product-item-details .product-item-actions .tocart {
    font-size: 14px;
  }
  body.catalog-category-view .products-list .auction-wishlist button.action.primary.added-to-fav-auction, body.catalogsearch-result-index .products-list .auction-wishlist .add-to-fav-auction {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1024px) {
  body.catalog-category-view .product-item-details .requested-product, body.catalogsearch-result-index .product-item-details .requested-product {
    margin-top: 2px;
    margin-bottom: 4px; 
  }
  header.page-header .sections .navigation li.level0.only-mobile:not(:first-child) a:hover {
    color: #284991 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.catalog-category-view .column.main .products-grid .product-item-inner, body.catalogsearch-result-index .column.main .products-grid .product-item-inner {
    margin-top: 5px;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist{
    right: 0;
      left: -12px;
      top: -15px;
      margin: 0;
  }
  body.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
      position: absolute;
      right: 0;
      left: 35px;
      top: -15px;
      margin: 0;
  }
  body.catalog-category-view .products.wrapper~.categry-description, body.catalogsearch-result-index .products.wrapper~.categry-description {
    margin-top: 24px;
  }
  body.catalog-category-view .main .products-grid.columns4 .product-item, body.catalogsearch-result-index .main .products-grid.columns4 .product-item {
    min-height: 400px;
  }
  body.catalog-category-view .main .products-grid .product-item-details .product-item-actions .tocart, body.catalogsearch-result-index .main .products-grid .product-item-details .product-item-actions .tocart {
    margin-top: 2px;
  }
  body.catalog-category-view .main .products-grid .product-item-details .product-item-actions button.mpquotesystem_cat_add.action.tocart.primary, body.catalogsearch-result-index .main .products-grid .product-item-details .product-item-actions button.mpquotesystem_cat_add.action.tocart.primary {
    margin-top: 4px;
  }
}

body.catalog-category-view .main .product-item .action, body.catalogsearch-result-index .main .product-item .action {
  text-transform: uppercase !important;
}

.customer-account-login .fieldset.login .field.choice {
  display: none;
}

.customer-account-login  button#send2:hover {
  background: #212b81;
}

.checkout-cart-index .modal-content .block-content ul {
  padding-left: 0;
}

.checkout-cart-index .modal-content button#send2 {
  text-transform: uppercase;
}

.cms-index-index .page.messages .messages .message {
  margin-top: 8px;
}

.marketplace-seller-profile .page-main {
  margin-top: 8px;
}

.marketplace-seller-profile .page-main .wk-mp-profile-block.wk-mp-products-recently-added h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora';
  text-transform: capitalize;
}

.marketplace-seller-profile .page-main .wk-mp-collection-header-box .wk-mp-collection-seller-title a {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora';
}

.marketplace-seller-profile .page-main .wk-mp-seller-profile-box a, .marketplace-seller-profile .page-main .wk-mp-collection-header-right.wk-mp-collection-count-wrapper .wk-mp-collection-count-txt a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #284991;
}

.marketplace-seller-profile .page-main .wk-mp-collection-header-right.wk-mp-collection-count-wrapper .wk-mp-collection-header-bottom-txt  {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  margin-top: -4px;
}

.marketplace-seller-profile .wk-mp-collection-product-count-container {
  border: 0 !important;
  /* border-bottom: 1px solid #ccc !important; */
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid {
  margin: 0 -12px;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid ol.products {
  margin: 0;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item {
  width: calc(100% / 4);
  padding: 0 12px;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details {
  padding-bottom: 24px;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details .product-item-name {
  min-height: auto;
  margin-bottom: 16px;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner:hover {
  text-decoration: none;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary:before {
  display: none;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  max-width: 184px;
  background: #fff;
  border-radius: 4px;
  padding: 0 24px;
  border: 1px solid #637381;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary:hover {
  background: #284991;
  border: 0;
  color: #fff;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary:hover span {
  color: #fff;  
}

.marketplace-seller-profile .page-main .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background: #fff;
}

.marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-profile .page-main .wk-mp-profile-block {
  margin-bottom: 24px;
  padding-top: 0;
}

.marketplace-seller-profile .page-main .wk-mp-profile-block.wk-mp-products-recently-added .wk-mp-collection-view-btn {
  padding: 0;
  margin: 12px 0 0 0;
}

.marketplace-seller-profile .page-main .wk-mp-profile-block.wk-mp-products-recently-added .wk-mp-collection-view-btn a {
  height: 40px;
  display: inline-flex;
    justify-content: center;
    align-items: center;
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-profile .page-main .wk-mp-profile-block.wk-mp-products-recently-added .wk-mp-collection-view-btn a:hover {
  background: #212B81;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-profile-block .wk-mp-aboutus-title {
  font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #212B36;
    font-family: 'Lora';
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    width: 15%;
    border-right: 0;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-aboutus-data {
  padding: 2px 8px 2px 16px;
  border-left: 1px solid #ccc;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  width: 85%;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-collection-view-btn a {
  height: 40px;
  display: inline-flex;
    justify-content: center;
    align-items: center;
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-collection-view-btn a:hover {
  background: #212B81;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left {
  background-color: #F3F7FA;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left .wk-mp-collection-view-btn a {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 0 24px;
  border: 1px solid #637381;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left .wk-mp-collection-view-btn a:hover {
  background: #284991;
  border: 0;
  color: #fff;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-avg-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-icon:before {
  color: #7FC347;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-avg-count {
  font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
  line-height: 44px;
    color: #212B36;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-individual .wk-mp-rating-icon {
  font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.15px;
    color: #212B36;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-individual .wk-mp-rating-individual-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-top: 8px;
  color: #212B36;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-individual-right .wk-mp-rating-individual-right-txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .marketplace-seller-profile .page-main .wk-mp-collection-header-box .wk-mp-collection-seller-title-container .wk-mp-collection-seller-title {
    padding: 0 50px 0 64px;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper {
    width: auto;
    margin-top: 0;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-product-count-container {
    border-bottom: 0 !important;
  }
  .wk-mp-collection-container {
    padding-top: 0;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details .product-item-name {
    min-height: 40px;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details .product-item-name .product-item-link {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left {
    width: 35%;
    padding: 8px;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right {
    width: 65%;
    padding: 0px 8px 8px 20px;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left .wk-mp-collection-view-btn a {
    padding: 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .page-header .header.content {
    height: auto;
  }
  .page-header .header.content .custom-block {
    display: inline-block;
    transform: translateY(0);
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper .wk-mp-seller-profile-wrapper {
    margin-top: 15%;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper .wk-mp-collection-count-wrapper {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .wk-mp-collection-header-box .wk-mp-collection-seller-title-container .wk-mp-collection-seller-title {
    padding: 0;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper .wk-mp-collection-count-wrapper .wk-mp-collection-count-txt {
    font-size: inherit;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-collection-container {
      width: calc(100% - 1px);
    margin: 0 !important;
    padding: 0 12px;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item {
    width: calc(100% / 2);
  }
  .marketplace-seller-profile .page-main .wk_mp_design .block-account {
    position: unset;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details {
    padding-left: 0;
    padding-right: 0;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner  {
    width: 100%;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-inner .product-item-actions button.action.tocart.primary {
    padding: 0;
    max-width: 100%;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-profile-block .wk-mp-aboutus-title {
    width: 100%;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-aboutus-data {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-product-count-container {
    margin-left: 0;
    padding-left: 8px;
      padding-right: 8px;
    margin-bottom: 0;
    width: auto;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-product-right {
    width: 20%;
    float: initial;
    float: none;
      padding-left: 8px;
      padding-right: 8px;
      display: inline-block;
      text-align: center;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-rating-count-container {
    padding: 5px 0;
    width: 100%;
    margin-bottom: 0;
  }
  .marketplace-seller-profile .page-main .wk-mp-collection-header-box {
    width: 100%;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details .product-item-name {
    min-height: 40px;
  }
  .marketplace-seller-profile .page-main .wk_mp_design .page-products.page-with-filter.fieldset.wk-mp-fieldset .products-grid .products .item .product-item-info .product-item-details .product-item-name .product-item-link {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.marketplace-seller-feedback .page-main {
  margin-top: 8px;
}

.marketplace-seller-feedback .page-main .wk-mp-profile-block.wk-mp-products-recently-added h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora';
  text-transform: capitalize;
}

.marketplace-seller-feedback .page-main .wk-mp-collection-header-box .wk-mp-collection-seller-title a {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora';
}

.marketplace-seller-feedback .page-main .wk-mp-seller-profile-box a, .marketplace-seller-feedback .page-main .wk-mp-collection-header-right.wk-mp-collection-count-wrapper .wk-mp-collection-count-txt a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #284991;
}

.marketplace-seller-feedback .page-main .wk-mp-collection-header-right.wk-mp-collection-count-wrapper .wk-mp-collection-header-bottom-txt  {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  margin-top: -4px;
}

.marketplace-seller-feedback .wk-mp-collection-product-count-container, .marketplace-seller-feedback .wk-mp-collection-rating-count-container {
  border: 0 !important;
  /* border-bottom: 1px solid #ccc !important; */
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-collection-view-btn a {
  height: 40px;
  display: inline-flex;
    justify-content: center;
    align-items: center;
  background: #284991;
  border-radius: 4px;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-collection-view-btn a:hover {
  background: #212B81;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left {
  background-color: #F3F7FA;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left .wk-mp-collection-view-btn a {
  height: 40px;
  display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 0 24px;
  border: 1px solid #637381;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left .wk-mp-collection-view-btn a:hover {
  background: #284991;
  border: 0;
  color: #fff;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-avg-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-icon:before {
  color: #7FC347;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-avg-count {
  font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
  line-height: 44px;
    color: #212B36;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-individual .wk-mp-rating-icon {
  font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.15px;
    color: #212B36;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-individual .wk-mp-rating-individual-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-top: 8px;
  color: #212B36;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-individual-right .wk-mp-rating-individual-right-txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.marketplace-seller-feedback .page-main .wk_mp_design .box-reviews .form-add .button-large .button-large {
  height: 40px;
  display: inline-flex;
    justify-content: center;
    align-items: center;
  background: #284991;
  border-radius: 4px;
  border: 0;
}

.marketplace-seller-feedback .page-main .wk_mp_design .box-reviews .form-add .button-large .button-large:hover {
  background: #212B81;
}

.marketplace-seller-feedback .page-main .wk_mp_design .box-reviews .form-add a:hover {
  text-decoration: none;
}

.marketplace-seller-feedback .page-main .wk_mp_design .box-reviews .form-add .button-large .button-large span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
  padding: 0 8px;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header {
  display: flex;
  align-items: center;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar {
  padding-top: 0;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper .wk-search .button {
    background: #284991 !important;
    border-radius: 4px;
    padding: 0px 8px !important;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    opacity: 1;
    right: 0;
    cursor: pointer;
    pointer-events: all;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper .wk-search .button:hover {
  background-color: #212B81 !important;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper .wk-search .button span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper .wk-search input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper .wk-search input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 40px;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper .wk-search input::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper .wk-search input {
  background-image: url("../../frontend/Smartwave/porto/en_US/images/search_icon.svg");
  background-position-y: 6px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 8px;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .limiter-label {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header select {
  border: 1px solid #CCCCCC;
  margin-left: 8px;
  border-radius: 4px;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header select:not([disabled]):focus {
  box-shadow: none;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul {
  padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin: 0 -12px;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li {
    width: calc(100% / 4);
    padding: 0 12px;
    margin: 0 0 16px 0;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap .wk-sellerlist-divide2 div a strong {
  font-style: normal;
  margin-bottom: 4px;
  display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #212B36;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap button.button {
  height: auto;
  display: flex;
    justify-content: center;
    align-items: center;
  width: auto;
  background: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  border: 1px solid #637381;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap button.button:hover {
  background: #284991;
  border: 0;
  color: #fff;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap button.button:hover span {
  color: #fff;  
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap button.button span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #212B36;
  text-transform: uppercase;
  font-family: 'Inter';
}

.marketplace-seller-sellerlist .page-main .wk-mp-design a:hover {
  text-decoration: none;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design .wk-marketplace-label {
  padding-top: 16px;
  margin-bottom: 16px;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design button.button.wk-mp-landing-button {
    background: #284991 !important;
    border-radius: 4px;
    padding: 0px 12px !important;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    margin: 0 auto;
}


.marketplace-seller-sellerlist .page-main .wk-mp-design button.button.wk-mp-landing-button:hover {
  background-color: #212B81 !important;
}

.marketplace-seller-sellerlist .page-main .wk-mp-design button.button.wk-mp-landing-button span, .marketplace-seller-sellerlist .page-main .wk-mp-design button.button.wk-mp-landing-button span strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .marketplace-seller-sellerlist .page-main {
    margin-top: 24px;
  }
  .wk-mp-collection-container,.wk-mp-collection-header-box {
      width: 96%;
      margin: 0 2%;
  }
  .wk-mp-collection-header-right-wrapper{width: auto;}
  .marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li {
    width: calc(100% / 3);
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .wk-srach-wrapper {
    width: 45%;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .toolbarsection {
    width: 45%;
    display: inline-flex;
    justify-content: flex-end;
    margin-left: auto;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header select {
    margin-left: 0;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .limiter-label {
    display: block;
      text-align: left;
      margin-bottom: 4px;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar.toolbar.bottom {
    margin-right: auto;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar.toolbar.bottom.sortby {
    margin-right: 0;
  }
  .marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left {
    width: 35%;
    padding: 8px;
  }
  .marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right {
    width: 65%;
    padding: 0px 8px 8px 20px;
  }
  .marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-left .wk-mp-collection-view-btn a {
    padding: 0 4px;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-header-box .wk-mp-collection-seller-title-container .wk-mp-collection-seller-title {
    padding: 0 50px 0 64px;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper {
    width: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .marketplace-seller-sellerlist .page-main {
    margin-top: 24px;
  }
  .marketplace-seller-collection  .products-list .product-item-photo{
    width: 24%;
      display: block;
      float: left;
      height: auto;
      max-width: 216px;
  }
  .wk-mp-collection-container{
    width: 96%;
      margin: 0 2%;
  }
  .marketplace-seller-collection.filter-title strong:before{
    color: #fff;
  }
  .marketplace-seller-collection .product-item-name{
    font-family: Inter;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.25px;
      color: #212B36;
      width: 100%;
      order: 1;
      margin-top: 0;
  }
  .marketplace-seller-collection .wk-mp-collection-container{
    width: 94%;
      margin: 0 3%;
  }
  .marketplace-seller-collection  .wk-mp-seller-profile-wrapper{display: none;}
  .marketplace-seller-collection .wk-mp-collection-header-right{border: 0;}
  .marketplace-seller-collection .wk-mp-collection-header-right{    margin-top: 20%;}
  .marketplace-seller-collection .price-box{width: 100%;}
  .marketplace-seller-collection .p_type , .marketplace-seller-collection.price-box,.marketplace-seller-collection .wk-mp-collection-header-box{
      width: 100%;
  }
  .marketplace-seller-collection .products-list .product-item-details .actions-primary{
        margin-right: 12px;
  }
  .marketplace-seller-collection .product-item-description{margin-bottom: 0;}
  .products.wrapper.list .product-reviews-summary{margin: 0;width: 100%;}
  .marketplace-seller-collection .filter.active .filter-options{    padding: 0 12px !important;}
  .marketplace-seller-collection .filter.active .filter-title{
    background-color: #284991 !important;
  }
  .marketplace-seller-collection  .block-title.filter-title strong{
    background: #284991 !important;
      border: none !important;
  }
  .marketplace-seller-collection  .products-list .product-item-details{
    position: relative;
    display: flex;
      width: 76%;
      padding: 0 0 0px 24px;
      float: left;
      flex-wrap: wrap;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li {
    width: 100%;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap {
    padding: 10px;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header {
    flex-direction: column;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar {
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar .pager {
    width: 100%;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .limiter-label {
    min-height: 15%;
    display: inline-block;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header select {
    margin-left: auto;
    width: calc(100% - 17%);
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar.toolbar.bottom.sortby:before {
    display: none;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar.toolbar.bottom.sortby {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .listing-header .order-products-toolbar .pager .limiter {
    display: flex;
    align-items: center;
    justify-content: space-between;
      padding-bottom: 16px;
      padding-top: 8px;
  }
  .marketplace-seller-sellerlist .page-main .wk-mp-design .wk-mp-sellerlist-container ul li .wk-mp-sellerlist-wrap .wk-sellerlist-divide2 div a strong {
    word-break: break-all;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper .wk-mp-seller-profile-wrapper {
    margin-top: 15%;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper .wk-mp-collection-count-wrapper {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-header-box {
    width: 100%;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-header-box .wk-mp-collection-seller-title-container .wk-mp-collection-seller-title {
    padding: 0;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-header-box .wk-mp-collection-header-right-wrapper .wk-mp-collection-count-wrapper .wk-mp-collection-count-txt {
    font-size: inherit;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-product-count-container {
    margin-left: 0;
    padding-left: 8px;
      padding-right: 8px;
    margin-bottom: 0;
    width: auto;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-product-right {
    width: 20%;
    float: initial;
    float: none;
      padding-left: 8px;
      padding-right: 8px;
      display: inline-block;
      text-align: center;
  }
  .marketplace-seller-feedback .page-main .wk-mp-collection-rating-count-container {
    padding: 5px 0;
    width: 100%;
    margin-bottom: 0;
  }
  .marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-collection-container {
      width: calc(100% - 1px);
    margin: 0 !important;
    padding: 0 12px;
  }
}

.marketplace-seller-feedback .limiter {
  margin-top: 8px;
}

.marketplace-seller-feedback .limiter .limiter-label {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.marketplace-seller-feedback .limiter select {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.marketplace-seller-feedback .limiter select:not([disabled]):focus {
  box-shadow: none;
}

.marketplace-seller-feedback .limiter .limiter-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-rating-row .wk-mp-rating-val-txt {
  font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212B36;
    text-transform: capitalize;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right span.wk-mp-float-right, .marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-rating-txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
}

.marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-rating-summary-container p {
  font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
    margin-top: 4px;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-rating-row .wk-mp-rating-val-txt {
  font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #212B36;
    text-transform: capitalize;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right span.wk-mp-float-right, .marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-rating-txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-right .wk-mp-rating-summary-container p {
  font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #212B36;
    margin-top: 4px;
}

.marketplace-seller-profile .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-review-row, .marketplace-seller-feedback .page-main .wk_mp_design .wk-mp-rating-block .wk-mp-rating-review-row {
    margin: 4px 0 8px 0;
}

/* Seller Review Form Starts */

.marketplace-seller-feedback .showreview h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora';
  text-transform: capitalize;
}

.marketplace-seller-feedback .showreview h3 strong {
  font-weight: normal;
}

.marketplace-seller-feedback .showreview .fieldset h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #212B36;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}

.marketplace-seller-feedback .showreview .fieldset .data-table tbody th {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212B36;
}

.marketplace-seller-feedback .showreview .fieldset table > thead > tr > th, .marketplace-seller-feedback .showreview .fieldset table > tbody > tr > th, .marketplace-seller-feedback .showreview .fieldset table > tfoot > tr > th, .marketplace-seller-feedback .showreview .fieldset table > thead > tr > td, .marketplace-seller-feedback .showreview .fieldset table > tbody > tr > td, .marketplace-seller-feedback .showreview .fieldset table > tfoot > tr > td {
  padding: 8px;
}

.marketplace-seller-feedback .showreview .fieldset .data-table thead th {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #284991;
    text-transform: capitalize;
    text-align: center;
}

.marketplace-seller-feedback .showreview .fieldset .data-table {
  margin-bottom: 20px;
}

.marketplace-seller-feedback .showreview .fieldset .field .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #212B36;
  display: block;
  margin-bottom: 8px;
}

.marketplace-seller-feedback .showreview .fieldset .control {
  padding: 0;
}

.marketplace-seller-feedback .showreview .fieldset .control input, .marketplace-seller-feedback .showreview .fieldset .control textarea {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}

.marketplace-seller-feedback .showreview .fieldset .buttons-set button.button {
    background: #284991 !important;
    border-radius: 4px;
    padding: 10px 16px !important;
    border: 0;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    height: auto;
}

.marketplace-seller-feedback .showreview .fieldset .buttons-set button.button:hover {
  background-color: #212B81 !important;
}

.marketplace-seller-feedback .showreview .fieldset .buttons-set button.button span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Inter';
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .marketplace-seller-feedback .showreview .fieldset input[type=radio] {
    width: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .marketplace-seller-feedback .showreview .fieldset input[type=radio] {
    width: 24px !important;
  }
}

/* Seller Review Form Ends */

.marketplace-seller-collection .page-main {
  margin-top: 0;
}
.wk-mp-collection-left .filter-options-title{
  padding: 0;
}
.wk-mp-collection-left .filter-options-title:after {
    right: 0;
    top: 0;
}
.wk-mp-collection-left .filter-options-content a:hover {
    background-color: transparent;
    text-decoration: none;
}
.marketplace-seller-collection .toolbar-products .toolbar-sorter.sorter {
    float: right;
}
.marketplace-seller-collection .toolbar-products .modes {
    float: left;
    margin-top: 0;
    margin-left: 0;
}
.marketplace-seller-collection .products-list .product-item-details strong.product.name.product-item-name {
    min-height: auto;
}
.marketplace-seller-collection .products-list .product-item-details .actions-primary {
    margin-right: 16px;
}
.marketplace-seller-collection .products-list a.action.towishlist {
    margin-right: 20px;
    border: 0;
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}
.marketplace-seller-collection .products-list a.action.tocompare{
  border: 0;
      width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}
.marketplace-seller-collection .products-list a.action.towishlist:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0;
    background: url(../../frontend/Smartwave/porto/en_US/images/Favorites.svg);
}
.marketplace-seller-collection .products-list a.action.tocompare:before{
  content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0;
    background: url(../../frontend/Smartwave/porto/en_US/images/Compare.svg);
}
button.action.tocart.primary {
    border-color: unset;
    background: #284991;
    border-radius: 4px;
    width: 136px;
    height: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    padding: 0;
}
button.action.tocart.primary:hover{
      background: #212B81;border: 0;
}
.marketplace-seller-collection .products.wrapper ~ .toolbar .limiter {
    display: none;
}
.marketplace-seller-collection .pages .item.pages-item-next a:before {
    border: none;
    padding: 0;
    margin: 0;
}
.marketplace-seller-collection .wk-mp-collection-header-box {
    border: 0;
}
.marketplace-seller-collection .pages .action {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #919EAB;
}
.marketplace-seller-collection .pages .item span{
  border: none;
    padding: 0;
    text-decoration: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #919EAB;
}
.marketplace-seller-collection .pages .item span{
  border: none;
    padding: 0;
    text-decoration: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.25px;
}
.marketplace-seller-collection .pages .item {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 0 8px;
}
.marketplace-seller-collection .pro_qty p,.marketplace-seller-collection .p_type a{
  font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.5px;
    color: #212B36;
    margin-bottom: 8px;
}
.marketplace-seller-collection .product-item .tocart:before {
  content: none;
}
.marketplace-seller-collection .toolbar-products .field.limiter {
    float: left;
    padding-left: 20px;
}
.filter-options-content ol.items {
    margin: 0;
}

.wk-mp-collection-left .filter-content .item {
    border: 0;
    text-align: left;
    padding: 0;
}
.wk-mp-collection-left .filter .block-subtitle{display: none;}
.marketplace-seller-collection .page-main .wk-mp-collection-header-box .wk-mp-collection-seller-title a {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212B36;
  font-family: 'Lora';
}

.marketplace-seller-collection .page-main .wk-mp-seller-profile-box a, .marketplace-seller-collection .page-main .wk-mp-collection-header-right.wk-mp-collection-count-wrapper .wk-mp-collection-count-txt a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #284991;
}

.marketplace-seller-collection .page-main .wk-mp-collection-header-right.wk-mp-collection-count-wrapper .wk-mp-collection-header-bottom-txt  {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  margin-top: -4px;
}

.marketplace-seller-collection .wk-mp-collection-product-count-container {
  border: 0 !important;
  /* border-bottom: 1px solid #ccc !important; */
}

/* QA Ends */



@media (max-width: 767px){

.catalog-product-view .modal-popup .modal-footer {
    margin-top: 0;
    border: 0;
}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .box-tocart .action.tocart ,
.catalog-product-view .product-info-main .actions button.wk_qs_quote_button.button.btn-cart.action.primary{
    width: 50%;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    width: 100%;
}

body.catalog-category-view .sidebar-additional, body.catalogsearch-result-index .sidebar-additional{    margin-bottom: 64px;}


}




header.page-header .sections .navigation li.level0>.level-top {
    font-size: 11px !important;
}




.pos-index-index {
  input[type=text],  input[type=password],  input[type=url],  input[type=tel],  input[type=search],  input[type=number],  input[type=datetime],  input[type=email] {
    height: auto;
  }
}.action.compare.no-display {
    display: none !important;
}
body > p {
    display: none;
}
.toolbar .modes > a {
    text-decoration: none;
}
.toolbar-amount {display: none;}
.clearer {
    clear:both;
}

.page-header.header-newskin .minicart-wrapper .action.showcart::before, .page-header.header-newskin .minicart-wrapper .action.showcart.active::before{background:url(../../frontend/Smartwave/porto/en_US/images/vectorstock.png) no-repeat;content: '' !important;width: 40px;height: 40px;display: inline-block;background-size: 40px 40px; }
.products-list .product-item-details .actions-primary { margin-left: 5px; }
.weltpixel-quickview a.action.primary:before, a.action.primary:active, a.action.primary{line-height: 1.2; height: 33px;}
.slider-with-side .side-area .item1:hover::before{opacity:0;}
 .slider-with-side .side-area .item1{padding:10px 50px;height:450px;width:100%;background:url("../../frontend/Smartwave/porto/en_US/images/electrical.png")no-repeat 0 0;background-size:cover;background-position: top center;} 
 /*.slider-with-side .side-area .item1:after{content:"";position:absolute;height:100%;width:100%;background:#274991;top:0;left:0;opacity:0.9;}*/
 .side-area .item1 h3{color:#fff;font-size:22px;position:relative;z-index:1;line-height:normal;padding-right:20px;}
 .side-area .item1 p { margin:0;font-size: 15px; color: #fff; position: relative; padding: 5px 0; z-index:1;} 
 .side-area .item1 p a{color:#fff;}
 /*.side-area .item1 p::before { position: absolute; content: "*"; top:9px; left: 0;font-size:22px;} */

.g-recaptcha{bottom: 80px;   position: fixed;    right: 0px;}
.g-recaptcha .grecaptcha-badge{position: absolute!important;  }
.custom-support .slider-section .live-sites-block .item {
    padding: 0 20px;
    width: 20%;
}



 @media(max-width:767px){
 .item iframe, .item img{width:100% !important;height:300px !important;} 
 .slider-with-side .side-area{padding:15px 0;} 
 .custom-support .slider-section .live-sites-block .item {width: 50%; margin-bottom: 15px; float: left;}
 body .custom-support .slider-section .live-sites-block .shop-now{float: none;}
 .custom-support .slider-section .live-sites-block .item img{height: 100% !important;}
 body .feature-product .latest-products{display: inline-block;}
 body .feature-price.feature-special { display: block;float: none !important;padding-left: 0 !important; text-align: center;}
}


@media (min-width: 1200px) {
    .col-lg-2-4 {
        width: 20%;
    }
    .col-lg-9-6 {
        width: 80%;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
	
}
@media (min-width: 768px) {
    .layout-1280 .navigation, .layout-1280 .page-wrapper > .breadcrumbs .items, .layout-1280 .page-header .header.panel, .layout-1280 .header.content, .layout-1280 .footer.content, .layout-1280 .page-wrapper > .widget, .layout-1280 .page-wrapper > .page-bottom, .layout-1280 .block.category.event, .layout-1280 .top-container, .layout-1280 .page-main {
        max-width: 1280px;
    }
    .layout-1280 .container {
        width: 1280px;
        max-width: 100%;
    }
    .page-header.type12 .header.panel .top-panel .customer-menu .links > li:first-child > a {
        padding-left: 15px;
    }
}
.swatch-input {display: none;}
.btn-default {
    color: #fff;
    font-weight: 400;
    background-image: none;
    background-color: #08c;
    text-shadow: none;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.prev-next-products {
    float: right;
    margin-right: -12px;
}
.homepage-bar {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb;
}
.homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 21px;
}
.homepage-bar .col-md-4:first-child {
    border-left: 0;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^="porto-icon-"] {
    font-size: 34px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.homepage-bar .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.homepage-bar h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
.homepage-bar p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
.image-link {
    display: block;
    position: relative;
}
.image-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.image-link:hover:before {
    opacity: 0.1;
    visibility: visible;
}
.image-link img {
    width: 100%;
}
.border-radius .image-link:before {
    border-radius: 8px;
}

.custom-support {
    text-align: left;
}
.custom-support em[class*=icon-] {
    float: left;
    background-color: #e35d53;
    color: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}
.custom-support div.content {
    margin-left: 76px;
}
.custom-support div.content>h2 {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
.custom-support div.content>em {
    color: #888;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.custom-support div.content>p {
    color: #666;
    font-size: 12px !important;
}

.photo-instagrams .image-link {position: relative;}
.photo-instagrams .image-link .content {display: none;position: absolute;left: 0;right: 0;top: 0;background-color: rgba(255, 0, 0, 0.5);text-align: center;height: 100%;vertical-align: middle;font-size: 35px;color: #fff;opacity: 0;visibility: hidden;transition: all 0.3s;}
.photo-instagrams .image-link:hover .content{opacity: 1;visibility: visible;}
.photo-instagrams .image-link .content i {position: absolute;top: calc(50% - 18px);left: calc(50% - 24.5px);display: inline-block;vertical-align: middle;}
.parallax-wrapper {
    position: relative;
}
.parallax-wrapper .overlay {
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.parallax {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 50px 0;
}
.parallax-slider {
    text-align: center;
}
.parallax-slider .owl-carousel h2 {
    font-size: 60.28px;
    color: #fff;
    line-height: 1;
}
.parallax-slider .owl-carousel p {
    font-size: 22.6px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}
.parallax-slider .owl-carousel a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.brands-slider .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.customer-account-login .account-social-login, .customer-account-create .account-social-login  {display: none;}
.customer-account-login .block-customer-login .account-social-login, .customer-account-create .form-create-account .account-social-login{display: block;width: 100%;position:relative;margin: 50px 0;}
.customer-account-login .block-customer-login .account-social-login:before,
.customer-account-create .form-create-account .account-social-login:before {
    content: '';
    position:absolute;
    height: 1px;
    background-color: #dfdfdf;
    z-index: 3;
    top: 0;
    left: 25px;
    right: 25px;
}
.customer-account-login .block-customer-login .account-social-login:before {
    left: 0;
    right: 0;
}
.customer-account-login .block-customer-login .account-social-login:after,
.customer-account-create .form-create-account .account-social-login:after {
    content: 'or';
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 4;
    text-align: center;
    border: #dfdfdf solid 1px;
    border-radius: 100%;
    line-height: 43px;
    color: #777;
    left: 0;
    top: -22px;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
.customer-account-login .account-social-login .block-content, .customer-account-create .account-social-login {padding-top: 50px;}
.form.create.account .account-social-login .actions-toolbar {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .nav-open .page-wrapper {
        position: fixed;
        z-index: 3;
    }
	
}
@media (max-width: 991px) {
    .homepage-bar .col-md-4 {
        border: 0;
        text-align: left !important;
    }
    .parallax {
        background-position: center center !important;
        background-attachment: initial;
    }
}
@media (max-width: 767px) {
    .parallax-slider .owl-carousel h2 {
        font-size: 40px;
    }
    .parallax-slider .owl-carousel p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .parallax-slider .owl-carousel a {
        font-size: 13px;
    }
}
/*=============== Demo 1 Homepage Slider ===============*/
.owl-banner-carousel .content.type1 h2{font-size:60px}
.owl-banner-carousel .content.type1 p{font-size:25px}
.owl-banner-carousel .content.type1 a{font-size:16px}

@media (max-width:1199px){
    .owl-banner-carousel .content.type1 h2{font-size:48px}
    .owl-banner-carousel .content.type1 p{font-size:20px}
    .owl-banner-carousel .content.type1 a{font-size:13px}
}
@media (max-width:991px){
    .owl-banner-carousel .content.type1 h2{font-size:36px}
    .owl-banner-carousel .content.type1 p{font-size:15px}
    .owl-banner-carousel .content.type1 a{font-size:10px}
}
@media (max-width:767px){
    .owl-banner-carousel .content.type1 h2{font-size:24px}
    .owl-banner-carousel .content.type1 p{display:none}
    .owl-banner-carousel .content.type1 a{font-size:8px}
}
/*=============== Demo 3 Homepage Slider ===============*/
#banner-slider-demo-3 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-3 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-3 .slide1-content p{font-size:23.64px}
#banner-slider-demo-3 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-3 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-3 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-3 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-3 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-3 .slide3-content em{font-size:26.26px}
#banner-slider-demo-3 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-3 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-3 .slide1-content img.quote{width:30px}
    #banner-slider-demo-3 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-3 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-3 .slide1-content p{font-size:18px}
    #banner-slider-demo-3 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-3 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-3 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-3 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-3 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-3 .slide3-content em{font-size:20px}
    #banner-slider-demo-3 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-3 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-3 .slide1-content img.quote{width:15px}
    #banner-slider-demo-3 .slide1-content em{font-size:14px;margin:0 3px}
    #banner-slider-demo-3 .slide1-content h2{font-size:38px;margin:1px 0 5px}
    #banner-slider-demo-3 .slide1-content p{font-size:14px}
    #banner-slider-demo-3 .slide2-content em{font-size:14px;margin-left:3px}
    #banner-slider-demo-3 .slide2-content h2{font-size:39px;margin:0 0 5px}
    #banner-slider-demo-3 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
    #banner-slider-demo-3 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-3 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-3 .slide3-content em{font-size:14px}
    #banner-slider-demo-3 .slide3-content h2{font-size:38px;margin-bottom:8px}
    #banner-slider-demo-3 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 8 Homepage Slider ===============*/
#banner-slider-demo-8 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-8 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-8 .slide1-content p{font-size:23.64px}
#banner-slider-demo-8 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-8 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-8 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-8 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-8 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-8 .slide3-content em{font-size:26.26px}
#banner-slider-demo-8 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-8 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-8 .slide1-content img.quote{width:30px}
    #banner-slider-demo-8 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-8 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-8 .slide1-content p{font-size:18px}
    #banner-slider-demo-8 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-8 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-8 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-8 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-8 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-8 .slide3-content em{font-size:20px}
    #banner-slider-demo-8 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-8 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-8 .slide1-content img.quote{width:15px}
    #banner-slider-demo-8 .slide1-content em{font-size:12px;margin:0 3px}
    #banner-slider-demo-8 .slide1-content h2{font-size:23px;margin:1px 0 5px}
    #banner-slider-demo-8 .slide1-content p{font-size:14px}
    #banner-slider-demo-8 .slide2-content em{font-size:12px;margin-left:3px}
    #banner-slider-demo-8 .slide2-content h2{font-size:23px;margin:0 0 5px}
    #banner-slider-demo-8 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:5px}
    #banner-slider-demo-8 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-8 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-8 .slide3-content em{font-size:12px}
    #banner-slider-demo-8 .slide3-content h2{font-size:23px;margin-bottom:8px;margin-top:5px;}
    #banner-slider-demo-8 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 4 Homepage Slider ===============*/
#banner-slider-demo-4 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-4 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-4 .slide1-content p{font-size:23.64px}
#banner-slider-demo-4 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-4 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-4 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-4 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-4 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-4 .slide3-content em{font-size:26.26px}
#banner-slider-demo-4 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-4 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-4 .slide1-content img.quote{width:30px}
    #banner-slider-demo-4 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-4 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-4 .slide1-content p{font-size:18px}
    #banner-slider-demo-4 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-4 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-4 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-4 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-4 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-4 .slide3-content em{font-size:20px}
    #banner-slider-demo-4 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-4 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
    #banner-slider-demo-4 .slide1-content img.quote{width:15px}
    #banner-slider-demo-4 .slide1-content em{font-size:14px;margin:0 3px}
    #banner-slider-demo-4 .slide1-content h2{font-size:38px;margin:1px 0 5px}
    #banner-slider-demo-4 .slide1-content p{font-size:14px}
    #banner-slider-demo-4 .slide2-content em{font-size:14px;margin-left:3px}
    #banner-slider-demo-4 .slide2-content h2{font-size:39px;margin:0 0 5px}
    #banner-slider-demo-4 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
    #banner-slider-demo-4 .slide2-content p span.split{margin:0 7px 0 8px}
    #banner-slider-demo-4 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
    #banner-slider-demo-4 .slide3-content em{font-size:14px}
    #banner-slider-demo-4 .slide3-content h2{font-size:38px;margin-bottom:8px}
    #banner-slider-demo-4 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
	header.type16 .block-search .label::before{width:20px !important;}
}
.slider-with-side {
    margin: 0 -8px;
}
.slider-with-side .slider-area {
    padding: 0 8px;
    float: left;
    width: 65%;
}
.slider-with-side .slider-area .item .content .ribbon {
    right: 13px;
    top: 16px;
}
.slider-with-side .slider-area .item .content .ribbon em {
    font-size: 14px;
    margin: 0;
    margin-right: 63px;
}
.slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 33px;
    margin: 0;
    margin-right: 14px;
}
.slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 18px;
    margin: 0;
    margin-top: -3px;
}
.slider-with-side .slider-area .item .content .text-area h2 {
    display: inline-block;
    padding: 7px 50px 7px 11px;
    font-size: 42.7px;
    margin-bottom: 4px;
}
.slider-with-side .slider-area .item .content .text-area p {
    display: inline-block;
    padding: 12px 17px 12px 13px;
    font-size: 17.58px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 11px;
        top: 11px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 13px;
        margin-right: 60px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 30px;
        margin-right: 12px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 16px;
        margin-top: -2px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 6px 45px 6px 10px;
        font-size: 38px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 10px 15px 10px 11px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 3px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 8px;
        margin-right: 40px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 22px;
        margin-right: 7px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 10px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 4px 38px 4px 7px;
        font-size: 22px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 6px 11px 6px 8px;
        font-size: 9px;
    }
	.logo img{max-height:auto !important; max-width:68%;}
	.page-header.type16 .logo{margin:6px 0;}
	
}
@media (max-width: 480px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 1px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 6px;
        margin-right: 22px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 14px;
        margin-right: 2px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        display: none;
    }
}
.slider-with-side .side-area {
    padding: 0 8px 0 2px;
    float: left;
    width: 35%;
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
}
.slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s;
}
.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible;
}
.slider-with-side .side-area .item1 .content {
    position: absolute;
    bottom: 17px;
    left: 15px;
    text-align: left;
}
.slider-with-side .side-area .item1 .content em {
    font-size: 27.45px;
    margin: 0;
    margin-bottom: 2px;
    display: block;
    margin-left: 4px;
}
.slider-with-side .side-area .item1 .content h2 {
    font-size: 35.16px;
    margin: 0;
    margin-bottom: 14px;
}
.slider-with-side .side-area .item1 .content a {
    font-size: 15.08px;
    margin: 0;
    margin-left: 4px;
    display: block;
}
.slider-with-side .side-area .item2 .content {
    position: absolute;
    bottom: 17px;
    left: 21px;
    text-align: left;
}
.slider-with-side .side-area .item2 .content h2 {
    font-size: 33.86px;
    margin: 0;
    margin-bottom: 12px;
}
.slider-with-side .side-area .item2 .content p {
    font-size: 18.34px;
    margin: 0;
    margin-left: 1px;
}
.slider-with-side .side-area .item2 .content a {
    font-size: 13px;
    border: 0;
    text-shadow: none;
    padding: 8px 10px 8px 15px;
    margin: 13px 0 0 25px;
}
.slider-with-side .side-area .item3 {
    margin: 0 !important;
}
.slider-with-side .side-area .item3 .content {
    position: absolute;
    bottom: 17px;
    left: 19px;
    text-align: left;
}
.slider-with-side .side-area .item3 .content h2 {
    font-size: 32px;
    margin: 0;
}
.slider-with-side .side-area .item3 .content p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 17px;
}
.slider-with-side .side-area .item3 .content a {
    font-size: 16px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .side-area .item1 .content {
        bottom: 15px;
        left: 13px;
    }
    .slider-with-side .side-area .item1 .content em {
        font-size: 22px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item1 .content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item1 .content a {
        font-size: 13px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item2 {
        margin-bottom: 8px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item2 .content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item2 .content p {
        font-size: 13px;
    }
    .slider-with-side .side-area .item2 .content a {
        font-size: 12px;
        padding: 7px 8px 7px 13px;
        margin: 5px 0 0 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content h2 {
        font-size: 28px;
    }
    .slider-with-side .side-area .item3 .content p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .slider-with-side .side-area .item3 .content a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .slider-with-side .slider-area {
        padding: 0 8px;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area {
        padding: 0;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 33.33%;
        float: left;
        margin: 0;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 20px;
        left: 20px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 20px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 20px;
        left: 20px;
    }
    .slider-with-side .side-area{padding:0 8px;}
    .slider-with-side .side-area .item1{width:100%;padding:0 15px;}
}
@media (max-width: 767px) {
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 100%;
        float: none;
    }
    .slider-with-side .side-area .item1{padding:0 20px;}
    .slider-with-side .side-area img {
        width: 100%;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 30px;
        left: 25px;
    }
}
.banner-content-6 {
    padding: 290px 0 80px;
    line-height: 1;
}
.banner-content-6 .text-content em {
    font-size: 26.26px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.banner-content-6 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px;
}
.banner-content-6 .text-content p {
    margin: 0;
}
.banner-content-6 .text-content p span {
    font-size: 23.64px;
    padding-left: 5px;
    line-height: 2;
}
.banner-content-6 .text-content p a {
    font-size: 16px;
    padding: 10px 35px;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 125px;
}
@media(max-width:767px){
    .banner-content-6 .text-content em {
        font-size: 16.26px;
    }
    .banner-content-6 .text-content h2 {
        font-size: 54.12px;
    }
    .banner-content-6 .text-content p span {
        font-size: 13.64px;
    }
    .banner-content-6 .text-content p a {
        font-size: 12px;
        padding: 7px 15px;
    }
}
.filter-title-type-2 {
    font-size: 19px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.filter-title-type-2 span {
    display: table-cell;
    position: relative;
}
.filter-title-type-2 span.title-line:after {
    content: "";
    width: 100%;
    border-top: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.one-product .filterproduct-title {
    background: #fff;
    text-align: center;
    color: #333;
    font-weight: 700;
    line-height: 50px;
}
.one-product .products-grid {
    margin: 0;
    background-color: #fff;
    padding-bottom: 20px;
}
.one-product .product-item-info .product-item-details {
    padding-top: 20px;
}
.one-product .owl-dots {
    margin-top: 0;
}
.shop-features {
    text-align: center;
}
.shop-features [class*=" porto-icon-"], .shop-features [class^="porto-icon-"] {
    color: #333;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 28px;
}
.shop-features h3 {
    color: #121214;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 10px;
}
.shop-features p {
    color: #777;
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}
.shop-features a {
    margin: 0;
    font-size: 14px;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
    margin: 9px 0 0;
    padding: 10px;
    position: relative;
}
.products-grid.wishlist .product-item .tocart {
    height: auto;
    line-height: 30px;
    min-width: 120px;
    padding: 0 11px;

}
@media (min-width: 992px){
.wishlist-index-index .products-grid .product-items .product-item {
    width: 24%;
}
}

.hide-addtocart .products-grid .product-item-actions .actions-primary, .hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary {
    display: none;
}
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare {
    display: none;
}
.owl-middle-outer-narrow .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    color: #3d3734;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.owl-bottom-narrow .owl-controls {
    position: absolute;
    bottom: 30px !important;
    margin: 0;
    width: auto;
	right:30px;
}
.filterproducts-tab .data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    margin-left: -15px;
    margin-right: -15px;
}
.filterproducts-tab .data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch {
    color: #08c;
}
.filterproduct-title > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.catalogsearch-result-index .sidebar.sidebar-main:before {
    display: none;
}
.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../../frontend/Smartwave/porto/en_US/images/bkg_4.png) bottom no-repeat;
}
.products.wrapper .product-item .product-item-photo .qty-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.products.wrapper .product-item .qty-box {
    display: block;
    width: 88px;
    margin: 0 auto 5px;
}
.products.wrapper.products-list .product-item .qty-box {
    margin: 0 0 5px;
}
.products.wrapper .product-item .qty-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border: solid 1px #dfdfdf;
}
.products.wrapper .product-item .qty-box .qtyminus,.products.wrapper .product-item .qty-box .qtyplus {
    position: relative;
    border: solid 1px #dfdfdf;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    float: left;
    margin-right: -1px;
}
.products.wrapper .product-item .qty-box .qtyplus {
    float: right;
    margin-right: 0;
    margin-left: -1px;
}
.products-grid .product-item .has-qty {
    margin-top: 37px;
}
.product-info-main .custom-block {
    border-bottom: solid 1px #e6e6e6;
    padding: 23px 0 25px;
    margin-bottom: 25px;
}
.product-info-main .custom-block .item:first-child {
    border-left: 0;
    padding-left: 0;
}
.product-info-main .custom-block .item {
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
}
.product-info-main .custom-block i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .custom-block .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.product-info-main .custom-block .text-area h3 {
    font-size: 14px;
    font-weight: 400;
    color: #7a7d82;
    margin: 0;
}
@media (min-width: 768px){
    .filterproducts-tab .data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        background: url(../../frontend/Smartwave/porto/en_US/images/slider-bar.png) right 10px no-repeat;
    }
    .filterproducts-tab .data.items:before, .filterproducts-tab .data.items:after {
        content: '';
        display: table;
    }
    .filterproducts-tab .data.items:after {
        clear: both;
    }
    .filterproducts-tab .data.items > .item.title {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 15px;
        border-left: 1px solid #ddd;
    }
    .filterproducts-tab .data.items > .item.title:first-child a.switch {
        padding-left: 0;
        border: 0;
    }
    .filterproducts-tab .data.items > .item.content {
        margin-top: 30px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
	
	
}
@media (max-width: 768px){
    .filterproducts-tab .data.items > .item.title {
        padding: 10px;
        border-top: 1px solid #eee;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
	.block-search{margin-left:26px !important; left:0px !important;}
	
}

.grid-images {
    text-align: center;
}
.grid-images .row {
    margin-left: -10px;
    margin-right: -10px;
}
.grid-images .col-sm-4, .grid-images .col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-images img {
    max-width: 100%;
}
.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
    opacity: 1;
    filter: alpha(Opacity=100);
    visibility: visible;
    transition: all 0.2s;
}
.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
    opacity: 0.8;
    filter: alpha(Opacity=80);
    visibility: visible;
}
.grid-images .grid1 {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .grid-images .grid1 {
        margin-bottom: 9px;
    }
}
@media (max-width: 767px) {
    .grid-images .grid2 {
        margin-bottom: 9px;
    }
}
@media (min-width: 992px){
    .md-f-right {
        float: right !important;
    }
}
@media (min-width: 768px){
    .sm-f-right {
        float: right !important;
    }
}
.side-custom-menu {
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
}
.side-custom-menu h2 {
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    padding: 13px 13px 12px;
    background-color: #f5f5f5;
    line-height: 1;
    margin: 0;
}
.side-custom-menu ul {
    padding: 0 12px;
    margin: 0;
    list-style: none;
}
.side-custom-menu ul li {
    text-align: left;
    padding: 13px 4px 12px;
    border-top: 1px solid #ddd;
    margin: 0;
    line-height: 1;
}
.side-custom-menu ul li:first-child {
    border: 0;
}
.side-custom-menu ul li a {
    color: #777;
    font-size: 15px;
    line-height: 1;
    display: block;
}
.home-side-menu-type2{margin-bottom:50px}
.home-side-menu-type2>h2{font-size:15px;font-weight:600;color:#333;margin-bottom:15px;margin-top:0;}
.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}
.side-menu-type2.side-block{border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar{padding:0;list-style:none}
.side-menu-type2.side-block ul.category-sidebar ul{list-style:none;margin:0;display:none;padding-left:1.5em}
.side-menu-type2.side-block ul.category-sidebar>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar li{position:relative}
.side-menu-type2.side-block ul.category-sidebar a{font-size:13px;color:#777}
.side-menu-type2.side-block ul.category-sidebar a:hover{color:#000;text-decoration:none}
.side-menu-type2.side-block ul.category-sidebar>li>a{font-size:15px}
.side-menu-type2.side-block ul.category-sidebar ul>li{line-height:40px;border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar ul>li:first-child{border-top:0}
.featured-box-2{margin:30px 0}
.featured-box-2 h3{color:#121213;font-size:15px;border-bottom:1px solid #ddd;line-height:1.4;padding:8px 0;margin-bottom:10px}
.featured-box-2 h3 em{font-size:18px}
.featured-box-2 p{font-size:14px;margin-bottom:10px}
.featured-box-2 a{font-size:14px}
.social-icons [class^="porto-icon-"] {
    color: #fff;
}
.sidebar-title {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    line-height: 1;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.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, .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, .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, .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 {
    text-decoration: none;
}
body.boxed {
    padding: 24px 0 17px;
    background: url(../../frontend/Smartwave/porto/en_US/images/boxed_bg.png) repeat;
}
body.boxed .page-wrapper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.fotorama .fotorama__fullscreen-icon {
    display: block;
}
.fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr {
    background: none;
    color: #08c;
}
.fotorama-sprite:before, .fotorama__fullscreen .fotorama__zoom-out:before, .fotorama__fullscreen .fotorama__zoom-in:before, .fotorama__arr .fotorama__arr__arr:before, .fotorama__fullscreen-icon:before, .fotorama__thumb__arr:before {
    font-family: 'porto-icons';
    display: block;
    text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
    height: auto;
}
.fotorama__arr--next .fotorama__arr__arr:before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
}

.fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f80a";
    font-size: 35px;
    line-height: 1;
}
.fotorama__thumb__arr--left .fotorama__thumb__arr:before {
    content: "\f80a";
    font-size: 30px;
    line-height: 1;
}

.fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: "\f809";
    font-size: 30px;
    line-height: 1;
}
.fotorama__zoom-in:before {
    content: "\f85a";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__zoom-out:before {
    content: "\f85b";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__fullscreen-icon:before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__stage {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}
.fotorama__nav--thumbs .fotorama__thumb {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background-color: #fff;
}
.fotorama__nav .fotorama__thumb__arr {
    padding-bottom: 0;
}
.fotorama__nav .fotorama__thumb-border {
    border-radius: 5px;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 3px solid #fff !important;
}
.fotorama__stage__shaft {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
}
.main-product-detail {
    background-color: #efefef;
    padding: 71px 0;
}
.weltpixel-quickview-catalog-product-view .main-product-detail {
    padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main {
    padding: 0 15px;
}
.custom-block-tab {
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    padding: 30px 20px 40px;
    margin-top: 3px;
}
.move-product-tab .owl-top-narrow .owl-theme .owl-controls {
    top: -25px;
}
.move-product-tab .products-grid .owl-carousel .product-item {
    margin-bottom: 10px;
    padding: 10px 0 6px;
    overflow: hidden;
}
.move-product-tab .product-items .product-item-info .product-item-photo {
    max-width: 30%;
    float: left;
    margin-right: 10px;
}
.move-product-tab .product-items .product-item-details {
    margin-left: calc(31% + 15px);
    text-align: left;
    padding: 0;
}
.move-product-tab .product-items .product-reviews-summary {
    display: block;
    background: none;
}
.move-product-tab .product-items .price-box {
    margin-bottom: 0;
}
.main-upsell-product-detail {
    background-color: #f4f4f4;
    padding: 60px 0 45px;
    margin-top: -60px;
}
.main-upsell-product-detail .block.upsell .title strong {
    background-color: #f4f4f4;
}
.message {
    border-radius: 5px;
}
@media (max-width: 1199px) {
    body.boxed .page-wrapper {
        width: 980px;
    }
}
@media (max-width: 991px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}
@media (max-width: 767px) {
    body.boxed .page-wrapper {
        width: 630px;
    }
    .sm-clearer {
        clear: both;
    }
}
@media (max-width: 640px) {
    body.boxed .page-wrapper {
        width: 460px;
    }
}
@media (max-width: 480px) {
    body.boxed .page-wrapper {
        width: 300px;
    }
}

.block.block-border {
    border-radius: 7px;
    overflow: hidden;
}
.block.block-border .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    border-radius: 7px 7px 0 0;
    margin: 0;
}
.block.block-border .block-content {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.category-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
}
.category-sidebar li {
    position: relative;
    margin: 0;
}
.category-sidebar ul {
    display: none;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.category-sidebar li > .expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 32px;
}
.category-sidebar li > a:not(.expand-icon) {
    color: #777;
    font-size: 13px;
    line-height: 2.5;
}
@media (max-width: 1199px) {
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 728px;
        width: calc(75vw - 19.5px);
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
        font-size: 13px;
        line-height: 34px;
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        line-height: 34px;
    }
    .home-side-menu h2.side-menu-title {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .home-side-menu {
        display: none;
    }
}

.cms-index-index blockquote.testimonial{background-color:#08c;border:0;border-radius:10px;color:#fff;font-family:Georgia,serif;font-style:italic;margin:0;padding:10px 50px;position:relative;font-size:1.2em;line-height:1.3}
.cms-index-index blockquote.testimonial:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index blockquote.testimonial:after{right:10px;bottom:-0.5em;color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index .testimonial-arrow-down{border:15px solid transparent;border-top-color:#08c;border-bottom:0;height:0;margin:0 0 0 25px;width:0}
.cms-index-index .testimonial-author{margin:8px 0 0 8px}
.cms-index-index .testimonial-author .img-thumbnail{border-radius:7px;float:left;margin-right:10px;position:relative;padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;display:inline-block;max-width:100%;height:auto}
.cms-index-index .testimonial-author .img-thumbnail img{max-width:60px;display:inline-block;height:auto}
.cms-index-index .testimonial-author p{color:#666;margin:0 0 0 25px;text-align:left;line-height:24px}
.cms-index-index .testimonial-author p >strong{color:#111;display:block;padding-top:7px;font-size:14px}
.cms-index-index .testimonial-author span{color:#666;display:block;font-size:12px}

.block.block-subscribe.home-sidebar-block{border:1px solid #ddd;border-top:5px solid #08c;border-radius:7px;background-color:#fbfbfb;text-align:center;padding:25px 20px 0}
.block.block-subscribe.home-sidebar-block .block-title strong{font-size:16px;color:#313131;font-weight:700;text-transform:uppercase;padding:30px 0 20px}
.block.block-subscribe.home-sidebar-block .block-content p{line-height:1.8}
.block.block-subscribe.home-sidebar-block label.label{display: none}

.block.block-subscribe.home-sidebar-block .newsletter .control{padding:10px 10px 40px 10px;position:relative}
.block.block-subscribe.home-sidebar-block .newsletter .control input{padding:5px 60px 5px 10px;border:1px solid #d3d3d3;border-radius:5px;background-color:#fefefe;line-height:16px;height:34px}
.block.block-subscribe.home-sidebar-block button.subscribe{width:50px;height:34px;padding:0;line-height:32px;height:32px;background-color:#fefefe;color:#515151;border:0;border-left:1px solid #d3d3d3;border-radius:0 5px 5px 0;position:absolute;right:11px;top:11px}

.shop-features h2.shop-features-title{position:relative;text-align:center;margin:30px 0}
.shop-features h2.shop-features-title:before{content:"";background-image:linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);height:1px;width:100%;display:block;position:absolute;top:50%}
.shop-features h2.shop-features-title span{background-color:#fff;display:inline-block;position:relative;z-index:1;padding:0 12px;color:#313131;font-weight:700;font-size:15px;line-height: 33px;vertical-align: top;}

.homepage-grid-banner{padding:0}
.homepage-grid-banner *{transition:all 0.2s}
.homepage-grid-banner .row{margin-left:-4px;margin-right:-4px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:4px;padding-right:4px}
.homepage-grid-banner .col-sm-margin{margin-bottom:8px}
.homepage-grid-banner img{width:100%}
.homepage-grid-banner .content a{font-size:16px;margin-right:5px;}
.homepage-grid-banner .content a.btn-default{font-size:13px;margin:0;border:0;padding-right:3px;color:#fff}
.homepage-grid-banner .ribbon{width:33.5%;height:22.3%}
.homepage-grid-banner .ribbon:before{content:"";position:absolute;right:0;top:0;border:150px solid #08c;border-right:0;border-bottom:0;border-left:200px solid transparent;}
.homepage-grid-banner .ribbon>div{width:90%}
.homepage-grid-banner .ribbon em{font-size:14px}
.homepage-grid-banner .ribbon h4{font-size:33px;line-height:1;margin:0}
.homepage-grid-banner .ribbon h5{font-size:18px;line-height:1;margin:0}
.homepage-grid-banner .grid1,.homepage-grid-banner .grid2,.homepage-grid-banner .grid3,.homepage-grid-banner .grid4{cursor:pointer;overflow:hidden;min-height:50px}
.homepage-grid-banner .grid1:before,.homepage-grid-banner .grid2:before,.homepage-grid-banner .grid3:before,.homepage-grid-banner .grid4:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(Opacity=0);visibility:hidden;transition:all 0.2s}
.homepage-grid-banner .grid1:hover:before,.homepage-grid-banner .grid2:hover:before,.homepage-grid-banner .grid3:hover:before,.homepage-grid-banner .grid4:hover:before{opacity:0.1;filter:alpha(Opacity=10);visibility:visible}
.homepage-grid-banner .grid1 .content h2{font-size:70.72px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid1 .content p{font-size:29.47px;line-height:1;margin:0;margin-bottom:10px;margin-right:4px}
.homepage-grid-banner .grid2 .content h3{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content h2{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content p{font-size:17.58px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h2{font-size:46px;line-height:1;margin:0}
.homepage-grid-banner .grid3 .content h5{font-size:16px;line-height:1;margin:0;margin-bottom:30px}
.homepage-grid-banner .grid3 .content p{font-size:16px;line-height:1;margin:0;margin-bottom:5px}
.homepage-grid-banner .grid3 .content h4{font-size:22.72px;line-height:1;margin-top:20px;margin-bottom:0}
.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px;line-height:1}
.homepage-grid-banner .grid3 .content h3{font-size:37.71px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px;line-height:1}
.homepage-grid-banner .grid4 .content h2{font-size:33.86px;line-height:1.2;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid4 .content p{font-size:19.75px;line-height:1.2;margin:0;margin-bottom:17px}

@media (max-width:1199px){
    .homepage-grid-banner .row{margin-left:-3px;margin-right:-3px}
    .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:3px;padding-right:3px}
    .homepage-grid-banner .col-sm-margin{margin-bottom:7px}
    .homepage-grid-banner .content a.btn-default{font-size:11px}
    .homepage-grid-banner .grid1 .content h2{font-size:55.16px}
    .homepage-grid-banner .grid1 .content p{font-size:23px;margin-right:3.12px}
    .homepage-grid-banner .grid2 .content h3{font-size:22.53px}
    .homepage-grid-banner .grid2 .content h2{font-size:22.53px}
    .homepage-grid-banner .grid2 .content p{font-size:13.71px;margin-bottom:11.7px}
    .homepage-grid-banner .grid3 .content h2{font-size:35.88px}
    .homepage-grid-banner .grid3 .content h5{font-size:12.48px;margin-bottom:23.4px}
    .homepage-grid-banner .grid3 .content p{font-size:12.48px;margin-bottom:3.9px}
    .homepage-grid-banner .grid3 .content h4{font-size:17.72px;margin-top:15.6px}
    .homepage-grid-banner .grid3 .content h4>span{font-size:13.77px}
    .homepage-grid-banner .grid3 .content h3{font-size:29.41px;margin-bottom:11.7px}
    .homepage-grid-banner .grid3 .content h3>span{font-size:19.6px}
    .homepage-grid-banner .grid4 .content h2{font-size:29px;margin-bottom:12px}
    .homepage-grid-banner .grid4 .content p{font-size:17px;margin-bottom:11.7px}
}

@media (max-width:991px){
    .homepage-grid-banner .row{margin-left:-2px;margin-right:-3px}
    .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:2px;padding-right:3px}
    .homepage-grid-banner .col-sm-margin{margin-bottom:4px}
    .homepage-grid-banner .content a.btn-default{font-size:10px;padding:4px 6px;padding-right:3px}
    .homepage-grid-banner .grid1 .content h2{font-size:42.43px}
    .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
    .homepage-grid-banner .grid2 .content h3{font-size:17.33px}
    .homepage-grid-banner .grid2 .content h2{font-size:17.33px}
    .homepage-grid-banner .grid2 .content p{font-size:10.55px;margin-bottom:9px}
    .homepage-grid-banner .grid3 .content h2{font-size:27.6px}
    .homepage-grid-banner .grid3 .content h5{font-size:9.6px;margin-bottom:18px}
    .homepage-grid-banner .grid3 .content p{font-size:9.6px;margin-bottom:3px}
    .homepage-grid-banner .grid3 .content h4{font-size:13.63px;margin-top:12px}
    .homepage-grid-banner .grid3 .content h4>span{font-size:10.6px}
    .homepage-grid-banner .grid3 .content h3{font-size:22.63px;margin-bottom:9px}
    .homepage-grid-banner .grid3 .content h3>span{font-size:15.08px}
    .homepage-grid-banner .grid4 .content h2{font-size:21px;margin-bottom:9px}
    .homepage-grid-banner .grid4 .content p{font-size:14px;margin-bottom:7px}
}

@media (max-width:767px){
    .homepage-grid-banner .row{margin-left:-10px;margin-right:-10px}
    .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:10px;padding-right:10px}
    .homepage-grid-banner .col-sm-margin{margin-bottom:0}
    .homepage-grid-banner .content a.btn-default{font-size:14px;padding:6px 12px;padding-right:6px}
    .homepage-grid-banner img{margin-bottom:20px}
    .homepage-grid-banner .grid1 .content h2{font-size:70.72px}
    .homepage-grid-banner .grid1 .content p{font-size:29.47px;margin-bottom:10px;margin-right:4px}
    .homepage-grid-banner .grid2 .content h3{font-size:28.88px}
    .homepage-grid-banner .grid2 .content h2{font-size:28.88px}
    .homepage-grid-banner .grid2 .content p{font-size:17.58px;margin-bottom:15px}
    .homepage-grid-banner .grid3 .content h2{font-size:46px}
    .homepage-grid-banner .grid3 .content h5{font-size:16px;margin-bottom:30px}
    .homepage-grid-banner .grid3 .content p{font-size:16px;margin-bottom:5px}
    .homepage-grid-banner .grid3 .content h4{font-size:22.72px;margin-top:20px}
    .homepage-grid-banner .grid3 .content h4>span{font-size:17.66px}
    .homepage-grid-banner .grid3 .content h3{font-size:37.71px;margin-bottom:15px}
    .homepage-grid-banner .grid3 .content h3>span{font-size:25.14px}
    .homepage-grid-banner .grid4 .content h2{font-size:35px}
    .homepage-grid-banner .grid4 .content p{font-size:23px;margin-bottom:15px}
}

@media (max-width:640px){
    .homepage-grid-banner .grid1 .content h2{font-size:42.43px}
    .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
}

@media (max-width:480px){
    .homepage-grid-banner .grid1 .content h2{font-size:25px}
    .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
}

.single-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-image img {
    max-width: 100%;
    transition: 0.5s ease;
}
.single-image img {
    width: 100%;
}
.single-image:hover img {
    transform: scale(1.2);
}

#banner-slider-demo-11 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-11 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-5px}
#banner-slider-demo-11 .slide-1 .text-content p {margin:0}
#banner-slider-demo-11 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-11 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-11 .slide-2 em{font-size:26.26px;margin:0;margin-bottom:10px}
#banner-slider-demo-11 .slide-2 .text-content h2{font-size:51.67px}
#banner-slider-demo-11 .slide-2 .text-content p {margin:0}
#banner-slider-demo-11 .slide-2 .text-content p span{font-size:23.64px}
#banner-slider-demo-11 .slide-2 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px}

@media (max-width:767px){
    #banner-slider-demo-11 .slide-1 em{font-size:12px;margin:0;margin-left:1px}
    #banner-slider-demo-11 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
    #banner-slider-demo-11 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-11 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
    #banner-slider-demo-11 .slide-2 em{font-size:12px;margin:0;margin-bottom:2px}
    #banner-slider-demo-11 .slide-2 .text-content h2{font-size:26px;letter-spacing:-1px}
    #banner-slider-demo-11 .slide-2 .text-content p span{font-size:12px;display:block}
    #banner-slider-demo-11 .slide-2 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
}

.flex-owl-slider .owl-item:first-child .item {
    border-left-color: transparent;
}
.flex-owl-slider .owl-item .item {
    border-left: 1px solid #e3e4e4;
}
.owl-no-narrow .owl-controls {
    display: none;
}
@media (max-width:640px){
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
        width: 40px;
        padding: 0 12px;
    }
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
        display: none;
    }
}
@media (max-width: 991px) {
    .sm-bd-0 {
        border: 0!important;
    }
}

.fancybox-close {
    background: transparent;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}
.fancybox-close:hover {
    text-decoration: none;
}
.fancybox-close:before {
    content: '\f819';
    font-family: 'porto-icons';
}

/* Previous/Next Product links on Product View Page*/

/* Previous/Next Product links on Product View Page*/

/* Category Banner */
.page-wrapper > .category-banner{background-color:transparent}
.page-wrapper > .category-banner .banner-image{width:100%}
.category-banner .banner-text{position:absolute;top:30%;width:100%;color:#fff}
.category-banner .banner-text h2{font-size:50px;color:#fff}
.category-banner .banner-text p{font-size:26px;font-weight:300}
.category-boxed-banner.owl-theme .owl-controls{margin-top:-40px;position:relative;height:30px}
.category-boxed-banner .owl-item .item{border-radius:5px;overflow:hidden;position:relative}
.category-boxed-banner .owl-item .item img{width:100%}
.category-boxed-banner .banner-text{position:absolute;top:40%;left:4%;color:#fff;width:100%}
.category-boxed-banner .banner-text h2{font-size:35px;color:#fff;background-color:#333;background-color:rgba(23,23,23,.9);padding:5px 10px;display:inline-block;line-height:1}
.category-boxed-banner .banner-text p{font-size:16px;font-weight:300;background-color:#666;background-color:rgba(23,23,23,.65);padding:7px 12px;line-height:1.4}
.category-boxed-banner .banner-text a.shop-now{margin-left:20px;font-size:16px;}

.full-width-image-banner{height:375px;position:relative}
.full-width-image-banner:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#393733;opacity:0.65;filter:alpha(opacity=65)}
.full-width-image-banner .content{margin-top:-36px}
.full-width-image-banner h2{margin:0;font-size:45px;line-height:1.1}
.full-width-image-banner p{margin:0;font-size:16px}

.no-margin {
    margin: 0 !important;
}

@media (max-width:1199px){
    .category-banner .banner-text h2{font-size:45px}
    .category-banner .banner-text p{font-size:23px}
    .category-boxed-banner .banner-text h2{font-size:38px}
    .category-boxed-banner .banner-text p{font-size:17px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:16px;font-size:14px}
}
@media (max-width:991px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{font-size:16px}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{font-size:12px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:12px;font-size:12px}
}
@media (max-width:767px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{display:none}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{display:none}
}
@media (max-width:640px){
    .category-boxed-banner .banner-text a.shop-now{margin-left:10px;font-size:9px}
    
    .full-width-image-banner{height:200px}
    .full-width-image-banner .content{margin-top:-16px}
    .full-width-image-banner h2{margin:0;font-size:30px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
@media (max-width:480px){
    .category-banner .banner-text h2{font-size:14px}
    .category-boxed-banner .banner-text h2{font-size:14px}
    
    .full-width-image-banner{height:150px}
    .full-width-image-banner .content{margin-top:-13px}
    .full-width-image-banner h2{margin:0;font-size:24px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
/* Category Banner */

.page-header.type3.sticky-header .minicart-wrapper .action.showcart .counter.qty, .page-header.type4.sticky-header .minicart-wrapper .action.showcart .counter.qty {
	color: #000;
}
@media (min-width: 768px) {
	.page-header.type4.sticky-header .navigation > ul {
		padding-right: 200px;
	}
}
/****************** Demo 12 ***************/
#banner-slider-demo-12 .item img {
    width: 100%;
}
#banner-slider-demo-12 .item .content {
    position: absolute;
    right: 4.3%;
    bottom: 20.5%;
}
#banner-slider-demo-12 .item .content>span {
    font-size: 21px;
    font-weight: 300;
    color: #303030;
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
}
#banner-slider-demo-12 .item .content>a.btn-default {
    font-size: 13px;
}
/****************** Demo 13 ***************/
#parallax_01 .parallax-content-13 img.quote{}
#parallax_01 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_01 .parallax-content-13 h2{font-size:79.12px;margin:5px 0 10px}
#parallax_01 .parallax-content-13 p{font-size:23.64px}
#parallax_02{padding:250px 0}
#parallax_02 .parallax-content-13 .text-content em{font-size:26.26px;margin:0}
#parallax_02 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_02 .parallax-content-13 .text-content p {margin:0}
#parallax_02 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_02 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
#parallax_03{padding:250px 0}
#parallax_03 .parallax-content-13 .text-content em{font-size:26.26px;margin:0;margin-left:5px}
#parallax_03 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_03 .parallax-content-13 .text-content p {margin:0}
#parallax_03 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_03 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:125px;margin-top:5px}
#parallax_04 .parallax-content-13 img.quote{}
#parallax_04 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_04 .parallax-content-13 h2{font-size:61px;margin:5px 0 10px;letter-spacing:-3px}
#parallax_04 .parallax-content-13 p{font-size:18px}
#parallax_04 .parallax-content-13 a.btn.btn-default{font-size:16px;padding:8px 35px}

@media (max-width:767px){
    #parallax_01 .parallax-content-13 img.quote{width:20px}
    #parallax_01 .parallax-content-13 em{font-size:12px;margin:0 5px}
    #parallax_01 .parallax-content-13 h2{font-size:35px;margin:4px 0 7px}
    #parallax_01 .parallax-content-13 p{font-size:11px;margin:0}
    #parallax_02{padding:50px 0}
    #parallax_02 .parallax-content-13 .text-content em{font-size:12px}
    #parallax_02 .parallax-content-13 .text-content h2{font-size:35px;letter-spacing:-2px}
    #parallax_02 .parallax-content-13 .text-content p span{font-size:12px;padding-left:6px;display:block}
    #parallax_02 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:10px;margin-top:5px}
    #parallax_03{padding:50px 0}
    #parallax_03 .parallax-content-13 .text-content em{font-size:12px;margin:0;margin-left:1px}
    #parallax_03 .parallax-content-13 .text-content h2{font-size:30px;letter-spacing:-1px}
    #parallax_03 .parallax-content-13 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #parallax_03 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:0;margin-top:5px}
    #parallax_04 .parallax-content-13 img.quote{width:20px}
    #parallax_04 .parallax-content-13 em{font-size:12px;margin:0 5px}
    #parallax_04 .parallax-content-13 h2{font-size:22px;margin:4px 0 7px;letter-spacing:-1px}
    #parallax_04 .parallax-content-13 p{font-size:10px}
    #parallax_04 .parallax-content-13 a.btn.btn-default{font-size:10px;padding:5px 20px}
}

@media (min-width: 1600px) {
    .cms-index-index .page-header.type9 .header.panel .top-panel {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .cms-index-index .page-header.type9 .header.panel {
        margin-top: -13px;
        z-index: 6;
    }
}

#banner-slider-demo-14 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-1 .text-content p {margin:0}
#banner-slider-demo-14 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-14 .slide-2 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-2 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-2 .text-content p {margin:0}
#banner-slider-demo-14 .slide-2 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-2 .text-content a{font-size:15.76px;padding:10px 0;margin-top:10px}

@media (max-width:767px){
    #banner-slider-demo-14 .slide-1 em{font-size:12px;margin:0;margin-left:1px}
    #banner-slider-demo-14 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
    #banner-slider-demo-14 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-14 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
    #banner-slider-demo-14 .slide-2 em{font-size:12px;margin:0;margin-left:1px}
    #banner-slider-demo-14 .slide-2 .text-content h2{font-size:30px;letter-spacing:-1px}
    #banner-slider-demo-14 .slide-2 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-14 .slide-2 .text-content a{font-size:10px;padding:6px 0;margin-left:0;margin-top:5px}
}

.image-link span.category-title{display:block;position:absolute;left:-10px;bottom:20px;color:#fff;padding:15px 17px;font-size:15px;font-weight:600;line-height:1;min-width:174px;text-align:left;background-color:#3f4658}
.image-link span.category-title:before{content:"";width:10px;height:10px;border:5px solid transparent;border-right-color:#3f4658;border-top-color:#3f4658;display:block;position:absolute;left:0;top:100%}

.overlay{background-color:#000;opacity:0.55;filter:alpha(opacity=55);width:100%;height:100%;display:block;position:absolute}

#banner-slider-demo-15 .content em{font-size:18px}
#banner-slider-demo-15 .content h2{font-size:44px}
#banner-slider-demo-15 .content hr{margin:10px 0}
#banner-slider-demo-15 .content a{font-size:16px}

.img-desc-home15{margin-top:-88px;padding:0 25px}
.img-desc-home15 h3{font-size:24px}
.img-desc-home15 hr{width:90px;margin:15px 0}
.img-desc-home15 p{font-size:15px}
.img-desc-home15 a{font-size:15px}
@media (max-width:991px){
    .img-desc-home15{margin-top:-65px;padding:0 16px}
    .img-desc-home15 h3{font-size:16px}
    .img-desc-home15 hr{width:60px;margin:10px 0}
    .img-desc-home15 p{font-size:10px}
    .img-desc-home15 a{font-size:10px}
}
@media (max-width:767px){
    #banner-slider-demo-15 .content em{font-size:9px}
    #banner-slider-demo-15 .content h2{font-size:22px}
    #banner-slider-demo-15 .content hr{margin:5px 0;}
    #banner-slider-demo-15 .content a{font-size:8px}
    
    .img-desc-home15{margin-top:-88px;padding:0 25px}
    .img-desc-home15 h3{font-size:24px}
    .img-desc-home15 hr{width:90px;margin:15px 0}
    .img-desc-home15 p{font-size:15px}
    .img-desc-home15 a{font-size:15px}
}

.top-newsletter .newsletter button.subscribe {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #000;
    padding: 0 15px;
    background-color: transparent;
    border: 0;
}
.top-newsletter .newsletter input {
    width: 300px;
    height: 30px;
    border-radius: 0;
    line-height: 16px;
    padding: 7px 50px 7px 15px;
}
.top-newsletter .newsletter label {
    display: none;
}
@media (max-width:1199px){
    .top-newsletter #newsletter{width:270px}
}
@media (max-width:991px){
    .top-newsletter #newsletter{width:160px}
}
@media (min-width: 992px){
    .a-left-sm {
        text-align: left;
    }
    .a-right-sm {
        text-align: right;
    }
}

.owl-banner-carousel .content-17.type1 em{font-size:20px;margin-bottom:-5px;margin-left:9px}
.owl-banner-carousel .content-17.type1 h2{font-size:65px;margin-bottom:0}
.owl-banner-carousel .content-17.type1 p{font-size:37px}
.owl-banner-carousel .content-17.type1 a{font-size:15px}
.owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:11px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;color:#fff;border-radius:50%}
@media (max-width:1199px){
    .owl-banner-carousel .content-17.type1 em{font-size:18px;margin-bottom:-4px;margin-left:8px}
    .owl-banner-carousel .content-17.type1 h2{font-size:58px}
    .owl-banner-carousel .content-17.type1 p{font-size:32px}
    .owl-banner-carousel .content-17.type1 a{font-size:14px}
    .owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;font-size:11px;margin-bottom:3px;margin-left:10px}
}
@media (max-width:991px){
    .owl-banner-carousel .content-17.type1 em{font-size:15px;margin-bottom:-3px;margin-left:6px}
    .owl-banner-carousel .content-17.type1 h2{font-size:50px}
    .owl-banner-carousel .content-17.type1 p{font-size:26px}
    .owl-banner-carousel .content-17.type1 a{font-size:12px}
    .owl-banner-carousel .content-17.type1 a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:3px;margin-left:7px}
}
@media (max-width:767px){
    .owl-banner-carousel .content-17.type1 em{font-size:11px;margin-bottom:-2px;margin-left:4px}
    .owl-banner-carousel .content-17.type1 h2{font-size:28px}
    .owl-banner-carousel .content-17.type1 p{display:none}
    .owl-banner-carousel .content-17.type1 a{display:none}
}

#banner-slider-demo-18 .content-1{position:absolute;left:50%;top:50%;padding:30px 20px 15px;text-align:left;margin-left:-163px;margin-top:-95px}
#banner-slider-demo-18 .content-1>div{display:inline-block;vertical-align:middle}
#banner-slider-demo-18 .content-1>div:first-child{padding-right:10px}
#banner-slider-demo-18 .content-1 p{font-size:23px;line-height:1;margin-bottom:0;margin-left:7px;font-weight:300}
#banner-slider-demo-18 .content-1 h3{font-size:73px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-1 h3 b{font-weight:800;margin-top:-23px;display:block}
#banner-slider-demo-18 .content-1 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-1 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-1 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2{position:absolute;right:28px;bottom:28px;text-align:left}
#banner-slider-demo-18 .content-2>div{display:inline-block;vertical-align:middle;padding:20px 15px}
#banner-slider-demo-18 .content-2>div:first-child{margin:-6px 0;padding-left:25px}
#banner-slider-demo-18 .content-2 p{font-size:20px;line-height:1;margin-bottom:0;margin-left:2px;font-weight:300}
#banner-slider-demo-18 .content-2 h3{font-size:54px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-2 h3 b{font-weight:800}
#banner-slider-demo-18 .content-2 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-2 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-2 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2 a{font-size:13px;margin-right:-10px}
@media (max-width:991px){
    #banner-slider-demo-18 .content-1{padding:25px 15px 10px;margin-left:-122px;margin-top:-75px}
    #banner-slider-demo-18 .content-1>div:first-child{padding-right:7px}
    #banner-slider-demo-18 .content-1 p{font-size:16px;margin-left:5px}
    #banner-slider-demo-18 .content-1 h3{font-size:58px}
    #banner-slider-demo-18 .content-1 h3 b{margin-top:-17px}
    #banner-slider-demo-18 .content-1 em{font-size:14px;margin-right:3px}
    #banner-slider-demo-18 .content-1 h4{font-size:26px}
    #banner-slider-demo-18 .content-1 h5{font-size:14px;margin-top:-2px}
    #banner-slider-demo-18 .content-2{right:20px;bottom:20px}
    #banner-slider-demo-18 .content-2>div{padding:15px 10px}
    #banner-slider-demo-18 .content-2>div:first-child{margin:-2px 0;padding-left:20px}
    #banner-slider-demo-18 .content-2 p{font-size:15px;margin-left:1px}
    #banner-slider-demo-18 .content-2 h3{font-size:38px}
    #banner-slider-demo-18 .content-2 em{font-size:12px;margin-right:2px}
    #banner-slider-demo-18 .content-2 h4{font-size:26px}
    #banner-slider-demo-18 .content-2 h5{font-size:13px;margin-top:-2px}
    #banner-slider-demo-18 .content-2 a{font-size:10px;margin-right:-6px}
}
@media (max-width:640px){
    #banner-slider-demo-18 .content-1{padding:11px 7px 5px;margin-left:-53px;margin-top:-32px}
    #banner-slider-demo-18 .content-1>div:first-child{padding-right:2px}
    #banner-slider-demo-18 .content-1 p{font-size:7px;margin-left:2px}
    #banner-slider-demo-18 .content-1 h3{font-size:22px}
    #banner-slider-demo-18 .content-1 h3 b{margin-top:-6px}
    #banner-slider-demo-18 .content-1 em{font-size:6px;margin-right:1px}
    #banner-slider-demo-18 .content-1 h4{font-size:12px}
    #banner-slider-demo-18 .content-1 h5{font-size:6px;margin-top:-1px}
    #banner-slider-demo-18 .content-2{right:8px;bottom:8px}
    #banner-slider-demo-18 .content-2>div{padding:3px 6px}
    #banner-slider-demo-18 .content-2>div:first-child{margin:-1px 0;padding-left:9px}
    #banner-slider-demo-18 .content-2 p{font-size:7px;margin-left:1px}
    #banner-slider-demo-18 .content-2 h3{font-size:16px}
    #banner-slider-demo-18 .content-2 em{font-size:6px;margin-right:1px}
    #banner-slider-demo-18 .content-2 h4{font-size:12px}
    #banner-slider-demo-18 .content-2 h5{font-size:6px;margin-top:-1px}
    #banner-slider-demo-18 .content-2 a{font-size:6px;margin-right:-3px}
}

.single-images .single-image-label{font-size:17px;text-align:center;color:#818385;line-height:1.4;padding:10px 0;font-weight:600}
.single-images .caption{background-color:#a1a2a3;color:#fff;font-size:14px;line-height:35px;text-align:center}
.single-images .container .image-block a{
    text-decoration: underline;
}
.p_type{
        padding-bottom: 10px;
        font-weight: bold;
    }
#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:256px}
#banner-slider-demo-16 .text-content{text-align:left}
#banner-slider-demo-16 .text-content em{font-size:26.26px;margin:0;margin-bottom:-10px}
#banner-slider-demo-16 .text-content h2{font-size:79.12px;letter-spacing:-4px}
#banner-slider-demo-16 .text-content p {margin:0}
#banner-slider-demo-16 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-16 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
@media (max-width:991px){
    #banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:0}
    #banner-slider-demo-16 .text-content em{font-size:18px;margin:0;margin-bottom:-8px}
    #banner-slider-demo-16 .text-content h2{font-size:60px;letter-spacing:-3px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:18px;padding-left:6px}
    #banner-slider-demo-16 .text-content p a{font-size:12px;padding:8px 20px;margin-left:10px;margin-top:5px}
}
@media (max-width:767px){
    #banner-slider-demo-16 .text-content em{font-size:13px;margin:0;margin-bottom:-5px}
    #banner-slider-demo-16 .text-content h2{font-size:40px;letter-spacing:0px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:14px;padding-left:2px}
    #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:5px;margin-top:5px}
}
@media (max-width:480px){
    #banner-slider-demo-16 .text-content em{font-size:10px;margin-bottom:0}
    #banner-slider-demo-16 .text-content h2{font-size:25px;letter-spacing:0px}
    #banner-slider-demo-16 .text-content p {margin:0}
    #banner-slider-demo-16 .text-content p span{font-size:12px;padding-left:1px;display:block}
    #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:0;margin-top:5px;float:left !important}
}

/*** Header Type 10 - Side Header ***/
.container {
    max-width: 100%;
}
.page-header.type22 {
    background-color: #383734;
}
@media (max-width:1199px) and (min-width:992px){
    .page-header.type10 .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 750px;
    }
}
@media (min-width:992px){
    .page-header.type10 .minicart-wrapper .block-minicart {
        right: auto;
        left: -15px;
    }
    .page-header.type10 .minicart-wrapper .block-minicart:before {
        right: auto;
        left: 26px;
    }
    .page-header.type10 .minicart-wrapper .block-minicart:after {
        right: auto;
        left: 25px;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links {
        float: none;
        display: block;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li {
        display: block;
        color: #fff;
    }        
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > a, header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
        color: #fff;
        border: 0;
        padding: 0 5px;
        display: block;
        border-top: 1px solid #575757;
        line-height: 40px;
    }
    header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
        border-top: 0;
    }
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    header.page-header.type10.fixed-bottom {
        position: fixed;
        top: auto;
        bottom: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}
@media (max-width:992px) and (min-width:768px){
    header.page-header.type10 {
        position: relative;
        width: auto;
        height: auto;
        min-height: 0;
        text-align: left;
        padding: 10px 15px;
    }
    header.page-header.type10 .header.content {
        padding: 0;
    }
    header.page-header.type10 .logo {
        max-width: 110px;
    }
    header.page-header.type10 .custom-block-area {
        display: none;
    }
    header.page-header.type10 .block-search {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0;
    }
    header.page-header.type10 .panel.wrapper {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    header.page-header.type10 .header.panel > .header.links > li > a, header.page-header.type10 .header.panel > .header.links > li > span {
        color: #fff;
    }
    header.page-header.type10 .navigation .level0 > .level-top {
        color: #fff;
        line-height: 42px;
    }
}
/*** Header Type 10 - Side Header ***/

.sticky-header .sw-megamenu.navigation li.level0.fl-right {
    float: none;
}
#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:0;background-color:#404040;font-size:16px;color:#fff;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}
#totop:hover{background-color:#555}

i.ajax-loader{display:inline-block;vertical-align:middle;border:1px solid #08c;border-radius:20px;border-bottom-color:transparent!important}
i.ajax-loader.small{width:16px;height:16px;border-width:2.5px}
i.ajax-loader.large{width:32px;height:32px;border-width:2.5px}
@media (min-width:768px){
    .page-wrapper .page-header.type12 .header.content {
        padding-left: 200px;
    }
    .onepage-category > .columns {
        padding-left: 180px;
        padding-right: 50px;
    }
    #maincontent.onepage-category {
        position: relative;
        padding-top: 50px;
        max-width: 100%
    }
}
.page-wrapper .page-header.type12.sticky-header {
    position: fixed;
    background-color: #000;
    z-index: 6;
    width: 100%;
}
.page-header.type12.sticky-header .header.panel .custom-block > a {
    color: #fff;
}
.page-header.type12.sticky-header .header.panel .search-area > a {
    color: #fff;
}
.page-header.type12.sticky-header .header.panel .top-panel .top-links-area > a {
    color: #fff;
}
.cms-index-index .onepage-category {
    display: flex;
    flex-wrap: wrap;
}

.onepage-category > .category-list {
    width: 80px;
    text-align: left;
    position: relative;
    float: left;
    background: #000;
    padding: 46px 0 146px 0;
    z-index: 5;
}

.onepage-category > .category-list > ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    transition: all 0.3s;
    padding-top: 30px;
    margin-bottom: 0;
}

.onepage-category > .category-list > ul > li:last-child {
    margin-bottom: 0;
}

.onepage-category > .category-list > ul > li > a {
    color: #fff;
    width: auto;
    line-height: 78px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s;
}

.onepage-category > .category-list > ul > li > a > em {
    font-size: 32px;
    width: 80px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.onepage-category > .category-list > ul > li > a > em > img {
    vertical-align: middle;
}

.onepage-category > .category-list > ul > li > a > span {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.onepage-category > .category-list > ul > li > a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    right: -15px;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
    transition: all 0.3s;
}

.onepage-category > .category-list > ul > li > a:hover, .onepage-category > .category-list > ul > li > a.active {
    background-color: #00d59d;
}

.onepage-category > .category-list > ul > li > a:hover > span {
    opacity: 1;
    visibility: visible;
    width: auto;
    padding-right: 50px;
}

.onepage-category > .category-list > ul > li > a:hover:after, .onepage-category > .category-list > ul > li > a.active:after {
    border-left-color: #00d59d;
}

.onepage-category > .category-details {
    float: right;
    width: calc(100% - 100px);
    padding: 0 100px;
    padding-bottom: 146px;
    min-height: 80vh;
}

.onepage-category .category-detail {
    position: relative;
}

.onepage-category .category-detail .title-menu {
    position: relative;
}

.onepage-category .category-detail .title-menu > a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    line-height: 100px;
    display: inline-block;
    font-weight: 300;
    margin-top: 70px;
}

.onepage-category .category-detail .title-menu > a > span {
    display: inline-block;
    vertical-align: middle;
}

.onepage-category .category-detail .title-menu > a.parent:after {
    display: inline-block;
    content: "\f813";
    font-family: "porto-icons";
    margin-left: 18px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}

.onepage-category .category-detail .title-menu > a.parent.opened:after {
    content: "\f810";
}

.onepage-category .category-detail .title-menu > .menu-popup {
    position: absolute;
    left: -25px;
    top: 100%;
    display: none;
    width: calc(100% + 50px);
    z-index: 3;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 50px 0;
}

.onepage-category .category-detail .title-menu > .menu-popup:before {
    content: "";
    border: 8px solid transparent;
    width: 16px;
    height: 16px;
    display: block;
    border-bottom-color: #bebebe;
    position: absolute;
    top: -16px;
    left: 90px;
}

.onepage-category .category-detail .title-menu > .menu-popup:after {
    content: "";
    border: 7px solid transparent;
    width: 14px;
    height: 14px;
    display: block;
    border-bottom-color: #fff;
    position: absolute;
    top: -13px;
    left: 91px;
}

.onepage-category .category-detail .menu-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.onepage-category .category-detail .menu-popup > ul {
    display: flex;
    flex-wrap: wrap;
}

.onepage-category .category-detail .menu-popup > ul > li {
    float: left;
    border-left: 1px solid #bebebe;
    margin: 10px 0;
    padding: 30px 0;
}

.onepage-category .category-detail .menu-popup li.menu-item {
    margin-bottom: 0;
}
.onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 20%;
    padding-left: 4%;
    padding-right: 4%;
}

.onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 0;
    clear: left;
}

.onepage-category .category-detail .menu-popup ul > li> a {
    color: #000;
    font-size: 16px;
    line-height: 2.5;
}

.onepage-category .category-detail .menu-popup > ul > li> a {
    font-weight: 700;
    text-transform: uppercase;
}

.onepage-category .category-detail .products-area {
    margin: 0 -10px;
}

.onepage-category .category-detail .products-area .category-link {
    float: right;
    margin-top: -70px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    min-width: 119px;
    height: 40px;
    border: 2px solid #000;
    color: #000;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s;
}

.onepage-category .category-detail .products-area .category-link:hover {
    background-color: #000;
    color: #fff;
}

.onepage-category .category-detail .products div.item {
    float: left;
    padding: 10px;
}

.onepage-category .category-detail .product-item-photo {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.onepage-category .category-detail .products div.item .product-item-photo {
    width: 100%;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
}

.onepage-category .category-detail .products div.item .product-item-details {
    padding: 15px 0;
    text-align: left;
}

.onepage-category .category-detail .products div.item .product-item-details .product-item-name {
    margin: 0 0 3px 0;
}

.onepage-category .category-detail .products div.item .product-item-details .product-item-name a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.onepage-category .category-detail .products div.item .product-item-details .price-box {
    margin: 0;
}
.onepage-category .category-detail .products div.item .product-item-details .price {
    font-weight: 300;
    font-size: 30px;
}

.onepage-category .category-detail .products div.item .product-item-details .old-price .price {
    font-size: 20px;
}

.onepage-category .category-detail .product-item-photo:before {
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.onepage-category .category-detail .product-item-info:hover .product-item-photo:before {
    opacity: 0.7;
    visibility: visible;
}

.onepage-category .category-detail .product-item-photo .product-item-inner {
    padding: 0;
    z-index: 3;
    left: 15px;
    bottom: 15px;
}

.onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions a, .onepage-category .category-detail .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    margin: 0 1px;
}

.onepage-category .category-detail .product-item .tocart:before {
    font-size: 21px;
    display: inline-block;
}

.onepage-cat.category-list {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
}

body > .onepage-cat.category-list {
    display: none;
}

.onepage-category > .category-list > ul.fixed-top {
    position: fixed;
    left: 0;
    top: 70px;
}

.onepage-category > .category-list > ul.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
}
.onepage-category > .category-list > ul.absolute-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.onepage-category .additional-content img {
    max-width: 100%;
}

.onepage-category .menu-popup a > span {
    position: relative;
}

.onepage-category .menu-popup a > span > span.cat-label {
    top: 3px;
    right: -35px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
    border: 1px solid #777;
    position: absolute;
}

#banner-slider-demo-19 .slide-content h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -6px;
    margin-left: -5px;
}

#banner-slider-demo-19 .slide-content p {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 300;
}

#banner-slider-demo-19 .slide-content a.btn-line {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #000;
    padding: 0 34px;
    height: 57px;
    display: inline-block;
    line-height: 53px;
    border-radius: 8px;
    text-decoration: none;
}

#banner-slider-demo-19 .slide-content a.btn-line:hover {
    color: #fff;
    background-color: #000;
}

.category-description img {
    max-width: 100%;
}
.page-header.type12:not(.sticky-header) .header.panel .block-search input {
    background: transparent;
}
.page-header.type12.sticky-header .header.panel .top-panel .links > li > a, .page-header.type12.sticky-header .header.panel .top-panel .links > li > span {
    color: #fff;
}
.page-header.type12 .logo {
    max-width: 90px;
}
.category-detail .product-item-info:hover .product-item-inner {
    visibility: visible;
    opacity: 1;
}
#giftcard-form input#giftcard-code {
    border-radius: 3px 0 0 3px;
}
#giftcard-balance-lookup .giftcard.info {
    margin-bottom: 15px;
}
.gift-wrapping-item > span {
    background-color: #f2f2f2;
}
#giftcard-form button.action-add, #giftcard-form button.redeem {
    height: 32px;
    line-height: 1;
    font-size: 13px;
}
.account .table-wrapper.balance-history, .account .table-wrapper.reward-history, .account .table-wrapper.balance-history {
    margin-top: 0;
}
.form-addbysku .qty.field .control {
    display: block;
}
.column .block-addbysku .action.add {
    min-width: 32px;
}
.giftcard-account button.primary {
    height: 32px;
    line-height: 1;
}
.form-add-invitations .action.add:before, .column .block-addbysku .action.add:before {
    content: '\f881';
}
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add {
    min-width: 32px;
    margin: 20px 0;
}
.message.info {
    margin-bottom: 20px;
}
.form-giftregistry-edit .field.date input {
    vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:before {
    content: '\f865';
}
.block-category-event {
    border-radius: 5px;
    text-align: left;
    padding: 10px 20px !important;
}
.block-category-event > div {
    display: inline-block;
    vertical-align: middle;
}
.block-category-event > div.event-title {
    padding-right: 50px;
    margin-right: 20px;
}
.block-category-event .event-title em {
    float: left;
    font-size: 30px;
    margin-right: 8px;
    color: #000;
}
.block-category-event .event-title p {
    margin: 0;
    text-transform: uppercase;
}
.block-category-event .event-title h4 {
    margin: 3px 0;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.block-category-event .dates .start:after {
    display: none;
}
.block-category-event .event-ticker .dates .start {
    padding: 0;
}
.block-category-event .event-ticker .dates > div > span {
    display: block;
}
.block-category-event > div.event-ticker {
    text-align: center;
}
.block-category-event > div.event-desc {
    float: right;
    color: #08c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 101px;
    margin-right: 20px;
}
.block-category-event .event-ticker .dates > div > span.desc {
    color: #08c;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .dates > div > span.year-month {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}
.block-category-event .event-ticker .dates > div > span.time {
    padding: 3px 0;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0 0 3px;
}
.block-category-event .event-ticker .dates > div {
    margin: 0 10px;
    display: inline-block;
}
.block-category-event .event-ticker .ticker .value {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .ticker .label {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    min-width: 70px;
}
.block-category-event .event-ticker .ticker li {
    margin: 0 7px;
}
.block-category-event.open > div.event-desc {
    line-height: 65px;
}
@media(max-width:1439px) {
    .page-header.type12 .header.panel .top-panel .top-links-area {
        position: relative;
    }
    .page-header.type12.sticky-header .header.panel .top-panel .links > li > a, .page-header.type12.sticky-header .header.panel .top-panel .links > li > span {
        color: #000;
    }
    .page-header.type12 .header.panel .top-panel .top-links-area > a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links {
        position: absolute;
        left: -10px;
        top: 100%;
        text-align: left;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0,0,0,0.25);
        margin-top: 10px;
        display: none;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links:before {
        content: "";
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
        position: absolute;
        left: 10px;
        top: -12px;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links:after {
        border: 7px solid;
        border-color: transparent transparent #bbb transparent;
        z-index: 98;
        content: "";
        position: absolute;
        left: 9px;
        top: -14px;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links > li {
        float: none;
        white-space: nowrap;
    }
    
    .page-header.type12 .header.panel .top-panel .top-links-area .links > li > a, .page-header.type12 .header.panel .top-panel .top-links-area .links > li > span {
        padding: 0;
    }
}
@media(max-width:1199px) {
    .page-header.type12 .header.content .header.panel {
        margin-top: -13px;
    }
    .page-header.type12 .header.panel .top-panel .search-area {
        margin: 0;
    }
    .page-header.type12 .header.panel .top-panel .search-area > a {
        display: inline-block;
    }
    .page-header.type12 .header.panel .top-panel .search-area > .block-search {
        display: none;
        position: absolute;
        right: -15px;
        top: 100%;
        margin-top: 10px;
    }
    .page-header.type12 .header.panel .top-panel .block-search input {
        background-color: #fff;
    }
    #banner-slider-demo-19 .slide-content h2 {
        font-size: 40px;
        line-height: 0.9;
        letter-spacing: -3px;
        margin-left: -2.5px;
    }

    #banner-slider-demo-19 .slide-content p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    #banner-slider-demo-19 .slide-content a.btn-line {
        font-size: 10px;
        padding: 0 16px;
        height: 30px;
        line-height: 26px;
        border-radius: 4px;
    }
    .onepage-cat.category-list + .main.container {
        padding: 0 50px;
    }

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 11px;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        padding: 10px 2%;
    }

    .onepage-category .category-detail .title-menu > .menu-popup {
        padding: 10px 0;
    }

    .onepage-category .category-detail .title-menu > a {
        margin-top: 46px;
    }
}
@media (max-width: 991px) {
    .block-category-event > div {
        display: block;
        float: none !important;
        text-align: left;
    }
    .block-category-event > div.event-ticker {
        display: inline-block;
        margin: 0 -10px;
    }
    .block-category-event .dates .start, .block-category-event .dates .end {
        display: inline-block !important;
    }
}
@media(max-width:767px) {
    .cms-index-index .page-header.type12 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: transparent;
    }
    .page-header.type12 .header.panel .top-panel .top-links-area, .page-header.type12 .header.panel .top-panel .custom-block, .page-header.type12 .header.panel .top-panel .search-area > a {
        display: none;
    }
    .page-header.type12 .header.panel .top-panel .search-area > .block-search {
        display: inline-block;
        position: static;
        float: right;
        margin: 0;
    }
    .onepage-category, .cms-index-index .onepage-category {
        display: block;
    }

    .onepage-category > .category-list {
        width: auto;
        float: none;
        padding: 0;
        min-height: 0;
        position: static;
    }

    .onepage-category > .category-list > ul {
        padding: 0;
    }

    .onepage-category > .category-list > ul > li {
        margin: 0;
        display: inline-block;
    }

    .onepage-category > .category-list > ul > li > a:hover > span,.onepage-category > .category-list > ul > li > a:after {
        display: none;
    }

    .onepage-cat.category-list + .main.container {
        float: none;
    }

    .onepage-cat.category-list + .main.container {
        padding: 0 15px;
    }

    .onepage-cat.category-list + .main.container {
        width: auto;
    }

    .onepage-category > .category-details {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    .onepage-category > .category-list > ul {
        position: static !important;
    }

    .onepage-category .category-detail .menu-popup > ul {
        display: block;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li {
        width: 50%;
        padding: 10px 15px;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
        border-left: 1px solid #bebebe;
        clear: none;
    }

    .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
        border-left: 0;
        clear: left;
    }

    .onepage-category .category-detail .menu-popup ul > li> a {
        font-size: 14px;
    }
}
.product.info.detailed.sticky .product.data.items > .item.content {
    margin: 0;
}
.product-tabs-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.product-tabs-container.has-sticky-header {
    top: 44px;
}
.product-tabs-container .data.item.title {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}
.product-tabs-container .data.item.title:first-child {
    padding-left: 0;
}
.product-tabs-container .data.item.title > a {
    color: #777;
    padding: 10px 0;
}
.authentication-wrapper {
    line-height: 50px;
    margin-top: 0 !important;
    margin-left: 20px;
}
.filter-options-content .ln_slider_container {width: 93%;margin: 0 7px;}
#ln_slider_price .ui-slider-handle {
    margin-top: -5px;
    background: #08c;
    height: 18px;
    width: 13px;
    border-radius: 5px;
    margin-left: -7px;
}
#ln_slider_price.ui-slider-horizontal {
    height: 7px;
    margin-bottom: 15px;
    background: #1ab2ff;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,.38);
}
#ln_price_attribute {
    padding: 10px 5px;
}
.block-category-list .block-content ol li.item {
    margin: 9px 0;
}
.filter-options-content {
    padding: 15px;
}
.filter-options-content ol.items {
    margin: -9px 0;
}
.sidebar .product-items .product-item-info .product-item-photo img.hover_image {
    display: none;
}
.page-main .block.block-category-list {
    margin-bottom: 14px;
}
.block-category-list .block-title {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    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;
}
.block-category-list .block-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;
}
.block-category-list .block-content .item a {
    color: #777;
}
.block-header-customer-login {
    position: absolute;
    right: 0;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-top: 4px solid #08c;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.block-header-customer-login:before {
    content: "";
    border: 5px solid transparent;
    border-bottom-color: #08c;
    position: absolute;
    top: -14px;
    right: 30px;
}
.block-header-customer-login.open {
    visibility: visible;
    opacity: 1;
}
.authorization-link {
    position: relative;
}
.filter-toggle {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 18px;
    display: none;
}
.loading-mask .loader > img, .ln_overlay img {
    max-width: 32px;
}
.account-nav .nav > li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
}
.account-nav .nav > li > a {
    color: #777;
    padding: 8px 15px;
}
.account-nav .nav > li > a:hover, .account-nav .nav > li > a:focus {
    background: none;
}
.account-nav .nav > li > a:before, .account-nav .nav > li > strong:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 5px;
}
.account-nav .nav > li > strong {
    position: relative;
    display: block;
    padding: 8px 15px;
}
@media(min-width: 768px) {
    .filter-toggle {
        border: 1px solid #ccc;
        font-weight: 400;
        color: #777;
        text-align: center;
        width: auto;
        line-height: 26px;
        background-color: #fff;
        display: block;
        margin-left: 5px;
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        padding: 0 10px;
        display: inline-block;
    }
    .filter-toggle:hover {
        color: #777;
    }
    .filter-toggle.active {
        color: #fff;
        background-color: #08c;
        border-color: #08c;
    }
    .column.main {
        transition: all 0.5s;
    }
    .column.main.toggle-close {
        width: 100% !important;
    }
    .sidebar.sidebar-main {
        transition: all 0.5s;
    }
    .sidebar.sidebar-main.toggle-close {
        margin-left: -300px;
        opacity: 0;
        visibility: hidden;
    }
}
@media(max-width: 767px) {
    .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header) {
        top: 0;
    }
    .product-tabs-container.has-sticky-header.has-mobile-sticky-header {
        top: 64px;
    }
    .block-header-customer-login {
        display: none;
    }
}
.ajax-products{display:flex;padding:0 85px}
.ajax-products > .category-list{border-right:1px solid #dcdcdc;padding:70px 15px}
.ajax-products > .category-list > span{display:block;font-size:20px;font-weight:600;color:gray;margin-bottom:10px}
.ajax-products > .category-list > ul{list-style:none;padding:0}
.ajax-products > .category-list > ul > li{padding:10px 0}
.ajax-products > .category-list > ul > li > a{display:block;text-transform:uppercase;color:#000;font-weight:700;font-size:12px;position:relative;padding-left:20px}
.ajax-products > .category-list > ul > li > a:before{content:"\f87d";font-family:"porto-icons";margin-right:10px;display:inline-block;width:11px;position:absolute;left:0}
.ajax-products > .category-list > ul > li > a.active:before{content:"\f87c"}
.ajax-products > .category-list > ul > li > a > span{display:inline-block}
.ajax-products > .category-list > ul > li > a:hover{text-decoration:none}
.ajax-products > .category-detail{position:relative;min-height:70vh;padding:70px 15px}
.ajax-products > .category-detail > h2{text-align:center;margin:30px 0;font-size:26px;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:10px}
.ajax-products > .category-detail > .ajax_products_loader{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;background-color:rgba(255,255,255,0.5)}
.load-more-area{text-align:center;margin:30px 0}
.load-more-area > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#000;color:#fff;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(0,0,0,0.5)}
.load-more-area > a:hover{text-decoration:none;opacity:.85;color:#fff}
.full-width-image{text-align:center;padding:200px 0;background-size:cover}
.full-width-image > h3{font-size:90px;color:#fff;font-weight:600;letter-spacing:-5px}
.full-width-image > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0}
.full-width-image > a:hover{text-decoration:none;opacity:.85}
#home-content-slider-demo-20 .item > div.content{max-width:40%}
#home-content-slider-demo-20 .item > div.content > h3{color:#fff;font-size:60px;font-weight:600;letter-spacing:-4px;margin-bottom:20px}
#home-content-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
#home-content-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
.full-screen-slider {height: 100vh;}
.full-screen-slider:after {content: "\f110";font-family: "porto-icons";position: absolute;left: 50%;top: 50%;font-size: 20px;margin-top: -18px;margin-left: -10px;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;-webkit-animation: spin 2s infinite linear;animation: spin 2s infinite linear;color: #777;z-index: 1;}
.owl-carousel.owl-loaded {position: relative;z-index: 2;}
.full-screen-slider{position:relative}
.full-screen-slider #banner-slider-demo-20 .item > div.content{text-align:left;position:absolute}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2{line-height:.9;font-size:80px;font-weight:600}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
#banner-slider-demo-20+.owl-thumbs{position:absolute;right:100px;bottom:50px;width:30%;z-index:2}
#banner-slider-demo-20+.owl-thumbs button{width:auto;height:auto;padding:0;border:0;margin:0;float:left;max-width:33.33%;background:none}
#banner-slider-demo-20+.owl-thumbs button img{border:3px solid transparent}
#banner-slider-demo-20+.owl-thumbs button.active img{border-color:#fff;border-color:rgba(255,255,255,0.5)}
.page-header {
    z-index: 5;
    margin-bottom: 10px;
}
.page-header.type13 {
    background: #000;
    border: 0;
}
.page-header.type13 .header.content {
    padding: 25px 85px;
}
.page-header.type13 .logo {
    margin: 0;
}
.page-header.type13 .header.content .header.panel {
    right: 100px;
    top: 50%;
    position: absolute;
    padding: 0;
    margin-top: -13px;
}
.page-header.type13 .header.panel .top-panel {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .bottom-panel {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .top-panel .menu-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.page-header.type13 .header.panel .top-panel .top-links-area {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type13 .header.panel .bottom-panel .search-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 40px 0 20px;
}
.page-header.type13 .header.panel .bottom-panel .search-area .block-search {
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    display: none
}
.page-header.type13 .nav-toggle {
    line-height: 1;
    vertical-align: middle;
    float: none;
}
.page-header.type13 .nav-toggle:before {
    color: #fff;
}
.page-header.type13 .search-toggle-icon {
    color: #fff;
    font-size: 20px;
}
.page-header.type13 .search-toggle-icon .porto-icon-search:before {
    content: '\f87b'
}
.page-header.type13 .header.panel .bottom-panel .search-area .block-search {
    right: -20px;
    margin-top: 15px;
}
.page-header.type13 .block-search .action.search {
    width: 40px;
}
.page-header.type13 .menu-area > .shop-menu {
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
}
.page-header.type13 .menu-area > .shop-menu:hover {
    text-decoration: none;
}
.page-header.type13 .top-links-area > a.top-links-icon {
    display: none;
}
.page-header.type13 .top-links-area > ul.links {
    padding: 0;
}
.page-header.type13 .panel.header .switcher {
    margin-right: 20px;
    float: none;
    vertical-align: middle;
}
.page-header.type13 .switcher strong {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.page-header.type13 .switcher .options .action.toggle:after, .page-header.type13 .switcher .options .action.toggle:hover:after {
    color: #fff;
}
.page-header.type13 .minicart-wrapper {
    vertical-align: middle;
}
.page-header.type13 .minicart-wrapper .action.showcart {
    position: relative;
}
.page-header.type13 .minicart-wrapper .action.showcart:before {
    content: '\f87a';
    color: #fff;
    font-size: 25px;
    line-height: 1;
}
.page-header.type13 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
}
.page-header.type13 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
    background: #fff;
    border-radius: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    top: auto;
    right: -7px;
    bottom: -7px;
    margin: 0;
    padding: 0;
    left: auto;
    display: block;
    min-width: 0;
}
.block-bundle-summary .moved-add-to-links {
    display: block;
    margin-top: 10px;
}
.block-bundle-summary .moved-add-to-links .product-addto-links .action {
    width: 40px;
    height:40px;
    line-height: 38px;
    margin-right:5px;
}
.block-bundle-summary .moved-add-to-links .action.mailto.friend {
    width: 40px;
    height:40px;
    line-height: 38px;
}
@media (min-width:768px) and (max-width: 991px){
    .moved-add-to-links {display: block;margin-top: 15px;}
}
@media (min-width: 768px) {
    .page-header.type13 .panel.header .customer-menu .links > li {
        display: block;
    }
    .page-header.type13 .panel.header .links > li {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .page-header.type13 .panel.header .links > li.greet.welcome {
        display: none;
    }
    .page-header.type13 .block-search input {
        border: 1px solid #ccc;
    }
    .page-header.type13 .panel.header .top-links-area > ul.links > li > a {
        color: #fff;
        margin-right: 20px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 2px;
        display: block;
    }
    .page-header.type13 .sections.nav-sections {
        position: absolute;
        left: -15px;
        top: 100%;
        border: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        min-width: 200px;
    }
    .page-header.type13 .menu-area:hover .sections.nav-sections {
        visibility: visible;
        opacity: 1;
    }
    .page-header.type13 .nav-sections-item-content > .navigation {
        background: #fff;
        border-radius: 5px;
        padding: 5px 0;
        margin-top: 15px;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 {
        display: block;
        margin: 0;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 > a {
        display: block;
        font-size: 11px;
        font-weight: 400;
        color: #777;
        padding: 10px 30px 10px 5px;
        text-transform: none;
        margin: 0 8px;
        line-height: 1;
        position: relative;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 > a:hover {
        background-color: #f4f4f4;
    }
    .page-header.type13 .navigation .level0.parent > a:after {
        line-height: 1;
        content: '\f801';
        position: absolute;
        right: 5px;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0 {
        position: relative !important;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0.fullwidth > .submenu, .page-header.type13 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
    }
    .page-header.type13 .sw-megamenu.navigation li.level0.classic:hover > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
        margin-left: -8px !important;
    }
}
@media (max-width: 991px) {
    .page-header.type13 .header.content {
        padding: 25px 15px;
    }
    .page-header.type13 .header.content .header.panel {
        right: 15px;
    }
    .page-header.type13 .header.panel .bottom-panel .search-area {
        margin: 0;
        margin-right: 20px;
    }
    .full-screen-slider #banner-slider-demo-20 .item > div.content > h2 {
        font-size: 45px;
    }
    .full-screen-slider #banner-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    #home-content-slider-demo-20 .item > div.content > h3 {
        letter-spacing: 0;
        font-size: 25px;
        margin-bottom: 10px;
    }
    #home-content-slider-demo-20 .item > div.content > a {
        font-size: 10px;
        padding: 10px 20px;
        margin: 10px 0;
    }
	
}
@media (max-width: 767px) {
    .page-header.type13 .logo img {
        height: 30px;
        width: auto;
    }
    .page-header.type13 .nav-toggle {
        display: inline-block;
    }
    .page-header.type13 .header.panel .top-panel .menu-area > a {
        display: none;
    }
    .page-header.type13 .sections.nav-sections {
        display: block;
    }
    .page-header.type13 .nav-sections .header.links, .page-header.type13 .nav-sections .switcher {
        display: block;
    }
    .page-header.type13 .switcher strong, .page-header.type13 .switcher .options .action.toggle:after, .page-header.type13 .switcher .options .action.toggle:hover:after {
        color: #777;
    }
    .page-header.type13 .minicart-wrapper {
        margin-top: 0;
    }
    #banner-slider-demo-20+.owl-thumbs {
        width: 50%;
        right: 25%;
    }
    #home-content-slider-demo-20 .item > div.content > p {
        display: none;
    }
    #home-content-slider-demo-20 .item > div.content > a {
        display: none;
    }
    .ajax-products {
        display: block;
    }
    .ajax-products > .category-list {
        border-right: 0;
        padding: 30px 15px;
    }
    .ajax-products > .category-list > ul > li {
        display: inline-block;
        margin-right: 30px;
    }
    .ajax-products > .category-detail {
        padding-top: 0;
        min-height: 70vh;
    }
    .load-more-area > a,.full-width-image > a {
        font-size: 8px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    .full-width-image {
        padding: 100px 0;
    }
    .full-width-image > h3 {
        font-size: 35px;
        letter-spacing: -1px;
    }
    .page-header.type13 .search-toggle-icon {
        display: none;
    }
    .page-header.type13 .block-search .label:before {
        color: #fff;
        content: '\f87b';
    }
    .page-header.type13 .header.panel .bottom-panel .search-area {
        position: static;
    }
    .page-header.type13 .header.panel .bottom-panel .search-area .block-search {
        display: inline-block;
        margin: 0;
        position: static;
    }
    .page-header.type13 .block-search .label {
        float: none;
    }
    .page-header.type13 .block-search .label + .control input {
        position: absolute;
        left: -9999px;
        min-width: 200px;
    }
    .page-header.type13 .block-search .label.active + .control input {
        left: auto;
        right: 0;
    }
}
ul.scene{width:100%;height:100%}
ul.scene > li.layer{width:100%;height:100%}
.animation-wave{-webkit-animation: wave 20s 0.1s infinite linear;-moz-animation: wave 20s 0.1s infinite linear;animation: wave 20s 0.1s infinite linear}
.animation-spin {
  -moz-animation: spin 20s infinite linear;
  -o-animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

.product-reviews-summary.empty .reviews-actions:before {
    content: '\f844' '\f844' '\f844' '\f844' '\f844';
    display: inline-block;
    vertical-align: middle;
    font-family: "porto-icons";
    color: #c3c5c9;
    letter-spacing: 3px;
    font-size: 12px;
}
.product-labels {
    z-index: 4;
}
.product-item-photo:hover .product-image-photo.hover_image {
    z-index: 3;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    z-index: 4;
}
.product-social-links .at-style-responsive .at-share-btn {
    padding: 0;
}
.product-social-links .at-resp-share-element .at-share-btn:focus, .product-social-links .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none;
    transform: none;
}
.product-social-links .at-resp-share-element .at-share-btn {
    margin: 0 4px;
}
.product-social-links .addthis_inline_share_toolbox {
    margin: 15px 0 15px -4px;
}
#at-expanded-menu-host .at-expanded-menu-load {
    line-height: 1;
    height: auto;
}
#at-expanded-menu-host .at-expanded-menu-service-list button {
    height: auto;
}
.gallery-placeholder .loader img {
    display: none;
}
.loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
}
.minicart-wrapper .action.showcart .counter.qty .loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    margin-top: -12px;
    margin-left: -8px;
    color: #777;
}
.loading-mask {
    background: transparent;
}
.product-item-photo>a:not(.weltpixel-quickview):before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-top: -14px;
    margin-left: -10px;
    color: #777;
    z-index: 1;
}
.product-image-photo.default_image {
    position: relative;
    z-index: 2;
}
.filter-content .ln_overlay {
    display: none !important;
}
.ln_overlay {
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display:none;
}
.ln_overlay .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.infinite-loader {
    text-align: center;
    margin: 20px 0;
}
.infinite-loader .loading {
    line-height: 30px;
    display: none;
}
.infinite-loader .loading i.ajax-loader {
    margin-right: 15px;
    width: 16px;
    height: 16px;
    border-width: 2.5px;
}
.infinite-loader .btn-load-more {
    display: none;
    color: #333;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .limiter {
    float: none;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .pages {
    display: none;
}
.owl-item.loading .product-item-photo {
    min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-search {
        max-width: 240px;
		margin-left:26px !important;
		left:
    }
}
.owl-theme.owl-bottomright-narrow .owl-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 25px;
    background: #000;
    border-radius: 0;
    margin: 1px 1px 1px 0;
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    opacity: 1;
}


.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 .loading-mask {

}
.page-header.header-newskin .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
    right:-20px;
}
.page-header.header-newskin .minicart-wrapper .block-minicart:before,
.page-header.header-newskin .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.page-header.header-newskin .minicart-wrapper .block-minicart:before {
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
    right: 45.7px;
    top: -20px;
}
.page-header.header-newskin .minicart-wrapper .block-minicart:after {
    border: 11px solid;
    border-color: transparent transparent #f0f0f0 transparent;
    z-index: 2;
    right: 45px;
    top: -22px;
    left: auto;
}
.page-header.header-newskin .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 31px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart {
    line-height: 40px;
}
.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.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before {
    line-height: 39px;
}
.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;
}
header.page-header.type14 {
    background-color: #0f0f0f;
    position: relative;
    border: 0;
    z-index: 4;
}
header.page-header.type14 .header.content {
    display: block;
    vertical-align: middle;
    padding: 35px 85px;
    max-height: 120px;
}
header.page-header.type14 .header.content > .logo {
    display: block;
    padding: 0 15px;
    margin: 0 50px 0 0;
    float: left;
    z-index: 6;
}
header.page-header.type14 .logo img {
    height: 50px;
    width: auto;
}
header.page-header.type14 .panel.header {
    position: absolute;
    right: 300px;
    top: 50%;
    margin-top: -12px;
    z-index: 6;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}
header.page-header.type14 .panel.header .top-panel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
header.page-header.type14 .panel.header .bottom-panel {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .panel.header .links {
    list-style: none;
    padding: 0;
    color: #ccc;
    font-family: "Oswald";
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
header.page-header.type14 .panel.header .links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
header.page-header.type14 .panel.header .links > li > a {
    color: #ccc;
    text-decoration: none;
}
header.page-header.type14 .panel.header .links > li > a:hover {
    color: #fff;
}
header.page-header.type14 .panel.header .links > li > *:not(.no-display):not(div) {
    padding: 0 8px;
}
header.page-header.type14 .panel.header .links > li:first-child > * {
    padding-left: 0;
}
header.page-header.type14 .panel.header .search-area {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 30px;
    position: relative;
}
header.page-header.type14 .search-area .search-toggle-icon {
    font-family: "Oswald";
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}
header.page-header.type14 .search-area .search-toggle-icon span {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .search-area .search-toggle-icon i.porto-icon-search {
    margin-right: 10px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
header.page-header.type14 i.porto-icon-search:before {
    content: "\f880";
}
header.page-header.type14 .panel.header .block-search {
    display: none;
    position: absolute;
    top: -7px;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
}
header.page-header.type14 .block-search input {
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #ccc;
    font-family: "Oswald";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ccc;
    min-width: 300px;
}
header.page-header.type14 .block-search .action.search:before {
    content: "\f880";
    color: inherit;
}
header.page-header.type14 .block-search .action.search {
    width: 40px;
    text-align: center;
    color: #fff;
}
header.page-header.type14 .minicart-wrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background-color: #0f0f0f;
    height: 100%;
    width: 280px;
    text-align: center;
}
header.page-header.type14 .minicart-wrapper.active {
    position: fixed;
    height: 120px;
}
header.page-header.type14 .minicart-wrapper .action.showcart {
    display: block;
    text-align: center;
}
header.page-header.type14 .minicart-wrapper .action.showcart:before {
    content: "\f881";
    color: #ccc;
    font-size: 25px;
    line-height: 120px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    padding: 0;
    font-family: "Oswald";
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
    letter-spacing: 1px;
    line-height: 20px;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter-number {
    display: inline-block;
    vertical-align: middle;
}
header.page-header.type14 .minicart-wrapper .action.showcart .counter-label {
    height: auto;
    width: auto;
    position: static;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}
header.page-header.type14 .minicart-wrapper .block-minicart {
    right: 0;
    top: 100%;
    border: 0;
    margin: 0;
    width: 280px;
    height: calc(100vh - 100%);
    overflow: auto;
    color: #000;
}
header.page-header.type14 .minicart-wrapper .block-minicart:before {
    display: none;
}
header.page-header.type14 .minicart-wrapper .action.close {
    opacity: 1;
}
header.page-header.type14 .minicart-wrapper .action.close:before {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
header.page-header.type14 .block-header-customer-login {
    border: 0;
    margin-top: 20px;
}
header.page-header.type14 .block-header-customer-login button {
    font-family: "Oswald";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
header.page-header.type14 .block-header-customer-login input {
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
}
header.page-header.type14 .block-header-customer-login:before {
    border-bottom-color: #fff;
    top: -10px;
}
header.page-header.type14 .minicart-wrapper.active {
    position: fixed;
    right: 0;
    top: 0;
}
header.page-header.type15 {
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 0;
    z-index: 4;
    border-bottom: 1px solid rgba(60,60,60,0.1);
}
.page-header.type15 {
    background-image: url(../../frontend/Smartwave/porto/en_US/images/page-header2.jpg);
    background-repeat: repeat;
}
header.page-header.type15 .header > .logo {
    float: left;
    width: 20%;
    margin: 30px 0;
    max-width: 100%;
}
header.page-header.type15 .minicart-wrapper {
    max-width: 71px;
}
header.page-header.type15 .minicart-wrapper .action.showcart {
    height: 52px;
    padding: 0 15px;
    line-height: 49px;
}
header.page-header.type15 .minicart-wrapper .action.showcart:before,
header.page-header.type15 .minicart-wrapper .action.showcart.active:before {
    content: '\e878';
    color: #fff;
    font-size: 27px;
    display: inline-block;
    height: 52px;
    line-height: 52px;
}
header.page-header.type15 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    font-family: 'Oswald';
    font-size: 15px;
    text-transform: capitalize;
    color: #c0bebb;
    letter-spacing: 0.03em;
    font-weight: 300;
    line-height: 49px;
    margin: 0 0 0 5px;
    min-width: auto;
    height:auto;
    width: auto;

}
header.page-header.type15 .minicart-wrapper .action.showcart .counter-number {
    position: absolute;
    font-family: "Poppins";
    font-size: 11px;
    text-align: center;
    color: #fff;
    background-color: #ff4052;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    line-height: 16px;
    top: 13px;
    left: 32px;
}
header.page-header.type15 .minicart-wrapper .action.showcart .counter-label {
    position: static;
}
header.page-header.type15 .minicart-wrapper .block-minicart {
    border-top-color: #fff;
}
header.page-header.type15 .minicart-wrapper .block-minicart:before {
    border-bottom-color: #fff;
}
header.page-header.type15 .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
    font-family: 'Oswald';
    font-size: 17px;
}
header.page-header.type15 .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
header.page-header.type15 .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
    font-family: 'Oswald';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
header.page-header.type15 .minicart-wrapper .minicart-items .product-item-details .price {
    font-family: 'Oswald';
    font-size: 13px;
}
header.page-header.type15 .minicart-wrapper .minicart-items .product-item-details {
    padding-top: 0;
    padding-bottom: 0;
}
.page-header.type16 .logo {
    margin: 28px 0;
}
.page-header.type16 .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    width: 58px;
}
.page-header.type16 .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 37px;
    color: #606669;
}
.page-header.type16 .minicart-wrapper .action.showcart:before,
.page-header.type16 .minicart-wrapper .action.showcart.active:before {
    font-size: 33px;
    line-height: 40px;
}
.page-header.type16 .minicart-wrapper .action.showcart .counter.qty {
    font-size: 10px;
    color: #fff;
    background-color: #ed5348;
    right: 19px;
    margin-top: -21px;
}
.page-header.type16 .minicart-wrapper .block-minicart {
    right: -15px;
}
.page-header.type17 {
    background-color: #0083c1;
    color: #fff;
    border-top-width: 0;
}
.page-header.type17 .switcher strong {
    font-weight: 600;
}
.page-header.type17 .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
}
.page-header.type17 .minicart-wrapper .action.showcart {
    line-height: 37px;
    color: #606669;
}
.page-header.type17 .minicart-wrapper .action.showcart:before, .page-header.type17 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
}
.page-header.type17 .minicart-wrapper .action.showcart .counter.qty {
    background-color: #f17734;
    right: 17px;
    margin-top: -16px;
}
.page-header.type17 .minicart-wrapper .action.showcart:after {
    color: #bde1f5;
    -webkit-font-smoothing: inherit;
}
.page-header.type17 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type17 .minicart-wrapper .loading-mask {

}
.page-header.type17 .minicart-wrapper .block-minicart {
    right: 0;
    margin: 0;
}
.page-header.type17 .minicart-wrapper .block-minicart:before,
.page-header.type17 .minicart-wrapper .block-minicart:after {
    display: none;
}
.page-header.type18 {
    background-color: #fff;
    color: #4a4a4a;
    border-top-width: 0;
}
.page-header.type18 > .main-panel-top {
    background-color: #fff;
    border-bottom: solid 1px #eeeeee;
}
.page-header.type18 .panel.header .header.links > li > a {
    border: none;
    color: #4a4a4a;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.page-header.type18 .panel.header .header.links > li > span {
    color: #4a4a4a;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.page-header.type18 .panel.wrapper {
    background-color: transparent;
    color: #bde1f5;
}
.page-header.type18.sticky-header .minicart-wrapper {
    bottom: auto;
}
.page-header.type18 .minicart-wrapper .action.showcart:before {
    content: '\f881';
    font-size: 24px;
}
.page-header.type18 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    padding: 0;
    font-family: "Oswald";
    font-size: 13px;
    font-weight: 400;
    color: #111111;
    letter-spacing: 0.025em;
    margin-top: 6px;
}
.page-header.type18 .minicart-wrapper .action.showcart .counter-number {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type18 .minicart-wrapper .action.showcart .counter-label {
    height: auto;
    width: auto;
    position: static;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}
.page-header.type18 .minicart-wrapper .loading-mask {
    left: -9px;
    height: 40px;
    top: 0;
    bottom: auto;
}
.page-header.type18 .minicart-wrapper .block-minicart:before,
.page-header.type18 .minicart-wrapper .block-minicart:after {
    display: none;
}
.page-header.type18 .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
    right: 0;
    margin: 0;
}
.page-header.type19 .panel.wrapper {
    background-color: #65829D;
    color: #fff;
}
.page-header.type19 {border: none;}
.page-header.type19 .panel.header .header.links {
    color: #c4d0dc;
}
.page-header.type19 .panel.header .header.links > li > a {
    color: #c4d0dc;
    border: none;
}
.page-header.type19 .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 37px;
    color: #606669;
}
.page-header.type19 .minicart-wrapper .action.showcart:before,
.page-header.type19 .minicart-wrapper .action.showcart.active:before {
    font-size: 33px;
    line-height: 40px;
}
.page-header.type19 .minicart-wrapper .action.showcart:after {
    right: 0;
    top: 1px;
}
.page-header.type19 .minicart-wrapper .block-minicart {
    right: -15px;
}
.page-header.type19 .minicart-wrapper .action.showcart .counter.qty {
    right: 19px;
    margin-top: -21px;
}
.cms-index-index .page-header.type20 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
    border: 0;
}
.page-header.type20 {
    position: relative;
    border-top: none;
    background-color: #1e1e1e;
    padding-bottom: 10px;
}
.page-header.type20 .logo {
    display: block;
    margin: 20px 25px 25px 0;
    float: left;
}
.page-header.type20 .minicart-wrapper {
    margin-left: 13px;
    margin-right: 10px;
}
.page-header.type20 .minicart-wrapper .action.showcart:before,
.page-header.type20 .minicart-wrapper .action.showcart.active:before {
    content: '\e87f';
    font-size: 23px;
    line-height: 26px;
}
.page-header.type20 .minicart-wrapper .action.showcart .counter.qty {
    font-size: 10px;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    right: 16px;
    margin-top: -16px;
}
.cms-index-index .page-header.type21 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
    border: 0;
}
.page-header.type21 {
    position: relative;
    border-top: none;
    background-color: #1e1e1e;
}
.page-header.type21 .logo {
    margin: 0;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 4;
}
.page-header.type22 .minicart-wrapper {
    position: relative;
    width: 58px;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 7px;
}
.page-header.type22 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type22 .minicart-wrapper .block-minicart {
    border: solid 1px #f0f0f0;
    box-shadow: 0 5px 8px -2px rgba(0,0,0,0.25);
    left:-25px;
}
.page-header.type22 .minicart-wrapper .block-minicart:before,
.page-header.type22 .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.page-header.type22 .minicart-wrapper .block-minicart:before {
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
    left: 28.7px;
    top: -20px;
}
.page-header.type22 .minicart-wrapper .block-minicart:after {
    border: 11px solid;
    border-color: transparent transparent #f0f0f0 transparent;
    z-index: 2;
    left: 28px;
    top: -22px;
    right: auto;
}
.page-header.type22 .minicart-wrapper .action.showcart {
    position: relative;
    padding: 0 25px 0 0;
    line-height: 31px;
}
.page-header.type22.sticky-header .minicart-wrapper .action.showcart {
    line-height: 40px;
}
.page-header.type22 .minicart-wrapper .action.showcart:before,
.page-header.type22 .minicart-wrapper .action.showcart.active:before {
    content: '\e87f';
    font-size: 29px;
    line-height: 32px;
    color: #b0b0b0;
}
.page-header.type22.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.type22.sticky-header .minicart-wrapper .action.showcart.active:before {
    line-height: 37px;
}
.page-header.type22 .minicart-wrapper .action.showcart:after {
    content: "\f803";
    font-family: 'porto-icons';
    position: absolute;
    right: 0;
    top: 1px;
    color: #b0b0b0;
}
.page-header.type22 .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.type23 .minicart-wrapper .action.showcart:after {
    color: #606669;
}
.page-header.type23 .minicart-wrapper .action.showcart:before,
.page-header.type23 .minicart-wrapper .action.showcart.active:before {
    font-size: 19px;
}
.page-header.type23 .minicart-wrapper .action.showcart .counter.qty {
    width: 13px;
    height: 13px;
    line-height: 15px;
    margin-top: -12px;
    right: 15px;
    font-size: 9px;
}
.page-header.type23 .minicart-wrapper .action.showcart {
    padding: 0 22px 0 0;
}
.page-header.type23 .minicart-wrapper .block-minicart:before {
    right: 41.7px;
}
.page-header.type23 .minicart-wrapper .block-minicart:after {
    right: 41px;
}
.page-header.type24 {border:none;}
.page-header.type25 .header.content {
    background-color: #fff;
}
.page-header.type25 .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -16px;
}
.page-header.type25 .minicart-wrapper .action.showcart {color: #fff;}
.page-header.type25 .minicart-wrapper .action.showcart:before,
.page-header.type25 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
}
.page-header.type25 .minicart-wrapper .action.showcart .counter.qty {
    right: 18px;
    margin-top: -18px;
    background-color: #f45b91;
}
.page-header.type25 .minicart-wrapper .block-minicart {right: -15px;}
.page-header.type25.sticky-header .minicart-wrapper .action.showcart {color: #999;}
.page-header.type25.sticky-header .minicart-wrapper .action.showcart:before, .page-header.type25.sticky-header .minicart-wrapper .action.showcart.active:before {color: #465157;}
.column.main > .custom-block {
    display: none;
}
.cms-index-index .page-header.type26 {background-color: transparent;position: absolute;width: 100%;}
.page-header.type26 {
    background: #000;
    border: 0;
    margin: 0;
}
.page-header.type26 .header.content {
    padding: 25px 85px;
}
.page-header.type26 .logo {
    margin: 0;
    position:absolute;
    left:85px;
    top:23px;
    padding: 5px 0;
}
.page-header.type26 .header.content .header.panel {
    position: relative;
    text-align: center;
    max-width: 100%;
    padding: 13px 0 15px;
}
.page-header.type26 .header.panel .top-panel {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type26 .header.panel .top-panel .custom-block {
    display: inline-block;
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    vertical-align: middle;
}
.page-header.type26 .header.panel .top-panel .custom-block span {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type26 .header.panel .bottom-panel {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top:9px;
    text-align: left;
}
.page-header.type26 .header.panel .top-panel .menu-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.page-header.type26 .header.panel .top-panel .top-links-area {
    display: inline-block;
    vertical-align: middle;
}
.page-header.type26 .header.panel .bottom-panel .search-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 18px 0 20px;
}
.page-header.type26 .header.panel .bottom-panel .search-area .block-search {
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    display: none
}
.page-header.type26 .nav-toggle:before {
    color: #fff;
}
.page-header.type26 .search-toggle-icon {
    font-size: 20px;
}
.page-header.type26 .search-toggle-icon .porto-icon-search:before {
    content: '\f87b'
}
.page-header.type26 .header.panel .bottom-panel .search-area .block-search {
    right: -20px;
    margin-top: 15px;
}
.page-header.type26 .block-search .action.search {
    width: 40px;
}
.page-header.type26 .menu-area > .shop-menu {
    font-family: 'Oswald';
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    display: block;
}
.page-header.type26 .menu-area > .shop-menu:hover {
    text-decoration: none;
}
.page-header.type26 .top-links-area > a.top-links-icon {
    display: none;
}
.page-header.type26 .top-links-area > ul.links {
    padding: 0;
}
.page-header.type26 .panel.header .switcher {
    margin-right: 20px;
    float: none;
    vertical-align: middle;
}
.page-header.type26 .switcher .options .action.toggle:after, .page-header.type26 .switcher .options .action.toggle:hover:after {
    color: #fff;
}
.page-header.type26 .minicart-wrapper {
    vertical-align: middle;
}
.page-header.type26 .minicart-wrapper .action.showcart {
    position: relative;
}
.page-header.type27 {
    background-color: #1fc0a0;
    color: #fff;
    border-top-width: 0;
}
.page-header.type27 .switcher strong {
    font-weight: 600;
}
.page-header.type27 .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
}
.page-header.type27 .minicart-wrapper .action.showcart {
    line-height: 37px;
    color: #606669;
}
.page-header.type27 .minicart-wrapper .action.showcart:before, .page-header.type27 .minicart-wrapper .action.showcart.active:before {
    color: #fff;
    font-size: 29px;
    line-height: 40px;
}
.page-header.type27.sticky-header .minicart-wrapper .action.showcart:before, .page-header.type27.sticky-header .minicart-wrapper .action.showcart.active:before,.page-header.type27.sticky-header .minicart-wrapper .action.showcart:after {
    color:#151515;
}
.page-header.type27 .minicart-wrapper .action.showcart .counter.qty {
    background-color: #ed5348;
    right: 18px;
    margin-top: -18px;
}
.page-header.type27 .minicart-wrapper .action.showcart:after {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.page-header.type27 .minicart-wrapper .action.close {
    top: 5px;
}
.page-header.type27 .minicart-wrapper .loading-mask {

}
.page-header.type27 .minicart-wrapper .block-minicart {
    right: 0;
    margin: 0;
}
.page-header.type27 .minicart-wrapper .block-minicart:before,
.page-header.type27 .minicart-wrapper .block-minicart:after {
    display: none;
}
.weltpixel-quickview-catalog-product-view .column.main > .custom-block, .weltpixel-quickview-catalog-product-view .addthis-smartlayers {
    display: none;
}
.product-item-photo {
    min-height: 50px;
}
.form-find-area { border-top: solid 2px #1fc0a0;box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);padding: 40px 40px 38px;}
.form-find-area .form-title {font-family: 'Oswald';font-size: 22px;line-height: 35px;font-weight: 400;text-align: center;text-transform: uppercase;color: #151515;margin:0 0 5px;}
.form-find-area form {width: 100%;}
.form-find-area select {width: 100%;color: #747474;font-size: 13.5px;margin: 11px 0;border-radius: 5px;padding: 0 15px;height: 47px;}
.list-category .group .content {position:relative;margin:15px 0;}
.list-category .group .content img {width: 100%;}
.list-category .group .content h3 {position:absolute;bottom:0;left: 0; display: inline-block; background-color:#242424;font-size: 22px;font-family: 'Oswald';text-transform: uppercase;color:#fff;font-weight: 400;padding: 5px 15px;margin:0;}
.offer-deal .item {position:relative;}
.offer-deal .item img {max-width: 100%;}
.offer-deal .item .content h3 {margin: 0 0 5px;}
.offer-deal .item .content h3 a{font-family: 'Oswald';font-size: 49px;font-weight: 600;line-height: 35px;text-transform: uppercase;color:#151515;text-decoration: none;}
.offer-deal .item .content p{font-family: 'Oswald';font-size: 26px;font-weight: 400;line-height: 35px;text-transform: uppercase;color:#4c4c4c;}
.offer-deal .item .content .btn-default {font-family: 'Oswald';font-size: 15px;font-weight: 400;text-transform: uppercase;padding: 10px 25px;margin-top: 15px;}
.offer-deal .item .content .btn-default:hover {background-color: inherit;}
.subscribe-form .content h3 {font-family: 'Oswald';font-size: 35px;font-weight: 600;color:#151515;text-transform: uppercase;margin: 0 0 5px;}
.subscribe-form .content p {font-family: 'Oswald';font-size: 20px;font-weight: 400;color:#151515;text-transform: uppercase;}
.subscribe-form .validation-advice {
    position: absolute;
}
.subscribe-form  .block.newsletter {
    width: auto;
    max-width: 475px;
    display: inline-block;
    vertical-align: middle;
}
.subscribe-form .block.newsletter .control:before {
    line-height: 44px;
    margin-left: 20px;
}
.subscribe-form .block.newsletter .control {
    position: relative;
}
.subscribe-form .block.newsletter .control input {
    background-color: #fff;color: #686865;height: 44px;border: none;font-size: 14px;padding-left: 50px;float: left;max-width: 475px;width: 100%;border-radius: 5px 0 0 5px;padding-right: 0;margin-right: 0;
}
.subscribe-form .block.newsletter .control div.mage-error {
    position: absolute;
    bottom: -65px;
}
.subscribe-form .block.newsletter .actions .action.subscribe {
    height: 44px;line-height: 44px;padding: 0 20px;text-transform: uppercase;border-radius: 0 5px 5px 0;opacity: 1;background-color: #1fc0a0;
}
.filter-title strong {
    color: transparent !important;
    position: fixed;
    top:30%;
    left: -1px;
    width: 51px;
    height: 47px;
    border: #dcdcda solid 1px !important;
    background-color: #f5f5f5;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer; 
    line-height: 26px;
    z-index: 9;
}
.filter-title strong:before {
    content: '\f1de';
    font-family: 'porto-icons';
    font-size: 27px;
    color: #818181;
    line-height: 30px;
    display: block;
    -webkit-font-smoothing: antialiased; 
}
@media (min-width: 768px) {
    .column.main > .custom-block {
        display: block;
        width: 25%;
        float: right;
        padding-left: 30px;
    }
    body:not(.weltpixel-quickview-catalog-product-view).column.main > .custom-block + .product-info-main {
        width: 40.33%;
    }
    .block-search {
        z-index: 7;
			
    }
    .page-header.header-newskin.sticky-header .nav-sections {
        background-color: #fff;
    }
    .page-header.header-newskin .nav-sections {pointer-events: none;}
    .page-header.header-newskin .navigation .level0 {
        margin-right: 3px;
        color: #161616;
        text-align: left;
        pointer-events: all;
    }
    .page-header.header-newskin .navigation .level0 > .level-top {
        color: inherit;
        padding: 0 12px;
        line-height: 42px;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.025em;
    }
    .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 7px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 100%;
        margin-top: -14px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.1s;
    }
    .page-header.header-newskin .navigation:not(.side-megamenu) li.level0.parent:hover a.level-top:before {
        visibility: visible;
        opacity: 1;
    }
    .page-header.header-newskin .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #434d53;
        padding: 0 5px;
    }
    .page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
    .page-header.header-newskin .navigation li.level0.classic .submenu a,
    .page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    header.page-header.type14 .panel.header .switcher {
        font-family: "Oswald";
        margin-right: 15px;
        height: auto;
        float: none;
    }
    header.page-header.type14 .switcher strong {
        font-weight: 700;
        font-size: 11px;
        color: #ccc;
        line-height: 1;
        text-transform: uppercase;
        vertical-align: middle;
        letter-spacing: 1px;
    }
    header.page-header.type14 .switcher .options .action.toggle:after {
        line-height: 12px;
        color: #ccc;
        vertical-align: middle;
    }
    header.page-header.type14 .switcher .options {
        font-size: 12px;
        display: block;
    }
    header.page-header.type14 .nav-sections {
        border: 0;
        display: block;
        padding: 10px 0;
        margin-top: 2px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        border: 0;
        margin-top: 20px !important;
        padding: 40px 35px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.classic > .submenu {
        border: 0;
        margin-top: 20px !important;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.classic .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        padding: 5px 0;
    }
    header.page-header.type14 .nav-sections-item-content > .navigation {
        z-index: initial;
    }
    header.page-header.type14 .navigation li.level0 > a {
        height: 30px;
        line-height: 30px;
        color: #ccc;
        font-family: "Oswald";
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 1px;
    }
    header.page-header.type14 .navigation li.level0.parent > a:after {
        line-height: 30px;
    }
    header.page-header.type14 .navigation li.level0:hover > a {
        color: #fff;
    }
    header.page-header.type14 .navigation li.level0.parent > a {
        position: relative;
    }
    header.page-header.type14 .navigation li.level0.parent > a:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 5px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        transition: 0.2s opacity;
    }
    header.page-header.type14 .navigation li.level0.parent:hover > a:before {
        visibility: visible;
        opacity: 1;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu:before, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu:before, header.page-header.type14 .sw-megamenu.navigation li.level0.classic > .submenu:before {
        width: 100%;
        height: 20px;
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 0;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        padding: 0;
        border-bottom: 2px solid #000;
        text-decoration: none;
        font-family: "Oswald";
        padding-bottom: 7px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a:hover > span, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a:hover > span {
        text-decoration: none;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        padding: 10px;
    }
    header.page-header.type14 .navigation .level0.classic .submenu a {
        font-family: "Oswald";
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 20px;
        line-height: 1;
        white-space: nowrap;
    }
    header.page-header.type14 .navigation .level0.classic .submenu li:hover > a {
        background-color: #000;
        color: #fff;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
        top: -5px;
    }
    header.page-header.type14 .switcher .options ul.dropdown {
        margin-top: 20px;
    }
    header.page-header.type14 .switcher .options .action.toggle.active, header.page-header.type14 .switcher .options .action.toggle.active:after, header.page-header.type14 .switcher .options .action.toggle.active strong {
        color: #fff;
    }

    header.page-header.type15.sticky-header .nav-sections {
        background-color: #999592;
        padding: 8px 0 !important;
    }
    header.page-header.type15.sticky-header .navigation > ul {
        text-align: left;
        padding-right: 70px;
    }
    .sw-megamenu.navigation li.level0.fullwidth > .submenu > .container, .sw-megamenu.navigation li.level0.staticwidth > .submenu > .container{
        padding: 0;
        width: 100%;
    }
    header.page-header.type15.sticky-header .minicart-wrapper .action.showcart .counter-label {
        display: none;
    }
    header.page-header.type15.sticky-header .minicart-wrapper .action.showcart:before {
        line-height: 43px;
    }
    header.page-header.type15.sticky-header .minicart-wrapper .action.showcart .counter-number {
        top: 8px;
    }
    header.page-header.type15 .top-links-area {
        padding: 0;
    }
    header.page-header.type15 .header.links {
        width: 100%;
        padding: 16px 16px 0 0;
        border-bottom: 1px solid rgba(60,60,60,0.1);
        height: 53px;
        margin: 0;
        list-style: none;
        text-align: right;
    }
    header.page-header.type15 .header.links li.first {
        padding-left: 0;
    }
    header.page-header.type15 .header.links li {
        border: 0;
        display: inline-block;
        text-transform: uppercase;
        color: #c0bebb;
        font-size: 13px;
        font-family: "Oswald";
    }
    header.page-header.type15 .top-links-area .header.links li a {
        padding: 0 16px;
        color: #c0bebb;
        font-size: 13px;
        font-family: "Oswald";
        font-weight: 400;
        letter-spacing: 1px;
        border: none;
    }
    header.page-header.type15 .header.links li a:hover {
        color:#fff;
    }
    header.page-header.type15 .header.links > li > *:not(.no-display):not(div) {
        padding: 0 16px;
    }
    header.page-header.type15 .header-right-area {
        width: 80%;
        float: left;
        border-right: 1px solid rgba(60,60,60,0.1);
    }
    header.page-header.type15 .header .header-link-area {
        float: left;
        display: inline-block;
        width: calc(100% - 270px);
        border: 1px solid rgba(60,60,60,0.1);
        border-bottom-width: 0;
        border-top-width: 0;
    }
    header.page-header.type15 .switcher-area {
        width: 270px;
        float: right;
    }
    header.page-header.type15 .nav-sections {
        border: 0;
        padding: 0 10px;
        margin-top: -1px;
        text-align: right;
    }
    header.page-header.type15 .navigation li.level0 > a {
        padding: 3.5px 20px;
        color: #fff;
        font-size: 14px;
        font-family: "Oswald";
        font-weight: 400;
        letter-spacing: 1px;
    }
    header.page-header.type15 .navigation,
    header.page-header.type15 .navigation ul {
        position: static;
        text-align: left;
    }
    header.page-header.type15.sticky-header .navigation,
    header.page-header.type15.sticky-header .navigation ul {
        position: relative;
    }
    header.page-header.type15 .navigation li.level0 .row {
        margin: 0 -15px;
    }
    header.page-header.type15 .navigation .subchildmenu.mega-columns > li {
        padding: 0 15px;
    }
    header.page-header.type15 .navigation ul {
        text-align: right;
    }
    header.page-header.type15 .navigation ul li {
        text-align: left;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.classic > .submenu {
        border: 0;
        box-shadow: 0 4px 3px -3px rgba(0,0,0,0.25);
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth > .submenu, header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        border: 0;
        margin-top: 9px;
        padding: 25px 25px 38px;
        box-shadow: 0 4px 3px -3px rgba(0,0,0,0.25);
    }
    header.page-header.type15 .navigation li.level0.parent > a:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 100%;
        margin-top: -16px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.1s;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        text-decoration: none;
        font-family: "Oswald";
        font-size: 20px;
    }
    header.page-header.type15 .navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
    header.page-header.type15 .navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
        margin: 0;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 .menu-thumb-img + a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 .menu-thumb-img + a {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.05em;
        color: #fff;
        position: absolute;
        top: 55px;
        left: 20px;
        right: 20px;
        display: block;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 0 10px 0;
    }
    header.page-header.type15 .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a,
    header.page-header.type15 .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu  a {
        padding: 10px 0 10px 20px;
    }
    header.page-header.type15 .search-area {
        position: relative;
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(60,60,60,0.1);
        top: 0;
        left: 0;
        margin: 0;
    }
    header.page-header.type15 .search-area .block-search {
        width: 100%;
        margin: 0;
    }
    header.page-header.type15 .search-area .search-toggle-icon {
        display: none;
    }
    .input-text:focus {
        box-shadow: none !important;
    }
    header.page-header.type15 .search-area .minisearch .input-text {
        background: none;
        height: 52px;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Oswald";
        color: #c0bebb;
        letter-spacing: 0.03em;
    }

    header.page-header.type15 .search-area .block-search .action.search {
        width: 50px;
        height: 52px;
        color: #fff;
        font-size: 22px;
        opacity: 1;
    }
    header.page-header.type15 .search-area .block-search .action.search:before {
        content: '\e884';
        font-size: 22px;
        color: #fff;
    }
    header.page-header.type15 .cart-area .switcher {
        height: 52px;
        border-right: 1px solid rgba(60,60,60,0.1);
        margin: 0;
        font-family: "Oswald";
        padding: 0 25px 0 15px;
    }
    header.page-header.type15 .switcher .action.toggle {
        color: #c0bebb;
        border: 0;
        line-height: 52px;
        height: auto;
        padding: 0;
        font-size: 14px;
        font-family: "Oswald";
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }
    header.page-header.type15 .switcher .action.toggle:after {
        position: absolute;
        right:-15px;
        top: calc(50% - 8px);
    }
    header.page-header.type15 .switcher strong {
        font-size: 14px;
        line-height: 52px;
    }

    .page-header.type16 {
        background-color: #fff;
        color: #777;
    }
    .page-header.type16 > .panel.wrapper {
        background-color: #f0f0ed;
        color: #777;
    }
    .page-header.type16 .panel.header .switcher {
        padding: 0 15px;
        color: #999;
    }
    .page-header.type16 .panel.header .switcher.switcher-currency {
        padding-left: 0;
    }
    .page-header.type16 .header.panel > .header.links {
        color: #999;
    }
    .page-header.type16 .header.panel > .header.links > li > a {
        border: none;
        letter-spacing: 0.025em;
        color: #999;
    }
    .page-header.type16 .block-search {
        margin-left: 55px;
	
    }
    .page-header.type16 .block-search input {
        background-color: #fff;
        color: #777;
        border-color: #ccc;
    }
    .page-header.type16 .block-search .action.search {
        padding: 0 13px;
    }
    .page-header.type16 .block-search .action.search:before {
        content: '\e884';
        color: #777;
    }
    .page-header.type16 .custom-block {
        height: 40px;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 104px;
        margin-top: -20px;
        font-size: 11px;
        color: #777;
        border-right: solid 1px #dde0e2;
        padding-right: 35px;
    }
    .page-header.type16 .custom-block > * {
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type16 .custom-block > a {
        font-size: 12px;
    }
    .page-header.type16 .nav-sections {
        background-color: transparent;
        color: #777;
        margin-bottom: 15px;
    }
    header.page-header.sticky-header.type16 .nav-sections {
        background-color: #fff;
    }
    .page-header.type16 .navigation {
        background-color: transparent;
        padding: 0 15px;
    }
    .page-header.type16 .navigation > ul {
        padding: 0;
        background-color: #f0f0ed;
    }
    .page-header.type16 .navigation li.level0 {
        color: #08c;
    }
    .page-header.type16 .navigation li.level0 > .level-top {
        color: inherit;
        padding: 0 8px !important;
        line-height: 42px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: inherit;
    }
    .page-header.type16 .navigation li.level0.active, .page-header.type16 .navigation li.level0:hover {
        color: #fff;
        background-color: #08c;
    }
    .page-header.type17 {
        background-color: #0088cc;
        color: #fff;
    }
    .page-header.type17 > .main-panel-top {
        background-color: #0088cc;
    }
    .page-header.type17 .panel.wrapper {
        background-color: transparent;
        color: #bde1f5;
    }
    .page-header.type17 .panel.header {
        max-width: 100%;
        padding: 10px 0;
    }
    .page-header.type17 .panel.header .switcher {
        padding-right: 30px;
        text-transform: uppercase;
    }
    .page-header.type17 .main-panel-inner {
        border-bottom: 1px solid rgba(248,248,248,0.2);
    }
    .page-header.type17 .panel.header .header.links > li {
        color: #bde1f5;
        font-weight: 600;
        letter-spacing: 0.025em;
    }
    .page-header.type17 .panel.header .header.links > li > a {
        border: none;
        color: #bde1f5;
        font-weight: 600;
        letter-spacing: 0.025em;
    }
    .page-header.type17 .block-search {
        margin-left: 114px;
    }
    .page-header.type17 .block-search input {
        background-color: #fff;
        color: #8d8d8d;
        border-radius: 20px;
    }
    .page-header.type17 .block-search .action.search {
        border-left: 1px solid rgba(255,255,255,0.2);
        padding: 0 12px;
    }
    .page-header.type17 .custom-block {
        position: absolute;
        top: 50%;
        right: 170px;
        margin-top: -15px;
        font-size: 14px;
        color: #bde1f5;
    }
    .page-header.type17 .custom-block > * {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        font-weight: 600;
        text-align: left;
        line-height: 1;
    }
    .page-header.type17 .minicart-wrapper {
        background-color: #0694db;
        width: 81px;
        height: 41px;
        text-align: center;
        box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        border: solid 1px #0082c2;
    }
    .page-header.type17 .nav-sections {
        background-color: #f4f4f4;
        color: #6b7a83;
    }
    .page-header.type17.sticky-header .nav-sections {
        background-color: #0088cc;
        color: #fff;
    }
    .page-header.type17.sticky-header .navigation li.level0.active, .page-header.type17.sticky-header .navigation li.level0:hover {
        color: #bde1f5;
    }
    .page-header.type17 .navigation .level0 {margin-right: 4px;color: inherit;}
    .page-header.type17 .navigation .level0 > .level-top {
        font-size: 12px;
        letter-spacing: inherit;
        color: inherit;
        font-weight: 700;
        line-height: 52px;
    }
    .page-header.type17 .navigation .level0 > .level-top:after {
        line-height: 52px;
    }
    .page-header.type17 .navigation li.level0.active,
    .page-header.type17 .navigation li.level0:hover {
        color: #0088cc;
    }
    .page-header.type17 .navigation li.level0.parent:hover a.level-top:before {
        display: none;
    }
    .page-header.type18 .header.content {
        text-align: center;
        position: relative;
        z-index: 4;
    }
    .page-header.type18 .select-area {
        position: absolute;
        left: 15px;
        top: calc(50% - 15px);
    }
    .page-header.type18 .switcher {
        background-color: #e6e3df;
        padding: 8px 12px;
        height: 33px;
        text-align: left;
    }
    .page-header.type18 .switcher strong, .page-footer.type18 .switcher strong {
        font-weight: 600;
        letter-spacing: 0.03em;
        font-size: 11px;
        text-transform: uppercase;
    }
    .page-header.type18 .block-search {
        width: 220px;
        position: absolute;
        right: 15px;
        top: calc(50% - 15px);
        text-align: left;
    }
    .page-header.type18 .block-search input {
        background-color: #e6e3df;
        color: #4a4a4a;
        line-height: 33px;
        height: 33px;
    }
    .page-header.type18 .block-search .action.search {
        width: 33px;
        line-height: 33px;
        height: 33px;
    }
    .page-header.type18 .block-search .action.search:before {
        font-size: 12px;
    }
    .page-header.type18 .minicart-wrapper {
        position: absolute;
        bottom: -44px;
        right: 15px;
    }
    .page-header.type18 .nav-sections {
        position: relative;
        z-index: 3;
        border-top: solid 1px #eee;
    }
    .page-header.type18.sticky-header .nav-sections {
        background-color: #fff;
    }
    .page-header.type18 .nav-sections .navigation > ul{
        padding-right: 100px;
        padding-left: 3px;
    }
    .page-header.type18 .navigation .level0 > .level-top {
        font-size: 13px;
        font-family: 'Oswald';
        font-weight: 400;
        color: #111111;
    }
    .page-header.type18 .navigation .level0.parent > a:after {
        line-height: 46px;
    }
    .page-header.type18 .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.type18 .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.type18 .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #111111;
        padding: 0 5px;
    }
    .page-header.type18 .navigation li.level0.fullwidth .submenu a,
    .page-header.type18 .navigation li.level0.classic .submenu a,
    .page-header.type18 .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    .page-header.type19 .panel.header .switcher {
        padding: 0 30px 0 0;
        color: #c4d0dc;
        text-transform: uppercase;
    }
    .page-header.type19 .header.content {
        display: block;
        vertical-align: middle;
        padding: 28px 15px;
    }
    .page-header.sticky-header.type19 .nav-sections {
        background-color: #fff;
    }
    .page-header.type19 .logo {
        float: left;
        display: block;
        margin: 0 25px 0 0;
    }
    .page-header.type19 .minicart-wrapper {
        margin: 0;
        float: right;
        height: 50px;
        right: 0;
        padding: 5px 0;
    }
    .page-header.type19 .search-area {
        position: relative;
        margin: 0;
        display: block;
        float: left;
        top: 0;
        left: 0;
        height: 50px;
        z-index: 2;
    }
    .page-header.type19 .search-area > a {
        color: #141a1f;
        line-height: 50px;
        display: block;
        margin-right: 10px;
        width: 25px;
        text-align: center;
    }
    .page-header.type19 .block-search {
        display: none;
        position: absolute;
        left: -20px;
        top: 100%;
        margin: 0;
    }
    .page-header.type19 .block-search input {
        height: 45px;
        border-radius: 25px;
        border: 5px solid #ccc;
    }
    .page-header.type19 .block-search .action.search {
        right: 5px;
        height: 45px;
        border-left: 1px solid #ccc;
        width: 40px;
    }
    .page-header.type19 .custom-block {
        float: right;
        height: 40px;
        line-height: 1;
        font-size: 11px;
        color: #777;
        border-right: solid 1px #dde0e2;
        padding-right: 35px;
        margin-right: 30px;
        margin-top:3px;
    }
    .page-header.type19 .custom-block > * {
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type19 .custom-block > a {
        font-size: 12px;
    }
    .page-header.type19 .navigation {
        padding: 10px 0;
    }
    .page-header.type19 .navigation li.level0 {margin-right: 4px;}
    .page-header.type19 .navigation li.level0 > .level-top {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: inherit;
        line-height: 30px;
        display: inline-block;
        transition-delay: 0.3s;
    }
    .page-header.type19 .navigation .level0.parent > a:after {
        line-height: 30px;
    }
    .page-header.type20 {
        text-align: center;
    }
    .page-header.type20 .logo {
        float: none;
        display: inline-block;
        margin: 20px 0;
        position: relative;
        z-index: 8;
    }
    .page-header.type20 .nav-sections {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -21px;
        width: 100%;
        z-index: 4;
    }
    .page-header.type20 .navigation {
        text-align: left;
    }
    .page-header.type20 .navigation > ul {
        padding-right: 60%;
    }
    .page-header.type20.sticky-header .navigation > ul {
        padding-right: 90px;
    }
    header.page-header.sticky-header.type20 .nav-sections {
        background-color: #1e1e1e;
    }
    .page-header.type20 .navigation li.level0 {
        color: #fff;
    }
    .page-header.type20 .navigation li.level0 > .level-top {
        font-weight: 500;
    }
    .page-header.type20 .header.panel {
        text-align: right;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px;
        z-index: 5;
        padding: 0 15px;
    }
    body .page-header.type20 .header.panel {
        max-width: calc(50% - 50px);
    }
    .page-header.type20 .header.panel .top-panel {
        margin: 5px 0;
    }
    body.layout-fullwidth .page-header.type20 .header.panel .top-panel {
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type20 .top-links-area {
        position: relative;
        display: inline-block;
    }
    .page-header.type20 .top-links-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        padding: 7px 20px 7px 0;
        position: relative;
        color: #fff;
        text-transform: uppercase;
    }
    .page-header.type20 .top-links-icon a {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.025em;
    }
    .page-header.type20 .top-links-icon a:hover {text-decoration: none;}
    .page-header.type20 .top-links-icon:before {
        content: "\f807";
        display: block;
        position: absolute;
        right: 3px;
        top: 50%;
        font-family: "porto-icons";
        margin-top: -12px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
    }
    .page-header.type20 .top-links-area .links {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9;
        background-color: #fff!important;
        border-radius: 3px;
        margin: 0;
        padding: 5px 0;
        text-align: right;
        border: 1px solid #ccc;
        min-width: 150px;
    }
    .page-header.type20 .top-links-area .links > li {
        display: block;
        margin: 0;
        text-align: right;
        text-transform: uppercase;
        line-height: 19px;

    }
    .page-header.type20 .top-links-area .links > li > a,
    .page-header.type20 .top-links-area .links > li > span {
        color: #777 !important;
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        transition: all .2s;
        font-weight: 400;
        font-size: 11px;
    }
    .page-header.type20 .custom-block {
        font-family: 'Poppins';
        font-weight: 400;
        display: inline-block;
        text-align: left;
        font-size: 16px;
        height: 33px;
        line-height: 1;
        border-right: solid 1px rgba(255,255,255,0.3);
        padding-right: 30px;
        padding-left: 20px;
    }
    .page-header.type20 .header.panel .search-area {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        position: relative;
    }
    .page-header.type20 .header.panel .search-area > a {
        color: #fff;
        padding-right: 6px;
        display: block;
    }
    .page-header.type20 .header.panel .block-search {
        display: none;
        position: absolute;
        right: -20px;
        top: 100%;
        margin-top: 20px;
    }
    .page-header.type20 .header.panel .block-search input {
        height: 45px;
        border-radius: 25px;
        border: 5px solid #ccc;
    }
    .page-header.type20 .header.panel .block-search .action.search {
        right: 5px;
        height: 45px;
        border-left: 1px solid #ccc;
        width: 40px;
    }
    .page-header.type20 .header.panel .switcher {
        float: none;
        padding: 5px 10px;
        height: 24px;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
    }
    .page-header.type20 .header.panel .switcher strong {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.025em;
    }
    .page-header.type21 .header.content {
        padding: 25px 15px;
        text-align: left;
    }
    .page-header.type21 .nav-sections {
        display: block;
        position: relative;
        width: 100%;
        z-index: 4;
    }
    .page-header.type21 .navigation > ul {
        padding-right: 35%; text-align: right;
    }
    .page-header.type21.sticky-header .navigation > ul {
        padding-right: 90px;
    }
    header.page-header.sticky-header.type21 .nav-sections {
        background-color: #fff;
    }
    .page-header.type21 .navigation li.level0 {
        color: #161616;
        text-align: left;
    }
    .page-header.type21 .navigation li.level0 > .level-top {
        font-family: 'Oswald';
    }
    .page-header.type21 .header.panel {
        position: relative;
        float: right;
        padding: 5px 0;
        z-index: 5;
        margin-left: 20px;
    }
    .page-header.type21 .header.panel .top-panel,.page-header.type21 .header.panel .bottom-panel {
        display: inline-block;
        vertical-align: middle;
    }
    body.layout-fullwidth .page-header.type21 .header.panel .top-panel {
        display: inline-block;
        vertical-align: middle;
    }
    .page-header.type21 .top-links-area {
        position: relative;
        display: inline-block;
        margin-left: 20px;
    }
    .page-header.type21 .top-links-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        padding: 7px 20px 7px 0;
        position: relative;
        color: #fff;
        text-transform: uppercase;
    }
    .page-header.type21 .top-links-icon a {
        font-family: 'Oswald';
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.025em;
    }
    .page-header.type21 .top-links-icon a:hover {text-decoration: none;}
    .page-header.type21 .top-links-icon:before {
        content: "\f807";
        display: block;
        position: absolute;
        right: 3px;
        top: 50%;
        font-family: "porto-icons";
        margin-top: -12px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
    }
    .page-header.type21 .top-links-area .links {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9;
        background-color: #fff!important;
        border-radius: 3px;
        margin: 0;
        padding: 5px 0;
        text-align: right;
        border: 1px solid #ccc;
        min-width: 150px;
    }
    .page-header.type21 .top-links-area .links > li {
        display: block;
        margin: 0;
        text-align: right;
        text-transform: uppercase;
        line-height: 19px;

    }
    .page-header.type21 .top-links-area .links > li > a,
    .page-header.type21 .top-links-area .links > li > span {
        color: #777 !important;
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        transition: all .2s;
        font-weight: 400;
        font-size: 11px;
    }
    .page-header.type21 .custom-block {
        font-family: 'Oswald';
        font-weight: 400;
        display: inline-block;
        text-align: left;
        font-size: 13px;
        vertical-align: middle;
    }
    .page-header.type21 .header.panel .search-area {
        display: none;
        vertical-align: middle;
        padding-left: 15px;
        position: relative;
    }
    .page-header.type21 .header.panel .search-area > a {
        color: #fff;
        padding-right: 6px;
        display: block;
    }
    .page-header.type21 .header.panel .block-search {
        display: none;
        position: absolute;
        right: -20px;
        top: 100%;
        margin-top: 20px;
    }
    .page-header.type21 .header.panel .block-search input {
        height: 45px;
        border-radius: 25px;
        border: 5px solid #ccc;
    }
    .page-header.type21 .header.panel .block-search .action.search {
        right: 5px;
        height: 45px;
        border-left: 1px solid #ccc;
        width: 40px;
    }
    .page-header.type21 .header.panel .switcher {
        float: none;
        padding: 5px 10px;
        height: 24px;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
    }
    .page-header.type21 .header.panel .switcher strong {
        font-family: 'Oswald';
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.025em;
    }
    .page-header.type22 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 256px;
        min-height: 100vh;
        background-color: #383734;
        border: 0;
        padding: 10px 0 200px;
        text-align: center;
    }
    .page-header.type22 .switcher-area {
        padding: 0 20px;
        text-align: left;
    }
    .page-header.type22 .switcher-area .switcher {
        float: none;
        padding: 5px 10px 5px 0;
        height: 26px;
        border-radius: 3px;
        color: #b0b0b0;
        text-transform: uppercase;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin: 14px 2px 5px;
    }
    .page-header.type22 .switcher-area .switcher strong {
        font-family: 'Poppins';
        font-size: 11px;
    }
    .page-header.type22 .logo {
        max-width: none;
    }
    .page-header.type22 .block-search {
        margin: 0 0 20px;
        max-width: 100%;
    }
    .page-header.type22 .block-search input {
        padding: 10px 40px 10px 10px;
        background-color: #282828;
        font-family: 'Poppins';
        font-size: 13.5px;
    }
    .page-header.type22 .block-search .action.search {
        width: 40px;
        right: 0;
    }
    .page-header.type22 .block-search .action.search:before {color: #7b7b7b;}
    .page-header.type22 .header.panel {
        padding-top:0;
    }
    .page-header.type22 .panel.wrapper {
        background-color: transparent;
        text-align: left;
        padding-bottom: 100px;
    }
    .page-header.type22 .custom-block-area {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding:20px 36px;
        font-family: 'Poppins';
        font-size: 13px;
        color: #b0b0b0;
        text-align: left;
    }
    .page-header.type22 .social-icons{float:none;display: inline-block;vertical-align: middle;margin-right: 20px;}
    .page-header.type22 .social-icons a {background-image: none;background-color: #33332f;text-indent: 0;color: #fff;border-radius: 0;font-size: 12.8px;width: 34px;height: 34px;text-align: center;margin-left: 0;margin-right: 1px;float: left;line-height: 35px;font-size:16px;  }
    .page-header.type22 address{display:block;text-align:center;font-size:12px;color:#a8a8a8}
    .page-header.type23 {
        border-top: 0;
    }
    .page-header.type23 .panel.wrapper {
        border-bottom: #eee solid 2px;
    }
    .page-header.type23 .panel.header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-header.type23 .search-area {
        position: relative;
        margin: 0;
        display: block;
        float: left;
        z-index: 10;
        height: 39px;
    }
    .page-header.type23 .search-area > a {
        display: block;
        margin-right: 15px;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        color: #777;
        line-height: 39px;
    }
    .page-header.type23 .search-area > a em {
        margin-right: 5px;
    }
    .page-header.type23 .block-search {
        display: none;
        position: absolute;
        left: -20px;
        top: 100%;
        margin: 0;
        margin-top: 0;
    }
    .page-header.type23 .block-search input {
        height: 45px;
        border-radius: 25px;
        border: 5px solid #ccc;
    }
    .page-header.type23 .block-search .action.search {
        right: 5px;
        height: 45px;
        border-left: 1px solid #ccc;
        width: 40px;
    }
    .page-header.type23 .panel.header .switcher {
        padding: 12px 15px;
        height: 39px;
    }
    .page-header.type23 .panel.header .switcher strong {
        font-size: 13px;
        text-transform: uppercase;
    }
    .page-header.type23 .minicart-wrapper {
        position: relative;
        margin: 5px 0 0 0;
        float: right;
        width: 42px;
    }
    .page-header.type23 .panel.header > span.split {
        float: right;
        height: 39px;
        border-right-color:#eee;
        border-right-width: 2px;
        width: 1px;
        margin: 0 18px;
    }
    .page-header.type23 .panel.header .toplinks-area {
        float: right;
        font-size: 13px;
        position: relative;
        line-height: 39px;
    }
    .page-header.type23 .panel.header .custom-block {
        float: right;
        font-size: 13px;
        line-height: 39px;
    }
    .page-header.type23 .header.content {
        display: block;
        padding: 28px 15px;
        text-align: center;
    }
    .page-header.type23 .logo {
        display: inline-block;
        margin: 0;
    }
    .page-header.type23 .nav-sections {
        pointer-events: none;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        width: 100%;
        left: 0;
        padding-left: 15px;
        padding-right: 6px;
    }
    .page-header.type23 .navigation > ul {
        text-align: left;
    }
    .page-header.type23 .navigation > ul > li {
        pointer-events: all;
        text-align: left;
    }
    .page-header.type23 .navigation .level0 > .level-top {font-weight: 500;}
    .page-header.type23:not(.sticky-header) .navigation li.level0 > .level-top:first-child {padding-left: 0;}
    .cms-index-index .page-header.type24 {background-color: transparent;position: absolute;width: 100%;top:0;}
    .page-header.type24 .panel.wrapper {
        border-bottom: #f2f2f3 solid 1px;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 0.01em;
    }
    .page-header.type24 .header.panel {padding-top: 12px;padding-bottom: 9px;}
    .page-header.type24 .panel.header .switcher {
        padding: 0 30px 0 0;
        text-transform: uppercase;
        margin-top: 1px;
        letter-spacing: 0.025em;
        font-size: 11px;
    }
    .page-header.type24 .custom-block {float: right;margin-right: 20px;}
    .page-header.type24 .custom-block span {color:inherit !important;line-height: 1 !important;}
    .page-header.type24 .top-links-area {
        position: relative;
        display: inline-block;
        float: right;
    }    
    .page-header.type24 .top-links-icon {display: none;}

    .page-header.type24 .panel.header .top-links-area ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .page-header.type24 .panel.header .top-links-area ul li {
        display: inline-block;
        margin: 0;
        text-transform: uppercase;
    }
    .page-header.type24 .panel.header .top-links-area ul li a {
        padding: 0 10px;
    }
    .page-header.type24 .panel.header .top-links-area ul li > span {
        padding: 0 10px;
    } 
    .page-header.type24 .header.content {
        display: block;
        vertical-align: middle;
        padding: 18px 15px;
    }
    .page-header.type24 .logo {
        float: left;
        display: block;
        margin: 0 25px 0 0;
    }
    .page-header.type24 .minicart-wrapper {
        margin: 0;
        float: right;
        padding: 10px 0;
    }
    .page-header.type24.sticky-header .minicart-wrapper {padding: 0;}
    .page-header.type24 .minicart-wrapper .action.showcart:before, .page-header.type24 .minicart-wrapper .action.showcart.active:before {font-size: 25px;}
    .page-header.type24 .minicart-wrapper .action.showcart .counter.qty {background-color: #d33e75;font-family: 'Open Sans';top:16px;right:20px;width: 13px;height:13px;line-height: 13px;font-size: 9px;}
    .page-header.type24 .minicart-wrapper .block-minicart {right: -12px;}
    .page-header.type24 .search-area {
        position: relative;
        margin: 0 35px;
        display: block;
        float: right;
        top: 0;
        left: 0;
        height: 50px;
        z-index: 2;
    }
    .page-header.type24 .search-area>a {
        color: #3b404c;
        line-height: 52px;
        display: block;
        width: 25px;
        text-align: center;
        font-size: 22px;
    }
    .page-header.type24 .search-area>a .porto-icon-search:before {content:'\e884';}
    .page-header.type24 .block-search {
        display: none;
        position: absolute;
        right: -20px;
        top: 100%;
        margin-top: 0;
    }
    .page-header.type24 .block-search input {
        height: 45px;
        border-radius: 25px;
        border: 5px solid #ccc;
    }
    .page-header.type24 .block-search .action.search {
        right: 5px;
        height: 45px;
        border-left: 1px solid #ccc;
        width: 40px;
    }
    .page-header.type24 .nav-sections {
        pointer-events: none;
    }
    .page-header.type24 .navigation {
        padding: 5px 0;
    }
    .page-header.type24 .navigation>ul {
        text-align: right;
    }
    .page-header.type24 .navigation > ul > li {
        pointer-events: all;
        text-align: left;
    }
    .page-header.type24 .navigation .level0 > .level-top {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.01em;
    }
    .page-header.type24.sticky-header .navigation>ul {text-align: left;}
    .page-header.type25 {
        background-color: transparent;
        color: #999;
        border: 0;
    }
    .page-header.type25 .logo {
        margin: 30px 0;
    }
    .page-header.type25>.panel.wrapper {
        background-color: transparent;
        color: #999;
        letter-spacing: 0.025em;
    }
    .page-header.type25 .panel.header .switcher {
        padding: 0 30px 0 0;
        text-transform: uppercase;
    }
    .page-header.type25 .header.content {
        padding: 0 30px;
    }
    .page-header.type25 .panel.header .header.links > li > a {
        color: #999;
        border:none;
    }
    .page-header.type25 .header .custom-block {
        position: absolute;
        top: 50%;
        right: 100px;
        margin-top: -21px;
        display: inline-block;
        text-align: left;
        font-size: 11px;
        height: 42px;
        line-height: 1;
        border-right: solid 1px #e4417b;
        padding-right: 35px;
        margin-right: 15px;
    }
    .page-header.type25 .block-search {max-width: 420px;border-radius: 20px;overflow: hidden}
    .page-header.type25 .block-search input {
        background-color: #fff;
        color: #777;
        border-color: #ccc;
        height: 38px;
    }
    .page-header.type25 .block-search .action.search {
        border-left: 1px solid #ccc;
        padding: 0 10px;
        height: 38px;
        line-height: 38px;
    }
    .page-header.type25 .block-search .action.search:before, .page-header.type25 .block-search .action.search:hover:before {
        color: #999;
    }
    .page-header.type25 .minicart-wrapper {right: 30px;}
    .page-header.type25 .menu-wrapper {
        position: relative;
        background-color: #fff;
    }
    .page-header.type25.sticky-header .menu-container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 200;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }
    .page-header.type25.sticky-header .sticky-logo {
        margin-left: 15px;
    }
    .page-header.type25.sticky-header .sticky-logo .logo img {
        margin-top: 5px;
        margin-right: 0;
    }
    .page-header.type25.sticky-header .nav-sections {
        position: absolute !important;
        top: 100% !important;
        width: calc(100% - 30px) !important;
        left: 15px !important;
    }
    .page-header.type25 .nav-sections.visible {
        visibility: visible;
        opacity: 1;
    }
    header.page-header.type25.sticky-header .navigation li.level0>.level-top {
        padding: 6px 10px;
    }
    header.page-header.type25.sticky-header .navigation {padding: 0;}
    .page-header.type25 .navigation .level0 > .level-top {
        padding: 6px 10px;
        font-family: 'Poppins';
        font-size: 15px;
    }
    .page-header.type25 .navigation .level0:not(:first-child) > .level-top {
        border-top: #e6ebee solid 1px !important;
    }
    .page-header.type25 .drop-menu {
        min-width: 270px;
    }
    .page-header.type25 .drop-menu>a {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.075em;
        font-family: 'Oswald';
        font-weight: 400;
        padding: 12px 26px;
    }
    .page-header.type25 .drop-menu>a:hover {background-color:#303030;}
    .page-header.type25 .drop-menu>a em {
        margin-right: 7px;
        font-size: 18px;
    }
    .page-header.type25 .drop-menu .nav-sections {
        border: #e6ebee solid 1px;
        box-shadow: none;
        padding: 0 8px;
    }
    .cms-index-index .page-header.type25 .drop-menu .nav-sections {
        padding: 0 8px !important;
    }
    .page-header.type25 .drop-menu+.custom-menu-block {
        float: right;
        line-height: 43px;
    }
    .page-header.type25 .drop-menu+.custom-menu-block a {
        padding: 0 14px;
        font-size: 13px;
        font-family: 'Poppins';
        font-weight: 500;
        color: #465157;
        letter-spacing: 0.05em;
    }
    .page-header.type25.sticky-header .drop-menu+.custom-menu-block {
        margin-right: 90px;
    }
    .page-header.type26 .panel.header .customer-menu .links > li {
        display: block;
    }
    .page-header.type26 .panel.header .links > li {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .page-header.type26 .panel.header .links > li.greet.welcome {
        display: none;
    }
    .page-header.type26 .block-search input {
        border: 1px solid #ccc;
    }
    .page-header.type26 .panel.header .top-links-area > ul.links > li > a {
        font-family: 'Oswald';
        margin-right: 20px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.01em;
        display: block;
    }
    .page-header.type26 .switcher strong {
        font-family: 'Oswald';
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.01em;
    }
    .page-header.type26 .sections.nav-sections {
        position: absolute;
        left: -15px;
        top: 100%;
        border: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        min-width: 200px;
    }
    .page-header.type26 .menu-area:hover .sections.nav-sections {
        visibility: visible;
        opacity: 1;
    }
    .page-header.type26 .nav-sections-item-content > .navigation {
        background: #fff;
        padding: 5px 0;
        margin-top: 15px;
    }
    .page-header.type26 .sw-megamenu.navigation li.level0 {
        display: block;
        margin: 0;
    }
    .page-header.type26 .sw-megamenu.navigation li.level0 > a {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #777;
        padding: 12px 30px 12px 5px;
        text-transform: none;
        margin: 0 8px;
        line-height: 1;
        position: relative;
    }
    .page-header.type26 .sw-megamenu.navigation li.level0 > a:hover {
        background-color: #f4f4f4;
    }
    .page-header.type26 .navigation .level0.parent > a:after {
        line-height: 1;
        content: '\f801';
        position: absolute;
        right: 5px;
    }
    .page-header.type26 .sw-megamenu.navigation li.level0 {
        position: relative !important;
    }
    .page-header.type26 .sw-megamenu.navigation li.level0.fullwidth > .submenu, .page-header.type26 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
    }
    .page-header.type26 .sw-megamenu.navigation li.level0.classic:hover > .submenu {
        left: 100% !important;
        top: -6px;
        border: 0;
        margin-left: -8px !important;
    }
    .page-header.type27 .logo {margin: 17.5px 0;}
    .page-header.type27 .panel.header .switcher {
        padding-right: 15px;
        float: none;
        height: auto;
    }
    .page-header.type27 .panel.header .switcher strong {
        text-transform: uppercase;
        font-size: 13.5px;
        font-weight: 400;
    }
    .page-header.type27 .panel.header {
        display: inline-block;
        position: absolute;
        right: 84px;
        top: 50%;
        margin-top: -20px;
    }
    .page-header.type27 .top-links-area {
        position: relative;
        display: inline-block;
    }
    .page-header.type27 .top-links-icon {
        padding: 0 20px 0 0;
    }
    .page-header.type27 .top-links-icon a {
        color: #fff;
        font-size: 13.5px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .page-header.type27 .top-links-icon a:hover {text-decoration: none;}
    .page-header.type27 .top-links-icon:before {
        content: "\f807";
        display: block;
        position: absolute;
        right: 3px;
        top: 50%;
        font-family: "porto-icons";
        margin-top: -12px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
    }
    .page-header.type27 .top-links-area .links {
        display: none;
        position: absolute;
        right: 0;
        z-index: 9;
        background-color: #fff!important;
        border-radius: 3px;
        margin: 0;
        padding: 5px 0;
        text-align: right;
        border: 1px solid #ccc;
        min-width: 150px;
    }
    .page-header.type27 .top-links-area .links > li {
        display: block;
        margin: 0;
        text-align: right;
        text-transform: uppercase;
        line-height: 19px;

    }
    .page-header.type27 .top-links-area .links > li > a,
    .page-header.type27 .top-links-area .links > li > span {
        color: #777 !important;
        white-space: nowrap;
        padding: 0 10px;
        display: block;
        transition: all .2s;
        font-weight: 400;
        font-size: 11px;
    }
    .page-header.type27 .block-search {
        margin-left: 60px;
        width: 400px;
    }
    .page-header.type27 .block-search input {
        background-color: #fff;
        color: #8d8d8d;
        border-radius: 20px;
    }
    .page-header.type27 .block-search .action.search {
        border-left: 1px solid rgba(255,255,255,0.2);
        padding: 0 12px;
    }
    .page-header.type27 .nav-sections {
        background-color: #fff;
        color: #6b7a83;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
    }
    .page-header.type27.sticky-header .nav-sections {
        background-color: #fff;
        color: #fff;
    }
    .page-header.type27.sticky-header .navigation li.level0.active, .page-header.type27.sticky-header .navigation li.level0:hover {
        color: #bde1f5;
    }
    .page-header.type27 .navigation .level0 {margin-right: 4px;color: inherit;}
    .page-header.type27 .navigation .level0 > .level-top {
        font-family: Oswald;
        font-size: 12.5px;
        letter-spacing: 0.05em;
        color: inherit;
        font-weight: 500;
        line-height: 57px;
    }
    .page-header.type27 .navigation .level0 > .level-top:after {
        line-height: 57px;
    }
    .page-header.type27 .navigation li.level0.active,
    .page-header.type27 .navigation li.level0:hover {
        color: #161616;
    }
    .page-header.type27 .navigation li.level0.parent:hover a.level-top:before {
        display: none;
    }
}
@media (max-width:1199px) and (min-width:992px){
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 750px;
    }
    .form-find-area {padding: 18px 40px 16px;}
}
@media (min-width:992px){
    .page-header.type22 .minicart-wrapper {
        float: right;
    }
    header.page-header.type22 .panel.wrapper .header.panel > .header.links {
        float: none;
        display: block;
    }
    header.page-header.type22 .panel.wrapper .header.panel > .header.links > li {
        display: block;
        color: #fff;
    }
    header.page-header.type22 .panel.wrapper .header.panel > .header.links > li > a,
    header.page-header.type22 .panel.wrapper .header.panel > .header.links > li > span {
        color: #b0b0b0;
        border: 0;
        padding: 3px 5px;
        display: block;
        line-height: 40px;
        font-family: 'Poppins';
        font-size: 13px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
    }
    header.page-header.type22 .panel.wrapper .header.panel > .header.links > li > span {
        border-top: 0;
    }
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    header.page-header.type22.fixed-bottom {
        position: fixed;
        top: auto;
        bottom: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
    .page-header.type22 .sw-megamenu.navigation.side-megamenu {
        text-align: left;
        padding: 0;
    }
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0 > a {
        margin: 0;
        color: #b0b0b0;
        border-top: none;
        font-family: 'Poppins';
        font-size: 13px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        padding: 3px 5px;
    }
    .page-header.type22 .navigation.side-megamenu a, .page-header.type22 .navigation.side-megamenu a:hover {
        color: #465157;
    }
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        color: #b0b0b0;
        padding-right: 10px;
    }
    .page-header.type22 .navigation.side-megamenu > ul {margin-right: -10px;}
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0.parent:hover > a:after {
        color: #b0b0b0;
    }
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
        border: solid 1px #dae2e6;
        box-shadow: 0 3px 15px -2px rgba(0,0,0,0.3);
        padding: 10px 10px 10px 15px;
    }
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0 > .submenu:before, .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0 > .submenu:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0 > .submenu:before {
        border: 8px solid;
        border-color: transparent #fff transparent transparent;
        z-index: 3;
        left: -16px;
        top: 11px;
    }
    .page-header.type22 .sw-megamenu.navigation.side-megamenu li.level0 > .submenu:after {
        border: 9px solid;
        border-color: transparent #dae2e6 transparent transparent;
        z-index: 2;
        left: -18px;
        top: 10px;
        right: auto;
    }
    .page-header.type22 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a, .page-header.type22 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        color: #434d53;
        letter-spacing: -0.001em;
        margin-top: 9px;
    }
    .page-header.type22 .sw-megamenu.navigation li.level0.fullwidth .submenu a, .page-header.type22 .sw-megamenu.navigation li.level0.staticwidth .submenu a, .page-header.type22 .sw-megamenu.navigation li.level0.classic .submenu a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        color: #696969;
        line-height: 24px;
    }
    .page-header.type23 .panel.header .toplinks-area > a {
        display:none;
    }
    .page-header.type23 .panel.header .toplinks-area ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .page-header.type23 .panel.header .toplinks-area ul li {
        display: inline-block;
        margin: 0;
        text-transform: uppercase;
    }
    .page-header.type23 .panel.header .toplinks-area ul li a {
        padding: 0 10px;
    }
    .page-header.type23 .panel.header .toplinks-area ul li > span {
        padding: 0 10px;
    }
}
@media (max-width:1199px) and  (min-width:768px){
    header.page-header.type15 .switcher-area {
        width: 100%;
        border-bottom: 1px solid rgba(60,60,60,0.1);
        border-left: 1px solid rgba(60,60,60,0.1);
        text-align: right;
    }
    header.page-header.type15 .header .header-link-area {
        width: 100%;
        border-right: none;
    }
    header.page-header.type15 .cart-area, header.page-header.type15 .search-area {display: inline-block;width: auto;vertical-align: middle;border-bottom:0;text-align: left;}
    header.page-header.type15 .cart-area {
        border-left: 1px solid rgba(60,60,60,0.1);
    }
    header.page-header.type15 .minicart-wrapper {
        max-width: inherit;
    }
    header.page-header.type15 .search-area .block-search {
        min-width: 240px;
    }
}
@media (max-width:991px) and (min-width:768px){

    header.page-header.type22 {
        position: relative;
        width: auto;
        height: auto;
        min-height: 0;
        text-align: left;
        padding: 10px 15px;
    }
    .page-header.type22 .switcher-area {
        padding: 0;
    }
    header.page-header.type22 .header.content {
        padding: 0;
    }
    header.page-header.type22 .logo {
        max-width: 110px;
    }
    header.page-header.type22 .custom-block-area {
        display: none;
    }
    header.page-header.type22 .block-search {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0;
    }
    header.page-header.type22 .panel.wrapper {
        position: absolute;
        right: 15px;
        top: 27px;
    }
    header.page-header.type22 .header.panel > .header.links > li > a, header.page-header.type22 .header.panel > .header.links > li > span {
        color: #b0b0b0;
    }
    .page-header.type22 .navigation {
        background-color: transparent;
        padding: 0;
    }
    .page-header.type22 .navigation > ul {
        padding: 0;
    }
    .page-header.type22 .navigation li.level0 {
        margin-right: 3px;
        color: #b0b0b0;
    }
    .page-header.type22 .navigation li.level0 > .level-top {
        color: inherit;
        padding: 0 12px;
        line-height: 42px;
        font-family: 'Poppins';
        font-size: 13px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        font-weight: 400;
    }
    .page-header.type22 .navigation li.level0.active, .page-header.type22 .navigation li.level0:hover {
        color: #fff;
    }
    .page-header.type22 .navigation li.level0.parent a.level-top:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 7px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 100%;
        margin-top: -14px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.1s;
    }
    .page-header.type22 .navigation li.level0.parent:hover a.level-top:before {
        visibility: visible;
        opacity: 1;
    }
    .page-header.type22 .navigation .level0 .submenu {
        border-top-width: 0;
        box-shadow: 0 7px 10px -2px rgba(0,0,0,0.25);
    }
    .page-header.type22 .navigation li.level0.fullwidth .submenu li.level1 > a,
    .page-header.type22 .navigation li.level0.staticwidth .submenu li.level1 > a {
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 4px;
        color: #434d53;
        padding: 0 5px;
    }
    .page-header.type22 .navigation li.level0.fullwidth .submenu a,
    .page-header.type22 .navigation li.level0.classic .submenu a,
    .page-header.type22 .navigation li.level0.staticwidth .submenu a {
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }

    .page-header.type23 .panel.header .toplinks-area > a {
        text-transform: uppercase;
        display:inline-block;
    }
    .page-header.type23 .panel.header .toplinks-area > ul {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 150px;
        padding: 0;
        list-style: none;
        display: none;
        line-height: 24px;
    }
    .page-header.type23 .panel.header .toplinks-area > ul.show {
        right: -18px;
        left: auto;
        z-index: 7;
        background-color: #fff;
        box-shadow: 0 0 1px rgba(0,0,0,0.15);
        padding: 10px 15px;
        margin-top: 1px;
    }  
    .offer-deal .item .content h3 a{font-size: 30px;line-height: 25px;}
    .offer-deal .item .content p{font-size: 16px;line-height: 25px;}
    .offer-deal .item .content .btn-default {font-size: 11px;padding: 8px 12px;margin-top: 5px;}
	

}
@media (min-width: 1200px) {
    body.layout-fullwidth .page-header.type20 .header.panel .bottom-panel {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
}
@media (max-width: 1899px) {
    header.page-header.type14 .header.content {
        padding-left: 55px;
        padding-right: 55px;
    }
    header.page-header.type14 .header.content > .logo {
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .search-area {
        margin-left: 10px;
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .top-panel {
        margin-right: 20px;
    }
}
@media (max-width:1679px) {
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    header.page-header.type14 .panel.header .links > li.greet.welcome {
        display: none;
    }
    header.page-header.type14 .panel.header .top-panel {
        margin-right: 10px;
    }
    header.page-header.type14 .panel.header .search-area {
        margin-left: 5px;
        margin-right: 5px;
    }
    header.page-header.type14 .navigation li.level0 > a {
        padding: 0 10px;
    }
}
@media (max-width: 1439px) {
    header.page-header.type14 .header.content {
        padding: 25px;
        margin: 0;
        max-width: none;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 102px;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart:before {
        line-height: 100px;
    }
    header.page-header.type14 .header.content > .logo {
        padding-left: 5px;
    }
}
@media (max-width: 1359px) {
    header.page-header.type14 .panel.header .top-panel {
        display: block;
        margin-bottom: 20px;
        text-align: right;
        margin-right: 0;
        pointer-events: all;
    }
    header.page-header.type14 .panel.header .bottom-panel {
        pointer-events: all;
    }
    header.page-header.type14 .panel.header {
        margin-top: -32px;
        pointer-events: none;
    }
    header.page-header.type14 .nav-sections {
        margin: 0;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 100px;
    }
}
@media (max-width: 1199px) {
    header.page-header.type14 .minicart-wrapper {
        width: 150px;
    }
    header.page-header.type14 .panel.header {
        right: 150px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        width: 280px;
        padding-left: 130px;
    }
    .page-header.type26 .header.content {
        padding: 25px 25px;
    }
    .page-header.type26 .logo {
        left: 25px;
    }
}
@media (max-width: 991px) {
    header.page-header.type14 .panel.header {
        right: 170px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        width: 280px;
        padding-left: 130px;
    }
    .page-header.type26 .header.content {
        padding: 25px 15px;
    }
    .page-header.type26 .header.content .header.panel {
        right: 15px;
    }
    .page-header.type26 .header.panel .bottom-panel .search-area {
        margin: 0;
        margin-right: 20px;
    }
    .page-header.type26 .header.panel .top-panel .custom-block {display: none;}
    .offer-deal .item img {width: 100%;}
}
@media (max-width:767px) {
    .block-search input {
        color: #666;
    }
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .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 .block-minicart {
        right:-7px;
    }
    .page-header.header-newskin .minicart-wrapper .action.showcart {
        line-height: 40px;
    }
    .page-header.type6 .custom-block {
        display: none;
    }
    header.page-header.type14 .header.content {
        padding: 25px 15px;
    }
    header.page-header.type14 .nav-toggle {
        line-height: 50px;
    }
    header.page-header.type14 .nav-toggle:before {
        color: #ccc;
    }
    header.page-header.type14 .panel.header {
        pointer-events: all;
    }
    header.page-header.type14 .search-area .search-toggle-icon {
        display: none;
    }
    header.page-header.type14 .panel.header .block-search {
        display: block;
        position: relative;
        top: 0;
        width: auto;
    }
    header.page-header.type14 .block-search .label:before {
        color: #ccc;
        margin: 0;
        content: "\f880";
    }
    header.page-header.type14 .block-search .label.active:before {
        color: #fff;
    }
    header.page-header.type14 .block-search input {
        position: absolute;
        right: -5px;
        top: -6px;
        margin: 0;
        left: auto;
        opacity: 0;
        filter:alpha(opacity=0);
    }
    header.page-header.type14 .block-search .label.active + .control input {
        position: absolute;
        display: block;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    header.page-header.type14 .panel.header .top-panel {
        display: none;
    }
    header.page-header.type14 .panel.header {
        margin-top: -13px;
    }
    header.page-header.type14 .navigation li.level0 > a {
        padding: 13px 36px 13px 15px;
    }
    header.page-header.type15 .header > .logo {
        margin: 9px 0;
        height: 40px;
        width: auto;
    }
    header.page-header.type15 .header > .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    header.page-header.type15 .header .cart-area .switcher, header.page-header.type15 .header .search-toggle-icon {
        display: none;
    }
    header.page-header.type15 .header .cart-area {
        position: absolute;
        right: 0;
        top: 0;
    }
    header.page-header.type15 .minicart-wrapper .action.showcart .counter-label {
        display: none;
    }
    header.page-header.type15 .minicart-wrapper {
        margin-top: 6px;
    }
    header.page-header.type15 .minicart-wrapper .block-minicart {
        right: 10px;
    }
    header.page-header.type15 .search-area .block-search .label {
        padding-right: 60px;
        line-height: 60px;
    }
    header.page-header.type15 .search-area .block-search .label:before {
        content: '\e884';
        color: #fff;
    }
    header.page-header.type15 .nav-toggle:before {
        color: #fff;
    }
    .page-header.type16 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type16 .minicart-wrapper {
        margin: 10px 0;
    }
    .page-header.type16 .block-search {
        float: none;
        margin-bottom: 0;
		margin-left:0px !important;
		left:0px;
    }
    .page-header.type16 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 15px;
    }
    .page-header.type16 .custom-block {
        display: none;
    }
    .page-header.type17 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type17 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type17 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type17 .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type17 .block-search .label:before,
    .page-header.type17 .nav-toggle:before {
        color: #fff;
    }
    .page-header.type17 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 15px;
    }
    .page-header.type17 .custom-block {
        display: none;
    }
    .page-header.type18 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type18 .select-area {
        display: none;
    }
    .page-header.type18 .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type18 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 15px;
    }
    .page-header.type18 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type19 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type19 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type19 .custom-block {
        display: none;
    }
    .page-header.type19 .minicart-wrapper {
        margin: 10px 0;
    }
    .page-header.type19 .search-toggle-icon {
        display: none;
    }
    .page-header.type19 .block-search .label {
        float: right;
        margin-right: 30px;
        margin-top: 15px;
    }
    .page-header.type20 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type20 .header.panel {
        position: relative;
    }
    .page-header.type20 .bottom-panel {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .page-header.type20 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 0;
        float: right;
        margin-right:-17px;
    }
    .page-header.type20 .minicart-wrapper .action.showcart:before,
    .page-header.type20 .minicart-wrapper .action.showcart.active:before {
        font-size: 28px;
        line-height: 40px;
    }
    .page-header.type20 .minicart-wrapper .block-minicart {
        right:-7px;
    }
    .page-header.type20 .minicart-wrapper .action.showcart {
        line-height: 40px;
    }
    .page-header.type20 .search-toggle-icon {
        display: none;
    }
    .page-header.type20 .block-search .label {
        float: right;
        margin-right: 40px;
        margin-top: 15px;
    }
    .page-header.type20 .top-links-area, .page-header.type20 .custom-block {
        display: none;
    }
    .page-header.type21 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type21 .header.panel {
        position: relative;
    }
    .page-header.type21 .bottom-panel {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .page-header.type21 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 0;
        float: right;
        margin-right:-17px;
    }
    .page-header.type21 .minicart-wrapper .action.showcart:before,
    .page-header.type21 .minicart-wrapper .action.showcart.active:before {
        font-size: 28px;
        line-height: 40px;
    }
    .page-header.type21 .minicart-wrapper .block-minicart {
        right:-7px;
    }
    .page-header.type21 .minicart-wrapper .action.showcart {
        line-height: 40px;
    }
    .page-header.type21 .search-toggle-icon {
        display: none;
    }
    .page-header.type21 .block-search .label {
        float: right;
        margin-right: 40px;
        margin-top: 15px;
    }
    .page-header.type21 .top-links-area, .page-header.type21 .custom-block {
        display: none;
    }
    .page-header.type22 {
        border: 0;
        min-width: 320px;
    }
    .page-header.type22 .logo img {
        width: auto;
        height: auto;
    }
    .page-header.type22 .nav-toggle {
        margin: 10px 15px 10px 0;
    }
    .page-header.type22 .switcher-area {
        position: relative;
        z-index: 1;
    }
    .page-header.type22 .switcher-area .switcher {
        display: none;
    }
    .page-header.type22 .minicart-wrapper {
        float: right;
        margin-top: 20px;
        margin-right: 15px;
    }
    .page-header.type22 .minicart-wrapper .block-minicart {
        right: 4px;
        left: auto;
    }
    .page-header.type22 .minicart-wrapper .block-minicart:before {
        right: 28.7px;
        left:auto;
    }
    .page-header.type22 .minicart-wrapper .block-minicart:after {
        right: 28px;
        left: auto;
    }
    .page-header.type22 .nav-toggle {
        margin: 10px 15px 10px 0;
    }
    .page-header.type22 .nav-toggle:before {
        color: #b0b0b0;
    }
    .page-header.type22 .logo {
        margin: 15px 0;
    }
    .page-header.type22 .block-search {
        float: right;
        margin: 26px 0;
    }
    .page-header.type22 .block-search .label:before {
        color: #b0b0b0;
    }
    .page-header.type22 .block-search .control {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 300px;
        right: 0;
        top: 100%;
        z-index: 1;
    }
    .page-header.type22 .custom-block-area {
        display: none;
    }
    .page-header.type23 .minicart-wrapper {
        position: absolute;
        top: auto;
        right: 15px;
        left: auto;
        margin: 10px 0;
        z-index: 1;
    }
    .page-header.type23 .panel.header .toplinks-area {
        display: none;
    }
    .page-header.type23 .panel.header .custom-block {
        display: none;
    }
    .page-header.type23 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type23 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type23 .search-toggle-icon {
        display: none;
    }
    .page-header.type23 .block-search .label {
        font-size: 11px;
        text-transform: uppercase;
    }
    .page-header.type23 .block-search .label > span {
        width: auto;
        height: auto;
        position: static;
    }
    .page-header.type23 .block-search .label:before {
        margin-right: 5px;
        color: #777;
        font-size: 11px;
    }
    .page-header.type23 .panel.header > span.split {
        display: none;
    }
    .page-header.type23 .minicart-wrapper .action.showcart .counter.qty {color: #fff;}
    .page-header.type24 .custom-block {
        display: none;
    }
    .page-header.type24 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type24 .top-links-area {display: none;}
    .page-header.type24 .search-toggle-icon {
        display: none;
    }
    .page-header.type24 .block-search .label {
        float: right;
        margin-right: 20px;
        margin-top: 15px;
    }
    .page-header.type24 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type24 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type25 {border: none;}
    .page-header.type25 .logo {
        height: 40px;
        float: left;
        margin: 10px 0 10px;
    }
    .page-header.type25 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type25 .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type25 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 15px;
    }
    .page-header.type25 .custom-block {
        display: none;
    }
    .page-header.type25 .custom-menu-block, .page-header.type25 .drop-menu>a {
        display: none;
    }
    .page-header.type25 .nav-toggle:before, .page-header.type25 .block-search .label:before {
        color: #fff;
    }
    .page-header.type25 .sw-megamenu.navigation.side-megamenu {
        display: block;
    }
    .page-header.type26 .header.content {
        padding: 0 15px;
    }
    .page-header.type26 .logo {
        position: relative;
        left: 0;
        top:0;
        padding:10px 0;
        float: left;
    }
    .page-header.type26 .logo img {
        height: 40px;
        width: auto;
    }
    .page-header.type26 .header.panel .top-panel .custom-block {display: none;}
    .page-header.type26 .nav-toggle {
        display: inline-block;
    }
    .page-header.type26 .header.content .header.panel {
        right: 0;
        text-align: right;
    }
    .page-header.type26 .header.panel .top-panel .menu-area > a {
        display: none;
    }
    .page-header.type26 .sections.nav-sections {
        display: block;
        text-align: left;
    }
    .page-header.type26 .nav-sections .header.links, .page-header.type26 .nav-sections .switcher {
        display: block;
    }
    .page-header.type26 .switcher strong, .page-header.type26 .switcher .options .action.toggle:after, .page-header.type26 .switcher .options .action.toggle:hover:after {
        color: #777;
    }
    .page-header.type26 .minicart-wrapper {
        margin-top: 0;
        margin-right: 0;
        float: none;
    }
    .page-header.type26 .minicart-wrapper .action.showcart {
        color: #fff;
    }
    .page-header.type26 .minicart-wrapper .action.showcart:before,
    .page-header.type26 .minicart-wrapper .action.showcart.active:before {
        color: #fff;
    }
    .page-header.type26 .search-toggle-icon {
        display: none;
    }
    .page-header.type26 .block-search .label:before {
        color: #fff;
        content: '\f87b';
    }
    .page-header.type26 .header.panel .bottom-panel .search-area {
        position: static;
    }
    .page-header.type26 .header.panel .bottom-panel .search-area .block-search {
        display: inline-block;
        margin: 0;
        position: static;
    }
    .page-header.type26 .block-search .label {
        float: none;
    }
    .page-header.type26 .block-search .label + .control input {
        position: absolute;
        left: -9999px;
        min-width: 200px;
    }
    .page-header.type26 .block-search .label.active + .control input {
        left: auto;
        right: 0;
    }
    .page-header.type27 .top-links-area, .page-header.type27 .custom-block {
        display: none;
    }
    .page-header.type27 .logo {
        height: 40px;
        float: left;
        margin: 10px 0;
    }
    .page-header.type27 .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .page-header.type27 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type27 .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type27 .block-search .label:before,
    .page-header.type27 .nav-toggle:before {
        color: #fff;
    }
    .page-header.type27 .block-search .label {
        float: right;
        margin: 10px 0;
        line-height: 40px;
        margin-right: 15px;
    }
    .page-header.type27 .custom-block {
        display: none;
    }
    .offer-deal .item .content h3 a{font-size: 30px;line-height: 25px;}
    .offer-deal .item .content p{font-size: 16px;line-height: 25px;}
    .offer-deal .item .content .btn-default {font-size: 11px;padding: 8px 12px;margin-top: 5px;}
}
@media (max-width: 640px) {
    header.page-header.type14 .panel.header {
        right: 60px;
        margin-top: -13px;
    }
    header.page-header.type14 .minicart-wrapper.active {
        height: 100px;
        padding-left: 230px;
    }
    header.page-header.type14 .minicart-wrapper {
        width: 50px;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart:before {
        margin: 0;
    }
    header.page-header.type14 .minicart-wrapper .action.showcart .counter.qty {
        display: none;
    }
    header.page-header.type14 .block-search input {
        min-width: 200px;
    }
    #newsletter_popup {
        padding: 40px 10px 25px;
        width: 100% !important;
    }
	.contactform{padding:20px; }
}
@media only screen and (max-width: 639px) {
    .filter.active .filter-title strong {
        right: 10px; 
        top: 0;  
        border: none !important;
    }
    .filter.active .filter-title strong:before { 
        -webkit-font-smoothing: antialiased;
        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-title strong:after { display: none;}
    .filter.active .filter-title { 
        background-color: #666666;
        margin: 0;
        height: 47px;
        border: none;
    }
    .filter.active .filter-subtitle {
        color: #fff !important;
        text-transform: uppercase;
        font-size: 12.5px;
        font-weight: 400;
        font-family: 'Oswald';
        letter-spacing: 0.025em;
        z-index: 3;
        padding: 8px 30px !important;
        height: 47px;
        pointer-events: none;
    }
    .filter.active .filter-options {
        padding: 0 30px 30px !important;
    }
    .filter.active .block-category-list .block-title, .filter.active .filter-options-title, .filter.active .filter .filter-current-subtitle {
        padding-left: 0;
        padding-right: 0;
    }
    .filter.active .block-category-list .block-content, .filter.active .filter-options-content {
        padding-left: 0;
        padding-right: 0;
    }
} 

@media (min-width: 768px) and (max-width: 1440px) {
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth > .submenu, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth > .submenu {
        padding: 20px 15px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        padding: 5px 10px;
    }
    header.page-header.type14 .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a, header.page-header.type14 .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        margin-bottom: 10px;
    }
	.cms-porto-home-5 .block-search{left:2% !important;}
}

@media (min-width: 768px) {
	.page-header.type7 .panel.header .toplinks-area > ul.show {
		left: -15px;
		z-index: 7;
		background-color: #fff;
		box-shadow: 0 0 1px rgba(0,0,0,0.15);
		padding: 0 15px;
		margin-top: 10px;
	}
	
	
	
}

 .cms-porto-home-5 .block-search{left: 9%; }
 .cms-porto-home-5 .text-area p { font-size: 13px; line-height: 24px; margin-bottom: 20px; color: rgb(104, 113, 118); }
 .cms-porto-home-5 .text-area h3 { font-size: 24px; line-height: 30px; margin-bottom: 20px; margin-top: 30px; }
 .single-images{margin-bottom:30px;}
 .slider-with-side .content{position: absolute;    width: 100%;    height: 100%;    left: 0;    top: 0;}
 .slider-with-side .content .text-area {    left: 3%;    bottom: 10%;    position: absolute;   text-align: left;    text-transform: uppercase;}
 .slider-with-side .slider-area .content .text-area h2 {    font-family: 'Oswald';    font-size: 50px;    font-weight: 700;    line-height: 1;    letter-spacing: -0.05em;    padding: 0 0 0 19px;    display: block; width:100%;}
.slider-with-side .slider-area .content .text-area p {    font-size: 22px;    font-weight: 300;    line-height: 1;    font-style: normal;    padding: 4px 0 0 21px;    display: block; width:100%;}
.slider-with-side .slider-area .content .text-area a {    font-family: 'Oswald';    font-size: 15px;  letter-spacing: 0.05em;    color: #fff;    background-color: #fa4a4a;    padding: 11px 26px;    margin-left: 20px;  margin-top: 30px;   border-radius: 3px;    font-weight: 400;}
.owl-carousel .owl-item img{max-width:111% !important;}
.image-link img{border: 5px solid #f4f4f4;}
.catalog-product-view .overlay{display:none;} 
.image-block-main{width:100%; display:block; background: rgba(147,206,222,1);
background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 ); height: 179px;margin-top: 20px; }
.image-block-main .image-block{ padding:20px; display:block;}
.image-block-main .image-block p{font-size:13px; line-height:18px; color:#fff;} 
.image-block-main .image-bottom{border-top: 2px solid #f4f4f4;padding: 5px 10px; display: block; color:#fff;}
.image-block-main .image-bottom .image-left{width: auto; display: inline-block;text-align: left;}
.image-block-main .image-bottom .image-right{text-align: right;    float:right;}
.form.create.account>.fieldset{width: 51% !important;}

.contactform{background:#fff; padding:35px 30px 25px 30px; box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2); border-radius:5px;}       
.contactform input, .contactform textarea{margin-bottom:10px; border:1px solid #e5e5e5; height:auto; padding:10px 15px; font-size:15px; transition-duration:0.3s }
.contactform input:focus, .contactform textarea:focus{transition-duration:0.3s; box-shadow:0 0 3px 1px #68a8e0!important  }

.contactform .textareaitme{height:120px; }
.contactform .submitbutton{background:#08c; padding:14px 30px; color:#fff; font-weight:600; font-family: 'Open Sans'; border:0px; }
.contactform .submitbutton:hover{background:#0075b9; color:#fff; }
.contactform input[type="text"]::-moz-placeholder, .contactform  input[type="password"]::-moz-placeholder, .contactform  input[type="url"]::-moz-placeholder, .contactform input[type="tel"]::-moz-placeholder, .contactform input[type="number"]::-moz-placeholder, .contactform input[type="email"]::-moz-placeholder, .contactform textarea.textareaitme::-moz-placeholder {color:#5E5E5E;}
.pricinglist{border:1px #ccc solid;border-collapse:collapse; }
.pricinglist td, .pricinglist th{ border:1px #ccc solid; font-size:15px; }
.pricinglist th{background:#08c; color:#fff; }
.pricinglist tr{transition-duration:0.2s}
.pricinglist tr:hover td{background:#f5f5f5; transition-duration:0.2s }
.pricinglist th.productno{text-align:center }
.pricinglist th.price-cad{text-align:right }
.form-title{ font-weight:600}


/* 6-7 ***/

#maincontent .sidebar.sidebar-main:before{
    border: none;
}
#maincontent .sidebar.sidebar-main .nav .delimiter {display: none;}
.page-header.header-newskin .minicart-wrapper .action.showcart::before, .page-header.header-newskin .minicart-wrapper .action.showcart.active::before{width: 40px!important;}
.calendarcls,.calendarcls1 {
    position: relative;
}
.calendarcls:after {
    font-size: 2.1rem;
    line-height: normal;
    color: #514943;
    content: '\e627';
    position: static;
    font-family: 'Admin Icons';
    vertical-align: middle;
    left: 0;
    display: inline-block;
    padding: 10px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}
.calendarcls input._has-datepicker {
    padding-left: 45px;
}
.calendarcls1:before {
    font-size: 2.1rem;
    line-height: normal;
    color: #514943;
    content: '\e627';
    font-family: 'Admin Icons';
    vertical-align: middle;
    left: 100%;
    display: inline-block;
    padding: 0px 10px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    z-index: 99;
    position: absolute;
}
#product_addtocart_form .box-tocart .action.tocart:not(:last-child){margin-bottom: 0; }
header.type16 .sections.nav-sections {background: #f0f0ed;margin: 0;margin-bottom: 0;}
button.wk_qs_quote_button.button.btn-cart.action.primary {line-height: normal!important;font-size: 12px;padding: 10px;margin-top: 10px;}
.wk-auction-clock-span.bj_auction {font-size: 18px;font-weight: bold;}
.product-grid .product-item-photo {min-height: 300px;}
#form-biddings-amount .input-box #bidding_amount {width: 70%;}
.short_links li {    float: left; display: block;width: auto;box-sizing: border-box; background: #ccc; margin: 5px 10px 15px 0; text-align: center;}
.short_links ul {margin: 0;padding: 0;}
.short_links a {font-size: 14px;color: #000000 !important;font-weight: bold;text-decoration: none;padding: 15px 20px;display: inline-block;min-width: 105px;}
.short_links a:active,.short_links a:visited,.short_links a:hover{color: black !important;font-weight: bold;}
.short_links li:nth-child(1){background: #9aa8b1;}
.short_links li:nth-child(2){background: #FF6550;}
.short_links li:nth-child(3){background: #53cc4b;}
.short_links li:nth-child(4){background: #cfd223;}
.short_links li:nth-child(5){background: #ff9d06;}



@media (max-width: 680px) {
.responsivetable{width:100%; overflow-x:scroll }
}  

.block-reorder .product-item .field.item{display: inline-block; width: 8% !important;vertical-align: top !important;}
.block-reorder .product-item-name {display: inline-block; width: 89% !important;}
.sidebar .product-items .product-item-name a{white-space: inherit !important;}

/*For the home page bannar product*/

.feature-product .latest-products {
    display: flex;
    padding: 15px 0;
}


.custom-support .slider-section .live-sites-block .item {
    padding: 0 10px;
    position: relative;
}

.feature-product .latest-products .sold-product-label {
    position: absolute;
    left: 11px;
    background: red;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
}

.feature-product .latest-products .new-product-label {
    position: absolute;
    left: 11px;
    background: #08c;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
}

.page-wrapper .custom-support{
    padding-top: 20px !important;
}
.banner-slider-wrapper .slider-section h1{
    margin-bottom: 20px;
}


.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;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,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

#wk-load-conf {
    display: none;
}

#wantptr .unavailable,
#wantptr .available,
#wk-mp-become-seller-box-wrapper .unavailable,
#wk-mp-become-seller-box-wrapper .available {
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0;
    border: medium none;
    float: left;
    min-height: 11px;
    padding: 0 3px 0 30px;
    background: none!important;
}
#wantptr .available.message.success:before,
#wk-mp-become-seller-box-wrapper .available.message.success:before {
    content: "\2714";
    padding: 0 5px;
}
#wantptr .message.success,
#wk-mp-become-seller-box-wrapper .message.success {
    padding: 0!important;
}

#wantptr .message.error:before,
#wk-mp-become-seller-box-wrapper .message.error:before {
    content: "\2715";
    padding: 0 5px;
}
#wantptr .message.error,
#wk-mp-become-seller-box-wrapper .message.error {
    padding: 0!important;
}
#wantptr label.label {
    display: inline-block;
}
#wantptr .questimg {
    display: inline-block;
}
.wk-mp-main{
    margin-bottom: 0;
}

/*commom classes start*/
.wk-mp-design {
    width: 100%;
}
.wk-mp-design .block-account .block-title {
    background-image: none;
}
.wk-mp-design .block{
    margin: 0;
}
.wk-mp-design .product-image img{
    width: 100%;
}
.btn-primary {
    background-color: #0C79D8;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF!important;
    display: inline-block;
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.wk-profile-links{
    display: inline-block;
    padding: 10px 0;
    width: 30%;
}
.wk-profile-links a:hover{
    text-decoration: none;
}
.wk-mp-fieldset {
    margin: 0;
    border-top: none;
    min-width: 100%;
    width: 250px;
    display: inline-block;
    overflow: auto;
}
.account .column.main{
    width: 100%;
}
.wk-mp-design .form-list .control {width: 100%;box-sizing: border-box;}
.wk-mp-design .form-list .field { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list textarea { width:99%;max-width: 99%;box-sizing: border-box;}
.wk-mp-design .form-list select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide textarea { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list .input-range input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide input.input-text,
.wk-mp-design .form-list-narrow li.wide textarea { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide select { width:100%; box-sizing: border-box;}

#wantptr{display:none;}
.profileurl{
display: inline-block;
width: 100%;
box-sizing: border-box;
}
/*commom classes end*/
#skuavail, #skunotavail {
    display: none;
    float:left;
    width: 100%;
}
.skuavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
.skunotavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
/*landing page css start*/
.wk-mp-landingpage{
    text-align: center;
}
.wk-mp-banner {
background-size: 100% 100%;
}
.wk-mp-banner-container{
    width: 97.5%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 1%;
}
.wk-mp-banner img{
    width: 100%;
    display: inherit
}
.wk-marketplace-label{
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 3.3%;
}
.wk-marketplace-label-span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 100%;
}
.wk-marketplace-label-about{
    font-weight: 600;
    letter-spacing: 1px;
}
.wk-mp-icon {
    display: inline-block;
    width: 68%;
}
.wk-mp-icon img{
    display: inline-block;
    width: 100%;
}
.wk-mp-icon-wraper{
    display: inline-block;
    width: 22%;
}

.wk-mp-landing-sellers-wraper{
    width: 284px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wk-last-seller{
    margin-right: 0;
}
.wk-mp-landing-sellers{
    padding: 10px;
}
.wk-mp-landing-sellers-img1{
    width: 100%;
}
.wk-mp-landing-sellers-img1 img{
    width: 130px;
    display: inline-block;
    border: 1px solid #eee;
    float: left;
}
.wk-mp-landing-sellers-img2{
    width: 260px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    display: inline-block;
}
.wk-mp-landing-sellers-img2 img{
    width: 100%;
}
.wk-mp-landing-sellers-logo{
    width: 30%;
    float: left;
    display: inline-block;
    border: 1px solid #eee;
    height: 75px;
    position: relative;
}
.wk-mp-landing-sellers-logo img{
    width: 100%;
}
.wk-mp-landing-sellers-details{
    width: 64%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
}
.wk-mp-landing-button{
    font-size: 18px;
    padding: 15px 20px;
}
.wk-mp-label3-container{
    margin-top:10px;width:100%;
}
.wk-mp-label3{
    border: 1px solid #eee;
    padding: 10px;
}
.wk-mp-header {
    color: #FFFFFF;
    padding: 6.5%;
    text-align: center;
}
.wk-mp-header h1 {
    font-size: 3.9em;
    color: #FFFFFF;
    margin-bottom: 0.3em;
    font-weight: bold;
    word-wrap: break-word;
}
.wk-mp-header h2 {
    font-size: 32px;
    color: #FFFFFF;
    text-transform: inherit;
}
.wk-mp-header p {
    margin-bottom: 0;
}
/*end*/

/*product page seller block start*/
.wk-blockdetail {background: none repeat scroll 0 0 #F4F3F3;height: auto;padding: 4px;}
.wk-blockdetail ul.partnerlinks li a{text-decoration:none;}
.wk-blockdetail ul.partnerlinks li a:hover{text-decoration: underline;color: #333;}
.wk-blockdetail ul.partnerlinks li {padding:2px 0px;font-size:12px;}
.wk-blockdetail #twconnect, #fbconnect{display: inline-block;height: 35px;width: 35px;}
.wk-blockdetail #twconnect:hover, #fbconnect:hover{box-shadow: -3px -2px 6px #333333;}
.wk-blockdetail #twconnect{background-image:url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/tw.png');}
.wk-blockdetail #fbconnect{background-image:url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/fb.png');}
.wk-block-hover-div{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    right: -27%;
    min-height: 120px;
    position: absolute;
    top: -35px;
    width: 420px;
    z-index: 999;
    border: 1px solid #BCE8F1;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wk-block-hover-div img{
    width: 100%;
}
.wk-report-flag-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-report-flag-link #reportflag::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f024";
    font-family: "font-awesome";
    font-size: 1.7rem;
}
.wk-flagreasons {
  padding: 4px;
}
.wk-alert-modal-content {
  display: none;
}
@media only screen and (max-width: 1085px) {
    .wk-block-hover-div{
        right: -11px;
        width: 275px;
    }
}
@media only screen and (min-width: 1085px) and (max-width: 1191px) {
    .wk-block-hover-div{
        right: -61px;
        width: 275px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 984px) {
    .profile-view {
    width: 325px;
    }
}
.wk-block-hover-div .arrow{height: 23px;position: absolute;right: -17px;top: 31px;width: 50px;}
.wk-block-hover-div:after, .wk-block-hover-div:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    right: 100%;
    position: absolute;
    width: 0;
}
.wk-block-hover-div:after {border-right-color: #FFFFFF;border-width: 7px;top: 36px;}
.wk-block-hover-div:before {border-right-color: #BCE8F1;border-width: 10px;top: 34px;}
.profile-view{
    position: relative;
    width: 436px;
}
/*wk-block new css start*/
.ask-que , #askque, .product-flag, .seller-flag, #reportflag{
    display: inline-block;
    cursor: pointer;
}
.wk-block-font-bold-up{
    text-transform: uppercase;
    font-weight: bold;
}
.wk-block-title-css{
    font-weight: normal;
    margin: 0 5px 0 0;
}
.wk-block-title-css a {
    text-decoration: underline;
}
.wk-block-rating{
    display: inline-block;
    text-align: center;
    background: #11b400;
    color: #fff;
    letter-spacing: 1px;
    min-width: 16px;
    padding: 2px 6px;
    border-radius: 4px;
}
.product-options-bottom{
    padding: 9px;
}
.extra-info{
    max-width: 100%;
    width: 100%;
}
.add-to-cart, .out-of-stock{
    float: left;
}
.wk-seller-block{
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 30%;
    position: relative;
    padding-left: 10px;
    margin-left: 8px;
}
.wk-seller-block:after, .wk-seller-block:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    left: -1px;
    position: absolute;
    width: 0;
    margin-top: -11px;
}
.wk-seller-block:after {
    border-left-color: #FFFFFF;border-width: 7px;top: 36px;
}
.wk-seller-block:before {
    border-left-color: #CCCCCC;border-width: 9px;top: 34px;
}
@media only screen and (min-width: 1180px){
    .wk-seller-block{
        width: 44%;
    }
}

.wk-seller-rating{
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fffeeb;
    box-shadow: 0 2px 8px 2px #848484;
    font-size: 11px;
    position: absolute;
    text-align: left;
    max-width: 350px;
    z-index: 5;
    display: none;
    top: 83%;
    margin-left: -20%;
    width: 120%;
}
.wk-seller-rating:after, .wk-seller-rating:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    bottom: -1px;
    position: absolute;
    width: 0;
    margin-top: -51px;
    margin-left: 22%;
}
.wk-seller-rating:after {
    border-bottom-color: #FFFFFF;border-width: 7px;
    top: 38px;
    margin-right: 22px;
}
.wk-seller-rating:before {
    border-bottom-color: #CCCCCC;border-width: 9px;
    border-width: 7px;
    top: 37px;
}
/*end*/

/*seller list page start*/
.wk-srach-wrapper{
    width:100%;
    display:inline-block;
}
.wk-search input {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.wk-search .control {
    position: relative;
}
.wk-search .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.wk-search .span{
    padding: 9px 8px;
}
.wk-search button.button span span {
    height: 20px;
    line-height: 20px;
}
.wk-mp-sellerlist-container li{
    padding-left: 0;
    padding-bottom: 1%;
    list-style: none;
}
.wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.wk-sellerlist-divide1 {
    display: inline-block;
    width: 40%;
    float: left;
    overflow: hidden;
}
.wk-sellerlist-divide1 img {
    width: 85%;
    float: left;
    border: 1px solid #eee;
}
.wk-sellerlist-divide2 {
    text-align: left;
    text-transform: uppercase;
    width: 60%;
    float: left;
}
@media only screen and (min-width: 480px) and (max-width: 480px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 0;
        float: none;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 651px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 50%;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
    .wk-mp-header h1 {
        font-size: 2.9em;
    }
}
@media only screen and (min-width: 652px) and (max-width: 1079px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 30%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
@media only screen and (min-width: 1080px){
    .wk-mp-sellerlist-container li{
        margin-right: 1%;
        float: left;
        width: 24%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
/*end*/
/*seller prfile page left css start*/
.wk-logo-block{
    padding-bottom: 10px;
}
.bannerpicrs {
    border-bottom: 5px solid #fc9d36;
    height: 100%;
    width: 99%;
}
.wk-mp-design-inner{
    border: 1px solid #eee;
    padding: 10px;
    padding-bottom:0;
}
.wk-mp-design-inner-last{
    margin-bottom:10px;
    padding-bottom: 10px;
}
.wk-mp-display-block-css{
    display: inline-block;
    width: 100%;
}
.storename {
    font: bold 1em Helvetica Neue,Arial,Sans Serif;
    text-transform:uppercase;
}
.store-name{
    padding: 5px 0;
}
.wk-seller a {
    display: inline-block;
}
#info .section {
    padding: 0px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.wk-icon{
    background-image: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/Seller-Sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 17px;
    float: left;
    margin-top: 3px;
}
.wk-storeloc-icon{
    background-position: -105px -96px;
    height: 17px;
}
a.cont-name {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
}
.piccountry {
    width: 24px;
    display: inline-block;
}
.wk-contact-input-fields {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wk-mp-design-inner small {
    font-size: smaller;
}

.wk-mp-design-inner .wk-ordertitle-label{
    width: 29%;
    font-weight: bold;
}

/*seller prfile page left css end*/

/*start modal box*/
.ask-que{cursor:pointer;}
#ask-data .errormail {
    bottom: 15px;
    display: none;
    left: 155px;
    position: absolute;
    color: #DF280A;
    font-weight: bold;
}
.wk-clear{clear: both;}

.wk-dash-chart{
    margin-top: 10px;
    border:1px solid #CCCCCC;
}

.modal-popup .modal-title {
    border-bottom: unset;
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    display: inline-block;
}
#ask-data {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin: -250px 0 0 -280px;
    outline: medium none;
    position: fixed;
    top: 88%;
    width: 510px;
    z-index: 1050;
    padding: 10px;
}
#ask-form, #flag-form {
    display: inline-block;
    width: 98%;
}
.modal-body.form-list.field.wk-flag-form {
    margin: 0px !important;
}
#ask-form textarea { height: 75px;width: 315px; }
#ask-data .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-left: 20px;
    text-align: left;
    width: 135px;
    vertical-align: top;
}
.wk-modal-btn{
  cursor: pointer;
}
.wk-btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.wk-btn-primary:hover,
.wk-btn-primary:focus,
.wk-btn-primary.focus,
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  background-image: none;
}
.wk-btn-primary.disabled,
.wk-btn-primary[disabled],
fieldset[disabled] .wk-btn-primary,
.wk-btn-primary.disabled:hover,
.wk-btn-primary[disabled]:hover,
fieldset[disabled] .wk-btn-primary:hover,
.wk-btn-primary.disabled:focus,
.wk-btn-primary[disabled]:focus,
fieldset[disabled] .wk-btn-primary:focus,
.wk-btn-primary.disabled.focus,
.wk-btn-primary[disabled].focus,
fieldset[disabled] .wk-btn-primary.focus,
.wk-btn-primary.disabled:active,
.wk-btn-primary[disabled]:active,
fieldset[disabled] .wk-btn-primary:active,
.wk-btn-primary.disabled.active,
.wk-btn-primary[disabled].active,
fieldset[disabled] .wk-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.wk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default:hover,
.wk-btn-default:focus,
.wk-btn-default.focus,
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  background-image: none;
}
.wk-btn-default.disabled,
.wk-btn-default[disabled],
fieldset[disabled] .wk-btn-default,
.wk-btn-default.disabled:hover,
.wk-btn-default[disabled]:hover,
fieldset[disabled] .wk-btn-default:hover,
.wk-btn-default.disabled:focus,
.wk-btn-default[disabled]:focus,
fieldset[disabled] .wk-btn-default:focus,
.wk-btn-default.disabled.focus,
.wk-btn-default[disabled].focus,
fieldset[disabled] .wk-btn-default.focus,
.wk-btn-default.disabled:active,
.wk-btn-default[disabled]:active,
fieldset[disabled] .wk-btn-default:active,
.wk-btn-default.disabled.active,
.wk-btn-default[disabled].active,
fieldset[disabled] .wk-btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.wk-btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.form-control {
width: 315px;
padding: 6px 12px;
margin-bottom: 10px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-body {
    position: relative;
    padding: 15px;
    width: 90%;
}
.form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wk-btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.modal-header h3 { display: inline-block;font-size: 20px;opacity: 0.6; }
.wk-close,
.wk-product-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-seller-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-close:hover,
.wk-product-flag-close:hover,
.wk-product-flag-close:focus,
.wk-seller-flag-close:hover,
.wk-seller-flag-close:focus,
.wk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.error-border { border-color: #FF0000 ; }
.mail-procss { cursor: wait;opacity: 0.5; }
/*end*/

/*profile page right bar css start*/
.wk-feedback-details .mpfeedback{
    width:100%;
    border-right: 1px solid #ccc;
}
.mpfeedback .wk-span{
    width: 40%;
}
.mpfeedback span {
    float: left;
}
.mpfeedback .ratingslider-box {
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 103% transparent;
    float: left;
    margin-left: 3%;
    height: 16px;
    width: 70px;
}
.mpfeedback .ratingslider-box .rating {
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 0 transparent;
    height: 16px;
}
.mpfeedback .price{
    width:100%;
    display: inline-block;
}
.mpfeedback .value{
    width:100%;
    display: inline-block;
}
.mpfeedback .quality{
    width:100%;
    display: inline-block;
}
/*profile page right bar css end*/

/*Profile page content css start*/

.wk-social-icon{
    width: 44px;
    height: 44px;
}
.wk-social-icon-instagram{ background-position: 0px 0px; }
.wk-social-icon-pinterest{ background-position: -46px 0px; }
.wk-social-icon-fb{ background-position: -92px 0px; }
.wk-social-icon-tw{ background-position: -138px 0px; }
.wk-social-icon-gplus{ background-position: 0px -46px; }
.wk-social-icon-vimeo{ background-position: -46px -46px }
.wk-social-icon-utube{ background-position: -92px -46px; }
.wk-social-icon-moleskin{ background-position: -138px -46px; }
.wk-profile-pro-css {
    width: 32.33333%;
    margin-right: 1%;
    float: left;
    text-align: center;
}
.wk-profile-image-box{
    border: 1px solid #eee;
    padding: 5px;
}
/*Profile page content css end*/

/*feedback page css start*/
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #eee;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-first-order{
    margin-top: 15px;
}
.wk-orderbox{
    border: 1px solid #ccc;
    display: inline-block;
    width: 99%;
    margin: 5px 0;
    border-radius: 3px;
}
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #ccc;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-orderbox-details{
    width: 78%;
    float: left;
}
.wk-orderbox-details a {
    color: #1e7ec8;
    text-decoration: none;
}
.wk-orderbox-total {
    width: 22%;
    float: left;
    text-align: right;
}
.wk-feedback-details{
float: left;
width: 26%;
padding-bottom: 5px;
}
.wk-feedback-desc{
float: left;
width: 71%;
padding:5px 0px 5px 15px
}
/*end*/

/*collection page content css start*/
.collection-banner > img {
   width: 100%;
}
/*end*/
@media only screen and (min-width: 0px) and (max-width: 640px) {
    #ask-data{
        width: 330px;
        left: 75%;
    }
    #ask-data .label {
        width: 36%;
    }
    .wk-profile-links {
        width: 48%;
    }
}
/*end*/
@media only screen and (max-width: 200px) {
    .modal-body{
        padding: 10px;
    }
    .wk-profile-links a {
        font-size: 0.8rem;
    }
}
.marketplace-index-index .column.main {
    width: 100%;
}

@font-face{
    font-family: 'font-awesome';
    src: url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot');
    src: url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.svg#icons-blank-theme') format('svg');
    font-weight: normal;
    font-style: normal
}

.wk-seller-card-container * {
    box-sizing: border-box;
}

.wk-ask-question-link #askque::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f0e0";
    font-family: "font-awesome";
    font-size: 1.7rem;
}

.wk-seller-card-row {
    display: inline-block;
    width: 100%;
    padding: 2px 0px;
}
.wk-ask-question-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-seller-block::before, .wk-seller-block::after {
    display: none;
}
.wk-seller-block.wk-block {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    order: -2;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.4rem;
    color: #fff;
}

.wk-seller-rating-number {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-number {
    padding-left: 27px;
    padding-right: 10px;
}
.wk-seller-rating-block {
    display: inline-block;
    position: relative;
}
.wk-seller-card-col {
    display: inline-block;
    margin-right: 25px;
}
.wk-seller-rating.wk-mp-design-inner {
    width: 225px;
    top: 30px;
    left: -35px;
}


.wk-seller-product-count::before {
    position: absolute;
    left: 0;
    top: -4px;
    content: "\f1b2";
    font-family: "font-awesome";
    font-size: 2rem;
}

body .wk-seller-product-count {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}
.wk-seller-card-col {
    margin-top: 5px;
    margin-bottom: 5px;
}

body .wk-seller-location-link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    color: #555;
    margin: 2px 0;
}
.wk-seller-location-link::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f041";
    font-family: "font-awesome";
    font-size: 2rem;
    color:#363636;
}
.wk-block-title-css a {
    text-decoration: none;
    font-weight: 600;
}
.wk-block-font-bold-up{
    text-transform: unset;
}
.wk-seller-card-container {
    display: inline-block;
    width: 100%;
}

.wk-seller-card-product-block {
    display: inline-block;
    width: 600px;
    font-size: 1.4rem;
}
.wk-seller-card-details-block {
    display: inline-block;
    width: calc(100% - 600px);
    font-size: 0;
}
.wk-seller-card-details-content-block {
    display: inline-block;
    width: calc(100% - 130px);
    font-size: 1.4rem;
    vertical-align: middle;
    padding-left: 15px;
}
.wk-seller-card-details-img-block {
    display: inline-block;
    width: 130px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.wk-seller-card-details-block .wk-seller-rating-block {
    display: inline-block;
    vertical-align: middle;
}
.wk-seller-card-details-block .wk-seller-shop-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.wk-seller-card-details-block .wk-seller-shop-title a {
    color: #363636;
    font-size: 25px;
}
.wk-seller-card-details-block .wk-ask-question-link {
    padding-left: 0px;
}
.wk-seller-card-details-block .wk-ask-question-link #askque::before {
    display: none;
}
.wk-seller-card-details-block .wk-ask-question-link #askque {
    display: inline-block;
    background: #1979c3;
    color: #fff;
    padding: 3px 15px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}

.wk-seller-card-details-block .wk-ask-question-link #askque:hover {
    background: #006bb4;
    text-decoration: none;
}

body .wk-seller-card-details-block  .wk-seller-location-link {
    margin-bottom: 5px;
}
.wk-seller-card-container.wk-card-type2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 0px;
}

.wk-seller-card-product {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 0;
    position: relative;
    vertical-align: top;
}
.wk-seller-card-product-block {
    vertical-align: bottom;
}
.wk-seller-card-product-container {
    display: inline-block;
    float: right;
    font-size: 0px;
    text-align: center;
}
.wk-seller-card-product a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
}
.wk-seller-card-product img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.wk-seller-card-product span {
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wk-seller-rating-value {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-value {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-number {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-value::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: "\f0d7";
    font-family: "font-awesome";
    font-size: 1.2rem;
    color: #fff;
}
.seller-collection-actions {
  margin-top: 10px;
}
.wk-seller-rating::after, .wk-seller-rating::before {
    margin-left: 30%;
}
.wk-seller-card-details-img-block a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 960px) {
    .wk-seller-card-details-block {
        vertical-align: middle;
        width: calc(100% - 300px);
    }
    .wk-seller-card-product-block {
        vertical-align: middle;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .wk-seller-card-container.wk-card-type1 {
        margin: 15px 0;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating.wk-mp-design-inner {
        left: 12px;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::after,
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::before {
        margin-left: 7%;
    }
}

@media only screen and (max-width: 640px) {
    .wk-seller-card-details-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .wk-seller-card-product-block {
        width: 100%;
    }
    .wk-seller-card-details-block .wk-seller-shop-title {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .wk-seller-rating::after, .wk-seller-rating::before {
        margin-left: 50%;
    }
    .wk-seller-rating.wk-mp-design-inner {
        left: -85px;
    }
}

.wk-mp-fieldset .order-products-toolbar.toolbar.bottom {
    margin-top: 10px;
}
body .wk-mp-design .toolbar .pages {
    display: inline-block;
    position: relative;
    width: auto;
}

.wk-mp-design .toolbar .limiter {
    float: right;
}
.page-products.page-with-filter.fieldset.wk-mp-fieldset {
    overflow: unset;
}
.wk-seller-feedback-title {
    padding: 5px 0;
}

#ask-form textarea.wk-full-width {
    width: 100%;
}
.wk-full-width {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .wk-mp-design .toolbar .limiter {
        width: 100%;
    }
}
.wk-profile-alert strong {
    margin-right: 5px;
}
.page-layout-seller-2columns-left .wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-dash-orderstatus.order-view {
    float: unset;
    display: inline-block;
    /* margin-bottom: 10px; */
    width: 150px;
    vertical-align: top;
    padding-left: 20px;
}
.field.profile.wk-profile-links-container {
    font-size: 0;
}
.wk-profile-links-container .wk-profile-links {
    width: 400px;
    max-width: 50%;
    text-align: center;
}
.wk-profile-links-container .btn-primary {
    padding: 7px;
    border-radius: 2px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n+1) {
    padding-right: 5px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n) {
    padding-left: 5px;
}
@media only screen and (max-width: 480px) {
    .wk-profile-links-container .wk-profile-links:nth-child(n) {
        width:100%;
        max-width: unset;
        padding: 10px 0;
    }
}
.product-view .add-to-cart-buttons .button {
    width: auto!important;
}
.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    white-space: normal;
    width: 40%;
}
.popover_head {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    min-height: 40px;
    padding: 8px 14px;
}
.popover_foot {
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #ebebeb;
    min-height: 40px;
    padding: 8px 14px;
}
.popover_content {
    padding: 9px 14px;
}
.popover_title{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
}
.popover_background{
    background-color: rgba(227, 227, 227, 0.59);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.quote_row{
    margin-bottom: 5px;
}
.quote_label{
    display: inline-block;
    text-align: right;
    width: 25%;
}
.quote_input{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #cccccc inset;
    padding: 5px !important;
    width: 60% !important;
}
.submit_button{
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px;
    width: 100px;
}
.submit_button:hover {
    background-color: #3276b1;
    border-color: #285e8e;
}
.wk_qs_front_loader {
    background: none repeat scroll 0 0 rgba(255, 244, 232, 0.61);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.wk_qs_front_loader > div {
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Mpquotesystem/images/loader.gif") no-repeat scroll 0 0 transparent;
    border-radius: 18px 18px 18px 18px;
    height: 32px;
    left: 48%;
    position: fixed;
    top: 48%;
    width: 32px;
}
.wk_qs_status_decline{
    color: #F4101F;
    font-weight: bold;
}
.wk_qs_status_sold{
    color: #0FBE00;
    font-weight: bold;
}
.wk_qs_status_pending{
    color: #da9011;
    font-weight: bold;
}
.wk_qs_action_delete{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Mpquotesystem/images/sprite.png") no-repeat scroll -28px -2px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 21px;
    width: 20px;
}
.wk_qs_action_view{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Mpquotesystem/images/sprite.png") no-repeat scroll -1px -2px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 21px;
    width: 24px;
}
.wk_qs_separator{
    border: 1px dashed #000;
    display: inline-block;
    height: 22px;
}
.wk_qs_row{
    margin-bottom: 10px;
}
.wk_qs_label{
    display: inline-block;
    margin-right: 13px;
    text-align: right;
    width: 15%;
}
.wk_qs_field{
    display: inline-block;
}
.wk_qs_onereply {
    box-shadow: 2px 2px 5px;
    margin: 10px;
}
.wk_qs_onereply_customer {
    background: none repeat scroll 0 0 #B9CDF8 !important;
}
.wk_qs_onereply_head {
    background: none repeat scroll 0 0 #96c986;
    display: block;
    padding: 10px;
}
.wk_qs_onereply_cntnt_container {
    background: none repeat scroll 0 0 #dfe8e6;
    padding: 10px;
}
.wk_qs_onereply_cntnt {
    font-family: tahoma;
    line-height: 25px;
}
.wk_qs_onereply_head_left {
    color: #000000;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    width: 48%;
}
.wk_qs_onereply_head_right {
    color: #888888;
    display: inline-block;
    font-size: 11pt;
    font-weight: bold;
    text-align: right;
    width: 50%;
}
.popover_close{
    color: #d21d1d;
    cursor: pointer;
    font-weight: bold;
    line-height: 11px;
    position: absolute;
    right: 12px;
    top: 15px;
}
.wk-mp-list-table th,.wk-mp-list-table tr{
    border-bottom: 1px solid #CCCCCC;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    display: inline-block;
}
.modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.modal-header h3 {
    display: inline-block;font-size: 20px;opacity: 0.6;
}
.ask-que{
    cursor:pointer;
}
#mass_delete_butn{
    margin-bottom: 10px;
}
.wk-qs-min-qty{
    font-size: 12px;
    color: green;
    font-weight: 600;
}
.wk_action .mp_quote_edit, .wk_action .mp_quote_delete {
    cursor: pointer;
}
.wk_qs_quote_button.button.btn-cart.action.primary {
    line-height: 2.2rem;
    padding: 14px 8%;
    font-size: 1.8rem;
    margin-top: 10px;
}
#mpquotesystem_quote_add_cat .fieldset div{
    padding:10px;
}
.wk-mp-qs-wrapper .wk-mp-qs-btn {
    margin: 20px;
    float: right;
}
._attachment-hide{
    display:none;
}
.mpquotesystem-child-menu{display:none;}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Pos
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
@font-face {
    font-family: "webkulpos";
    src: url("../../frontend/Smartwave/porto/en_US/Webkul_VendorPos/fonts/webkulpos.woff") format("woff"), url("../../frontend/Smartwave/porto/en_US/Webkul_VendorPos/fonts/webkulpos.ttf") format("truetype"), url("../../frontend/Smartwave/porto/en_US/Webkul_VendorPos/fonts/webkulpos.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.wk-mp-menu .wk-vendor-pos-menu.level-0 > a:before {
    font-family: "webkulpos";
    content: "\0040";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.number_check{
    width: 100%;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -35px; }
.mfp-iframe-holder .mfp-close:hover {
    background: transparent;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
    border: 1px solid #ccc;
    border-width: 2.5px;
    border-radius: 15px;
    border-top-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*start order css*/
.wk-order-info-title{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px){
    .wk-mp-design .wk-box{
        width: 48%!important;
    }
}
@media only screen and (max-width: 767px){
    .wk-order-title-block{
        display: none;
    }
}
.wk-mp-design .order-actions-toolbar,
.wk-mp-design .actions,
.wk-mp-page-title,
.wk-sales,
.wk-orderbox-details .name,
.wk-ship-row
{
    display: inline-block;
    width: 100%;
}
.wk-mp-design .block-order-details-view{
    margin-bottom: 0!important;
}
.wk-mp-design .table-wrapper{
    overflow: auto;
}
@media only screen and (min-width: 768px) {
    .wk-mp-design .order-details-items.ordered .order-title {
        display: none;
    }
}
.wk-mp-design .order-details-items.ordered {
    border: 1px solid #ccc;
    padding: 25px;
}
.wk-mp-design .block-order-details-view .block-content .box {
    margin-bottom: 30px;
}
/*end order css*/
.wk-mp-design .fieldset > .legend {
    box-sizing: border-box;
    float: left;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.wk-mp-design .fieldset > .field:not(.choice) > .label {
    float: none;
}
.wk-mp-design .fieldset > .field > .label, .fieldset > .fields > .field > .label ,
.wk-mp-model-popup .fieldset > .field > .label, .fieldset > .fields > .field > .label {
    display: inline-block;
    margin: 0 0 8px;
    width: auto!important;
}
.wk-mp-model-popup .fieldset {
    overflow: auto;
}
.wk-mp-page-title h2{
    float: left;
    margin: 0;
}
.wk-mp-dashboard-diagram-chart {
    width: 80%;
}
.wk-refundtotal-td1{
    width: 88%;
    padding: 5px!important;
}
.wk-refundtotal-td2{
    width: 10%;
    padding: 5px!important;
}
.wk-refundtotal-td2.a-right,
.wk-grandtotal-divider .a-right {
    text-align: right;
}
.wk-grandtotal-divider .a-left {
    text-align: left;
}
.wk-grandtotal-divider {
    border-top: 1px solid #e3e3e3;
}
tr:nth-child(odd) .wk-refundtotal-td1,
tr:nth-child(odd) .wk-refundtotal-td2 {
    background-color: #f1f1f1;
}
.wk-refundtotal-container th,.wk-refundtotal-container td{
    border: none!important;
}
.wk-mp-design2{
    margin-top: 20px;
}
.wk-mp-design input[type=email],
.wk-mp-design input[type=search],
.wk-mp-design input[type=number],
.wk-mp-design input[type=password],
.wk-mp-design input[type=tel],
.wk-mp-design input[type=text]{
    width:99%;
}
.wk-mp-design .wk-mp-fieldset .control{
    width:100%!important;
    overflow: auto;
}
.wk-mp-design .mceLayout{
    width:100%;
}
.marketplace-marketplaceaccount-printorder{
    background: none;
}
.wk-mp-error-msg{
    color:#ff0000;
    font-weight:600
}
.questimg{
    padding: 0 10px;
    cursor: pointer;
}
.views{ background-color: #7F7F7F;
    border: 1px solid;
    color: #FFFFFF;
    display: none;
    margin-left: 32.7%;
    position: absolute;
    width: 29%;
    border-left-color: #BCE8F1;
    border-width: 10px;
    overflow: hidden;
}
#wk-mp-print-order{
    text-align: left;
    border:1px solid #CCCCCC;
}
.wk-profile-alert{
    padding: 10px;
    border: 1px solid #faebcc;
    margin-bottom: 20px;
    border-radius: 4px;
    vertical-align: bottom;
    color: #8a6d3b;
    background: #fcf8e3;
    line-height: 1.42857143;
}
.wk-close:hover,
.wk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.wk-profile-alert strong {
font-weight: 700;
}
.wk-txt-trans{
    text-transform: uppercase;
}
.wk-mp-body input[type=checkbox]{    margin-right: 5px;}
.wk-mp-body td{
    text-align: center;
    padding:5px 7px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/filter-row-bg.png") repeat-x #e3eff1;
    background-color: #e3eff1;
    border-bottom: none;
}
#wk-mp-tr-heading {
    background-color: #eeeeee;
}
#wk-mp-tr-heading th {
    border-color: #D1CFCF;
    border-style: solid;
    border-width: 1px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 9px;
}
.wk-mp-list-table {
    width: 100%;
    border: 1px solid #CCCCCC;
}
.wk-mp-list-table thead span{
    font-weight: bold;
}
.wk-mp-list-container-table{
    margin-top:15px;
    margin-bottom: 2px;
    clear: both;
}
td.wk-mp-td-last{
    border-right:1px;
}
.wk-mp-td-span{
    width: 50%;
    float: left;
}
.wk-mp-td-span input{
    width: 60%;
}
.wk-mp-label{
    background: none repeat scroll 0 0 #F18200;
    border: 1px solid #DE5400;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin: 2px 15px;
    padding: 1px 5px;
}
.wk-content th {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.wk-row-view td {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.wk-check-first-td{
    border-left: none;
    border-right: 1px solid #ccc;
}
.wk-first-td{
    width: 26%;
    border-left: none;
}
.wk-last-tr{
   border-bottom: none;
}
.wk-pro-divide1 {
width: 40%;
float: left;
overflow: hidden;
}
.wk-pro-divide2 {
width: 60%;
float: left;
overflow: hidden;
}
.wk-pro-divide2 a{
    text-decoration: none;
}
a:hover{
    color: #ea7900;
}
.wk-emptymsg{
    color: #DF2111;
    font-weight:
    bold;font-size: 14px;
    text-transform: uppercase;
}
.wk-row-view .label .image { height: 55px; margin: 2px; width: 55px; border: 1px solid #ccc;}
.wk-row-view .label img { cursor: pointer; }

.wk-title-label{
    color: #6B6B63;
    font-size: 14px;
}
.wk-label{
    font-size: 14px;
}
.wk-ordertitle-label{
    color: #6B6B63;
}
.wk-orderbox-details .color{
    font-size:16px;
}
.wk-order-creditmemo-button {
    width: 100%;
    display: inline-block;
}
.wk-order-creditmemo-button button{
    float: right;
}
.wk-dash-orderstatus {
    padding: 4px;
    padding-right: 0;
    float: left;
    width: 21%;
}

.wk-dash-label { display: block; font-weight: bold; margin-top: 5px; }
.wk-dash-label .status {
    color: #FFFFFF;
    text-align: center;
    padding: 6px 3px;
    border-radius: 3px;
}
.wk-dash-label .status.complete{
    background-color: rgb(90, 202, 90);
}
.wk-dash-label .status.processing{
    background-color: rgb(79, 158, 231);
}
.wk-dash-label .status.pending,.wk-dash-label .status.new,.wk-dash-label .status.pending-payment,.wk-dash-label .status.holded,.wk-dash-label .status.payment-review{
    background-color: #F8AF2E;
}
.wk-dash-label .status.canceled{
    background-color: rgb(221, 76, 76);
}
.wk-dash-label .status.closed{
    background-color: rgb(221, 76, 76);
}
.wk-dash-label .status.fraud{
    background-color: rgb(221, 76, 76);
}
.wk-dash-label .status.paypal-canceled-reversal{
    background-color: #F8AF2E;
}
.wk-dash-label .status.paypal-reversed{
    background-color: #F8AF2E;
}
.wk-dash-label .status.pending-paypal{
    background-color: #F8AF2E;
}
.askque{
    float: right;position: relative;
}
.wk-sale-css{
    background: rgb(79, 158, 231);
    float: left;
    font-size: 20px;
    text-align: center;
    width: 30.5%;
    color: #fff;
    padding: 1%;
    border-radius:3px;
    line-height: 20px;
    text-transform: uppercase;
}
.wk-todaysale {
    margin-right: 1%;
}
.wk-sale-color {
    display: inline-block;
    text-align: left;
}
.wk-sale-label{
    font-size: 15px;
}
.wk-weeksale {
    margin-right: 1%;
}
.wk-monthsale {
}
.wk-total-sale-css{
    float: left;
    font-size: 20px;
    text-align: center;
    width: 47.3%;
    color: #fff;
    padding: 1%;
    border-radius:3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.wk-totalsale{
    margin-right: 1%;
    background: rgb(221, 76, 76);
}
.wk-todaysale-bg{
    background: url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/Sprite-Seller-Front-Panel.png') 0 -20px;
    height: 42px;
    width: 33px;
    display: inline-block;
}
.wk-weeksale-bg{
    background: url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/Sprite-Seller-Front-Panel.png') 0 -20px;
    height: 42px;
    width: 33px;
    display: inline-block;
}
.wk-monthsale-bg{
    background: url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/Sprite-Seller-Front-Panel.png') 0 -20px;
    height: 42px;
    width: 33px;
    display: inline-block;
}
.wk-remainsale{
    background: rgb(90, 202, 90);
}

.wk-mp-btn{
    float: right;
    margin-left: 5px!important;
}
.wk-category{
    max-height: 200px;
    overflow: auto;
    clear: both;
    display: block;
}
#wk-category-label{
    background: #B8E8B7;
    border: 1px solid #008000;
    border-radius: 7px;
    padding: 0 4px;
    display: inline-block;
}
.wk-cat-container{
    position: relative;
}
.wk-plus{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/elbow-plus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
}
.wk-plusend{    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/elbow-end-plus.gif") no-repeat scroll 0 0 transparent;    display: block;    height: 18px;    width: 15px;    float:left;    cursor:pointer;}
.wk-minus,
.wk-minusend{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/elbow-end-minus.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
}
.wk-no{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/elbow-end.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 15px;
    float:left;
}
.wk-foldersign{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/leaf.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    margin-top: 3px;
    width: 16px;
}
.wk-node-loader{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/loading.gif") no-repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 17px;
    left: 15px;
    position: absolute;
    width: 17px;
}
.nicEdit-wk-nice-textarea{
    box-shadow: 0 0 1px 1px #CCCCCC inset;
}
.wk-elements{
    margin-left:5px;
}
.wk-cat-name{
    float:left;
}
.image-set .setimage{
    padding:5px;
    float:left;
    position: relative;
}
.wk-imagedelete {
    font-weight: 900;
    left: 46px;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
}
.wk-imagedelete img{
width: 20px;
}
.wk-imagedeleteload {
    font-weight: 900;
    left: 24px;
    position: absolute;
    top: 22px;
    cursor: pointer;
}
.wk-link-title {
    float: left;
}
/*downloadable start*/
.radio.wk-sample-type {
    float: left;
}
.wk-download-url{
    width: 70%!important;
    display: inline-block;
}
.wk-link-url-block label{
    float: left;
}
.wk-link-url-block .row{
margin-bottom: 5px;
}
.wk-link-url-block input[type="radio"]{
vertical-align: middle;
line-height: normal;
top:2px;
}
.wk-link-url-block input[type="url"]{
margin-top: -4px;
}
.wk-mp-link-delete{
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/icon-trash.png") repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 14px;
}
.wk-mp-link-body input[type=checkbox]{
    margin-right: 5px;
}
.wk-mp-link-title{
    width: 95%;
}
.wk-mp-link-price{
    width: 45px;
}
.wk-mp-link-download{
    width: 70px;
}
.wk-mp-link-body td{
    text-align: left;
    vertical-align: top;
    padding: 2px 4px;
    border-color: #DADFE0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: none repeat scroll 0 0 #FFFFFF !important;
    word-break: break-all;
}
.wk-mp-sample-body input[type=checkbox]{
    margin-right: 5px;
}
.wk-mp-sample-body td{
    text-align: center;
    padding: 2px 4px;
    border-color: #DADFE0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: none repeat scroll 0 0 #FFFFFF !important;
    word-break: break-all;
}
#wk-mp-links{
    background: #6F8992;
    line-height: 21px;
    padding-left: 10px;
}
#wk-mp-links span{
    color: #FFFFFF;
    font-weight: bold;
}
#wk-mp-links-container{
    border: 1px solid #D6D6D6;
    min-height: 100px;
}
.wk-mp-link-label {
    width: 50%;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.wk-mp-link-value {
    padding: 5px;
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
}
.wk-mp-links-topbody{
    clear: both;
}
.wk-mp-design .validation-advice{
    text-align: left;
}
.wk-mp-link-titleblock{
    width: 75%;
}
/*downloadable end*/
/*configurable start*/
.wk-mp-headcus {
    background: #e7efef none repeat scroll 0 0;
    clear: both;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.wk-mp-headcus input{
    width: 98%;
}
.wk-mp-headcus > li {
    float: left;
    text-align: center;
    padding: 5px 3px;
    margin: 0;
    width: 19%;
    list-style: none;
}
.wk-mp-option-box {
    border: 1px solid #CDDDDD;
}
.wk-mp-headcus.ul-first {
    background: none repeat scroll 0 0 #CFDDDC;
    font-weight: bold;
}
.mp-edit-associate-ul{
    border: 1px solid #ccc;
    margin-top: 15px;
    background-color: #ededed;
}
.mp-edit-associate-div1{
    padding: 5px;
}
.mp-edit-associate-div2{
    width: 20%;float: left;
}
/*view order page*/
.wk-mp-order-info-box{
    background: #fff;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.wk-mp-order-info-box h2 {
font-weight: bold;
font-size: 13px;
}

.wk-mp-fieldset .button{
    margin: 5px 0;
}
.wk-orderbox-details .name p{
    margin-bottom: 0!important;
}
.wk-mp-btn {
margin: 2px;
}

/*seller profile page start*/
.profileimage-set .setimage{
    padding:5px;
    float:left;
    position: relative;
    width: 97%;
}
.profileimage-set .wk-profileimagedelete {
    font-weight: 900;
    right: -3px;
    position: absolute;
    top: 5px;
    display: inline-block;
    cursor: pointer;
}
.logoimage-set .setimage{
    padding:5px;
    float:left;
    position: relative;
    width: 97%;
}
.logoimage-set .wk-logoimagedelete {
    font-weight: 900;
    left: 130px;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
}
.control .prev-img {position: relative;width: 15%;}
.control .wk-banner {position: relative;width: 100%;padding: 5px 0;}

.profile .control-notification {font-size: 12px;font-weight: 400;color:red;}
.country-img-prev {vertical-align: middle;width: 5%;}
#countrypic{width: 94.5%!important;}
.color-pick {
    border: 3px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
    margin-top: 5px;
}
/*end*/
@media only screen and (max-width: 599px){
    .mpfeedback .wk-span {
    width: 40%!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .wk-list-th-display1{
        display: none;
    }
    .wk-mp-fieldset .button{
        width: 100%!important;
        margin: 5px 0;
    }
    .wk-mp-fieldset .button span{
        width: 100%!important;
    }
    .wk-dash-label .status{
        width: 100%!important;
    }
    .example-plot{
        width:277px!important;
        height:150px!important;
    }
    button.askque.button {
    width: 100%;
    }
    .wk-feedback-details .mpfeedback {
    width: 100%!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
    .wk-list-th-display{
        display: none;
    }
    .wk-mp-page-title h1{
    text-align: center;
    float: none!important;
    border-bottom: none!important;
    }
    .modal-header h4 {
        font-size: 14px!important;
    }
}
@media only screen and (min-width: 959px) and (max-width: 1230px) {
   .wk-mp-list-table input[type="text"],.wk-mp-list-table input[type="file"],.wk-mp-list-table textarea,.wk-mp-list-table select{
        width: 100%!important;
    }
}
@media only screen and (min-width: 479px) and (max-width: 696px) {
    .example-plot{
        width:400px!important;
        height:220px!important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 696px) {
    .example-plot{
        width:500px!important;
        height:300px!important;
    }
}
@media only screen and (min-width: 771px) and (max-width: 905px) {
    .example-plot{
        width:450px!important;
        height:250px!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
    .wk-mp-design table{
        font-size: 12px!important;
    }
    .wk-feedback-details{
        width:100%;
        float: none;
        border-bottom: 1px solid #ccc;
    }
    .wk-feedback-details .mpfeedback {
    width: 40%;
    border-right: none;
    }
    .wk-feedback-desc {
    float: none;
    width: 100%;
    padding: 5px 0px;
    }
    .wk-dash-orderstatus{
       width: 100%!important;
       padding-left: 0;
    }
    .wk-orderbox-details {
    width: 100%!important;
    padding-left: 0;
    }
    .wk-orderbox-total{
        width: 100%!important;
        text-align: left!important;
    }
    .wk-mp-page-title h1{
    border-bottom: none!important;
    }
    #wk-load-conf {
        left: 25%!important;
        top: 514px!important;
    }
    .wk-mp-label{
        padding: 0!important;
        margin: 0!important;
    }
    .wk-first-td {
    width: 14%!important;
    }
    .wk-row-view .label .image {
    height: auto!important;
    width: 95%!important;
    }
    .wk-pro-divide1{
        width: 100%!important;
    }
    .wk-mp-links-topbody input,.wk-mp-links-topbody textarea,.wk-mp-links-topbody select{width: 100%!important;}
    .wk-mp-list-table input[type="text"],.wk-mp-list-table input[type="file"],.wk-mp-list-table textarea,.wk-mp-list-table select{width: 100%!important;}
    .wk-mp-list-table input[type="checkbox"], input[type="radio"]{width: 10px!important;}
}

/*for shipping manager*/

.wk-ship-fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
.wk-ship-light{
    display: none;
    position: fixed;
    top: 25%;
    left: 15%;
    right: 15%;
    padding: 10px;
    border: 2px solid #FFF;
    background: #CCC;
    z-index: 1002;
    overflow: visible;
    width: 70%;
}
label.wk-ship-post-meta span.wk-ship-delete {
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/img/sprite.png") no-repeat scroll -307px 4px transparent;
    cursor: pointer;
    float: right;
    height: 19px;
    opacity: 0.69;
}
.prdouctbackground h4{
    display: inline-block;
    width: 80%;
}
.prdouctbackground .wk-ship-post-meta{
    display: inline-block;
    width: 10%;
    float: right;
}
.wk-ship-row input{
    display: inline-block;
    width: 80%!important;
}
label.wk-ship-post-meta span {
    padding: 3px 0 3px 25px;
}

.wk-ship-rowlabel {
    float: left;
    width: 117px;
}
.wk-ship-Label {
    font-weight: bold;
}
.wk-ship-field:before {
    content: ":";
    float: right;
    font-weight: 600;
    letter-spacing: 20px;
}
.wk-ship-rowinput {
    clear: both;
    height: 24px;
    line-height: 24px;
    margin: 0.4em 0 !important;
    width: 420px;
}

.wk-ship-row .wk-ship-label,.wk-ship-row .wk-field {display: inline-block;width: 150px;}
.wk-ship-row .wk-ship-field {width: auto;}
.wk-ship-row .wk-ship-field input{width:200px;}
.wk-ship-field:before {content: ":";float:right;font-weight: 600;letter-spacing: 20px;}
.wk-ship-field .validation-advice{display:inline-block; background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/arrow.gif") no-repeat scroll 2px center transparent;}
.wk-ship-row  .wk-ship-field  > #image{width:235px!important;}
.thumbnail-preview {
    padding-bottom: 3rem;
    text-align: center;
}
.thumbnail-preview-image-block {
    border: 1px solid rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin: 0px auto 2rem;
    max-width: 58rem;
    padding: 2rem;
}
img.thumbnail-preview-image {
    max-height: 54rem;
}
#downloadable_items-content,
#super_config {
    overflow: auto;
    width: 100%;
}
/*Notification style*/

.notification-link{
    position: relative;
}
.notification-block{
    position: absolute;
    left: 125px;
    top: -2px;
}
.notification-block:hover{
    background: none;
}

.notification-block .notify-point {
    background-color: #FFFFFF;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color:#b0b3b5;
    position: absolute;
    width: 13px;
    height: 13px;
    left: -8px;
    top: 17px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.notifications-action:hover{
    background: none!important;
}

.notification-block.active {
    z-index: 500;
}
.notification-block .notification-count{
    background-color: #e22626;
    border-radius: 1em;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    left: 50%;
    margin-left: .3em;
    margin-top: -1.1em;
    padding: .2em .3em;
    position: absolute;
    top: 25%;
}
.notifications-action {
    color: #41362f;
    height: 3.3rem;
    padding: 0.75rem 2rem 0.65rem;
}
.marketplace-dropdown{
    padding-right: 3.3rem;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    color: #41362f;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.025em;
    padding: 0.7rem 3.3rem 0.8rem 1.5rem;
    position: relative;
    vertical-align: baseline;
    height: 10px;
}
.marketplace-dropdown-wrap .marketplace-dropdown-menu {
    left: auto;
    right: 0;
}
.marketplace-dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #b0b3b5;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    display: none;
    line-height: 1.36;
    margin-top: -1px;
    min-width: 120%;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -55%;
    transition: all 0.15s ease;
    z-index: 1;
    left: 55px;
    border-radius: 4px;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .notification-block .marketplace-dropdown-menu {
        width: 25rem!important;
        left: -90px!important;
        top: 39px!important;
    }
    .notification-block .notify-point {
        left: 41%!important;
        top: -10px!important;
        transform: rotate(-45deg)!important;
        -ms-transform: rotate(-45deg)!important;
        -webkit-transform: rotate(45deg)!important;
    }
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .notification-block{
        left: 110px;
    }
    .notifications-img{
        max-width: 20px!important;
    }
   
}

.notification-block .marketplace-dropdown-menu {
    width: 32rem;
}
.marketplace-dropdown-menu > li {
    display: block;
}
.notifications-entry {
    line-height: 1.36;
    padding: 1.2rem 2rem 0.8rem;
    position: relative;
    transition: background-color 0.1s linear;
    transition: border-right 0.1s ease;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 0rem!important;
}
.notifications-entry:hover{
    border-right: 0.4rem solid #eb5202;
}
.notifications-entry:last-child{
    border-bottom: none;
}
.notifications-entry-title {
    color: #632e18;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: .7rem;
    margin-right: 1em;
}
.notifications-entry ._cutted {
    cursor: pointer;
}
.notifications-entry-description {
    color: #333333;
    font-size: 1.1rem;
    margin-bottom: .8rem;
    width: 95%;
}
.notifications-entry-description-start {
    padding: 0px!important;
    font-size: 1.3rem!important;
    font-weight: 600!important;
}
.notifications-entry-description-start .wk-focus{
    color: #ea7900;
}
.notifications-entry-time {
    color: #777777;
    font-size: 1.1rem;
}
.notifications-close {
    line-height: 1;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: .6rem;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.notifications-close:hover{
    background: none!important;
    border: none;
}
.notification-block .not-available{
    color: #EE4726;
}
.wk-mp-design .total-selected{
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 600;
    position: absolute;
}
.sidebar > li {
    list-style: none;
}
.wk-action {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.no-display {
    display: none;
}
.wk-display-block {
    display: inline-block!important;
}

.wk-border-box-sizing {
    box-sizing: border-box !important;
}
.wk-border-box-sizing * {
    box-sizing: border-box !important;
}
.wk-border-box-sizing .mce-tinymce button:hover {
    border: none;
}
.wk-border-box-sizing .mce-tinymce .mce-splitbtn .mce-open {
    border: none;
}

.wk-border-box-sizing .mce-branding-powered-by {
    display: none !important;
}
.wk-mp-design .control.wk-border-box-sizing {
    overflow: hidden;
}

.wk-order-product-details {

}
.wk-order-product-details {
    box-sizing: border-box;
    padding-left: 10px;
}
.wk-order-item-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.wk-order-item-block .item-options {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
    margin-top: 5px;
}
.wk-order-item-block .item-options > * {
    float: left;
}
.wk-order-item-block .item-options > dd {
    clear: right;
    margin: 0;
}
.wk-order-item-block .item-options > dt {
    clear: left;
    margin: 0 10px 5px 0;
}
.wk-mp-headcus input[type=checkbox]:focus {
    box-shadow: 0 0 3px 1px transparent;
}
.wk-mp-landingpage-layout1 *, .wk-mp-landingpage-layout2 *, .wk-mp-landingpage-layout3 * {
    box-sizing: border-box;
}

.wk-mp-landingpage-layout3  .wk-mp-header {
    width: 63% !important;
}

.wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container {
    width: 37%;
}


body .wk-mp-landingpage .form.create.account .info .field,
body .wk-mp-landingpage .form.create.account .account .password,
body .wk-mp-landingpage .form.create.account .account .confirmation {
    width: 50%;
    padding-right: 10px;
    float: left;
}
body .wk-mp-landingpage .form.create.account .info .field.field-name-lastname {
    padding-left: 10px;
    padding-right: 0px;
}
body .wk-mp-landingpage .form.create.account .account .confirmation {
    padding-left: 10px;
    padding-right: 0px;
}
body .wk-mp-landingpage .form.create.account .account input[type="email"] {
    width: 100%;
}
.wk-mp-landingpage.wk-mp-design input[type="text"],
.wk-mp-landingpage.wk-mp-design input[type="email"],
.wk-mp-landingpage.wk-mp-design input[type="password"] {
    width: 100%;
}
.wk-mp-landingpage #wk-termsconditions-box input {
    vertical-align: middle;
    margin-top: 0px;
}
.wk-mp-landingpage #wk-termsconditions-box label {
    vertical-align: middle;
}
.wk-mp-landingpage .wk-list-container-registration .actions-toolbar {
    margin-top: 15px;
}
.wk-mp-landingpage-layout3 .wk-mp-icon-seperator {
    width: 60px;
    text-align: center;
}
.wk-mp-landingpage-layout3 .wk-layout2-box-container {
    display: inline-block;
    float: none;
    vertical-align: top;
    min-height: 300px;
    height: auto;
}
.wk-mp-landingpage-layout3 .wk-list-container-wrapper {
    text-align: center;
}

.wk-mp-landingpage .wk-mp-banner-container {
    width: 100%;
}
body .wk-mp-landingpage ul {
    width: 100%;
}
body .wk-mp-landingpage .wk-list-container {
    width: 50%;
    padding: 15px;
}
.wk-mp-icon-container.wk-mp-landingpage-one-icon-container {
    font-size: 0;
}
.wk-mp-landingpage-one-icon-container .wk-mp-icon-wraper {
    padding: 0px 15px;
    width: 25%;
    vertical-align: top;
}
.wk-mp-landingpage-one-icon-container .wk-mp-icon {
    width: auto;
}
.wk-mp-landingpage-one-icon-container .wk-marketplace-label-span {
    font-size: 18px;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .wk-mp-landingpage-one-icon-container .wk-mp-icon-wraper {
        width: 50%;
        padding: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .wk-mp-landingpage-one-icon-container .wk-mp-icon-wraper {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }
}

body .wk-list-container-wrapper {
    width: 100%;
    max-width: 900px;
    padding: 25px 15px;
}

.wk-mp-landingpage-layout2.wk-mp-landingpage .wk-list-container {
    float: left;
}
.wk-mp-landingpage-layout2.wk-mp-landingpage .wk-list-container > ul{
    padding: 0px;
    margin: 0px;
}
@media (max-width: 640px) {
    body .wk-mp-landingpage .wk-list-container {
        width: 100%;
    }
    .wk-mp-landingpage-layout2.wk-mp-landingpage .wk-list-container {
        float: left;
        padding: 0 10px;
    }
}