/**
 * 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.
 */
.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;
}
.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: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-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,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .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-radius: 3px;
}
.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-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,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.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,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check: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,
.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,
.magento-payments-review-discount .action.check: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,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check: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,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check: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,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.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-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),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check: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;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .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;
}
.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;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.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;
}
.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%;
}
.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;
}
.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;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.login-container .block .block-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.login-container .block .block-title strong {
  font-weight: 400;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.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;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 36px;
}
.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;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.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:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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%;
}
.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%;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: 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;
}
.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-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: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.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;
}
.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;
}
.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;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 27px;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .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-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .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,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\f804';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.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;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .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;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .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;
}
.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;
}
.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;
}
.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) ": ";
}
.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: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 18px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.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;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.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;
}
.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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.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-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;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4.5px;
}
.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,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: top;
}
.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;
}
.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;
}
.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;
}
.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;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 18px;
}
.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;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 18px;
}
.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;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.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));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 9px;
  width: calc(100% - (21px + 9px + 4.5px));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -9px;
  top: 40px;
  left: auto;
}
.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%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #dddddd;
}
.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;
}
.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;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
  padding-right: 9px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 9px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 18px;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .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;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Smartwave/porto/en_GB/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_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Smartwave/porto/en_GB/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_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Smartwave/porto/en_GB/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_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Smartwave/porto/en_GB/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display:swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 36px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  max-width: 100%;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #0088cc;
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 18px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 18px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #0088cc;
}
.message.info a:hover {
  color: #0088cc;
}
.message.info a:active {
  color: #0088cc;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #0088cc;
}
.message.error a:hover {
  color: #0088cc;
}
.message.error a:active {
  color: #0088cc;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #0088cc;
}
.message.warning a:hover {
  color: #0088cc;
}
.message.warning a:active {
  color: #0088cc;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #0088cc;
}
.message.notice a:hover {
  color: #0088cc;
}
.message.notice a:active {
  color: #0088cc;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #0088cc;
}
.message.success a:hover {
  color: #0088cc;
}
.message.success a:active {
  color: #0088cc;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  float: left;
  line-height: 60px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #0088cc;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #0088cc;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777777;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.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_GB/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_GB/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 #999999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #c1c1c1;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 18px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'porto-icons';
  src: url('../../frontend/Smartwave/porto/en_GB/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Smartwave/porto/en_GB/icon-fonts/font/porto-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
button,
a.action.primary {
  border-radius: 3px;
  height: 38px;
  line-height: 22px;
  font-weight: 400;
}
button.action.switch {
  height: auto;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 3px 0 0 3px;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 9px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\f804';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #0088cc;
  display: inline-block;
  padding: 0 4.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #0088cc;
}
.pages a.page:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages a.page:active {
  color: #ffffff;
}
.pages strong.page {
  background: #0088cc;
  border: 1px solid #0088cc;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 0 4.5px;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #999999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999999;
}
.pages .action:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999999;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999999;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .page {
  width: 26px;
  border-radius: 3px;
}
.pages .action {
  border-radius: 3px;
  padding: 0 8px;
  width: 26px;
}
.pages .item:last-child {
  margin-right: 0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.sidebar .actions-toolbar .action.primary {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777777;
  padding: 12px 0;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #777777;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 12px 0;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  color: inherit;
  content: '\f80d';
  font-family: 'porto-icons';
  margin: 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  background-color: #171717;
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .items {
  color: inherit;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 1140px;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: popup-icon-font__color-active;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 13px;
  color: #0088cc;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #5e5e5e;
}
.modal-custom .action-close {
  margin: 22.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 9px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -11.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 18px 0 0;
}
.location-details .location-name {
  font-size: 17px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 18px;
  padding: 0 0 9px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 17px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 18px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Smartwave/porto/en_GB/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Smartwave/porto/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Smartwave/porto/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Smartwave/porto/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
;font-display:swap;}
.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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 9px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 9px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 27px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * 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);
  }
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
#bundleSummary .title,
#bundleSummary .bundle-summary,
#bundleSummary .product-addto-links,
#bundleSummary .price-box {
  display: none;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
  margin-bottom: 0;
  font-size: 14px;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  text-transform: uppercase;
  color: #333;
}
.am-related-box .am-product-image.product {
  position: relative;
  margin: 0 0 5px 0;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
#confirmOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
#confirmOverlay img {
  display: inline;
}
#confirmBox {
  position: relative;
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  overflow-y: auto;
  /* rewrite magento styles*/
}
#confirmBox > p {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  line-height: normal;
  font-weight: normal;
  background: none;
  font-size: 16px;
}
#confirmBox > .cross {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  z-index: 9;
}
#confirmBox > .cross:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
#confirmBox .am-actions-wrapper > .towishlist,
#confirmBox .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
#confirmBox .am-actions-wrapper > .towishlist:before,
#confirmBox .am-actions-wrapper > .tocompare:before {
  content: '';
}
#confirmBox .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
#confirmBox .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
#confirmBox .product-item-name {
  margin: 0 0 10px;
}
#confirmBox .am-slider {
  margin: 15px 0 0 0;
}
#confirmBox .actions-secondary .action {
  color: #666666;
}
#confirmBox .product-item .price-box {
  margin: 0 0 15px;
}
#confirmBox .product-options-bottom .product-social-links {
  display: none;
}
#confirmBox .product-options-bottom .grouped .price-box .price-container .price,
#confirmBox .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
#confirmBox .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 45%;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 7px 10px;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  padding: 25px 0 8px 0;
  font-size: 16px;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  position: relative;
  bottom: 3px;
}
.am-cart-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-align: center;
}
.added-item {
  display: block;
  margin: 33px 15px 5px;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
#am-a-count {
  font-weight: bold;
}
#am-a-count:visited {
  color: #000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0;
  display: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-nav .disabled {
  opacity: .3;
}
.am-slider.owl-carousel .product-item {
  margin: 0 auto;
}
.am-slider.owl-carousel .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  width: 18px;
  height: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
  cursor: pointer;
}
.am-slider.arrow.-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.am-photo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.amcart-message-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%;
}
.amcart-message-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.am-related-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
}
.am-related-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.am-related-title {
  margin: 20px 40px;
  font-size: 15px;
  height: 1px;
  background: #cecccc;
  line-height: 0;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
#amimg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#amprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2);
}
div.swatch-option-tooltip {
  z-index: 99999;
}
#confirmBox .error {
  margin: 33px 15px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  font-size: 18px;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amcart-confirm-block .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.ampage-bottom-info > .am-description {
  font-size: 12px;
  margin: 0 25px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  background: #fffae5;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
}
.amcart-product-notice p {
  margin-bottom: 0;
}
.amcart-qty-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  margin: 0 5px 0 7px;
}
.amcart-qty-wrap > .amcart-label {
  position: absolute;
  top: 0;
  margin-right: 8px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.amcart-qty-wrap > .amcart-control {
  position: relative;
  width: 25px;
  height: 30px;
  background: #b2b2b2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  order: 2;
}
.amcart-qty-wrap > .amcart-refresh {
  margin-left: 10px;
  width: 20px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  order: 4;
  cursor: pointer;
  opacity: .7;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1100px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #cccccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.am-labels-rule {
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox {
  height: 1.6rem;
  margin: 0;
  width: 1.6rem;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.amxnotif-block {
  clear: both;
  margin-bottom: 20px;
}
.amxnotif-block .input-fields {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 66%;
}
.amxnotif-block .amxnotif_guest_action {
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
  vertical-align: top;
}
.amxnotif-block label {
  color: #2f2f2f;
  display: block;
  float: none;
  font-weight: 600;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  padding: 0 20px;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  display: none;
  margin-bottom: 20px;
}
.category.subscribe-popup {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  border: 1px solid #888;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: relative;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  color: #aaa;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 20px;
}
.amxnotif-block .subscribe-popup label[for^='notification-container'] {
  font-size: 20px;
  text-align: center;
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    BSS_HtmlSiteMap
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
h2.bss_h2 {
  margin-top: 0px;
  border: 0px;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  border-bottom: 1px #3fbc6c solid;
}
h3.bss_product_list {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  margin: 5px 0 5px 0;
  padding: 5px 5px 3px 0;
  text-transform: capitalize;
}
.col-bss-2 ul {
  margin: 0px;
}
h3.bss_product_list:hover {
  color: red;
}
.bss_h3 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  margin: 5px 0 5px 0;
}
.bss_h3 a {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  margin: 5px 0 5px 0;
}
.signature li {
  float: right;
  list-style: none;
}
.signature a {
  color: #e1e1e1;
}
@media all and (min-width: 1224px) {
  .col-bss-3 {
    width: 33%;
    float: left;
  }
}
@media all and (max-width: 1223px) and (min-width: 720px) {
  .col-bss-3 {
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 719px) {
  .col-bss-3 {
    width: 100%;
    float: left;
  }
}
@media all and (max-width: 719px) {
  .col-bss-2 {
    width: 100%;
    float: left;
  }
}
.col-bss-1 {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}
@media all and (min-width: 720px) {
  .col-bss-2 {
    width: 50%;
    float: left;
  }
}
.bss_site_map_grid {
  width: 100%;
  margin: 0px 0 20px 0;
  float: left;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  border: 1px solid #bbb;
  background: #fff;
  cursor: default;
  border-top: none;
  overflow: auto;
  max-height: 10000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  background: #fff;
  width: 373px;
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer,
.amcheckout-delivery-date .field.downloads .field.choice {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.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%;
}
div.swiper-container .swiper-slide {
  height: auto;
}
.swiper-lazy-preloader ~ * {
  visibility: hidden;
}
.swiper-slide img {
  vertical-align: top;
  /* http://stackoverflow.com/questions/17505418/link-wrapped-around-image-makes-div-slightly-taller */
  height: auto;
}
[class].swiper-button-prev,
[class].swiper-button-next {
  background-size: 10px 16px;
  height: 16px;
  width: 10px;
  margin-top: -8px;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2022 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2022 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
#mb-ajaxsuite-blank {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
  left: 0;
}
.mb-ajaxsuite-popup-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  background: white;
  z-index: 200;
  max-height: 95%;
  overflow-y: auto;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
  width: 24px;
  height: 24px;
  background: transparent url('../../frontend/Smartwave/porto/en_GB/Tigren_Ajaxsuite/images/close-popup.png') top left no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
  z-index: 1000;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border.mb-ajaxlogin-message-error {
  padding: 15px;
}
.mb-ajaxsuite-popup-wrapper .mb-inline {
  display: inline-block;
}
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2022 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
/*
 * @author    Tigren Solutions <info@tigren.com>
 * @copyright Copyright (c) 2022 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 * @license   Open Software License ("OSL") v. 3.0
 */
#mb-ajaxcart-wrapper .ajaxcart-success-box img.image {
  float: none;
  display: inline-block;
}
#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {
  float: left;
  width: 100%;
  margin: 10px 0 10px;
}
#mb-ajaxcart-wrapper img.image {
  width: 100%;
  display: block;
  margin-bottom: 9px;
}
#mb-ajaxcart-wrapper .product-add-form {
  width: 100%;
  display: block;
}
#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 100%;
}
#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .fieldset .field {
  margin-bottom: 9px;
}
#mb-ajaxcart-wrapper .product-add-form .actions {
  padding-top: 5px;
}
#mb-ajaxcart-wrapper .product-name {
  font-weight: bold;
  margin-top: 9px;
}
.ajaxcart-product-image {
  display: inline;
  margin: 5px;
}
.ajaxcart-success-box {
  text-align: center;
}
.mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo {
  margin-top: 10px;
}
.mb-ajaxsuite-popup-border .block.related {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}
.mb-ajaxsuite-popup-border .block.related .block-actions {
  display: none;
}
.mb-ajaxsuite-popup-border .block.related .product-item-info .field.choice.related,
.mb-ajaxsuite-popup-border .block.related .product-item-info .product-item-actions {
  display: none;
}
.minicart-items-wrapper {
  height: auto !important;
}
.block-category-event {
  background: #f0f0f0;
  color: #777777;
  padding: 9px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9px;
}
.block-category-event .block-title {
  margin: 0 0 9px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 36px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 36px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 18px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9px auto 4.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 22.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 9px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 27px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Smartwave/porto/en_GB/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_GB/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 9px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 9px 4.5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Smartwave/porto/en_GB/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 {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 18px;
  padding-top: 9px;
}
.block-cart-failed {
  margin: 36px 0;
}
.block-cart-failed .block-title {
  font-size: 2.5rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 9px;
}
.bundle-actions {
  margin: 0 0 27px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 36px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 27px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-left: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 27px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 22.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 27px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 18px;
  margin-top: 18px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: left;
}
.products-grid .product-item {
  width: 50%;
  padding: 10px;
}
.products-grid .product-item.nth-child-2np1 {
  clear: left;
}
.products-grid.products.grid.flex-grid .product-item,
.products-grid.divider-line .product-item {
  border-left: 1px solid #e3e4e4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  transition: all 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.products-grid.products.grid.flex-grid .product-item.nth-child-2np1,
.products-grid.divider-line .product-item.nth-child-2np1 {
  border-left-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item:nth-child(1) .product-item-info,
.products-grid.divider-line .product-item:nth-child(1) .product-item-info,
.products-grid.products.grid.flex-grid .product-item:nth-child(2) .product-item-info,
.products-grid.divider-line .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item .product-item-info,
.products-grid.divider-line .product-item .product-item-info {
  border-top: 1px solid #e3e4e4;
  padding: 50px 0 10px;
  transition: all 0.3s;
  margin-top: -1px;
}
.products-grid.products.grid.flex-grid .product-item:hover,
.products-grid.divider-line .product-item:hover {
  background-color: #fff;
  border-top-color: #e3e4e4;
  border-bottom-color: #e3e4e4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-info,
.products-grid.divider-line .product-item:hover .product-item-info {
  border-top-color: transparent;
  padding: 10px 0 50px;
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-details .product-item-actions,
.products-grid.divider-line .product-item:hover .product-item-details .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-inner,
.products-grid.divider-line .product-item-details .product-item-inner {
  margin-bottom: -30px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions,
.products-grid.divider-line .product-item-details .product-item-actions {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.products-grid.divider-line .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  color: #fff;
  border: 0;
  height: 40px;
  line-height: 40px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.tocompare {
  visibility: visible;
  position: static;
  opacity: 1;
  height: 40px;
  line-height: 40px;
  top: 0;
  width: 40px;
  border: 0;
  background-color: #e6e6e6;
  color: #000;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.towishlist {
  margin-right: -3px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.tocompare {
  margin-left: -3px;
}
.products {
  margin: 4px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-details {
  padding: 10px 0;
}
.product-item-name {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.product-item-photo .product-item-inner {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-right: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
}
.product-item-actions .action.towishlist {
  border-color: #ed4949;
  color: #ed4949;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #52b9b5;
  color: #52b9b5;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item .product-reviews-summary {
  background: url(../../frontend/Smartwave/porto/en_GB/images/rating-bar.png) center no-repeat;
  line-height: 1;
  margin: 7px 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #c1c1c1;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 4.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 10px;
  height: 32px;
  border-radius: 5px;
  font-weight: 400;
}
.product-item .tocart:before {
  display: inline;
  content: '\f814';
  font-family: 'porto-icons';
  margin-right: 5px;
  font-size: 15px;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .product-item-details .product-item-actions {
  white-space: nowrap;
  margin: 0 -20px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  float: none;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.products-list .product-item-info {
  display: table-row;
  text-align: left;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-photo {
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.products-list .product-item-details {
  display: block;
  width: 80%;
  padding: 0 0 20px 20px;
  float: left;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-left: 2px;
}
.products-list .product-item-name {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0;
}
.products-list .product-item .product-reviews-summary {
  background: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  text-align: center;
}
.toolbar select {
  background-color: #ffffff;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
}
.toolbar-amount {
  position: static;
  display: block;
  float: left;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 22.5px;
}
.products.wrapper ~ .toolbar .pages {
  float: left;
  margin-bottom: 0;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: static;
}
.sorter-label {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
}
.sorter-options {
  margin: 0 4.5px 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #0088cc;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #0088cc;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  vertical-align: top;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  float: left;
  display: inline-block;
  margin-right: 18px;
}
.modes > a {
  text-decoration: none;
}
.modes-mode {
  float: left;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #cccccc;
  text-align: center;
  width: 26px;
  line-height: 26px;
  background-color: #ffffff;
  display: block;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:last-child {
  margin-right: 0;
}
.modes-mode.active,
.modes-mode:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f839';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:before {
  display: block;
}
.mode-list:before {
  content: '\f83a';
}
.limiter {
  float: right;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter .label {
  font-weight: 400;
  margin: 0;
}
.limiter .control {
  display: inline-block;
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box {
  margin: 8px 0 13px;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #999999;
}
.old-price {
  display: inline-block;
  vertical-align: middle;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: middle;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 18px;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 3px;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.product.media {
  margin-top: 0;
  margin-bottom: 50px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 9px 0;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 9px 0 22.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 50px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 4.5px 9px 4.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 27px 9px 0;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper h1 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555555;
}
.product-info-main .product-info-price {
  border-bottom: 1px #ebebeb solid;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
  color: #0088cc;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
  color: #999999;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  padding-bottom: 30px;
  color: #777777;
}
.product-info-main .stock {
  margin: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.product-info-main .product.sku .type:after {
  content: '#:';
}
.product-info-main .product.sku .value {
  display: inline-block;
}
.product-info-main .product.overview {
  margin: 18px 0;
}
.product-info-main .product.alert {
  margin: 9px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .box-tocart {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .actions {
  margin-right: 20px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-options-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
  color: #999999;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #0088cc;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: left;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: top;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #999999;
  border-color: #999999;
  border-radius: 3px;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-right: 5px;
  border-radius: 3px;
}
.product-addto-links .action.towishlist {
  color: #ed4949;
  border-color: #ed4949;
}
.product-addto-links .action.tocompare {
  color: #52b9b5;
  border-color: #52b9b5;
}
.prices-tier {
  margin-bottom: 13.5px;
}
.prices-tier .item {
  margin-bottom: 9px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #0088cc;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.qty.field .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.qty.field .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.qty.field .qty-changer > a:first-child {
  margin-top: 0;
}
.qty.field .qty-changer > a:hover {
  color: #0088cc;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #0088cc;
}
.sidebar .product-items .product-item {
  margin-bottom: 18px;
  position: relative;
  float: none;
  width: auto;
  padding: 0;
}
.sidebar .product-items .product-item:last-child {
  margin-bottom: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  margin-bottom: 20px;
}
.sidebar .product-items .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  max-width: 33%;
  margin-right: 10px;
}
.sidebar .product-items .product-item-info .product-item-photo img {
  position: static;
  width: auto;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  text-align: left;
  margin-left: calc(33% + 15px);
  padding: 7px 0;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin: 0;
}
.sidebar .product-items .product-item .product-reviews-summary {
  background: none;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 3px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #c1c1c1;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -4.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 9px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.side-list .product-item-name {
  font-size: 13px;
}
.side-list .price-container .price {
  font-size: 15px;
}
.product-labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-labels .product-label:first-child {
  margin-top: 0;
}
.product-label {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  line-height: 1;
}
.product-label.new-label {
  background-color: #62b959;
}
.product-label.sale-label {
  background-color: #e27c7c;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 4.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
  height: 32px;
  padding: 0 17px;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.sidebar .product-item .tocart {
  border-radius: 3px;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 60px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price .price-box {
  padding-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container .price {
  font-size: 25px;
  color: #444;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .add-to-cart {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .actions .action.primary {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  max-width: 100%;
}
.prev-next-products {
  float: right;
}
.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
}
.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #0088cc;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #0088cc;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}
.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px;
}
.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop {
  right: auto;
  left: 0;
  margin-left: -20px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 32px;
  right: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
  left: auto;
  right: 0;
  margin-right: -15px;
}
.prev-next-products .product-nav.product-next .product-pop:before {
  right: 26px;
  left: auto;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  z-index: 1;
}
.block.related .field.choice {
  position: absolute;
  top: 2px;
  left: 6px;
}
.block.upsell .title {
  background: url(../../frontend/Smartwave/porto/en_GB/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_GB/images/bkg_4.png) bottom no-repeat;
}
.sidebar .custom-block.custom-block-1 {
  padding-bottom: 20px;
}
.sidebar .custom-block.custom-block-1 > div {
  min-height: 50px;
  margin-bottom: 20px;
  clear: both;
}
.sidebar .custom-block.custom-block-1 > div em {
  font-size: 30px;
  color: #000;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.sidebar .custom-block.custom-block-1 > div h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-left: 50px;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.sidebar .custom-block.custom-block-1 > div p {
  font-size: 12px;
  margin: 0;
  margin-left: 50px;
  line-height: 1;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #0088cc;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #0088cc;
}
.block-search .label:active:before {
  color: #0088cc;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4.5px 36px 4.5px 9px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 4.5px;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 9px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 22.5px;
  padding: 1px 0 22.5px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 22.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-right: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 18px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 22.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 18px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.cart.table-wrapper .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: center;
}
.cart.table-wrapper .col.subtotal .price {
  color: #0088cc;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .field.qty {
  min-width: 67px;
}
.cart.table-wrapper .col > .price {
  color: #c1c1c1;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 9px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #777777;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #0088cc;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-right: 15px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0;
  margin-top: 10px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 18px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 18px;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: right;
  margin-top: 20px;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .amount .price-wrapper {
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 27px 0 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #0088cc;
  content: '\f815';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart:active:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #0088cc;
  content: '\f815';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #0088cc;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 7px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 18px;
  width: 320px;
  right: -15px;
  border-top: 6px solid #0088cc;
  color: #777777;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  border: 9px solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
  border: 8px solid;
  border-color: transparent transparent #0088cc transparent;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #777777;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: -11px 0 0;
  min-width: 18px;
  width: 100%;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 600;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #0088cc;
  line-height: 40px;
  margin: 0;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 18px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 4.5px;
}
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
}
.minicart-items .product-item-name a {
  color: #0088cc;
}
.minicart-items .product-item-details {
  padding-left: 95px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  color: #000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 36px 4.5px 0;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 0 0 4.5px;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\f807';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\f804';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  width: 40px;
  text-align: center;
  margin-right: 9px;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #0088cc;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #0088cc;
}
.minicart-items .action.delete:before {
  content: '\f81a';
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 0 0 18px;
}
.opc-wrapper {
  margin: 0 0 18px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 36px;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 4.5px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #0088cc;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: auto;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
  left: 0;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #777777;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #777777;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #777777;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 1px;
  font-size: 13px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #dddddd;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 9px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 13px;
  line-height: 30px;
  margin: 0 0 18px;
  padding: 18px 32px 18px 18px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 18px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 18px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 18px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 18px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 18px;
  padding-top: 18px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #0088cc;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 27px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 18px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 9px 36px 9px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 9px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\f804';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 9px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 4.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: right;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #0088cc;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-bottom: 22.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 36px;
  padding-top: 36px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  padding: 18px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 18px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 18px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 18px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 18px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\f804';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 18px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #0088cc;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #0088cc;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #777777;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #0088cc;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 18px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 4.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 18px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 18px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 27px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 18px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #0088cc;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 9px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 25px;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #0088cc;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 27px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 36px;
}
.account .table-wrapper {
  margin-bottom: 18px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 9px;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 9px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.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 {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9px;
}
.samples-item {
  margin: 0 0 9px;
}
.field.downloads {
  margin-bottom: 9px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  margin-bottom: 9px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #0088cc;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 18px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 18px;
  margin-bottom: 18px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 18px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 18px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #0088cc;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 18px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\f804';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 9px 36px 9px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #777777;
}
.gift-item-block .content {
  padding: 9px 0 18px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 9px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 9px;
}
.gift-messages-order {
  margin-bottom: 22.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #0088cc;
}
.table-giftregistry-items .product-image {
  margin-right: 9px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 27px;
  margin-top: -22.5px;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 22.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 9px 9px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.5px 0 0 4.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #0088cc;
}
.gift-options-content .fieldset .field {
  margin: 9px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 18px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 9px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.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 {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 7px 10px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  left: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: .8em;
  margin: 0 5px;
  color: #ffffff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 9px 9px 18px;
  font-size: 13px;
  line-height: 1em;
  border-bottom: 1px solid #cccccc;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  border: 1px solid #ddd;
  border-width: 0 1px;
  background-color: #fbfbfb;
  padding: 10px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.filter .filter-current-subtitle {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
}
.filter-current .action.remove {
  position: absolute;
  right: 15px;
  top: -2px;
}
.filter-actions {
  font-size: 11px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  text-align: right;
  margin-bottom: 14px;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  margin-bottom: 14px;
}
.filter-options-item.active .filter-options-title {
  border-radius: 7px 7px 0 0;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f823';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.filter-options-title:hover:after {
  background-color: #0088cc;
  color: #fff;
}
.active > .filter-options-title:after {
  content: '\f820';
}
.filter-options-content {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.filter-options-content .item {
  margin: 13px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #777777 !important;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 9px;
}
.map-popup .map-msrp {
  margin-bottom: 9px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 9px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\f816';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777777;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #0088cc;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-right: 18px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 4.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 18px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 18px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 18px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #0088cc;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 27px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 9px;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9px;
}
.multicheckout .item-options {
  margin: 9px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 9px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 36px;
}
.multicheckout .box-title span {
  margin-right: 9px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0;
  color: #777777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #dddddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #c1c1c1;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 18px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 18px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 9px;
  margin-bottom: 43.2px;
}
.review-list {
  margin-bottom: 27px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.review-content {
  margin-bottom: 18px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 18px;
}
.product-reviews-summary {
  margin-bottom: 10px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  color: #bdbdbd;
  padding: 0 15px 0 10px;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 1px solid #ccc;
}
.product-reviews-summary.no-rating .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 18px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 4.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.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;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
}
.page-header {
  background-color: #ffffff;
  border-top: 3px solid #0088cc;
  position: relative;
  z-index: 4;
}
.page-header .panel.wrapper {
  background-color: #f0f0ed;
  color: #777777;
}
.page-header.header-newskin .minicart-wrapper {
  position: relative;
  width: 58px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
}
.page-header.header-newskin .minicart-wrapper .action.close {
  top: 5px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart {
  position: relative;
  padding: 0 25px 0 0;
  line-height: 31px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
  content: '\e87f';
  font-size: 29px;
  line-height: 32px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:after {
  content: "\f803";
  font-family: 'porto-icons';
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}
.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
  width: 16px;
  height: 16px;
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #ed5348;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  min-width: auto;
  left: auto;
  right: 16px;
  margin-top: -16px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart {
  line-height: 40px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before {
  line-height: 39px;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 18px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 11px;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #777777;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #777777;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 27px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #0088cc;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0088cc;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #0088cc;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #0088cc;
}
.message.global.demo a:hover {
  color: #0088cc;
}
.message.global.demo a:active {
  color: #0088cc;
}
.page-header .switcher,
.page-footer .switcher {
  height: 15px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  left: -10px;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 3px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px 10px;
  color: #777777;
  font-size: 11px;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  line-height: 15px;
  font-size: 11px;
  vertical-align: top;
  display: inline-block;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 36px;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #0088cc;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #0088cc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\f816';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 22.5px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 9px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 9px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.filterproducts.products {
  margin: 0;
}
.filterproduct-title {
  background: url(../../frontend/Smartwave/porto/en_GB/images/slider-bar.png) right no-repeat;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  color: #313131;
  text-transform: uppercase;
  text-align: left;
}
.filterproduct-title .content {
  background-color: #fff;
  padding-right: 20px;
  display: inline;
}
h3.fullwidth-filter-title {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.owl-top-narrow .owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: -37px;
  margin: 0;
}
.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.owl-middle-narrow .owl-theme .owl-controls,
.owl-middle-narrow.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -37px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-dots .owl-dot,
.owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot {
  pointer-events: all;
}
.owl-middle-narrow .owl-theme:hover .owl-controls,
.owl-middle-narrow.owl-theme:hover .owl-controls {
  opacity: 1;
  visibility: visible;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  font-size: 40px;
  pointer-events: all;
}
.owl-middle-narrow .owl-theme .owl-prev,
.owl-middle-narrow.owl-theme .owl-prev {
  left: 0;
}
.owl-middle-narrow .owl-theme .owl-next,
.owl-middle-narrow.owl-theme .owl-next {
  right: 0;
}
.owl-top-narrow .recent-posts .owl-item .item {
  padding-top: 10px;
}
.owl-border-radius-7 .owl-stage-outer {
  border-radius: 7px;
}
.owl-bottom-absolute-narrow.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
}
.small-list.products-grid .product-item {
  float: none;
  padding: 0;
  width: auto;
  margin-bottom: 15px;
}
.small-list.products-grid .product-item-info .product-item-photo {
  float: left;
  width: 33.33%;
  padding: 0;
}
.small-list.products-grid .product-item-info .product-item-details {
  float: left;
  padding: 5px 0;
  padding-left: 10px;
  width: 66.66%;
  text-align: left;
}
.small-list.products-grid .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.small-list.products-grid .product-item .product-item-name {
  font-size: 12px;
}
.small-list.products-grid .product-item .product-reviews-summary {
  background-image: none;
}
.small-list.products-grid .product-item .price-container .price {
  font-size: 14px;
}
.theme-color {
  color: #0088cc !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777777;
  padding: 40px 0;
}
.footer-middle > .container {
  position: relative;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777777;
}
.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
}
.footer-middle .block.newsletter {
  width: auto;
}
.footer-middle .block.newsletter .form.subscribe {
  max-width: 300px;
}
.footer-middle .block.newsletter label {
  margin-top: 50px;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-middle .block.newsletter .field .control:before {
  display: none;
}
.footer-middle .block.newsletter input {
  padding: 0 10px;
  background-color: #dcdcdc;
  border-radius: 5px 0 0 5px;
  height: 30px;
  border: 0;
}
.footer-middle .block.newsletter .action.subscribe {
  border-radius: 0 5px 5px 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 13px;
  font-weight: 400;
}
.footer-middle ul.links {
  margin-top: -5px;
}
.footer-middle ul.links li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
  margin: 0;
}
.footer-middle ul.links li [class^="porto-icon-"],
.footer-middle ul.links li [class*=" porto-icon-"] {
  margin-left: -5px;
}
.footer-middle ul.contact-info li {
  padding: 5px 0;
}
.footer-middle ul.contact-info li:first-child {
  padding-top: 0;
}
.footer-middle ul.contact-info [class^="porto-icon-"],
.footer-middle ul.contact-info [class*=" porto-icon-"] {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle ul.contact-info p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.footer-middle ul.features {
  margin-top: -5px;
}
.footer-middle ul.features li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
}
.footer-middle ul.features li [class^="porto-icon-"],
.footer-middle ul.features li [class*=" porto-icon-"] {
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #ffffff;
}
.footer-middle p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-bottom {
  min-height: 50px;
  line-height: 40px;
  background-color: #0c0c0c;
  padding: 25px 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-right: 45px;
  float: left;
}
.footer-bottom .custom-block {
  float: left;
  line-height: 1;
  margin: 3px 0;
}
.footer-bottom .custom-block img {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
}
.footer-bottom address {
  float: right;
  line-height: 30px;
  margin: 0;
}
.footer-bottom .custom-block.f-right {
  margin-left: 60px;
}
.footer-bottom .custom-block ul.links {
  display: inline-block;
}
.footer-bottom .custom-block ul.links li {
  padding: 0 12px;
  border-right: 1px solid #bbb;
  font-size: 11px;
  display: inline;
  vertical-align: middle;
}
.footer-bottom .custom-block ul.links li:first-child {
  padding-left: 0;
}
.footer-bottom .custom-block ul.links a {
  color: #777;
  font-size: 11px;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: left;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  position: absolute;
  margin: -56px 0 25px;
  padding: 10px 20px 6px 20px;
  background-color: #0088cc;
}
.footer-ribbon:before {
  content: '';
  display: block;
  width: 7px;
  height: 0;
  position: absolute;
  left: -10px;
  top: 0;
  border-right: 10px solid #006699;
  border-top: 16px solid transparent;
}
.footer-ribbon span {
  color: #ffffff;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons li:first-child a {
  margin-left: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #9e9e9e;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 7px;
  transition: 0.3s background-color;
}
.social-icons > li > a:hover,
.social-icons > li > a:focus {
  color: #fff;
}
.social-icons > li > a.facebook-link:hover {
  background-color: #3c599b;
}
.social-icons > li > a.twitter-link:hover {
  background-color: #1ca8e3;
}
.social-icons > li > a.linkedin-link:hover {
  background-color: #4975b6;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #0088cc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #0088cc;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Smartwave/porto/en_GB/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_GB/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 {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
#banner-slider-demo-23 {
  background-color: #839E47 !important;
}
.owl-carousel .owl-item img {
  position: relative;
}
#banner-slider-demo-23 .container {
  position: relative;
}
#banner-slider-demo-23 .container::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 500;
  left: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#839e47+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #839e47 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #839e47 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #839e47 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#839e47', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}
#banner-slider-demo-23 .container::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 500;
  right: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,839e47+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #839e47 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #839e47 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #839e47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#839e47', GradientType=1);
  /* IE6-9 */
}
.homepage-bar i.porto-icon-shipping,
.homepage-bar i.porto-icon-pound,
.homepage-bar i.porto-icon-ok {
  color: #abc24d;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
.owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  font-size: 40px !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.slide-content .lft {
  background-color: #abc24d;
  color: white;
  width: 200px;
  height: 105px;
  margin-right: 5px;
  text-align: left;
  padding: 10px;
  font-size: 1em;
  font-weight: normal;
}
.slide-content .lft {
  color: white;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  float: left;
}
.slide-content .lft .line2 {
  font-size: 3.25em;
  margin: 0px 0 -6px -2px;
}
.slide-content .lft .line2 span {
  font-size: 0.7em;
}
.slide-content .rgt {
  background-color: rgba(248, 245, 240, 0.8);
  color: #666;
  width: 390px;
  height: 105px;
  font-size: 1.25em;
  font-weight: 400;
  text-align: left;
  padding: 25px 20px 25px 30px;
  line-height: 22pt;
  float: left;
}
.slide-content {
  height: 339px;
  padding-top: 120px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width: 610px;
  margin: 0 auto;
  display: inline-block;
  left: 0;
  right: 0;
}
.homepage-bar {
  background-color: #f6f6f6 !important;
}
.usp-popup {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #abc24d;
  box-shadow: 0px 1px 5px #bbb;
  position: absolute;
  bottom: 100%;
  width: 300px;
  z-index: 1;
}
.homepage-bar .text-area {
  position: relative;
}
.homepage-bar .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.usp-popup p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 5px;
}
.homepage-bar .text-area .usp-popup {
  display: none;
}
.homepage-bar .text-area:hover .usp-popup {
  display: block;
}
.homepage-bar .text-area > h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #666;
  cursor: help;
  text-transform: uppercase;
  padding: 5px 0;
}
.homepage-bar .text-area h3 span {
  font-weight: 700;
}
.products-grid .product-items .product-item .product-image-photo {
  height: 131px;
  width: 131px;
}
.block-products-list .products-grid .product-items .product-item {
  margin: 0 0 35px 0 !important;
  min-height: 320px;
  padding: 0 10px !important;
}
.products-grid .product-item .product-item-details .product-item-name {
  white-space: normal !important;
}
/* 21-08-2020 */
.page-layout-1column .block.widget .products-grid .product-item {
  margin-left: 2%;
  width: 100% !important;
  border: 1px solid #abc24d;
  padding: 15px 10px !important;
  box-shadow: 0px 5px 6px #dfdfdf;
  min-height: 350px;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #fff !important;
  background-color: #abc24d !important;
  border-color: #abc24d !important;
}
.block.widget.block-products-list.grid {
  border-top: none;
}
.block.widget.block-products-list.grid .block-title strong {
  color: #222529;
  font-size: 30px;
  position: relative;
}
.block.widget.block-products-list.grid .block-title strong::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #abc24d;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  border: 0;
  background-color: #839e47 !important;
  line-height: 34px;
  color: #fff !important;
}
.action.primary,
.action.primary:hover,
.modes-mode.active,
.modes-mode:hover,
.pages strong.page,
.pages .action:hover,
.pages a.page:hover,
.fotorama__nav .fotorama__thumb-border,
button:hover,
.action.primary:focus,
.action.primary:active,
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.filter-toggle.active,
i.ajax-loader,
.swatch-option.selected,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover,
.swatch-option:not(.disabled):hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
  border-color: #839e47 !important;
}
.action.primary,
.action.primary:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.recent-posts .post-date .month,
.footer-ribbon,
.filter-options-title:hover::after,
.modes-mode.active,
.modes-mode:hover,
.pages strong.page,
.pages .action:hover,
.pages a.page:hover,
button:hover,
.action.primary:focus,
.action.primary:active,
.btn-primary,
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"],
.btn-default,
.cms-index-index blockquote.testimonial,
.btn-default:hover,
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.post-holder .post-date .month,
.page-header.type8 .header.content,
.page-header.type8.header-newskin .header.content,
.page-header.type11 .navigation li.level0.active,
.iwd-summary-cart,
#ln_slider_price .ui-slider-handle,
.filter-toggle.active,
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2,
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span::before,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.products-grid.divider-line .product-item-details .product-item-actions .tocart,
.products-grid .product-item-details .product-item-actions .actions-secondary:hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type7 .product-item-inner .product-item-actions > .action:hover,
.product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type9 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type9 .product-item-inner .product-item-actions > .action:hover,
.sw-dailydeal,
.catalog-product-view .sw-dailydeal .number-wrapper {
  background-color: #839e47 !important;
}
.stock.unavailable {
  background-color: #afbb7e;
  text-transform: uppercase;
  font-size: 12.53px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 30px;
  border-color: #afbb7e;
  padding: 1px 10px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: table;
  z-index: 9999;
  left: 0;
  right: 0;
}
.garybgbox {
  background-color: #abc24d;
  padding: 50px 0;
}
.garybgbox .innercontentsbox h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}
.garybgbox .innercontentsbox p {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  font-weight: 200;
  margin: 15px 0;
}
.garybgbox .innercontentsbox p strong {
  color: #fff;
}
#mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #08c;
  font-size: 20px;
  text-shadow: none;
  margin: 0 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #abc24d;
  color: #fff !important;
}
#reviewscoukWidget {
  border: 3px solid #9aaf45;
  margin: 0 0 20px;
}
#mostpopular .owl-theme .owl-controls {
  text-align: left;
}
#mostpopular .owl-controls .owl-nav .owl-prev {
  left: -60px;
  position: absolute;
  top: 40%;
}
#mostpopular .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  top: 40%;
}
.block.widget.block-products-list.grid .block-title {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 auto 55px auto;
  transform: translate(0, -55%);
  background: #fff;
}
.green_bg_box > .container {
  margin-top: 0px !important;
  padding: 30px 15px 10px !important;
}
.home-brands .content ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
  display: table;
  /* width: 100%; */
}
.home-brands .content ul li {
  margin: 0 8px;
  list-style: none;
  padding: 0;
  width: 250px;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}
.home-brands .content ul li a {
  background-color: #abc444;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px 0;
  text-decoration: none;
  border-radius: 0;
}
.page-footer .footer-bottom {
  background-color: #f6f6f6;
}
.page-footer .footer-bottom,
.footer-bottom p {
  color: #666;
}
.home-brands .content ul li a > img {
  margin-bottom: 10px;
}
.home-brands .content > h2 {
  color: #222529;
  font-size: 30px;
  position: relative;
  text-align: center;
  margin: 40px 0 60px;
  font-weight: bold;
}
.home-brands .content > h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #abc24d;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.home-brands .content > p {
  display: block;
  text-align: center;
  margin: 40px;
}
.home-brands .content > p > a {
  color: #fff;
  background-color: #abc24d;
  border-color: #abc24d;
  text-decoration: none;
  padding: 10px 20px;
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
.home-brands .content > p > a:hover {
  background-color: #839e47;
  border-color: #839e47;
}
/* 24-08-2020 */
.cms-index-index .home-banner1 .porto-ibanner-desc,
.cms-index-index .porto-ibanner .porto-ibanner-desc,
.cms-index-index .home-banner2 .porto-ibanner-desc {
  align-items: inherit;
  justify-content: inherit;
  text-align: justify;
  margin: 0;
  display: inline-block;
  clear: both;
  padding: 0;
}
.cms-index-index .porto-ibanner-content,
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
  background: -moz-linear-gradient(top, #abc24e 0%, rgba(0, 0, 0, 0.57) 43%, rgba(171, 194, 78, 0) 100%);
  background: -webkit-linear-gradient(top, #abc24e 0%, rgba(0, 0, 0, 0.57) 43%, rgba(171, 194, 78, 0) 100%);
  background: linear-gradient(to bottom, #abc24e 0%, rgba(0, 0, 0, 0.57) 43%, rgba(171, 194, 78, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc24e', endColorstr='#00abc24e', GradientType=0);
  color: #fff;
  width: 100%;
  padding: 12px;
  min-height: 140px;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
  background: -moz-linear-gradient(top, rgba(171, 194, 78, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #abc24e 100%);
  background: -webkit-linear-gradient(top, rgba(171, 194, 78, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #abc24e 100%);
  background: linear-gradient(to bottom, rgba(171, 194, 78, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #abc24e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abc24e', endColorstr='#abc24e', GradientType=0);
  color: #fff;
  width: 100%;
  padding: 40px 12px 12px;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
  top: auto;
  bottom: 0;
}
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
  top: 0;
  bottom: auto;
}
.cms-index-index .porto-ibanner-desc h2 {
  font-size: 20px;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 40px;
}
.cms-index-index .porto-ibanner .porto-ibanner-content h4,
.cms-index-index .porto-ibanner-desc h4 {
  color: #fff;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 28px;
  margin: 0;
  letter-spacing: 0.50px;
  margin-bottom: 0;
  font-weight: 500;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}
.cms-index-index .home-banner3 .porto-ibanner-desc h2 {
  font-weight: 500;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
  font-size: 20px;
  text-align: left;
}
.page-header.type21 .custom-block,
.page-header.type21 .header-main-left {
  display: none;
}
.custom-block .myaccontbox {
  display: inline-block;
  vertical-align: middle;
}
.custom-block .headersocilicons {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.custom-block .headersocilicons a.telephone {
  color: #abc24d !important;
  font-size: 22px;
}
.custom-block .headersocilicons .social-icons-header a {
  font-size: 14px;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}
.footer .social-icons a[title="Google+"]:hover,
.custom-block .headersocilicons .social-icons-header a[title="Google+"]:hover {
  background-color: #d44837;
  color: #fff;
}
.footer .social-icons a[title="Pinterest"]:hover,
.custom-block .headersocilicons .social-icons-header a[title="Pinterest"]:hover {
  background-color: #df0022;
  color: #fff;
}
.footer .social-icons a[title="Instagram"]:hover,
.custom-block .headersocilicons .social-icons-header a[title="Instagram"]:hover {
  background: #e4001e;
  background: -moz-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
  background: -webkit-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
  background: linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4001e', endColorstr='#b801a0', GradientType=1);
  color: #fff !important;
}
.custom-block .headersocilicons .social-icons-header a[title="Facebook"]:hover {
  background-color: #3b5a9a;
  color: #fff;
}
.custom-block .headersocilicons .social-icons-header a[title="Twitter"]:hover {
  background-color: #1aa9e1;
  color: #fff;
}
.page-header.type21 .sw-megamenu.navigation > ul {
  text-align: left !important;
}
.left.leftsectionnimg img,
.left.leftsectionnimg a {
  display: block;
  margin: 6px 0;
}
/* 25-08-2020 */
.category-description .category-header > img {
  min-width: 100%;
}
/* .category-description .category-header h1 {
	  background-color: #abc24d;
	  font-size: 20px;
	  padding: 8px;
	  color: #fff;
	  font-weight: 500;
	  margin: 0 0 20px 0
  } */
.category-description .category-header h1 {
  background-color: #abc24d;
  font-size: 20px;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.category-description .sub-category-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #666;
  margin: 15px auto 5px;
  text-transform: capitalize;
}
.category-description .sub-category-header p {
  color: #abc24d;
}
.wide_column_fix .widecolumn_title_inner > span,
.widecolumn_alignright .widecolumn_title > span {
  display: none;
}
.custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-item-name_title {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0 0 0;
  font-weight: 400;
  color: #222329;
}
.custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-image a img {
  height: 130px;
  width: auto;
  margin: 0 auto;
  display: table;
}
.custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .view_more > a {
  display: none;
}
.category-water-features .block-category-list .block-title,
.category-water-features .sidebar > .block.filter .options dt {
  padding: 10px 15px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #abc24d;
  background-color: #abc24d;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  display: block;
  text-decoration: none;
  color: #fff;
}
.category-water-features .block-category-list .block-content,
.category-water-features .sidebar > .block.filter .options dd {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #abc24d;
  border-top: 0;
  border-radius: 0;
  background-color: #fbfbfb;
}
.custm_cateogry_collections .product.details.product-item-detailsnew:hover {
  box-shadow: none;
}
#maincontent .rmv-side-bar .sidebar > .block.filter .item .count {
  font-size: 11px;
  margin-left: 5px;
  background-color: #abc24d;
  color: #fff;
  padding: 2px 5px;
  border-radius: 20px;
  height: 16px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
}
#maincontent .block-category-list .block-content ol li.item,
#maincontent .sidebar > .block.filter ol li.item {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #eaeaea;
}
#maincontent .block-category-list .block-content ol li.item:last-child,
#maincontent .sidebar > .block.filter ol li.item:last-child {
  border-bottom: none !important;
}
#layered-filter-block {
  border: 1px solid #abc24d;
  padding: 7px 10px;
  background-color: #fbfbfb;
}
#layer-product-list .modes .modes-mode {
  width: 26px !important;
  line-height: 26px;
}
.block-category-list .block-content,
.filter-options-content {
  padding: 10px 10px 15px 10px !important;
}
#layer-product-list .products .filterproducts.products .item.product.product-item {
  border: 1px solid #abc24d;
  margin: 0 5px 20px;
  width: 23.77%;
  min-height: 380px;
}
#layer-product-list .products .filterproducts.products .item.product.product-item .product.details.product-item-details .price-box {
  margin: 8px 0 3px;
}
#layer-product-list .products .filterproducts.products .item.product.product-item .product-item-details {
  padding-bottom: 0px;
}
/* 26-08-2020 */
.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: 12px;
  color: #434d53;
  text-transform: capitalize;
  font-weight: 500;
}
.ui-menu-item .menu-thumb-img a img {
  height: 80px;
  width: auto;
}
.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: 12px;
  font-weight: 500;
  margin: 1px 0 4px;
  color: #434d53;
}
.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
  width: 15% !important;
  text-align: center;
  border: 1px solid #f0f0f0;
  margin: 5px;
}
/* 27-08-2020 */
.sidebar.sidebar-additional .widget.block.block-static-block {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area h3 span {
  font-weight: 600;
}
.widget.block.block-static-block .sidebar_content > img,
.widget.block.block-static-block .sidebar_content > a {
  display: block;
  margin: 10px 0;
}
.widget.block.block-static-block .sidebar_content {
  margin-top: 30px;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area {
  position: relative;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup {
  display: none;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
  display: block;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.sidebar.sidebar-main .block-category-list .block-title,
.sidebar.sidebar-main > .block.filter .options dt {
  padding: 10px 15px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #abc24d;
  background-color: #abc24d;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidebar.sidebar-main .block-category-list .block-content,
.sidebar.sidebar-main > .block.filter .options dd {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #abc24d;
  border-top: 0;
  border-radius: 0;
  background-color: #fbfbfb;
}
.page-layout-2columns-left .sidebar-additional {
  display: block !important;
}
.delivery_info ul.delivery-grid {
  list-style: none;
  clear: both;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.delivery_info ul.delivery-grid li {
  width: 30%;
  float: left;
  margin: 10px;
}
.delivery_info ul.delivery-grid li > img {
  padding: 4px;
  border: 1px solid #ececec;
}
.product.info .delivery_info h3 {
  font-size: 24px;
  color: #222529;
  margin: 20px 0;
}
/* 31-08-2020 */
.product.info.detailed .product_content {
  width: 25%;
  float: left;
  margin-right: 22px !important;
}
.product.info.detailed .product.data.items {
  float: right;
  width: 72%;
}
.product.info.detailed .product_content {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.product.info.detailed {
  margin-bottom: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area h3 span {
  font-weight: 600;
}
.product.info.detailed .product_content .sidebar_content_logo > img,
.product.info.detailed .product_content .sidebar_content_logo > a {
  display: block;
  margin: 10px 0;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  display: block;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup {
  display: none;
}
.product.info.detailed .product_content .sidebar_content_logo {
  margin: 5px 0 0 0;
  clear: both;
  display: inline-block;
}
#calculator.calculator h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
#calculator.calculator .dimensions {
  display: inline-block;
  clear: both;
  width: 100%;
}
#calculator.calculator .dimensions .left {
  width: 48%;
  float: left;
}
#calculator.calculator .dimensions .right {
  float: right;
  width: 48%;
}
#calculator.calculator .button > button.button,
#calculator.calculator .results .addto button.button.add {
  color: #fff;
  background-color: #abc24d;
  border-color: #abc24d;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 30px;
}
#calculator.calculator {
  background-color: #666;
  color: #fff;
  padding: 20px;
}
#calculator.calculator img {
  margin: 10px auto;
  display: table;
}
#calculator.calculator .dimensions .field {
  margin: 0 0 10px 0;
}
#calculator.calculator .button {
  margin: 0 0 5px 0;
}
.custm_cateogry_collections .product.details.product-item-detailsnew {
  width: 23% !important;
  float: left;
  border: 1px solid #abc24d;
  padding: 10px;
  margin: 0 7px 20px 7px;
  min-height: 220px;
  box-shadow: 0px 5px 6px #dfdfdf;
}
.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(6n+1) {
  clear: both !important;
}
.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
  clear: none !important;
}
#calculator.calculator .results,
#calculator.calculator .result_quantity,
#calculator.calculator .disclaimer {
  display: none;
}
.product-add-form a.view-sizes {
  background-color: #f4f4f4;
  text-decoration: none;
  padding: 10px;
  color: #4d4d4d;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border: 1px solid #e3e3e3;
}
.product-add-form a.view-sizes.acive {
  color: #fff;
  border: 1px solid #abc24d;
  background-color: #abc24d;
}
.product-add-form a.view-sizes.acive::after {
  position: absolute;
  content: ">";
  right: 10px;
  font-size: 30px;
  top: 2px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.product-add-form a.view-sizes::after {
  position: absolute;
  content: ">";
  right: 10px;
  font-size: 30px;
  top: 2px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.variations .buy .actions .customcart {
  color: #fff !important;
  background-color: #abc24d !important;
  border-color: #abc24d !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
}
.variations .quantity > label {
  text-align: center;
  font-size: 12px;
  margin: 0px 0 2px 0;
  display: block;
  width: 100%;
}
.variations .quantity .qtys {
  width: 55px;
  padding: 1px;
  float: right;
  height: 26px;
}
table.variations tr th {
  display: none;
}
table.variations tr {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff;
}
table.variations tr > td {
  padding: 8px 6px;
  vertical-align: middle;
  font-size: 15px;
}
table.variations tr > td.description {
  padding-left: 60px;
  font-size: 14px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
table.variations tr > td.description.bulk-bag {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bulk-bag.png);
}
table.variations tr > td.description.send-me-a-sample {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png);
}
table.variations tr td.price {
  font-weight: 600;
}
table.variations {
  margin: 10px 0 0 0;
}
#calculator.calculator .result_quantity > span {
  font-weight: 500;
}
#calculator.calculator .results {
  margin: 10px 0 0;
  background-color: #fff;
  padding: 0px;
  border-radius: 0px;
}
#calculator.calculator .results .text {
  display: inline-block;
  background-color: #abc24d;
  padding: 2px 10px;
}
#calculator.calculator .quantity_type {
  display: inline-block;
  color: #000;
}
#calculator.calculator .results .addto {
  margin-top: 0;
  float: right;
}
#calculator.calculator .results .addto button.button.add {
  height: 31px;
  font-size: 13px;
  text-transform: capitalize;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
#calculator.calculator .disclaimer {
  background: transparent;
  padding: 0;
  font-size: 10px;
  text-align: right;
  color: #b5b5b5;
  width: 100%;
  margin: 0;
  clear: both;
}
#calculator .results .quantity_type span.bulk-bag {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bulk-bag.png);
}
#calculator .results .quantity_type span {
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 35px;
  background-size: 22%;
  overflow: visible;
  font-weight: 400;
}
#calculator .results .quantity_type {
  color: #666;
  padding: 0px 0 0 20px;
}
.product-add-form .disclaimer_info {
  display: none;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #EFE7E0;
  color: #9B724A;
  margin: 6px auto 5px;
  width: 100%;
  font-weight: 300;
  font-size: 9px;
}
#mb-ajaxsuite-popup-wrapper {
  background-color: #fff !important;
}
#mb-ajaxsuite-popup-wrapper .block.upsell {
  margin-bottom: 0;
  margin-top: 40px;
  width: 90%;
  margin: 30px auto 10px;
}
#mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 30px 0 0;
  font-weight: 400;
}
#mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success > strong {
  color: #839e47 !important;
  font-weight: 600;
}
#mb-ajaxsuite-popup-wrapper .success-content h3.mb-message-successs {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin: 0;
}
#mb-ajaxsuite-popup-wrapper .success-content h2.product-name {
  font-size: 14px;
  font-weight: 400 !important;
  margin: 10px 0 0;
}
#mb-ajaxsuite-popup-wrapper .success-content .photo.image {
  border: 1px solid #f4f4f4;
  padding: 2px;
}
#mb-ajaxsuite-popup-wrapper .ajaxcart-message-cartinfo .price {
  font-size: 20px;
  font-weight: 600;
}
.ajaxcart-buttons.ajaxsuite-buttons {
  border-top: 1px solid #ececec;
  padding-top: 10px;
}
#mb-ajaxsuite-popup-wrapper.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2;
  margin-top: 5px;
}
.product-add-form td.full-pallet {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/full-pallet.png);
}
.product-add-form td.half-pallet {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/half-pallet.png);
}
.product-add-form td.qtr-pallet {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/qtr-pallet.png);
}
.product-add-form td.sample {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png);
}
.product-add-form td._40-rolls,
.product-add-form td._30-rolls,
.product-add-form td._20-rolls,
.product-add-formp td._10-rolls {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-roll.png);
}
.product-add-form td._50-rolls {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-pallet.png);
}
.product-add-form td.crate {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/cage-pallet.png);
}
.product-add-form td.edge_natural {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-natural.png);
}
.product-add-form td.edge_brown {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-brown.png);
}
.product-add-form td.edge_green {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-green.png);
}
.product-add-formp td.edge_black {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-black.png);
}
.product-add-form td.edge_silver {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-silver.png);
}
.product-add-form td.green {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-green.png);
}
.product-add-form td.black {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-black.png);
}
.product-add-form td.blue {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-blue.png);
}
.product-add-form td.brown {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-brown.png);
}
.product-add-form td.granite {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-granite.png);
}
.product-add-form td.purple {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-purple.png);
}
.product-add-form td.redwood {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-redwood.png);
}
.product-add-form td.terracotta {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-terracotta.png);
}
.product-add-form td.small-tub,
.product-add-form td.large-tub {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/tub.png);
}
.product-add-form td.bag {
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/bag.png);
}
.bulk-delivery.desktop {
  display: block;
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_normal.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
}
.product.description .bulk-delivery.mobile {
  display: none;
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_mobile.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 176px;
  margin-bottom: 10px;
}
.product-info-price .price-box .price-container .price,
.product-info-main .product-info-price .price-wrapper .price,
.product-info-price .price-box .price-container .price {
  color: #abc24d !important;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  background-color: transparent;
  font-family: inherit;
  color: #777;
}
/* .product-options-wrapper,.product-add-form .product-options-bottom{display:none} */
.product-options-wrapper,
.product-add-form .product-options-bottom {
  display: block !important;
}
.onlyconfigurable {
  display: none;
}
.custom_route-index-index .page-main h1.page-title,
.custom_route-index-index .column.main .signature a {
  display: none;
}
.custom_route-index-index .column.main .col-bss-2 ul li a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
}
.custom_route-index-index .column.main .col-bss-2 ul {
  margin: 0px;
  padding: 0 0 0 15px;
}
.custom_route-index-index .col-bss-2 h3.bss_product_list > a {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  white-space: normal;
}
.custom_route-index-index .col-bss-2 h3.bss_product_list > a:hover,
.custom_route-index-index .column.main .col-bss-2 ul li a:hover {
  color: #abc24d;
}
.custom_route-index-index .col-bss-1 .col-bss-2 > .bss_h2 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 15px !important;
}
.custom_route-index-index .col-bss-1 .col-bss-2 .bss_h3 {
  width: 100%;
  float: none;
  font-size: 14px;
  color: #000;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
  font-weight: 500;
}
.page-layout-3columns.custom_route-index-index .column.main {
  width: 70%;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
  z-index: 9;
}
.custom_route-index-index .col-bss-1 .col-bss-2 {
  width: 48%;
  float: left;
}
.custom_route-index-index .col-bss-1 .col-bss-2 + .col-bss-2 {
  float: right;
}
.custom_route-index-index .col-bss-1 .col-bss-2 > .bss_h2 {
  font-size: 20px;
  color: #abc444;
}
.custom_route-index-index .col-bss-1 .col-bss-2 .bss_h3 {
  font-size: 17px;
  color: #000;
}
.custom_route-index-index .column.main .col-bss-2 ul > li > a {
  color: #abc444;
  font-size: 16px;
  font-weight: bold;
  clear: both;
  margin-top: 17px;
  display: inline-block;
}
.custom_route-index-index .column.main .col-bss-2 ul ul li a {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.checkout-cart-index .page-wrapper .page-main .page-title-wrapper .page-title > span,
.customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title > span,
.customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title > span,
.customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title > span {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.customer-account-create .form-create-account .fieldset.create.info .legend,
.customer-account-create .form-create-account .fieldset.create.account .legend {
  color: #777;
  font-weight: 500;
}
.checkout-cart-index .cart.table-wrapper .cart.items.table .product-item-details .product-item-name > a,
.checkout-cart-index .cart.table-wrapper .cart.items.table .subtotal .price-excluding-tax .cart-price .price,
.checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-edit::before,
.checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-delete::before,
.cart-discount #block-discount-heading,
.cart-summary .checkout.methods.items a.action.multicheckout,
.login-container .form-login .login .actions-toolbar .secondary a.action.remind {
  color: #abc24d;
}
.page-header,
.minicart-wrapper .block-minicart,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover,
.authentication-dropdown,
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage,
.featured-box .box-content,
.history .featured-box .box-content,
.form.search.advanced,
.homepage-grid-banner .ribbon::before,
.cms-index-index .testimonial-arrow-down,
#newsletter_popup,
.iwd-one-page-checkout-sidebar .iwd-opc-block-summary,
.block-header-customer-login,
.mfp-preloader,
.ln_overlay .loader {
  border-top-color: #839E47 !important;
}
.bulk-delivery.desktop {
  display: block;
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_normal.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
}
.product.description .bulk-delivery.mobile {
  display: none;
  background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_mobile.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 176px;
  margin-bottom: 10px;
}
.page-wrapper .page-main .page-title span.base {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.page-wrapper .page-main .columns ul.delivery-grid {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  clear: both;
  width: 100%;
  text-align: center;
}
.page-wrapper .page-main .columns ul.delivery-grid li {
  width: 28%;
  display: inline-block;
  text-align: center;
}
.page-wrapper .page-main .columns ul.delivery-grid li > img {
  padding: 4px;
  border: 1px solid #ececec;
}
.contact-index-index .page-main .columns .column.main .row .col-md-12 p:first-child b {
  display: none;
}
.contact-index-index .page-title-wrapper {
  display: block !important;
}
.contact-index-index .page-main .columns .column.main .row .col-md-12 p > a {
  color: #839e47;
}
.contact-index-index .page-main .columns .column.main .row .col-md-12 p,
.cms-delivery .page-main .columns .column.main p {
  line-height: 22px;
  color: #777;
}
.cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
  font-size: 22px;
  font-weight: 500;
}
.cms-terms-and-conditions .page-main .columns .column.main h3 > strong {
  font-size: 16px;
  font-weight: 600;
}
.cms-terms-and-conditions .page-main .columns .column.main p {
  line-height: 22px;
  color: #777;
}
.cms-terms-and-conditions .page-main .columns .column.main h3 > strong > img {
  margin: 0 auto;
  display: table;
}
.cms-links-policy .page-main .column.main p a,
.checkout-cart-index .page-main .column.main .cart-empty p a,
.cms-privacy-policy .page-main .column.main p a {
  color: #839e47;
}
.cms-privacy-policy .page-main .column.main table.data-table > thead > tr > th,
.cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > th,
.cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > th,
.cms-privacy-policy .page-main .column.main table.data-table > thead > tr > td,
.cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > td,
.cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > td {
  padding: 11px 9px;
  border: 1px solid #ccc;
}
.cms-privacy-policy .page-main .column.main table.data-table {
  border: 1px solid #e8e8e8;
}
.cms-about-us .page-main .columns > .column.main {
  width: 100%;
}
.cms-about-us .page-main .columns {
  width: 75%;
  float: right;
}
.cms-about-us .block-products-list .products-grid .product-items .product-item {
  margin: 0 15px 35px 0 !important;
  min-height: 320px;
  padding: 0 0 !important;
  border: 1px solid #abc24d;
}
.cms-about-us .block.widget .products-grid .product-item {
  width: 30.439%;
}
/* 07-09-2020 */
.product-item-name > a {
  padding: 0 3px;
}
.cms-terms-and-conditions .page-main .columns .column.main p a,
.cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
  color: #839e47;
}
.cms-privacy-policy .page-main .columns .column.main p {
  line-height: 22px;
  color: #777;
}
.cms-privacy-policy .page-main .columns .column.main h2 {
  font-size: 16px;
  color: #777;
  font-weight: 500;
}
/* 16-09-2020 */
header.page-header.type21 .search-area-desktop .block.block-search {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 350px;
  margin: 0;
}
header.page-header.type21 .search-area-desktop {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
.search-area.mobile {
  display: none;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #777777;
}
.custom-block .item.link.compare {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0px 10px;
  position: relative;
  bottom: -4px;
}
.green_bg_box #mostpopular .block-title {
  text-align: center;
  margin-left: auto !important;
  display: table !important;
  margin-right: auto !important;
}
/* 08-09-2020 */
.is-blog .page-wrapper #maincontent.page-main .page-title-wrapper {
  display: none;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item > h2 {
  margin-top: 5px;
}
.is-blog .page-wrapper .page-main .columns p.post-list-description {
  display: none;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar {
  margin: 0 0 30px !important;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title > strong {
  font-size: 16px;
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content ul li > a {
  color: #777;
  font-size: 13px;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
  float: left;
  width: calc(25%);
  padding: 5px;
  height: 32px;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search {
  display: inline-block;
  width: 100%;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block {
  margin-bottom: 20px;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search button.button {
  float: right;
  width: 65px;
  padding: 0;
  text-align: center;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
  border-bottom: 1px dashed #ccc;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 > a {
  color: #abc24d !important;
  font-size: 22px;
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-entry .post-excerpt {
  font-size: 13px;
  line-height: 22px;
  color: #777;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a {
  background-color: #34352e;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons .shartetextbox {
  margin: 0 5px 0 0;
}
.is-blog .page-wrapper .page-main .columns .pager .pages .items.pages-items .pages .item {
  text-align: center;
}
.is-blog .page-wrapper .page-main .columns .pager .pages a.page,
.is-blog .page-wrapper .page-main .columns .pager .pages strong.page,
.is-blog .page-wrapper .page-main .columns .pager .pages .action {
  width: 32px;
  line-height: 30px;
  height: 30px;
}
.is-blog .page-wrapper .page-main .columns .pager .pages .item {
  text-align: center;
}
.is-blog .page-wrapper .page-main .columns .pager .pages .item > a {
  color: #777;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Facebook"]:hover {
  background-color: #3b5a9a;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Twitter"]:hover {
  background-color: #1aa9e1;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Google+"]:hover {
  background-color: #d44837;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-view h2 a {
  font-size: 22px;
  color: #777;
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}
.is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 > b {
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .post-view .post-meta a {
  color: #abc24d;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a {
  background-color: #34352e;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Facebook"]:hover {
  background-color: #3b5a9a;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Twitter"]:hover {
  background-color: #1aa9e1;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Google+"]:hover {
  background-color: #d44837;
  color: #fff;
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle {
  color: #abc24d;
  text-decoration: underline;
  font-weight: 600;
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle:hover {
  color: #abc24d;
  text-decoration: none;
  font-weight: 600;
  background-color: transparent !important;
}
.firecheckout #checkout .opc-wrapper .step-title::before,
.firecheckout #checkout .opc-block-summary > .title::before,
.firecheckout #checkout .opc-sidebar .step-title::before {
  background: #abc24d !important;
}
.checkout-index-index .column.main .opc-wrapper ol.opc li .step-title,
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #777 !important;
}
.checkout-index-index .modal-content .block-content .secondary a.action.action-remind {
  color: #abc24d;
  text-decoration: underline;
}
.checkout-index-index .modal-content .modal-header .action-close:hover {
  background-color: transparent !important;
  color: #abc24d;
}
/* 07-10-2020 */
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-entry .post-image a {
  color: #abc24d;
}
.checkout-index-index .step-content .methods-shipping .swissup-delivery-date .field._required .control {
  position: relative;
}
.checkout-index-index .fieldset.swissup-delivery-date .control .ui-datepicker-trigger.v-middle {
  max-width: 90px;
  font-size: 12px;
  position: absolute;
  right: 0;
  height: 42px;
}
.page-header.header-newskin .navigation .level0 > .level-top:hover {
  color: #abc24d !important;
}
.fotorama-item.fotorama .fotorama__arr__arr,
.fotorama-item.fotorama .fotorama__fullscreen-icon {
  color: #abc24d !important;
}
.is-blog .page-wrapper .page-main .columns .post-content {
  font-size: 14px;
  line-height: 20px;
}
.is-blog .page-wrapper .page-main .columns .post-content p a,
.is-blog .page-wrapper .page-main .columns .post-content p span a {
  color: #abc24d;
}
#layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
  width: 100%;
  min-height: auto;
}
#layer-product-list .products.products-list .filterproducts.products .product.description a {
  color: #abc24d;
}
#layer-product-list .products.products-list .filterproducts.products .product.description ul {
  line-height: 24px;
  margin: 10px 0;
  padding: 0;
}
.data.item.content .review-form .fieldset .review-legend.legend {
  color: #777;
}
.product.info .product.data.items > .item.title.active > .switch,
.product.info .product.data.items > .item.title.active > .switch:focus,
.product.info .product.data.items > .item.title.active > .switch:hover {
  border-bottom: #abc24d solid 2px !important;
}
.layout-1140 .page-wrapper .page-main .columns .page-title h1 {
  font-size: 26px;
  font-weight: 500;
  color: #777;
}
.layout-1140 .page-wrapper .page-main .columns .disc li a {
  color: #abc24d;
}
.products .product .product.name.product-item-name a:hover {
  color: #abc24d;
}
.cms-enable-cookies .enable-cookies.cms-content ul li a {
  color: #abc24d;
}
.cms-privacy-policy-cookie-restriction-mod .privacy-policy.cms-content h2 {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
.cms-contact-us .page-wrapper .page-main .columns p a,
.cms-internet-gardener .page-wrapper .page-main .columns p a,
.cms-no-route-2 .page-wrapper .page-main .columns p a {
  color: #abc24d;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content h2 {
  font-size: 16px;
  font-weight: 500;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content p a {
  color: #abc24d;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list {
  border: 1px solid #e8e8e8;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > th,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > th,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > th,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > td,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > td,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > td {
  padding: 11px 9px;
  border: 1px solid #ccc;
}
.cms-about-porto .entry-content .row-wrapper.container h3 {
  color: #abc24d;
}
.cms-about-porto .alternative-font {
  color: #abc24d !important;
}
.cms-about-porto .history .box-content h4 {
  color: #abc24d !important;
}
#reviews .block.review-add .review-form .fieldset.review-fieldset .legend.review-legend {
  color: #777;
}
.mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo p a {
  color: #abc24d !important;
}
.minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
  color: #abc24d;
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
  color: #abc24d !important;
}
#minicart-content-wrapper .actions a.action.viewcart {
  color: #abc24d;
}
.minicart-wrapper .block-minicart::before,
.prev-next-products .product-nav .product-pop::before,
.iwd-one-page-checkout-sidebar .iwd-opc-block-summary::before,
.block-header-customer-login::before {
  border-bottom-color: #abc24d !important;
}
/* .firecheckout #checkout .swissup-delivery-date div.field > .control .input-text._has-datepicker {
		  width: calc(100% - 95px) !important;
	  } */
.firecheckout #checkout .swissup-delivery-date div.field .control .field-error {
  right: 95px !important;
}
.catalog-category-view .page-wrapper .column.main .products-grid {
  margin: 0 -8px;
}
.catalog-category-view .page-wrapper .column.main .products-list {
  margin: 4px 3px 4px -4px;
}
#mpsearch-category option {
  font-size: 11px;
}
.header .search-area .block.block-search {
  right: 60px !important;
}
.footer-middle .block .block-title {
  min-height: 40px;
}
.footer-middle .block.newsletter p {
  line-height: 2;
  margin-top: -5px;
  padding-top: 0;
}
.left.leftsectionnimg a {
  cursor: context-menu;
}
.footer-bottom {
  padding: 5px 0 !important;
}
.footer-bottom .custom-block.f-right > img {
  height: 32px;
}
.product-info-main .product.overview ul {
  margin: 0 0 20px 0 !important;
  padding: 0 0 20px 20px;
}
.product-info-main .product.overview ul li {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.product-item-photo a {
  display: block;
  z-index: 9;
  position: relative;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  visibility: visible !important;
  opacity: 1 !important;
}
.list-info h2 {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
}
.list-info ul {
  margin: 0;
  padding: 0 20px;
}
.product-item-info.type3 .product-item-photo .product-item-inner {
  text-align: center !important;
  z-index: 99;
  position: relative;
}
.product-labels {
  z-index: 9 !important;
}
.page-header.type21.header-newskin.sticky-header {
  z-index: 999;
}
.page-header.type21.sticky-header .search-area {
  z-index: 999;
  bottom: inherit !important;
  right: 67px;
  top: 11px !important;
  position: fixed;
}
/* 23-09-2020 */
a.button-see-more {
  background-color: #abc24d !important;
  color: #fff !important;
  height: 38px;
  display: block;
  text-align: center;
  line-height: 38px;
  margin: 5px 0;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald';
  max-width: 140px;
}
a.button-see-more:hover {
  background-color: #839e47;
  color: #fff;
}
.product.product-item .product-item-info .price-box .unit {
  font-size: 10px;
}
.product-item-info .product.name a {
  font-size: 14px;
}
/* 24-09-2020 */
.variations .quantity .field.qty .control.qty-change .input-text.qty {
  width: 45px;
  float: left;
  height: 32px;
  text-align: center;
  padding: 0;
}
.variations .quantity .field.qty .control.qty-change > .decreaseqty {
  float: left;
}
.page-header.type21.sticky-header .search-area.mobile {
  display: block;
}
.page-header.type21.sticky-header .search-area.mobile a span {
  display: none;
}
.page-header.type21.sticky-header .search-area.mobile .block.block-search {
  right: 0px !important;
}
.cms-brands.layout-1140 .page-wrapper .page-main .columns .page-title.category-title h1 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cms-brands .page-wrapper .page-main .home-brands .content ul li {
  margin: 0 20px 30px;
}
/* 25-09-2020 */
.page-main .attributepages-options ul.attributepages-grid li {
  margin: 0 10px 20px;
  list-style: none;
  padding: 0;
  width: 23% !important;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
  min-height: 360px;
}
.page-main .attributepages-options ul.attributepages-grid li a {
  background-color: #abc444;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px 0;
  text-decoration: none;
  border-radius: 0;
}
.page-main .attributepages-options ul.attributepages-grid li a > img {
  margin-bottom: 10px;
}
.attributepages-page-view .column.main .topcontent > img {
  min-width: 100%;
}
.attributepages-page-view .column.main .topcontent h1 {
  background-color: #abc24d;
  font-size: 20px;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.attributepages-page-view .products ol.filterproducts.list li.product-item {
  margin: 12px 5px;
  width: 23.66% !important;
  border: 1px solid #abc24d;
  padding: 15px 10px !important;
  box-shadow: 0px 5px 6px #dfdfdf;
  min-height: 420px;
}
.attributepages-page-view .column.main .list-info > h2 {
  display: none;
}
.attributepages-page-view .column.main .category-description.std {
  margin-top: 15px;
}
/* 28-09-2020 */
.toolbar.toolbar-products .modes .modes-mode {
  width: 26px !important;
  line-height: 26px;
}
.filterproducts.products .product-item a.minimal-price-link {
  margin-top: 0;
  font-size: 12px;
  color: #abc24d;
  font-weight: 500;
}
.filterproducts.products .product.details.product-item-details .price-box {
  margin: 8px 0 0px;
}
.attributepages-page-view .products.list.products-list ol.filterproducts li.product-item {
  margin: 12px 0px;
  width: 100% !important;
  border: 1px solid #abc24d;
  padding: 15px 10px !important;
  box-shadow: 0px 5px 6px #dfdfdf;
  min-height: auto;
}
/* 29-09-2020 */
.products-grid .owl-carousel.product-items .product-item .product-item-details .product-item-name {
  min-height: 62px;
}
.products-grid .owl-carousel.product-items .product-item .product-item-details .price-box {
  min-height: 45px;
}
.page-with-filter.page-products .products-grid .product-item .product-item-details .product-item-name {
  min-height: 62px;
  line-height: 18px;
}
.content-top {
  text-align: center;
  margin: 30px auto;
}
.content-top span {
  font-size: 34px;
  font-weight: 700;
  color: #a2c656;
}
.content-top p {
  font-size: 34px;
  color: #231f20;
  line-height: 40px;
  font-weight: 500;
}
/* 30-09-2020 */
.cms-index-index .homepage-bar .col-lg-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cms-index-index .home-strap {
  text-align: center;
  font-size: 24px;
  margin: 30px 0 40px;
  color: #3b4042;
}
.cms-index-index .green_bg_box {
  background-color: #f3f3f3;
  padding: 30px 0 0;
}
.cms-index-index .green_bg_box #mostpopular .block-title {
  background: transparent;
}
.page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
  background-color: #fff;
}
.page-layout-1column.cms-index-index #mostpopular {
  margin-bottom: 0;
}
.page-layout-1column.cms-index-index .reviews {
  border-top: 1px solid #eeeeef;
  margin: 30px 0 0;
  padding: 20px 0 20px 0;
}
.page-layout-1column.cms-index-index .garybgbox .innercontentsbox p {
  font-size: 15px;
  color: #202324;
  line-height: 18px;
  font-weight: 200;
  margin: 15px 0;
}
.page-layout-1column.cms-index-index .garybgbox .innercontentsbox p strong {
  color: #202324;
}
.page-layout-1column.cms-index-index .garybgbox {
  background-color: #f3f3f3;
  padding: 40px 0;
}
.footer-middle > .container > .row > div:nth-child(2n) {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-middle > .container > .row > div:nth-child(3n) {
  max-width: 21%;
  flex: 0 0 21%;
}
.custom-block.f-right {
  display: none;
}
.footer .payment-logo-d {
  position: absolute;
  bottom: 20px;
}
/* 02-10-2020 */
.page-header.header-newskin .navigation .level0:hover > .level-top {
  color: #abc24d !important;
}
.cms-about-us .block.widget.block-products-list.grid .block-title {
  display: table;
  margin: 0 auto 55px auto;
  text-align: center;
}
.filter-options-content .item input[type="checkbox"] {
  margin: -6px 4.5px 0 0 !important;
}
.product.info .product.description p a {
  color: #abc24d;
}
.account .box-actions a,
.account a.action.edit,
.account a.action.view,
.account a.action,
.account .box-content address a {
  color: #abc24d;
}
.account .fieldset .legend {
  color: #abc24d;
}
.account #my-subscriptions-table a {
  color: #abc24d;
}
.productsnamebox {
  min-height: 45px;
  display: block;
}
.fotorama__fullscreen-icon:focus::after,
.fotorama__zoom-out:focus::after,
.fotorama__zoom-in:focus::after,
.fotorama__arr:focus::after,
.fotorama__stage__shaft:focus::after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb::after,
.fotorama__nav__frame--dot:focus .fotorama__dot::after {
  box-shadow: none !important;
}
.minicart-items .update-cart-item {
  font-size: 11px;
  padding: 0 5px;
}
.modal-popup .action-close::before {
  color: #abc24d !important;
}
.modal-popup button.action-primary.action-accept {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
.modal-popup button.action-primary.action-accept:hover {
  color: #fff;
}
.modal-popup .action-close {
  padding: 9px;
  display: block;
  min-height: 48px;
}
.firecheckout .modal-inner-wrap .action-close::before,
.firecheckout .modal-inner-wrap .action-close::after {
  left: 15px;
  top: 6px;
  height: 20px;
}
.product.alert.stock .action.alert {
  color: #abc24d;
}
.theme-border-color.product-pop {
  border-color: #abc24d !important;
}
.field.qty .qty-changer a:hover {
  color: #abc24d !important;
}
.layered-filter-block-container .filter-current .action.remove {
  right: 0;
  color: #21293c;
}
.layered-filter-block-container .filter-current .block-actions.filter-actions {
  padding: 7px 0;
}
.layered-filter-block-container .filter-content .filter-current .item {
  margin: 9px 0;
  padding: 0 !important;
}
.CarouselWidget .reviewsContainer .reviewWrap .reviewText p {
  padding: 0px !important;
}
.CarouselWidget .reviewsContainer .reviewWrap {
  width: 49%;
}
.page-layout-1column.cms-index-index .garybgbox .innercontentsbox p a {
  color: #abc24d;
}
.billing-address-details a {
  color: #abc24d;
}
/* 08-10-2020 */
.shipping-address-item a {
  color: #abc24d;
}
.shipping-address-item a:hover {
  color: #abc24d;
}
.modal-popup .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup {
  border: 1px solid #666 !important;
  color: #fff !important;
  padding: 0px 10px !important;
  height: 38px;
  margin: 0 !important;
  background-color: #666 !important;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar {
  margin: 0 10px;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border.ajaxcart-success-box {
  border: none !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-success-box .success-content h2.title.success {
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
  max-width: 60%;
  margin: 0 auto;
  color: #666;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons {
  border: none;
}
.mb-ajaxsuite-popup-wrapper .block.upsell .block-title.title {
  text-align: center !important;
  margin: 20px 0 0 !important;
  clear: both;
  display: inline-block;
  border: none !important;
}
.mb-ajaxsuite-popup-wrapper .owl-controls .owl-dots {
  display: none;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .success-content {
  height: 100% !important;
  overflow: visible !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons .action.primary.mb-ajaxsuite-close {
  background-color: #ababab !important;
  border: 1px solid #ababab !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons .action.primary.mb-ajaxsuite-close:hover {
  background-color: #666 !important;
  border: 1px solid #666 !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons .action.focus.primary:hover {
  background-color: #839e47 !important;
  border: 1px solid #839e47 !important;
}
.mb-ajaxsuite-popup-wrapper .products-upsell .product.name a {
  white-space: normal;
  overflow: visible;
  display: block;
  font-size: 14px !important;
  line-height: 17px;
  min-height: 80px;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item .post-entry > .post-image {
  display: none;
}
/* 12-10-2020 */
#layered-filter-block .block-content.filter-content .block-actions.filter-actions {
  padding: 10px 0 !important;
}
.layered-filter-block-container .filter-content .filter-current .item {
  margin: 9px 0 0 0;
  padding: 0 9px 0 0 !important;
  overflow: hidden;
}
.layered-filter-block-container .filter-current .action.remove {
  right: 0;
  color: #21293c;
  padding-left: 10px;
  background-color: #fbfbfb;
}
.account .products-grid.wishlist .product-item-actions {
  text-align: left;
}
.account .products-grid.wishlist .box-tocart .stock.unavailable {
  position: relative;
}
.sidebar.sidebar-additional .actions-toolbar .secondary a.action.view {
  color: #abc24d;
}
.list-info a {
  color: #abc24d;
}
.cms-index-index #mostpopular a.button-see-more {
  margin: 5px auto;
}
/* 13-10-2020 */
.page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info {
  position: relative;
  z-index: 99;
}
.page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info .stock.unavailable {
  position: relative;
  margin: 10px auto 0;
}
/* 14-010-2020 */
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  position: relative;
  text-align: right;
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
}
.attributepages-page-view .page-main > .page-title-wrapper h1.page-title {
  display: none;
}
/*19-03-2021*/
.account .sidebar.sidebar-main .block-collapsible-nav .item.current > strong {
  color: #777 !important;
  font-weight: 700 !important;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item.current a {
  color: #777 !important;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
  color: #777 !important;
  text-decoration: underline;
}
header.page-header.type21 .minicart-wrapper .action.showcart .counter.qty {
  min-width: 16px;
  width: auto;
}
header .minicart-items .item-qty {
  height: 30px;
  padding: 0;
  font-size: 13px;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  color: #abc24d !important;
}
.form.form-login .fieldset .actions-toolbar .secondary a.action.remind {
  color: #abc24d !important;
}
@media all and (max-width: 767px) {
  .account .sidebar.sidebar-main .block-collapsible-nav .item.current > strong {
    color: #777 !important;
    font-weight: 700 !important;
  }
  .account .sidebar.sidebar-main .block-collapsible-nav .item.current a {
    color: #777 !important;
  }
  .account .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
    color: #777 !important;
    text-decoration: underline;
  }
  header.page-header.type21 .minicart-wrapper .action.showcart .counter.qty {
    min-width: 16px;
    width: auto;
  }
  .checkout-payment-method .payment-option-title .action-toggle:after {
    color: #abc24d !important;
  }
  .form.form-login .fieldset .actions-toolbar .secondary a.action.remind {
    color: #abc24d !important;
  }
}
.catalog-product-view .product-info-main .product-add-form .qty.field .control {
  margin-left: 29px;
}
/* desktop media css */
/* 04-09-2020 */
@media all and (max-width: 1480px) {
  header.page-header.sticky-header .navigation li.level0 > .level-top {
    font-size: 10px !important;
  }
}
@media all and (max-width: 1280px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 7px !important;
  }
}
@media all and (max-width: 1220px) {
  .cms-brands .page-wrapper .page-main .home-brands .content ul li {
    margin: 0 10px 25px;
  }
}
@media all and (max-width: 1220px) {
  .page-main .attributepages-options ul.attributepages-grid li {
    width: 22% !important;
    min-height: 280px;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    font-size: 15px;
    line-height: 22px;
    padding: 0 5px 20px 5px;
  }
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    width: 31.82% !important;
  }
}
@media all and (max-width: 1200px) {
  .page-wrapper .page-main .columns ul.delivery-grid li {
    margin: 0 5px;
  }
}
@media all and (max-width: 1200px) {
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
    font-size: 14px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
    font-size: 20px !important;
  }
  #reviewscoukWidget {
    width: 100% !important;
  }
}
@media all and (max-width: 1200px) {
  .logo {
    max-width: 17%;
  }
  header.page-header.type21 .search-area-desktop .block.block-search {
    width: 300px;
  }
}
@media all and (max-width: 1200px) {
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 31.74% !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 31% !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    float: right;
    width: 71%;
  }
  .catalog-product-view .product.data.items > .item.title {
    padding: 10px 7px 10px 0;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 31% !important;
  }
  .page-with-filter .products-grid.columns4 .product-item.nth-child-2np1,
  .page-with-filter .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none !important;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 31% !important;
  }
}
@media all and (max-width: 1200px) {
  .products-grid .product-item-details .product-item-actions .tocart {
    font-size: 11px !important;
    line-height: 30px;
    padding: 0 3px;
  }
  .product-item .tocart::before {
    font-size: 15px;
    margin-top: 0px;
    margin-right: 1px;
  }
  .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 {
    width: 27px;
    height: 32px;
    line-height: 30px;
  }
  .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,
  .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 {
    font-size: 15px;
  }
}
@media all and (max-width: 1170px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 3px !important;
    font-size: 11px !important;
  }
  header.header-newskin.sticky-header .navigation .level0 > .level-top {
    padding: 0 1px !important;
  }
  .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 11px;
  }
  .home-brands .content ul li {
    width: 210px !important;
  }
  .home-brands .content ul li a {
    font-size: 16px;
  }
  .products-grid.grid {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 979px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 1px !important;
    font-size: 9px !important;
    letter-spacing: -0.1px !important;
  }
  .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: 10px !important;
  }
  .page-header.type21 .search-toggle-icon {
    font-size: 10px !important;
  }
  .page-header.type21 .search-toggle-icon > i {
    font-size: 12px !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 80px !important;
  }
  .page-header.type21.sticky-header .sw-megamenu.navigation > ul {
    padding-right: 40px !important;
  }
  .home-brands .content ul li {
    width: 150px !important;
  }
  .home-brands .content ul li a {
    font-size: 12px !important;
    line-height: 14px;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 26px !important;
  }
  .homepage-bar .text-area > h3 {
    font-size: 13px !important;
  }
  .usp-popup {
    width: 240px !important;
  }
}
@media all and (max-width: 992px) {
  .products-grid.grid {
    width: 95%;
    margin: 0 auto;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    min-height: 370px;
    margin: 0 0 5px 0 !important;
  }
}
@media all and (max-width: 991px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 30.439%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    margin: 0 10px 10px 0 !important;
    min-height: 330px;
  }
}
@media all and (max-width: 991px) {
  .cms-brands .page-wrapper .page-main .home-brands .content ul li a {
    font-size: 11px !important;
    line-height: 14px;
  }
}
@media all and (max-width: 991px) {
  .logo {
    max-width: 40%;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 31% !important;
    min-height: 294px;
  }
  .catalog-category-view .block-category-list .block-content,
  .catalog-category-view .filter-options-content {
    padding: 5px 0 !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-2np1 {
    clear: none;
  }
  .catalog-category-view .product-item-info .product.name a {
    font-size: 12px;
  }
  #layered-filter-block {
    padding: 7px 10px;
  }
  .catalog-category-view .sidebar.sidebar-main .block-content.filter-content .filter-options .filter-options-title {
    padding: 10px 22px 2px 0px;
    font-size: 12px;
  }
  .catalog-category-view .sidebar.sidebar-main .block-content.filter-content .filter-options-content a {
    display: inline-block !important;
    font-size: 12px;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 30% !important;
  }
  .page-footer .footer .footer-middle {
    padding: 25px 0 30px;
  }
  #description .product.attribute.description .value iframe {
    width: 100% !important;
  }
  .catalog-product-view .product.data.items > .item.title > .switch {
    font-size: 10px;
  }
  .catalog-product-view .product.data.items > .item.title {
    padding: 10px 5px 10px 0;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 30% !important;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 30% !important;
  }
}
@media all and (max-width: 992px) {
  .page-header.type21 .header-main-right a.action.my-wishlist {
    margin-right: 2px !important;
  }
  .custom-block .headersocilicons a.telephone {
    font-size: 18px;
  }
  .custom-block .headersocilicons .social-icons-header a {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .page-main .attributepages-options ul.attributepages-grid li a {
    font-size: 13px;
    line-height: 14px;
    padding: 0 0 10px;
    min-height: 240px;
  }
  .page-main .attributepages-options ul.attributepages-grid li {
    width: 22% !important;
    min-height: 240px;
  }
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    width: 31.22% !important;
  }
  .footer-middle > .container > .row > div:nth-child(2n),
  .footer-middle > .container > .row > div:nth-child(3n) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer .payment-logo-d {
    display: none;
  }
  .footer-bottom .custom-block.f-right {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .catalog-product-view .variations .buy .actions .customcart {
    font-size: 12px;
    padding: 0 2px;
    width: 48px;
    margin-top: 22px;
  }
  .catalog-product-view .product-info-main .qty.field .control,
  .catalog-product-view .product-info-main .qty.field .qty-changer {
    margin-left: 0;
  }
  .catalog-product-view .product-info-main .qty.field .control.qty-change {
    width: 112px;
  }
  /* 01-02-2021 */
  .layout-1140.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
  .layout-1140.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 100% !important;
    padding: 10px;
  }
  .layout-1140.checkout-index-index .opc-wrapper .shipping-address-item::before {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header.page-header.sticky-header .nav-sections {
    display: none;
  }
  .page-header.type21.sticky-header .search-area {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .homepage-bar .col-lg-4.col-md-4 {
    padding: 5px !important;
    width: 33% !important;
  }
  .home-brands .content ul li {
    width: 132px !important;
  }
  .home-brands .content ul li a {
    font-size: 14px !important;
    line-height: 16px;
  }
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
  .ui-menu-item .menu-thumb-img a img {
    height: 40px;
    width: auto;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 100% !important;
    text-align: left;
    border: 1px solid #f0f0f0;
    margin: 0px 0;
    display: inline-block;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0;
  }
  .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: 10px !important;
    padding: 10px !important;
    display: inline-block;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img > a {
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
  }
  /* 10-12-2020 */
  .checkout-index-index #checkout {
    background-color: transparent;
  }
  .checkout-index-index #checkout h1.title {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
  }
  .checkout-index-index #checkout .description {
    font-size: 16px !important;
    color: #000;
    margin: 20px 0 0;
  }
  .checkout-index-index #checkout .authentication-wrapper .action.action-auth-toggle span {
    color: #abc24d;
    text-decoration: underline;
  }
  .checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle span:hover {
    color: #abc24d;
    text-decoration: none;
    background-color: transparent !important;
  }
  .checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle:hover {
    color: #abc24d;
    text-decoration: none;
    background-color: transparent !important;
  }
  .checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-option-title #block-discount-heading {
    color: #abc24d;
    text-decoration: none;
  }
  .checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 0 7px;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel {
    color: #abc24d;
  }
  .checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel:hover {
    color: #abc24d;
    background-color: transparent !important;
    text-decoration: underline;
  }
  .checkout-index-index #checkout .opc-block-summary {
    background: #fff;
  }
  .checkout-index-index #checkout .opc-block-summary .minicart-items .product-item-details {
    padding-left: 75px;
  }
  .checkout-index-index .modal-content .block-content .authentication-wrapper {
    line-height: inherit;
  }
  .checkout-index-index .modal-custom .action-close::before,
  .modal-popup .action-close::before,
  .modal-slide .action-close::before {
    margin: 10px 0;
    color: #abc24d !important;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin: 0 0 20px;
    padding: 10px;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #abc24d;
  }
  .custom_route-index-index .col-bss-1 .col-bss-2 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .cms-about-us .page-main .columns {
    width: 100%;
    float: none;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 46%;
  }
  .product-item-name > a {
    padding: 0 3px;
  }
  .page-header.type21 .nav-toggle,
  .page-header.type21 .header-main-right a.action.my-wishlist {
    margin-right: 5px !important;
  }
  .page-header.type21 .search-area {
    margin-right: 10px;
  }
  .logo {
    max-width: 45%;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p a,
  .cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
    color: #839e47;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
    font-size: 16px;
  }
  .page-wrapper .page-main .page-title span.base {
    font-size: 18px;
  }
  .page-footer .footer-middle {
    padding: 25px 0 20px;
  }
  .page-wrapper .page-main {
    padding-bottom: 20px;
  }
  .cms-privacy-policy .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-privacy-policy .page-main .columns .column.main h2 {
    font-size: 16px;
    color: #777;
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner .porto-ibanner-content h4,
  .cms-index-index .porto-ibanner-desc h4 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner-desc h2 {
    font-size: 16px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
    font-size: 16px;
  }
  .home-brands .content > h2 {
    font-size: 24px;
    margin: 20px 0 40px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 14px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 15px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 380px;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
  /* 02-02-2021 */
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form tr {
    height: 175px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form table.variations td.buy {
    top: 132px;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 100%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: auto;
    padding: 0 0 10px !important;
    margin: 0 0px 15px 0 !important;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li {
    width: 44%;
  }
  .page-wrapper .page-main .columns ul.delivery-grid {
    margin: 20px 0 0;
  }
  .cms-privacy-policy .page-main .column.main table.data-table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 22px !important;
    display: block;
    text-align: center;
  }
  .homepage-bar .text-area > h3 {
    font-size: 12px !important;
    text-align: center;
    line-height: 15px;
    padding: 0;
  }
  .homepage-bar {
    margin-bottom: 20px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 11px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 12px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 310px;
  }
}
@media all and (max-width: 480px) {
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  .homepage-bar .col-lg-4 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .home-brands .content ul li {
    width: 90% !important;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
}
/* mobile css use  */
@media all and (max-width: 1280px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 7px !important;
  }
}
@media all and (max-width: 1200px) {
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
    font-size: 14px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
    font-size: 20px !important;
  }
  #reviewscoukWidget {
    width: 100% !important;
  }
}
/* 04-09-2020 */
@media all and (max-width: 1200px) {
  .page-wrapper .page-main .columns ul.delivery-grid li {
    margin: 0 5px;
  }
}
@media all and (max-width: 1200px) {
  .products-grid .product-item-details .product-item-actions .tocart {
    font-size: 11px !important;
    line-height: 30px;
    padding: 0 3px;
  }
  .product-item .tocart::before {
    font-size: 15px;
    margin-top: 0px;
    margin-right: 1px;
  }
  .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 {
    width: 27px;
    height: 32px;
    line-height: 30px;
  }
  .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,
  .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,
  .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 {
    font-size: 15px;
  }
}
@media all and (max-width: 1170px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 3px !important;
    font-size: 11px !important;
  }
  header.header-newskin.sticky-header .navigation .level0 > .level-top {
    padding: 0 2px !important;
  }
  .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 11px;
  }
  .home-brands .content ul li {
    width: 210px !important;
  }
  .products-grid.grid {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  .products-grid.grid {
    width: 95%;
    margin: 0 auto;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    min-height: 370px;
    margin: 0 0 5px 0 !important;
  }
}
@media all and (max-width: 991px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 30.439%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    margin: 0 10px 10px 0 !important;
    min-height: 330px;
  }
}
@media all and (max-width: 979px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 1px !important;
    font-size: 9px !important;
    letter-spacing: -0.1px !important;
  }
  .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: 10px !important;
  }
  .page-header.type21 .search-toggle-icon {
    font-size: 10px !important;
  }
  .page-header.type21 .search-toggle-icon > i {
    font-size: 12px !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 80px !important;
  }
  .page-header.type21.sticky-header .sw-megamenu.navigation > ul {
    padding-right: 40px !important;
  }
  .home-brands .content ul li {
    width: 210px !important;
  }
  .home-brands .content ul li a {
    font-size: 16px !important;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 26px !important;
  }
  .homepage-bar .text-area > h3 {
    font-size: 13px !important;
  }
  .usp-popup {
    width: 240px !important;
  }
}
@media all and (max-width: 767px) {
  /* 21-08-2020 */
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: 100% !important;
    border: 1px solid #abc24d;
    padding: 15px 10px !important;
    box-shadow: 0px 5px 6px #dfdfdf;
    min-height: 350px;
  }
  .products-grid .product-item-details .product-item-actions .tocart {
    color: #fff !important;
    background-color: #abc24d !important;
    border-color: #abc24d !important;
  }
  .block.widget.block-products-list.grid {
    border-top: none;
  }
  .block.widget.block-products-list.grid .block-title strong {
    color: #222529;
    font-size: 30px;
    position: relative;
  }
  .block.widget.block-products-list.grid .block-title strong::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #abc24d;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }
  .products-grid .product-item-details .product-item-actions .actions-secondary {
    border: 0;
    background-color: #839e47 !important;
    line-height: 34px;
    color: #fff !important;
  }
  .action.primary,
  .action.primary:hover,
  .modes-mode.active,
  .modes-mode:hover,
  .pages strong.page,
  .pages .action:hover,
  .pages a.page:hover,
  .fotorama__nav .fotorama__thumb-border,
  button:hover,
  .action.primary:focus,
  .action.primary:active,
  .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
  .filter-toggle.active,
  i.ajax-loader,
  .swatch-option.selected,
  .swatch-option.image:not(.disabled):hover,
  .swatch-option.color:not(.disabled):hover,
  .swatch-option:not(.disabled):hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
    border-color: #839e47 !important;
  }
  .action.primary,
  .action.primary:hover,
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span,
  .recent-posts .post-date .month,
  .footer-ribbon,
  .filter-options-title:hover::after,
  .modes-mode.active,
  .modes-mode:hover,
  .pages strong.page,
  .pages .action:hover,
  .pages a.page:hover,
  button:hover,
  .action.primary:focus,
  .action.primary:active,
  .btn-primary,
  .contact-index-index .page-main .contact-info [class^="porto-icon-"],
  .contact-index-index .page-main .contact-info [class*=" porto-icon-"],
  .btn-default,
  .cms-index-index blockquote.testimonial,
  .btn-default:hover,
  .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
  .post-holder .post-date .month,
  .page-header.type8 .header.content,
  .page-header.type8.header-newskin .header.content,
  .page-header.type11 .navigation li.level0.active,
  .iwd-summary-cart,
  #ln_slider_price .ui-slider-handle,
  .filter-toggle.active,
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2,
  .products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span::before,
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
  .products-grid.divider-line .product-item-details .product-item-actions .tocart,
  .products-grid .product-item-details .product-item-actions .actions-secondary:hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type7 .product-item-inner .product-item-actions > .action:hover,
  .product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type9 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type9 .product-item-inner .product-item-actions > .action:hover,
  .sw-dailydeal,
  .catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #839e47 !important;
  }
  .stock.unavailable {
    background-color: #afbb7e;
    text-transform: uppercase;
    font-size: 12.53px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #fff;
    line-height: 30px;
    border-color: #afbb7e;
    padding: 1px 10px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: table;
    z-index: 9999;
    left: 0;
    right: 0;
  }
  .garybgbox {
    background-color: #abc24d;
    padding: 50px 0;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .garybgbox .innercontentsbox p {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    font-weight: 200;
    margin: 15px 0;
  }
  .garybgbox .innercontentsbox p strong {
    color: #fff;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #08c;
    font-size: 20px;
    text-shadow: none;
    margin: 0 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #abc24d;
    color: #fff !important;
  }
  #reviewscoukWidget {
    border: 3px solid #9aaf45;
    margin: 0 0 20px;
  }
  #mostpopular .owl-theme .owl-controls {
    text-align: left;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -60px;
    position: absolute;
    top: 40%;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 40%;
  }
  .block.widget.block-products-list.grid .block-title {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 auto 55px auto;
    transform: translate(0, -55%);
    background: #fff;
  }
  .green_bg_box > .container {
    margin-top: 0px !important;
    padding: 30px 15px 10px !important;
  }
  .home-brands .content ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: center;
    display: table;
    /* width: 100%; */
  }
  .home-brands .content ul li {
    margin: 0 8px;
    list-style: none;
    padding: 0;
    width: 300px;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  }
  .home-brands .content ul li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-footer .footer-bottom {
    background-color: #f6f6f6;
  }
  .page-footer .footer-bottom,
  .footer-bottom p {
    color: #666;
  }
  .home-brands .content ul li a > img {
    margin-bottom: 10px;
  }
  .home-brands .content > h2 {
    color: #222529;
    font-size: 30px;
    position: relative;
    text-align: center;
    margin: 40px 0 60px;
    font-weight: bold;
  }
  .home-brands .content > h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #abc24d;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }
  .home-brands .content > p {
    display: block;
    text-align: center;
    margin: 40px;
  }
  .home-brands .content > p > a {
    color: #fff;
    background-color: #abc24d;
    border-color: #abc24d;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
  }
  .home-brands .content > p > a:hover {
    background-color: #839e47;
    border-color: #839e47;
  }
  /* 24-08-2020 */
  .cms-index-index .home-banner1 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner .porto-ibanner-desc,
  .cms-index-index .home-banner2 .porto-ibanner-desc {
    align-items: inherit;
    justify-content: inherit;
    text-align: justify;
    margin: 0;
    display: inline-block;
    clear: both;
    padding: 0;
  }
  .cms-index-index .porto-ibanner-content,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=0);
    color: #fff;
    width: 100%;
    padding: 12px;
    min-height: 140px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 23%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 23%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 23%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    color: #fff;
    width: 100%;
    padding: 40px 12px 12px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
    top: auto;
    bottom: 0;
  }
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
    top: 0;
    bottom: auto;
  }
  .cms-index-index .porto-ibanner-desc h2 {
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 40px;
  }
  .cms-index-index .porto-ibanner .porto-ibanner-content h4,
  .cms-index-index .porto-ibanner-desc h4 {
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    font-size: 28px;
    margin: 0;
    letter-spacing: 0.50px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
  }
  .cms-index-index .home-banner3 .porto-ibanner-desc h2 {
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
    font-size: 20px;
    text-align: left;
  }
  .page-header.type21 .custom-block,
  .page-header.type21 .header-main-left {
    display: none;
  }
  .custom-block .myaccontbox {
    display: inline-block;
    vertical-align: middle;
  }
  .custom-block .headersocilicons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .custom-block .headersocilicons a.telephone {
    color: #abc24d !important;
    font-size: 22px;
  }
  .custom-block .headersocilicons .social-icons-header a {
    font-size: 14px;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
  }
  .footer .social-icons a[title="Google+"]:hover,
  .custom-block .headersocilicons .social-icons-header a[title="Google+"]:hover {
    background-color: #d44837;
    color: #fff;
  }
  .footer .social-icons a[title="Pinterest"]:hover,
  .custom-block .headersocilicons .social-icons-header a[title="Pinterest"]:hover {
    background-color: #df0022;
    color: #fff;
  }
  .footer .social-icons a[title="Instagram"]:hover,
  .custom-block .headersocilicons .social-icons-header a[title="Instagram"]:hover {
    background: #e4001e;
    background: -moz-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
    background: -webkit-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
    background: linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4001e', endColorstr='#b801a0', GradientType=1);
    color: #fff !important;
  }
  .custom-block .headersocilicons .social-icons-header a[title="Facebook"]:hover {
    background-color: #3b5a9a;
    color: #fff;
  }
  .custom-block .headersocilicons .social-icons-header a[title="Twitter"]:hover {
    background-color: #1aa9e1;
    color: #fff;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    text-align: left !important;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: block;
    margin: 6px 0;
  }
  /* 25-08-2020 */
  .category-description .category-header > img {
    min-width: 100%;
  }
  /* .category-description .category-header h1 {
	  background-color: #abc24d;
	  font-size: 20px;
	  padding: 8px;
	  color: #fff;
	  font-weight: 500;
	  margin: 0 0 20px 0
  } */
  .category-description .category-header h1 {
    background-color: #abc24d;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
  }
  .category-description .sub-category-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #666;
    margin: 15px auto 5px;
    text-transform: capitalize;
  }
  .category-description .sub-category-header p {
    color: #abc24d;
  }
  .wide_column_fix .widecolumn_title_inner > span,
  .widecolumn_alignright .widecolumn_title > span {
    display: none;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-item-name_title {
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 0 0;
    font-weight: 400;
    color: #222329;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-image a img {
    height: 130px;
    width: auto;
    margin: 0 auto;
    display: table;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .view_more > a {
    display: none;
  }
  .category-water-features .block-category-list .block-title,
  .category-water-features .sidebar > .block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #abc24d;
    background-color: #abc24d;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .category-water-features .block-category-list .block-content,
  .category-water-features .sidebar > .block.filter .options dd {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #abc24d;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew:hover {
    box-shadow: none;
  }
  #maincontent .rmv-side-bar .sidebar > .block.filter .item .count {
    font-size: 11px;
    margin-left: 5px;
    background-color: #abc24d;
    color: #fff;
    padding: 2px 5px;
    border-radius: 20px;
    height: 16px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
  }
  #maincontent .block-category-list .block-content ol li.item,
  #maincontent .sidebar > .block.filter ol li.item {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #eaeaea;
  }
  #maincontent .block-category-list .block-content ol li.item:last-child,
  #maincontent .sidebar > .block.filter ol li.item:last-child {
    border-bottom: none !important;
  }
  #layered-filter-block {
    border: 1px solid #abc24d;
    padding: 7px 10px;
    background-color: #fbfbfb;
  }
  #layer-product-list .modes .modes-mode {
    width: 26px !important;
    line-height: 26px;
  }
  .block-category-list .block-content,
  .filter-options-content {
    padding: 10px 10px 15px 10px !important;
  }
  #layer-product-list .products .filterproducts.products .item.product.product-item {
    border: 1px solid #abc24d;
    margin: 0 5px 20px;
    width: 23%;
    min-height: 340px;
  }
  #layer-product-list .products .filterproducts.products .item.product.product-item .product.details.product-item-details .price-box {
    margin: 8px 0 3px;
  }
  #layer-product-list .products .filterproducts.products .item.product.product-item .product-item-details {
    padding-bottom: 0px;
  }
  /* 26-08-2020 */
  .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: 12px;
    color: #434d53;
    text-transform: capitalize;
    font-weight: 500;
  }
  .ui-menu-item .menu-thumb-img a img {
    height: 80px;
    width: auto;
  }
  .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: 12px;
    font-weight: 500;
    margin: 1px 0 4px;
    color: #434d53;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 15% !important;
    text-align: center;
    border: 1px solid #f0f0f0;
    margin: 5px;
  }
  /* 27-08-2020 */
  .sidebar.sidebar-additional .widget.block.block-static-block {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 span {
    font-weight: 600;
  }
  .widget.block.block-static-block .sidebar_content > img,
  .widget.block.block-static-block .sidebar_content > a {
    display: block;
    margin: 10px 0;
  }
  .widget.block.block-static-block .sidebar_content {
    margin-top: 30px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area {
    position: relative;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup {
    display: none;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
    display: block;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .sidebar.sidebar-main .block-category-list .block-title,
  .sidebar.sidebar-main > .block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #abc24d;
    background-color: #abc24d;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .sidebar.sidebar-main .block-category-list .block-content,
  .sidebar.sidebar-main > .block.filter .options dd {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #abc24d;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .page-layout-2columns-left .sidebar-additional {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .homepage-bar .col-lg-4.col-md-4 {
    padding: 5px !important;
    width: 33% !important;
  }
  .home-brands .content ul li {
    width: 132px !important;
  }
  .home-brands .content ul li a {
    font-size: 14px !important;
    line-height: 16px;
  }
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
  .ui-menu-item .menu-thumb-img a img {
    height: 40px;
    width: auto;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 100% !important;
    text-align: left;
    border: 1px solid #f0f0f0;
    margin: 0px 0;
    display: inline-block;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0;
  }
  .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: 10px !important;
    padding: 10px !important;
    display: inline-block;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img > a {
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
  }
  .page-header.type21.sticky-header .search-area {
    z-index: 999;
    bottom: inherit !important;
    right: 67px;
    top: 11px !important;
    position: fixed;
  }
  .page-header.header-newskin .navigation .level0:hover > .level-top {
    color: #abc24d !important;
  }
}
@media all and (max-width: 480px) {
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  .homepage-bar .col-lg-4 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .home-brands .content ul li {
    width: 90% !important;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -15px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -15px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .page-wrapper .page-main .page-title span.base {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .page-wrapper .page-main .columns ul.delivery-grid {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: center;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li {
    width: 28%;
    display: inline-block;
    text-align: center;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li > img {
    padding: 4px;
    border: 1px solid #ececec;
  }
  .contact-index-index .page-main .columns .column.main .row .col-md-12 p:first-child b {
    display: none;
  }
  .contact-index-index .page-title-wrapper {
    display: block !important;
  }
  .contact-index-index .page-main .columns .column.main .row .col-md-12 p > a {
    color: #839e47;
  }
  .contact-index-index .page-main .columns .column.main .row .col-md-12 p,
  .cms-delivery .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
    font-size: 22px;
    font-weight: 500;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h3 > strong {
    font-size: 16px;
    font-weight: 600;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h3 > strong > img {
    margin: 0 auto;
    display: table;
  }
  .cms-links-policy .page-main .column.main p a,
  .checkout-cart-index .page-main .column.main .cart-empty p a,
  .cms-privacy-policy .page-main .column.main p a {
    color: #839e47;
  }
  .cms-privacy-policy .page-main .column.main table.data-table > thead > tr > th,
  .cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > th,
  .cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > th,
  .cms-privacy-policy .page-main .column.main table.data-table > thead > tr > td,
  .cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > td,
  .cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > td {
    padding: 11px 9px;
    border: 1px solid #ccc;
  }
  .cms-privacy-policy .page-main .column.main table.data-table {
    border: 1px solid #e8e8e8;
  }
  .cms-about-us .page-main .columns > .column.main {
    width: 100%;
  }
  .cms-about-us .page-main .columns {
    width: 75%;
    float: right;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    margin: 0 15px 35px 0 !important;
    min-height: 320px;
    padding: 0 0 !important;
    border: 1px solid #abc24d;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 30.439%;
  }
  /* 07-09-2020 */
  .product-item-name > a {
    padding: 0 3px;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p a,
  .cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
    color: #839e47;
  }
  .cms-privacy-policy .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-privacy-policy .page-main .columns .column.main h2 {
    font-size: 16px;
    color: #777;
    font-weight: 500;
  }
  .product-info-price .price-box .price-container .price,
  .product-info-main .product-info-price .price-wrapper .price,
  .product-info-price .price-box .price-container .price {
    color: #abc24d !important;
  }
  .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    background-color: transparent;
    font-family: inherit;
    color: #777;
  }
  /* .product-options-wrapper,.product-add-form .product-options-bottom{display:none} */
  .product-options-wrapper,
  .product-add-form .product-options-bottom {
    display: block !important;
  }
  .onlyconfigurable {
    display: none;
  }
  .custom_route-index-index .page-main h1.page-title,
  .custom_route-index-index .column.main .signature a {
    display: none;
  }
  .custom_route-index-index .column.main .col-bss-2 ul li a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
  }
  .custom_route-index-index .column.main .col-bss-2 ul {
    margin: 0px;
    padding: 0 0 0 15px;
  }
  .custom_route-index-index .col-bss-2 h3.bss_product_list > a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    white-space: normal;
  }
  .custom_route-index-index .col-bss-2 h3.bss_product_list > a:hover,
  .custom_route-index-index .column.main .col-bss-2 ul li a:hover {
    color: #abc24d;
  }
  .custom_route-index-index .col-bss-1 .col-bss-2 > .bss_h2 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 15px !important;
  }
  .custom_route-index-index .col-bss-1 .col-bss-2 .bss_h3 {
    width: 100%;
    float: none;
    font-size: 14px;
    color: #000;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
  }
  .page-layout-3columns.custom_route-index-index .column.main {
    width: 70%;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
    z-index: 9;
  }
  .checkout-cart-index .page-wrapper .page-main .page-title-wrapper .page-title > span,
  .customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title > span,
  .customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title > span,
  .customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title > span {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .customer-account-create .form-create-account .fieldset.create.info .legend,
  .customer-account-create .form-create-account .fieldset.create.account .legend {
    color: #777;
    font-weight: 500;
  }
  .checkout-cart-index .cart.table-wrapper .cart.items.table .product-item-details .product-item-name > a,
  .checkout-cart-index .cart.table-wrapper .cart.items.table .subtotal .price-excluding-tax .cart-price .price,
  .checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-edit::before,
  .checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-delete::before,
  .cart-discount #block-discount-heading,
  .cart-summary .checkout.methods.items a.action.multicheckout,
  .login-container .form-login .login .actions-toolbar .secondary a.action.remind {
    color: #abc24d;
  }
  .page-header,
  .minicart-wrapper .block-minicart,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover,
  .authentication-dropdown,
  .login-container,
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.form-edit-account,
  .form-address-edit,
  .form-newsletter-manage,
  .featured-box .box-content,
  .history .featured-box .box-content,
  .form.search.advanced,
  .homepage-grid-banner .ribbon::before,
  .cms-index-index .testimonial-arrow-down,
  #newsletter_popup,
  .iwd-one-page-checkout-sidebar .iwd-opc-block-summary,
  .block-header-customer-login,
  .mfp-preloader,
  .ln_overlay .loader {
    border-top-color: #839E47 !important;
  }
  .bulk-delivery.desktop {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_normal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
  }
  .product.description .bulk-delivery.mobile {
    display: none;
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 176px;
    margin-bottom: 10px;
  }
  .cms-about-us .page-main .columns {
    width: 100%;
    float: none;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 46%;
  }
  .product-item-name > a {
    padding: 0 3px;
  }
  .page-header.type21 .nav-toggle,
  .page-header.type21 .header-main-right a.action.my-wishlist {
    margin-right: 5px !important;
  }
  .page-header.type21 .search-area {
    margin-right: 10px;
  }
  .logo {
    max-width: 45%;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p a,
  .cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
    color: #839e47;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
    font-size: 16px;
  }
  .page-wrapper .page-main .page-title span.base {
    font-size: 18px;
  }
  .page-footer .footer-middle {
    padding: 25px 0 20px;
  }
  .page-wrapper .page-main {
    padding-bottom: 20px;
  }
  .cms-privacy-policy .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-privacy-policy .page-main .columns .column.main h2 {
    font-size: 16px;
    color: #777;
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner .porto-ibanner-content h4,
  .cms-index-index .porto-ibanner-desc h4 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner-desc h2 {
    font-size: 16px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
    font-size: 16px;
  }
  .home-brands .content > h2 {
    font-size: 24px;
    margin: 20px 0 40px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 14px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 15px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 380px;
  }
  .delivery_info ul.delivery-grid {
    list-style: none;
    clear: both;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .delivery_info ul.delivery-grid li {
    width: 30%;
    float: left;
    margin: 10px;
  }
  .delivery_info ul.delivery-grid li > img {
    padding: 4px;
    border: 1px solid #ececec;
  }
  .product.info .delivery_info h3 {
    font-size: 24px;
    color: #222529;
    margin: 20px 0;
  }
  /* 31-08-2020 */
  .product.info.detailed .product_content {
    width: 25%;
    float: left;
    margin-right: 22px !important;
  }
  .product.info.detailed .product.data.items {
    float: right;
    width: 72%;
  }
  .product.info.detailed .product_content {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .product.info.detailed {
    margin-bottom: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area h3 span {
    font-weight: 600;
  }
  .product.info.detailed .product_content .sidebar_content_logo > img,
  .product.info.detailed .product_content .sidebar_content_logo > a {
    display: block;
    margin: 10px 0;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    display: block;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup {
    display: none;
  }
  .product.info.detailed .product_content .sidebar_content_logo {
    margin: 5px 0 0 0;
    clear: both;
    display: inline-block;
  }
  #calculator.calculator h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  #calculator.calculator .dimensions {
    display: inline-block;
    clear: both;
    width: 100%;
  }
  #calculator.calculator .dimensions .left {
    width: 48%;
    float: left;
  }
  #calculator.calculator .dimensions .right {
    float: right;
    width: 48%;
  }
  #calculator.calculator .button > button.button,
  #calculator.calculator .results .addto button.button.add {
    color: #fff;
    background-color: #abc24d;
    border-color: #abc24d;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 30px;
  }
  #calculator.calculator {
    background-color: #666;
    color: #fff;
    padding: 20px;
  }
  #calculator.calculator img {
    margin: 10px auto;
    display: table;
  }
  #calculator.calculator .dimensions .field {
    margin: 0 0 10px 0;
  }
  #calculator.calculator .button {
    margin: 0 0 5px 0;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew {
    width: 23% !important;
    float: left;
    border: 1px solid #abc24d;
    padding: 10px;
    margin: 0 7px 20px 7px;
    min-height: 220px;
    box-shadow: 0px 5px 6px #dfdfdf;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(6n+1) {
    clear: both !important;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: none !important;
  }
  #calculator.calculator .results,
  #calculator.calculator .result_quantity,
  #calculator.calculator .disclaimer {
    display: none;
  }
  .product-add-form a.view-sizes {
    background-color: #f4f4f4;
    text-decoration: none;
    padding: 10px;
    color: #4d4d4d;
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border: 1px solid #e3e3e3;
  }
  .product-add-form a.view-sizes.acive {
    color: #fff;
    border: 1px solid #abc24d;
    background-color: #abc24d;
  }
  .product-add-form a.view-sizes.acive::after {
    position: absolute;
    content: ">";
    right: 10px;
    font-size: 30px;
    top: 2px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .product-add-form a.view-sizes::after {
    position: absolute;
    content: ">";
    right: 10px;
    font-size: 30px;
    top: 2px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .variations .buy .actions .customcart {
    color: #fff !important;
    background-color: #abc24d !important;
    border-color: #abc24d !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
  }
  .variations .quantity > label {
    text-align: center;
    font-size: 12px;
    margin: 0px 0 2px 0;
    display: block;
    width: 100%;
  }
  .variations .quantity .qtys {
    width: 55px;
    padding: 1px;
    float: right;
    height: 26px;
  }
  table.variations tr th {
    display: none;
  }
  table.variations tr {
    background-color: #f4f4f4;
    border-bottom: 1px solid #fff;
  }
  table.variations tr > td {
    padding: 8px 6px;
    vertical-align: middle;
    font-size: 15px;
  }
  table.variations tr > td.description {
    padding-left: 60px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 35px 35px;
  }
  table.variations tr > td.description.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bulk-bag.png) !important;
  }
  table.variations tr > td.description.send-me-a-sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png) !important;
  }
  table.variations tr td.price {
    font-weight: 600;
  }
  table.variations {
    margin: 10px 0 0 0;
  }
  #calculator.calculator .result_quantity > span {
    font-weight: 500;
  }
  #calculator.calculator .results {
    margin: 10px 0 0;
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
  }
  #calculator.calculator .results .text {
    display: inline-block;
    background-color: #abc24d;
    padding: 2px 10px;
  }
  #calculator.calculator .quantity_type {
    display: inline-block;
    color: #000;
  }
  #calculator.calculator .results .addto {
    margin-top: 0;
    float: right;
  }
  #calculator.calculator .results .addto button.button.add {
    height: 31px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
  }
  #calculator.calculator .disclaimer {
    background: transparent;
    padding: 0;
    font-size: 10px;
    text-align: right;
    color: #b5b5b5;
    width: 100%;
    margin: 0;
    clear: both;
  }
  #calculator .results .quantity_type span.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bulk-bag.png);
  }
  #calculator .results .quantity_type span {
    display: inline-block;
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 35px;
    background-size: 22%;
    overflow: visible;
    font-weight: 400;
  }
  #calculator .results .quantity_type {
    color: #666;
    padding: 0px 0 0 20px;
  }
  .product-add-form .disclaimer_info {
    display: none;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #EFE7E0;
    color: #9B724A;
    margin: 6px auto 5px;
    width: 100%;
    font-weight: 300;
    font-size: 9px;
  }
  #mb-ajaxsuite-popup-wrapper {
    background-color: #fff !important;
  }
  #mb-ajaxsuite-popup-wrapper .block.upsell {
    margin-bottom: 0;
    margin-top: 40px;
    width: 90%;
    margin: 30px auto 10px;
  }
  #mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 30px 0 0;
    font-weight: 400;
  }
  #mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success > strong {
    color: #839e47 !important;
    font-weight: 600;
  }
  #mb-ajaxsuite-popup-wrapper .success-content h3.mb-message-successs {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin: 0;
  }
  #mb-ajaxsuite-popup-wrapper .success-content h2.product-name {
    font-size: 14px;
    font-weight: 400 !important;
    margin: 10px 0 0;
  }
  #mb-ajaxsuite-popup-wrapper .success-content .photo.image {
    border: 1px solid #f4f4f4;
    padding: 2px;
  }
  #mb-ajaxsuite-popup-wrapper .ajaxcart-message-cartinfo .price {
    font-size: 20px;
    font-weight: 600;
  }
  .ajaxcart-buttons.ajaxsuite-buttons {
    border-top: 1px solid #ececec;
    padding-top: 10px;
  }
  #mb-ajaxsuite-popup-wrapper.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .product-add-form td.full-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/full-pallet.png);
  }
  .product-add-form td.half-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/half-pallet.png);
  }
  .product-add-form td.qtr-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/qtr-pallet.png);
  }
  .product-add-form td.sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png);
  }
  .product-add-form td._40-rolls,
  .product-add-form td._30-rolls,
  .product-add-form td._20-rolls,
  .product-add-formp td._10-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-roll.png);
  }
  .product-add-form td._50-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-pallet.png);
  }
  .product-add-form td.crate {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/cage-pallet.png);
  }
  .product-add-form td.edge_natural {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-natural.png);
  }
  .product-add-form td.edge_brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-brown.png);
  }
  .product-add-form td.edge_green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-green.png);
  }
  .product-add-formp td.edge_black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-black.png);
  }
  .product-add-form td.edge_silver {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-silver.png);
  }
  .product-add-form td.green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-green.png);
  }
  .product-add-form td.black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-black.png);
  }
  .product-add-form td.blue {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-blue.png);
  }
  .product-add-form td.brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-brown.png);
  }
  .product-add-form td.granite {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-granite.png);
  }
  .product-add-form td.purple {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-purple.png);
  }
  .product-add-form td.redwood {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-redwood.png);
  }
  .product-add-form td.terracotta {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-terracotta.png);
  }
  .product-add-form td.small-tub,
  .product-add-form td.large-tub {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tub.png);
  }
  .product-add-form td.bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bag.png);
  }
  .bulk-delivery.desktop {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_normal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
  }
  .product.description .bulk-delivery.mobile {
    display: none;
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 176px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .cms-porto_home_23 #banner-slider-demo-23 .slide-content .lft {
    font-size: 11px !important;
  }
  #braintree-three-d-modal {
    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(62%);
    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;
  }
  .delivery .usp-popup {
    width: 290px !important;
    top: 100%;
    height: 230px;
  }
  .bestprice .usp-popup {
    width: 250px !important;
    top: 100%;
    height: 200px;
    left: -60px;
  }
  .securecheckout .usp-popup {
    width: 290px !important;
    top: 100%;
    height: 180px;
    right: 0;
  }
  header.page-header .nav-sections-item-title {
    background-color: #abc24d !important;
  }
  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: #abc24d !important;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent !important;
    border-bottom: 0;
  }
  .page-wrapper .navigation a:hover,
  .page-wrapper .nav-sections .header.links a:hover {
    color: #abc24d !important;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 47% !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .catalog-category-view .products-grid + .toolbar.toolbar-products {
    padding: 15px 0;
  }
  .catalog-category-view .bestprice .usp-popup {
    left: 0px;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 46% !important;
  }
  .catalog-product-view .product.info.detailed .product_content {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    float: none !important;
    width: 100% !important;
  }
  #description .product.attribute.description .value iframe {
    width: 100% !important;
  }
  .product-add-form td.full-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/full-pallet.png) !important;
  }
  .product-add-form td.half-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/half-pallet.png) !important;
  }
  .product-add-form td.qtr-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/qtr-pallet.png) !important;
  }
  .product-add-form td.sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png) !important;
  }
  .product-add-form td._40-rolls,
  .product-add-form td._30-rolls,
  .product-add-form td._20-rolls,
  .product-add-form td._10-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-roll.png) !important;
  }
  .product-add-form td._50-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-pallet.png) !important;
  }
  .product-add-form td.crate {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/cage-pallet.png) !important;
  }
  .product-add-form td.edge_natural {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-natural.png) !important;
  }
  .product-add-form td.edge_brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-brown.png) !important;
  }
  .product-add-form td.edge_green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-green.png) !important;
  }
  .product-add-formp td.edge_black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-black.png) !important;
  }
  .product-add-form td.edge_silver {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-silver.png) !important;
  }
  .product-add-form td.green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-green.png) !important;
  }
  .product-add-form td.black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-black.png) !important;
  }
  .product-add-form td.blue {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-blue.png) !important;
  }
  .product-add-form td.brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-brown.png) !important;
  }
  .product-add-form td.granite {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-granite.png) !important;
  }
  .product-add-form td.purple {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-purple.png) !important;
  }
  .product-add-form td.redwood {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-redwood.png) !important;
  }
  .product-add-form td.terracotta {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-terracotta.png) !important;
  }
  .product-add-form td.small-tub,
  .product-add-form td.large-tub {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tub.png) !important;
  }
  .product-add-form td.bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bag.png);
  }
  .bulk-delivery.desktop {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_normal.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
  }
  .bulk-delivery.mobile {
    display: none;
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_mobile.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 176px;
    margin-bottom: 10px;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .fotorama-item.fotorama .fotorama__arr__arr,
  .fotorama-item.fotorama .fotorama__fullscreen-icon {
    color: #abc24d !important;
  }
  /* 11-09-2020 */
  .is-blog .page-wrapper #maincontent.page-main .page-title-wrapper {
    display: none;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item > h2 {
    margin-top: 5px;
  }
  .is-blog .page-wrapper .page-main .columns p.post-list-description {
    display: none;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar {
    margin: 0 0 30px !important;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title > strong {
    font-size: 16px;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content ul li > a {
    color: #777;
    font-size: 13px;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
    float: left;
    width: calc(25%);
    padding: 5px;
    height: 32px;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search {
    display: inline-block;
    width: 100%;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block {
    margin-bottom: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search button.button {
    float: right;
    width: 65px;
    padding: 0;
    text-align: center;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
    border-bottom: 1px dashed #ccc;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 > a {
    color: #abc24d !important;
    font-size: 18px;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 {
    line-height: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-entry .post-excerpt {
    font-size: 13px;
    line-height: 22px;
    color: #777;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a {
    background-color: #34352e;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons .shartetextbox {
    margin: 0 5px 0 0;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages .items.pages-items .pages .item {
    text-align: center;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages a.page,
  .is-blog .page-wrapper .page-main .columns .pager .pages strong.page,
  .is-blog .page-wrapper .page-main .columns .pager .pages .action {
    width: 32px;
    line-height: 30px;
    height: 30px;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages .item {
    text-align: center;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages .item > a {
    color: #777;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Facebook"]:hover {
    background-color: #3b5a9a;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Twitter"]:hover {
    background-color: #1aa9e1;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Google+"]:hover {
    background-color: #d44837;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-view h2 a {
    font-size: 18px;
    color: #777;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-view h2 a {
    font-size: 18px;
    color: #777;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 > b {
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-meta a {
    color: #abc24d;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a {
    background-color: #34352e;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Facebook"]:hover {
    background-color: #3b5a9a;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Twitter"]:hover {
    background-color: #1aa9e1;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Google+"]:hover {
    background-color: #d44837;
    color: #fff;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle {
    color: #abc24d;
    text-decoration: underline;
    font-weight: 600;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle:hover {
    color: #abc24d;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent !important;
  }
  .firecheckout #checkout .opc-wrapper .step-title::before,
  .firecheckout #checkout .opc-block-summary > .title::before,
  .firecheckout #checkout .opc-sidebar .step-title::before {
    background: #abc24d !important;
  }
  .checkout-index-index .column.main .opc-wrapper ol.opc li .step-title,
  .checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #777 !important;
  }
  .checkout-index-index .modal-content .block-content .secondary a.action.action-remind {
    color: #abc24d;
    text-decoration: underline;
  }
  .checkout-index-index .modal-content .modal-header .action-close:hover {
    background-color: transparent !important;
    color: #abc24d;
  }
  .is-blog .page-wrapper .page-main .columns .post-content {
    font-size: 14px;
    line-height: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .post-content p a,
  .is-blog .page-wrapper .page-main .columns .post-content p span a {
    color: #abc24d;
  }
  #layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
    width: 100%;
    min-height: auto;
  }
  #layer-product-list .products.products-list .filterproducts.products .product.description a {
    color: #abc24d;
  }
  #layer-product-list .products.products-list .filterproducts.products .product.description ul {
    line-height: 24px;
    margin: 10px 0;
    padding: 0;
  }
  .data.item.content .review-form .fieldset .review-legend.legend {
    color: #777;
  }
  .product.info .product.data.items > .item.title.active > .switch,
  .product.info .product.data.items > .item.title.active > .switch:focus,
  .product.info .product.data.items > .item.title.active > .switch:hover {
    border-bottom: #abc24d solid 2px !important;
    color: #abc24d;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 46% !important;
  }
  .layout-1140 .page-wrapper .page-main .columns .page-title h1 {
    font-size: 26px;
    font-weight: 500;
    color: #777;
  }
  .layout-1140 .page-wrapper .page-main .columns .disc li a {
    color: #abc24d;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 46% !important;
  }
  .product.data.items > .item.content #calculator .results {
    font-size: 12px;
  }
  #calculator.calculator .results .addto button.button.add {
    font-size: 11px;
  }
  .products .product .product.name.product-item-name a:hover {
    color: #abc24d;
  }
  .cms-enable-cookies .enable-cookies.cms-content ul li a {
    color: #abc24d;
  }
  .cms-privacy-policy-cookie-restriction-mod .privacy-policy.cms-content h2 {
    color: #777;
    font-size: 18px;
    font-weight: 500;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content h2 {
    font-size: 16px;
    font-weight: 500;
  }
  .cms-contact-us .page-wrapper .page-main .columns p a,
  .cms-internet-gardener .page-wrapper .page-main .columns p a,
  .cms-no-route-2 .page-wrapper .page-main .columns p a {
    color: #abc24d;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content p a {
    color: #abc24d;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list {
    border: 1px solid #e8e8e8;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > th,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > th,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > th,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > td,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > td,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > td {
    padding: 11px 9px;
    border: 1px solid #ccc;
  }
  .cms-about-porto .entry-content .row-wrapper.container h3 {
    color: #abc24d;
  }
  .cms-about-porto .alternative-font {
    color: #abc24d !important;
  }
  .cms-about-porto .history .box-content h4 {
    color: #abc24d !important;
  }
  #reviews .block.review-add .review-form .fieldset.review-fieldset .legend.review-legend {
    color: #777;
  }
  .mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo p a {
    color: #abc24d !important;
  }
  .minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
    color: #abc24d;
  }
  .minicart-items .action.edit::before,
  .minicart-items .action.delete::before {
    color: #abc24d !important;
  }
  #minicart-content-wrapper .actions a.action.viewcart {
    color: #abc24d;
  }
  .minicart-wrapper .block-minicart::before,
  .prev-next-products .product-nav .product-pop::before,
  .iwd-one-page-checkout-sidebar .iwd-opc-block-summary::before,
  .block-header-customer-login::before {
    border-bottom-color: #abc24d !important;
  }
  .catalog-category-view .page-wrapper .column.main .products-grid {
    margin: 0 -8px;
  }
  .catalog-category-view .page-wrapper .column.main .products-list {
    margin: 4px 3px 4px -4px;
  }
  .firecheckout #checkout .swissup-delivery-date div.field .control .field-error {
    right: 95px !important;
  }
  #mpsearch-category option {
    font-size: 11px;
  }
  .left.leftsectionnimg a {
    cursor: context-menu;
  }
  .footer-bottom {
    padding: 5px 0 !important;
  }
  .footer-bottom .custom-block.f-right > img {
    height: 22px;
  }
  .product-info-main .product.overview ul {
    margin: 0 0 20px 0 !important;
    padding: 0 0 20px 20px;
  }
  .product-info-main .product.overview ul li {
    margin: 0;
    padding: 0;
    line-height: 22px;
  }
  .product-item-photo a {
    display: block;
    z-index: 9;
    position: relative;
  }
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .list-info h2 {
    font-size: 20px;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
  }
  .list-info ul {
    margin: 0;
    padding: 0 20px;
  }
  .product-item-info.type3 .product-item-photo .product-item-inner {
    text-align: center !important;
    z-index: 99;
    position: relative;
  }
  .product-labels {
    z-index: 9 !important;
  }
}
/* 16-09-2020 */
@media all and (max-width: 767px) {
  .catalog-product-view .product.data.items > .data.item.title {
    padding: 0 !important;
    margin: 0 !important;
  }
  .catalog-product-view .product.data.items > .data.item.title > .switch {
    padding: 10px 9px 10px 9px;
  }
  .catalog-product-view .product.data.items > .item.title > .switch {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .catalog-product-view .product.data.items .item.title a::after {
    font-size: 20px !important;
  }
  .catalog-product-view .product.data.items .item.title a::after {
    top: 10px;
  }
  .search-area-desktop {
    display: none;
  }
  .search-area-desktop .block.block-search {
    display: none !important;
  }
  header.page-header .search-area.mobile .block.block-content .control .input-text {
    border: 1px solid #cccccc;
  }
  a.button-see-more {
    background-color: #abc24d !important;
    color: #fff !important;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    margin: 5px auto;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Oswald';
    max-width: 140px;
  }
  a.button-see-more:hover {
    background-color: #839e47;
    color: #fff;
  }
  .product.product-item .product-item-info .price-box .unit {
    font-size: 10px;
  }
  .product-item-info .product.name a {
    font-size: 14px;
  }
  .products-grid .product-items .product-item .product-image-photo {
    height: 200px;
    width: 200px;
  }
  .products .product-item-info.type3 .product-item-details {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 98% !important;
  }
  .catalog-product-view .block.upsell .block-title.title {
    padding-right: 80px;
  }
  .calculator #calculator.calculator .results .text {
    display: block;
    background-color: #abc24d;
    text-align: center;
  }
  .calculator #calculator.calculator .results .text {
    display: block;
    padding: 2px 10px;
    text-align: center;
  }
  .calculator #calculator.calculator .results .addto {
    margin: 3px auto;
    float: none;
    display: table;
  }
  .product-reviews-summary .reviews-actions {
    margin-top: 5px;
  }
  .is-blog .page-wrapper .page-main .columns .post-list.grid li {
    width: 100%;
    margin-right: 0%;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 > a {
    font-size: 15px !important;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 {
    line-height: 16px !important;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
    line-height: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .post-view h2 a {
    font-size: 18px;
  }
  #layer-product-list .products.products-list .product-item-details .actions-primary {
    display: inline-block;
    margin: 5px 0;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 100% !important;
    margin: 7px 0;
    min-height: auto;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 100% !important;
    margin: 10px 0;
    min-height: auto;
  }
  #calculator .results .quantity_type {
    color: #666;
    padding: 0;
    margin: 5px auto;
    display: table;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
}
/* 24-09-2020 */
@media all and (max-width: 767px) {
  .variations .quantity .field.qty .control.qty-change .input-text.qty {
    width: 45px;
    float: left;
    height: 32px;
    text-align: center;
    padding: 0;
  }
  .variations .quantity .field.qty .control.qty-change > .decreaseqty {
    float: left;
  }
  .page-header.type21.sticky-header .search-area.mobile {
    display: block;
  }
  .page-header.type21.sticky-header .search-area.mobile a span {
    display: none;
  }
  .page-header.type21.sticky-header .search-area.mobile .block.block-search {
    right: 0px !important;
  }
  .cms-brands.layout-1140 .page-wrapper .page-main .columns .page-title.category-title h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 481px) and (min-width: 767px) {
  .cms-brands .page-wrapper .home-brands .content ul li {
    width: 200px !important;
    margin-bottom: 20px;
  }
}
/* 25-09-2020 */
@media all and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .page-main .attributepages-options ul.attributepages-grid li {
    margin: 10px;
    list-style: none;
    padding: 0;
    width: 44% !important;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-main .attributepages-options ul.attributepages-grid li a > img {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    min-height: 330px;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    font-size: 16px;
  }
  /* 25-09-2020 */
  .page-main .attributepages-options ul.attributepages-grid li {
    margin: 0 10px 20px;
    list-style: none;
    padding: 0;
    width: 45% !important;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    min-height: 320px;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-main .attributepages-options ul.attributepages-grid li a > img {
    margin-bottom: 10px;
  }
  .attributepages-page-view .column.main .topcontent > img {
    min-width: 100%;
  }
  .attributepages-page-view .column.main .topcontent h1 {
    background-color: #abc24d;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
  }
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    margin: 12px 5px;
    width: 47.66% !important;
    border: 1px solid #abc24d;
    padding: 15px 10px !important;
    box-shadow: 0px 5px 6px #dfdfdf;
    min-height: 420px;
  }
  .attributepages-page-view .column.main .list-info > h2 {
    display: none;
  }
  .attributepages-page-view .column.main .category-description.std {
    margin-top: 15px;
  }
  /* 28-09-2020 */
  .toolbar.toolbar-products .modes .modes-mode {
    width: 26px !important;
    line-height: 26px;
  }
  .filterproducts.products .product-item a.minimal-price-link {
    margin-top: 0;
    font-size: 12px;
    color: #abc24d;
    font-weight: 500;
  }
  .filterproducts.products .product.details.product-item-details .price-box {
    margin: 8px 0 0px;
  }
  /* 30-09-2020 */
  .footer .payment-logo-d {
    display: none;
  }
  .footer-bottom .custom-block.f-right {
    display: block;
  }
  .cms-index-index .homepage-bar .col-lg-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cms-index-index .home-strap {
    text-align: center;
    font-size: 16px;
    margin: 10px 0 20px;
    color: #3b4042;
  }
  .cms-index-index .green_bg_box {
    background-color: #f3f3f3;
    padding: 30px 0 0;
  }
  .cms-index-index .green_bg_box #mostpopular .block-title {
    background: transparent;
  }
  .page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
    background-color: #fff;
  }
  .page-layout-1column.cms-index-index #mostpopular {
    margin-bottom: 0;
  }
  .page-layout-1column.cms-index-index .reviews {
    border-top: 1px solid #eeeeef;
    margin: 30px 0 0;
    padding: 20px 0 20px 0;
  }
  .page-layout-1column.cms-index-index .garybgbox .innercontentsbox p {
    font-size: 15px;
    color: #202324;
    line-height: 18px;
    font-weight: 200;
    margin: 15px 0;
  }
  .page-layout-1column.cms-index-index .garybgbox .innercontentsbox p strong {
    color: #202324;
  }
  .page-layout-1column.cms-index-index .garybgbox {
    background-color: #f3f3f3;
    padding: 40px 0;
  }
  .content-top {
    text-align: center;
    margin: 30px auto;
  }
  .content-top span {
    font-size: 20px;
    font-weight: 700;
    color: #a2c656;
  }
  .content-top p {
    font-size: 20px;
    color: #231f20;
    line-height: 26px;
    font-weight: 500;
  }
  .cms-index-index #maincontent.page-main {
    padding-bottom: 0;
  }
  /* 02-10-2020 */
  .cms-about-us .block.widget.block-products-list.grid .block-title {
    display: table;
    margin: 0 auto 55px auto;
    text-align: center;
  }
  .filter-options-content .item input[type="checkbox"] {
    margin: -6px 4.5px 0 0 !important;
  }
  .product.info .product.description p a {
    color: #abc24d;
  }
  /* 06-10-2020 */
  .navigation li.level0 .ui-menu-item > a::before {
    display: none !important;
  }
  .cms-index-index .green_bg_box #mostpopular .block-title {
    width: 100%;
    text-align: center;
  }
  .cms-index-index .products-grid.grid {
    width: 100%;
  }
  .page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
    width: 98% !important;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 22px !important;
    display: block;
    text-align: center;
  }
  .homepage-bar .text-area > h3 {
    text-align: center;
  }
  .home-brands .content ul {
    display: table;
    width: 420px;
  }
  .home-brands .content ul li {
    width: 192px !important;
    margin: 8px;
    display: table;
  }
  .page-wrapper .breadcrumbs {
    display: block;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: 351px;
  }
  /* 
  07-10-2020 */
  .swissup-delivery-date .ui-datepicker-trigger {
    position: absolute !important;
    max-width: 100px !important;
    margin-left: 0 !important;
    top: 0;
    right: 0;
    height: 42px;
  }
  .firecheckout #checkout .swissup-delivery-date div.field > .control {
    position: relative;
  }
  /* 08-10-2020 */
  .shipping-address-item a {
    color: #abc24d;
  }
  .shipping-address-item a:hover {
    color: #abc24d;
  }
  .modal-popup .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup {
    border: 1px solid #666 !important;
    color: #fff !important;
    padding: 0px 10px !important;
    height: 38px;
    margin: 0 !important;
    background-color: #666 !important;
  }
  .account .box-actions a,
  .account a.action.edit,
  .account a.action.view,
  .account a.action,
  .account .box-content address a {
    color: #abc24d;
  }
  .nav-sections .header.links li.greet.welcome,
  .nav-sections .header.links li.item.link.compare {
    display: none;
  }
  .page-layout-1column.cms-index-index .garybgbox .innercontentsbox p a {
    color: #abc24d;
  }
  .billing-address-details a {
    color: #abc24d;
  }
  /* 12-10-2020 */
  .homepage-bar .text-area h3 span {
    display: block;
  }
  .sidebar.sidebar-additional .actions-toolbar .secondary a.action.view {
    color: #abc24d;
  }
  .delivery_info iframe {
    height: auto;
  }
  .list-info a {
    color: #abc24d;
  }
  .cms-index-index #mostpopular a.button-see-more {
    margin: 5px auto;
  }
  /* 13-10-2020 */
  .page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info {
    position: relative;
    z-index: 99;
  }
  .page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info .stock.unavailable {
    position: relative;
    margin: 10px auto 0;
  }
  .catalog-category-view .page-wrapper .column.main .products-grid {
    margin: 0;
    width: 100%;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 100% !important;
    margin: 10px 0;
  }
  .theme-border-color.product-pop {
    border-color: #abc24d !important;
  }
  /* 14-010-2020 */
  .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    position: relative;
    text-align: right;
    display: block;
    width: 100%;
    clear: both;
    padding: 0;
  }
  .products-grid .owl-carousel.product-items .product-item .product-item-details .product-item-name {
    min-height: 62px;
  }
  .products-grid .owl-carousel.product-items .product-item .product-item-details .price-box {
    min-height: 45px;
  }
  .attributepages-page-view .page-main > .page-title-wrapper h1.page-title {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  .catalog-product-view .variations .buy .actions .customcart {
    font-size: 12px;
    padding: 0 2px;
    width: 48px;
    margin-top: 22px;
  }
  .catalog-product-view .product-info-main .qty.field .control,
  .catalog-product-view .product-info-main .qty.field .qty-changer {
    margin-left: 0;
  }
  .catalog-product-view .product-info-main .qty.field .control.qty-change {
    width: 112px;
  }
}
/* 23-09-2020 */
@media all and (max-width: 599px) {
  .product-info-main tr {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 145px;
    border-right: 4px #fff solid;
    border-bottom: 4px #fff solid;
    background: #f6f6f6;
  }
  .product-info-main td.description {
    top: 5px;
    left: 5px;
    width: 138px;
    height: 98px;
    padding-left: 0;
    padding-bottom: 53px;
    font-size: 13px;
    line-height: 15px;
    background-position: 100% 100%;
    background-size: 55px 55px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.price {
    top: 88px;
    left: 5px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.quantity {
    top: 55px;
    left: 5px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.buy {
    top: 108px;
    left: 5px;
  }
  .product-info-main tr:last-child {
    border-right: 4px #fff solid;
    border-bottom: 4px #fff solid;
  }
  .product-info-main td.description {
    top: 5px;
    left: 5px;
    width: 138px;
    height: 98px;
    padding-left: 0 !important;
    padding-bottom: 53px;
    font-size: 13px !important;
    line-height: 15px;
    background-position: 100% 100% !important;
    background-size: 55px 55px !important;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.price {
    top: 88px;
    left: 5px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.buy {
    top: 108px;
    left: 5px;
  }
  .product-info-main thead {
    display: none;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    padding-left: 0;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
    display: none;
  }
  .product-info-main td.buy .actions {
    width: 132px;
  }
  table.variations tr > td.description.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bulk-bag.png) !important;
  }
  table.variations tr > td.description.send-me-a-sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png) !important;
  }
}
@media all and (max-width: 599px) {
  .catalog-product-view .product-info-main .qty.field .control,
  .catalog-product-view .product-info-main .qty.field .qty-changer {
    margin-left: 0;
  }
  .catalog-product-view .product-info-main td.description {
    width: 140px !important;
    background-size: 40px 40px !important;
  }
  /* 29-01-2021 */
  .product-info-main table.variations td.quantity {
    top: 60px;
  }
  .product-info-main table.variations td.price {
    top: 100px;
  }
  .product-info-main table.variations td.buy {
    top: 102px;
    left: 5px;
  }
}
@media all and (max-width: 480px) {
  .home-brands .content ul {
    display: table;
    width: 100%;
  }
  .cms-index-index .home-brands .content ul li {
    width: 90% !important;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li {
    margin: 10px 0 ;
    list-style: none;
    padding: 0;
    width: 100% !important;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-main .attributepages-options ul.attributepages-grid li a > img {
    margin-bottom: 10px;
    width: 100% !important;
  }
  /* 28-09-2020 */
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    margin: 12px 0;
    width: 100% !important;
    min-height: auto;
  }
  .list.products-list .products.list.items .product.product-item .product-item-info .products-list .product-item-details {
    display: table;
    width: 90%;
    margin: 0 auto;
  }
  .billing-address-details a {
    color: #abc24d;
  }
  /* 12-10-2020 */
  .page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
    min-height: 460px;
  }
  /* 13-10-2020 */
  .page-products .toolbar.toolbar-products .limiter .label {
    min-width: 46px;
  }
  .catalog-product-view .product-reviews-summary .reviews-actions a {
    margin-left: 0;
  }
  .catalog-product-view .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .page-products .list-info iframe {
    width: 100%;
    height: 100% !important;
    margin: 10px 0;
  }
}
@media all and (max-width: 480px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 100%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: auto;
    padding: 0 0 10px !important;
    margin: 0 0px 15px 0 !important;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li {
    width: 44%;
  }
  .page-wrapper .page-main .columns ul.delivery-grid {
    margin: 20px 0 0;
  }
  .cms-privacy-policy .page-main .column.main table.data-table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 22px !important;
    display: block;
    text-align: center;
  }
  .homepage-bar .text-area > h3 {
    font-size: 12px !important;
    text-align: center;
    line-height: 15px;
    padding: 0;
  }
  .homepage-bar {
    margin-bottom: 20px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 11px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 12px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 310px;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 100% !important;
    min-height: auto !important;
  }
  .checkout-index-index.page-layout-checkout .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 100% !important;
  }
  .page-products.catalogsearch-result-index #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 97% !important;
    min-height: auto !important;
  }
}
/* 10-12-2020 */
.checkout-index-index #checkout {
  background-color: transparent;
}
.checkout-index-index #checkout h1.title {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-index-index #checkout .description {
  font-size: 16px !important;
  color: #000;
  margin: 20px 0 0;
}
.checkout-index-index #checkout .authentication-wrapper .action.action-auth-toggle span {
  color: #abc24d;
  text-decoration: underline;
}
.checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle span:hover {
  color: #abc24d;
  text-decoration: none;
  background-color: transparent !important;
}
.checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle:hover {
  color: #abc24d;
  text-decoration: none;
  background-color: transparent !important;
}
.checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-option-title #block-discount-heading {
  color: #abc24d;
  text-decoration: none;
}
.checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 0 7px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel {
  color: #abc24d;
}
.checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel:hover {
  color: #abc24d;
  background-color: transparent !important;
  text-decoration: underline;
}
.checkout-index-index #checkout .opc-block-summary {
  background: #fff;
}
.checkout-index-index #checkout .opc-block-summary .minicart-items .product-item-details {
  padding-left: 75px;
}
.checkout-index-index .modal-content .block-content .authentication-wrapper {
  line-height: inherit;
}
.checkout-index-index .modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before {
  margin: 10px 0;
  color: #abc24d !important;
}
/* 30-12-2020 */
.is-blog .column.main > .post-list-wrapper {
  display: none;
}
.is-blog .block.block-blog.block-recent-posts,
.is-blog .block.block-blog.block-blog-archives {
  display: none;
}
.is-blog .column.main .post-list-wrapper:last-child {
  display: block;
  float: left;
  width: 77%;
}
.is-blog.wordpress-post-view .block.block-blog.block-blog-categories {
  display: none;
}
.is-blog .column.main .wp-sidebar {
  float: right;
  width: 22%;
}
.is-blog .block.block-blog.block-blog-search {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.block-blog-search #blog-search-form .blog-search .button {
  width: 24%;
  float: right;
  height: 38px;
  line-height: 34px;
  background-color: #000 !important;
  color: #fff;
  border: none;
  padding: 0;
}
.is-blog .block-blog-search #blog-search-form .blog-search .button:hover {
  background-color: #a2c656 !important;
}
.is-blog .block-blog-search #blog-search-form .blog-search .input-text {
  width: 75% !important;
  float: left;
}
.is-blog .block-blog-search #blog-search-form .blog-search {
  display: inline-block;
  width: 100%;
  clear: both;
}
.is-blog .block.block-blog.block-blog-search {
  display: block !important;
}
.is-blog.wordpress-post-view .block.block-blog.block-blog-categories:last-child {
  display: block;
}
.is-blog .block.block-blog.block-blog-categories {
  margin-bottom: 40px;
}
.is-blog.wordpress-post-view .page-main .columns .sidebar.sidebar-main {
  display: none;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
  display: block;
}
.is-blog .block-blog-categories .block-content li.level0 {
  background: #e7ffb5;
  color: #000;
  text-align: left;
  border-right: 1px solid #fff;
  position: static;
  font-size: 1.2em;
  display: inline-block;
  max-width: 100%;
  float: none;
  width: 100%;
  margin: 0;
  border-bottom: 2px solid #fff;
  border-left: 5px solid #000;
}
.is-blog .block-blog-categories .block-content li.level0:hover {
  background: #a2c656;
  color: #fff;
}
.is-blog .block-blog-categories .block-content li.level0:hover a {
  color: #fff;
}
.is-blog .block-blog-categories .block-content .level0 a {
  color: #000;
  padding: 15px;
  display: block;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
}
.is-blog .post-list-wrapper ol.post-list .item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.is-blog.wordpress-post-view .column.main .wp-sidebar {
  display: none;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
  border: 1px dashed #ccc;
  background-color: #a2c656;
  display: inline-block;
  clear: both;
  width: 100%;
  min-height: 100%;
  top: 0;
  position: relative;
  bottom: 0;
}
ol.post-list,
ol.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.is-blog .post-list-wrapper .item .post-image {
  max-height: inherit;
}
.is-blog .post-list-wrapper .item .post-image {
  width: 100%;
  margin: 0;
}
.is-blog .post-list-wrapper .item img {
  width: 100%;
}
.is-blog .post-list-wrapper .item .post-heading {
  color: #fff;
  position: absolute;
  top: 7%;
  left: 4%;
  max-width: 50%;
}
.is-blog .post-list-wrapper .item .post-heading h2 {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-top: 0;
}
.is-blog .post-list-wrapper .item .post-heading h2 {
  text-shadow: 2px 1px #666;
  text-transform: uppercase;
}
.is-blog .post-list-wrapper .item .post-text {
  position: absolute;
  background: #a2c656;
  right: 0;
  top: 0;
  height: 98%;
  width: 35%;
  padding: 3% 2%;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-entry .post-excerpt {
  color: #fff !important;
}
.is-blog ol.post-list,
.is-blog ol.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.is-blog .post-list .post-list-item .post-entry {
  margin: 0;
}
.is-blog #maincontent.page-main,
.is-blog .page-wrapper .breadcrumbs > .items {
  max-width: 1550px;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts .block-content ul li a {
  color: #abc24d;
  text-decoration: none;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog .block-title strong {
  color: #21293c;
  text-transform: uppercase;
  font-weight: 600;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper {
  width: 100%;
  max-width: 100% !important;
  padding: 10px;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a {
  color: #abc24d;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a img {
  height: 210px !important;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper .bx-viewport {
  height: auto !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  padding: 5px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  padding: 0 5px;
  font-size: 12px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .is-blog .post-list-wrapper .item .post-heading {
    max-width: 40%;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    font-size: 16px;
    padding: 7px;
  }
  .is-blog .post-list-wrapper .item .post-text {
    height: 98%;
    width: 50%;
  }
  .is-blog .column.main .wp-sidebar {
    width: 27%;
  }
  .is-blog .column.main .post-list-wrapper:last-child {
    width: 72%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .is-blog .column.main .wp-sidebar {
    width: 100%;
  }
  .is-blog .column.main .post-list-wrapper:last-child {
    width: 100%;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    font-size: 16px;
    padding: 7px;
  }
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control {
  position: relative;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle {
  position: absolute;
  top: 2px;
  font-size: 0;
  right: 2px;
  border: none !important;
  padding: 0 5px;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
  background-color: transparent;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle::after {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f865';
  font-size: 24px;
  color: #222529;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
  background-color: transparent !important;
}
@media all and (min-width: 900px) and (max-width: 1199px) {
  .search-container .search-bar input {
    width: 51% !important;
    min-width: 90px;
    max-width: 55%;
  }
}
/* 30-12-2020 */
@media all and (max-width: 767px) {
  /* 30-12-2020 */
  .is-blog .column.main > .post-list-wrapper {
    display: none;
  }
  .is-blog .block.block-blog.block-recent-posts,
  .is-blog .block.block-blog.block-blog-archives {
    display: none;
  }
  .is-blog .column.main .post-list-wrapper:last-child {
    display: block;
    float: none;
    width: 100%;
  }
  .is-blog.wordpress-post-view .block.block-blog.block-blog-categories {
    display: none;
  }
  .is-blog .column.main .wp-sidebar {
    float: none;
    width: 100%;
  }
  .is-blog .block.block-blog.block-blog-search {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .block-blog-search #blog-search-form .blog-search .button {
    width: 24%;
    float: right;
    height: 38px;
    line-height: 34px;
    background-color: #000 !important;
    color: #fff;
    border: none;
  }
  .is-blog .block-blog-search #blog-search-form .blog-search .button:hover {
    background-color: #a2c656 !important;
  }
  .is-blog .block-blog-search #blog-search-form .blog-search .input-text {
    width: 75% !important;
    float: left;
  }
  .is-blog .block-blog-search #blog-search-form .blog-search {
    display: inline-block;
    width: 100%;
    clear: both;
  }
  .is-blog .block.block-blog.block-blog-search {
    display: block !important;
  }
  .is-blog.wordpress-post-view .block.block-blog.block-blog-categories:last-child {
    display: block;
  }
  .is-blog .block.block-blog.block-blog-categories {
    margin-bottom: 40px;
  }
  .is-blog.wordpress-post-view .page-main .columns .sidebar.sidebar-main {
    display: none;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
    display: block;
  }
  .is-blog .block-blog-categories .block-content li.level0 {
    background: #e7ffb5;
    color: #000;
    text-align: left;
    border-right: 1px solid #fff;
    position: static;
    font-size: 1.2em;
    display: inline-block;
    max-width: 100%;
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #fff;
    border-left: 5px solid #000;
  }
  .is-blog .block-blog-categories .block-content li.level0:hover {
    background: #a2c656;
    color: #fff;
  }
  .is-blog .block-blog-categories .block-content li.level0:hover a {
    color: #fff;
  }
  .is-blog .block-blog-categories .block-content .level0 a {
    color: #000;
    padding: 15px;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
  }
  .is-blog .post-list-wrapper ol.post-list .item {
    position: relative;
    overflow: hidden;
    min-height: auto;
  }
  .is-blog.wordpress-post-view .column.main .wp-sidebar {
    display: none;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
    border: 1px dashed #ccc;
    background-color: #a2c656;
    display: inline-block;
    clear: both;
    width: 100%;
    min-height: auto;
    top: 0;
    position: relative;
    bottom: 0;
  }
  ol.post-list,
  ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .is-blog .post-list-wrapper .item .post-image {
    max-height: inherit;
  }
  .is-blog .post-list-wrapper .item .post-image {
    width: 100%;
    margin: 0;
  }
  .is-blog .post-list-wrapper .item img {
    width: 100%;
  }
  .is-blog .post-list-wrapper .item .post-heading {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    right: 0;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-top: 0;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    text-shadow: 2px 1px #666;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px;
  }
  .is-blog .post-list-wrapper .item .post-text {
    position: relative;
    background: #a2c656;
    right: 0;
    top: 0;
    height: 98%;
    width: 100%;
    padding: 3% 2%;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-entry .post-excerpt {
    color: #fff !important;
  }
  .is-blog ol.post-list,
  .is-blog ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .is-blog .post-list .post-list-item .post-entry {
    margin: 0;
  }
  .is-blog #maincontent.page-main,
  .is-blog .page-wrapper .breadcrumbs > .items {
    max-width: 1550px;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts .block-content ul li a {
    color: #abc24d;
    text-decoration: none;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog .block-title strong {
    color: #21293c;
    text-transform: uppercase;
    font-weight: 600;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
    padding: 10px;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a {
    color: #abc24d;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a img {
    height: 210px !important;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper .bx-viewport {
    height: auto !important;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
    padding: 5px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
    padding: 0 5px;
    font-size: 12px;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control {
    position: relative;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle {
    position: absolute;
    top: 2px;
    font-size: 0;
    right: 2px;
    border: none !important;
    padding: 0 5px;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
    background-color: transparent;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle::after {
    font-family: 'porto-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f865';
    font-size: 24px;
    color: #222529;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
    background-color: transparent !important;
  }
}
#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(62%);
  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;
}
/*css on 20210106 */
.catalog-product-view .check_postcode {
  background: #abc24d;
  padding: 12px;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .check_postcode p.textcontent {
  margin: 0.75em 0;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 1.2;
  font-size: 1.3em;
}
.catalog-product-view .check_postcode input.findPostcode {
  width: 90%;
  max-width: 290px;
  float: left;
}
.catalog-product-view .check_postcode .submitbutton {
  float: left;
  border: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  background-color: #888888;
  padding: 0.5em 0.6em;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oswald';
  font-weight: 400;
  margin: 0 10px;
}
.catalog-product-view .check_postcode span.field-validation-error {
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  width: 100%;
  color: red;
  padding: 5px;
  display: block;
  margin-bottom: 8px;
  border: 1px solid red;
  position: relative;
}
.catalog-product-view .check_postcode .chnagepostcode {
  background: #7a8080;
  color: #fff;
  text-decoration: none;
  top: 10px;
  float: right;
  font-size: 1.1em;
  padding: 0.4em 0.6em;
  font-family: 'Oswald';
  font-weight: 400;
}
.catalog-product-view .check_postcode .texttitle.hidden {
  float: left;
  padding-top: 8px;
  width: 100%;
}
.catalog-product-view .check_postcode .texttitle {
  float: left;
  padding-top: 8px;
  color: #fff;
  font-size: 16px;
}
.catalog-product-view .check_postcode .submitbutton .hidden {
  display: none;
}
.catalog-product-view .check_postcode a.chnagepostcode {
  font-weight: 400;
  font-size: 1.1em;
  padding: 0.4em 0.6em;
  background: #7a8080;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  float: right;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.catalog-product-view .deltext {
  display: block;
  font-size: 12px;
}
/*css on 20210106 */
@media only screen and (max-width: 767px) {
  .catalog-product-view .check_postcode {
    background: #abc24d;
    padding: 12px;
  }
  .catalog-product-view .check_postcode p.textcontent {
    margin: 0.75em 0;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1.2;
    font-size: 1.3em;
  }
  .catalog-product-view .check_postcode input.findPostcode {
    width: 90%;
    max-width: 290px;
    float: left;
  }
  .catalog-product-view .check_postcode .submitbutton {
    float: left;
    border: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    background-color: #888888;
    padding: 0.5em 0.6em;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 400;
    margin: 0 10px;
  }
  .catalog-product-view .check_postcode span.field-validation-error {
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    width: 100%;
    color: red;
    padding: 5px;
    display: block;
    margin-bottom: 8px;
    border: 1px solid red;
    position: relative;
  }
  .catalog-product-view .check_postcode .chnagepostcode {
    background: #7a8080;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    top: 10px;
    float: right;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0.4em 0.6em;
    margin: 0.7em 0;
  }
  .catalog-product-view .check_postcode .texttitle.hidden {
    float: left;
    padding-top: 8px;
    width: 100%;
  }
  .catalog-product-view .check_postcode .texttitle {
    float: left;
    padding-top: 8px;
    color: #fff;
    font-size: 16px;
  }
  .catalog-product-view .check_postcode a.chnagepostcode {
    font-size: 1.1em;
    padding: 0.4em 0.6em;
    background: #7a8080;
    font-family: 'Oswald';
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    float: right;
    padding: 0.75rem 1rem;
    text-decoration: none;
  }
  .catalog-product-view .check_postcode .submitbutton .hidden {
    display: none;
  }
  .catalog-product-view .deltext {
    display: block;
    font-size: 12px;
  }
  /* 21-01-2021 */
  .mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage .owl-item {
    float: none;
    display: inline-block;
  }
  .mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage {
    text-align: center !important;
    margin: 0 auto !important;
    display: table !important;
  }
  .cms-website-acceptable-use-policy .column.main p a {
    color: #abc24d;
  }
  .table-responsivediv {
    overflow-x: scroll;
    border: 1px solid #eaeaea;
  }
  /* 28-01-2021 mobile css*/
  .checkout-cart-index .cart.table .item-info .price-including-tax .cart-price span.price {
    color: #abc24d;
  }
  footer .footer-middle .block .block-title {
    min-height: auto;
    margin: 20px 0 10px;
  }
  #layer-product-list .products .filterproducts.products.list.items .item.product.product-item .product-item-details {
    padding-right: 10px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products.list.items .item.product.product-item {
    min-height: auto !important;
  }
  .products.wrapper.list.products-list .filterproducts.products.list.items.product-items a.button-see-more {
    margin: 5px 0;
  }
  .filter.active .filter-current {
    padding: 10px !important;
  }
  #layered-filter-block .block-content.filter-content .block-actions.filter-actions {
    padding: 10px !important;
  }
  .filter.active .filter-current ~ .filter-options {
    top: 200px !important;
  }
  .full_content table.variations tr {
    margin: 2px 0;
  }
  .full_content .product-info-main tr {
    height: 155px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .block.upsell .block-title.title {
    text-align: center !important;
    margin: 20px 0 0 !important;
    clear: both;
    display: inline-block;
    border: none !important;
    padding: 0 !important;
  }
  .minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .block.block-minicart .minicart-items-wrapper .minicart-items .product-item-details {
    padding-left: 55px;
  }
  .cart.table-wrapper .cart.table .cart .item-info .col.item .product-item-details {
    padding: 5px 0;
  }
  .cart.table-wrapper .cart.table .cart .item-info .col.item dl.item-options {
    margin-top: 5px !important;
  }
  .cart.table-wrapper .cart.table .cart .product-item-name {
    margin-top: 0;
  }
  .cms-enable-cookies .page-main p a {
    color: #abc24d;
  }
  .cms-enable-cookies .page-main table {
    overflow-x: scroll;
  }
  .cms-enable-cookies .page-main table {
    border: 1px solid #efefef;
  }
  .is-blog .block-content ul#wp-recent-comments-list li a {
    color: #abc24d;
  }
  .is-blog .block.block-blog.block-blog-meta .block-content ul#wp-meta-list li a {
    color: #abc24d;
  }
  .account.customer-account-index .table-wrapper.orders-recent {
    overflow-x: scroll;
    border: 1px solid #eaeaea;
  }
  .account .table-wrapper {
    overflow-x: scroll;
    border: 1px solid #eaeaea;
  }
  .modal-popup.modal-slide {
    left: 0 !important;
    z-index: 900;
    width: 95%;
    margin: 0 auto;
  }
  .modal-content .search-container input {
    width: 45% !important;
    min-width: 90px;
    max-width: 75%;
  }
  .checkout-index-index .form .search-container input {
    width: 45% !important;
    min-width: 110px;
    max-width: 75%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 49% !important;
    padding: 5px;
    font-size: 12px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none !important;
  }
  .opc-wrapper .payment-group .step-title {
    margin: 0 10px;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: 355px !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .block.upsell .block-title.title > strong {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* 01-20-2021 */
  #layer-product-list .products .filterproducts.products .item.product.product-item .product.details.product-item-details .price-box {
    padding-left: 0;
  }
  .catalog-product-view .check_postcode .insertPostcode .texttitle {
    padding: 16px 0;
    font-size: 14px;
  }
  .page-products.catalogsearch-result-index #layer-product-list .products ol.filterproducts.products {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 15px 0;
  }
  .page-products.catalogsearch-result-index #layer-product-list .products.wrapper.grid.products-grid .filterproducts.products .item.product.product-item {
    width: 31.04%;
    min-height: 470px;
  }
  .table-wrapper table.data.table tr td.col.actions {
    white-space: nowrap;
  }
  #vertical-widget-360 {
    width: 100% !important;
    max-width: 100% !important;
  }
  #vertical-widget-360_frame {
    width: 100%;
  }
  .mobileshowbox {
    display: block;
    font-weight: 700;
  }
  .mobileshowboxmain {
    display: none;
  }
  .cms-enable-cookies .table-responsivediv table > thead > tr > th,
  .cms-enable-cookies .table-responsivediv table > tbody > tr > th,
  .cms-enable-cookies .table-responsivediv table > tfoot > tr > th,
  .cms-enable-cookies .table-responsivediv table > thead > tr > td,
  .cms-enable-cookies .table-responsivediv table > tbody > tr > td,
  .cms-enable-cookies .table-responsivediv table > tfoot > tr > td {
    padding: 11px 9px;
    display: block;
    width: 100%;
  }
  .product.info.detailed .product_content .sidebar_content_logo {
    width: 100%;
  }
  .block.filter .filter-title strong {
    z-index: 99;
  }
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-additional {
    top: -26px !important;
    position: relative !important;
  }
  .catalog-product_compare-index a.action.print.hidden-print {
    color: #abc24d;
    position: relative;
    top: -5px;
  }
  .catalog-product_compare-index .product-image-wrapper {
    height: auto;
    position: relative;
    padding: 0 !important;
  }
  .catalog-product_compare-index .product-image-photo {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    width: auto;
  }
  .catalog-product_compare-index .table-comparison {
    border: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 420px) {
  .catalog-product-view .check_postcode {
    display: inline-block;
  }
  .catalog-product-view .check_postcode input.findPostcode {
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view .check_postcode .submitbutton {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  /* 01-20-2021 */
  .catalog-product-view.page-layout-1column .check_postcode .insertPostcode .texttitle {
    padding: 16px 0;
    font-size: 14px;
    float: none;
    text-align: center;
  }
  .catalog-product-view.page-layout-1column .check_postcode a.chnagepostcode {
    float: none;
    max-width: 120px;
    margin: 0 auto;
  }
}
/*css on 20210112 */
@media all and (max-width: 1480px) and (min-width: 1200px) {
  .is-blog .post-list-wrapper .item .post-text {
    width: 45%;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-entry .post-excerpt {
    line-height: 18px;
  }
}
.blog-product-list li.item {
  display: inline-block;
}
.blog-product-list li.item a {
  color: #acc446;
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  .is-blog .post-list-wrapper .item .post-heading {
    color: #fff;
    position: relative;
    top: 7%;
    left: 2%;
    max-width: 96%;
    width: 100%;
  }
  .is-blog .post-list-wrapper .item .post-text {
    position: relative;
    background: #a2c656;
    right: 0;
    top: 0;
    height: 98%;
    width: 100%;
    padding: 0% 2% 3%;
    color: #fff;
  }
}
.is-blog .post-list-wrapper ol.post-list .item {
  display: inherit;
}
.is-blog .post-list-wrapper .item .post-text {
  height: 99%;
}
.blog-featured-img {
  margin-bottom: 20px;
}
.is-blog .block-blog-categories .block-content li.level0 {
  background: #a2c656;
  border-left: 5px solid #51632b;
}
/*css on 20210112 end*/
/* 21-01-2021 */
.mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage .owl-item {
  float: none;
  display: inline-block;
}
.mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage {
  text-align: center !important;
  margin: 0 auto !important;
  display: table !important;
}
/*29-04-2021*/
.catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value {
  overflow: auto;
}
.catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table td {
  padding: 2px;
}
.catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table {
  width: 100% !important;
  border: 1px solid #ccc;
  min-width: 100%;
}
.catalog-product-view .fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled,
.catalog-product-view .fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: block !important;
}
/* 28-01-2021 */
iframe#reviews-widget-summon-vertical_frame {
  min-width: 150px !important;
}
.checkout-cart-index .cart.table .item-info .price-including-tax .cart-price span.price {
  color: #abc24d;
}
.block-search .action.search {
  right: 0px !important;
}
/* 29-01-2021 */
@media all and (min-width: 993px) and (max-width: 1199px) {
  .catalogsearch-result-index.page-products.page-with-filter #layer-product-list .products.wrapper.grid.products-grid .filterproducts.products .item.product.product-item {
    margin: 10px 5px 20px;
    width: 30.77%;
    min-height: 400px;
  }
  .catalogsearch-result-index.page-products.page-with-filter #layer-product-list .products.wrapper.list.products-list .filterproducts.products {
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  .cms-index-index .home-brands .content ul li {
    width: 155px !important;
  }
  .cms-index-index .home-brands .content ul li a {
    font-size: 16px !important;
    min-height: 250px;
  }
  header.page-header.type21 .sw-megamenu.navigation > ul li {
    margin-left: 3px;
    margin-right: 3px;
  }
  /* 29-01-2021 */
  .catalog-product-view .check_postcode .texttitle {
    font-size: 14px;
  }
  .catalogsearch-result-index.page-products.page-with-filter #layer-product-list .products.wrapper.grid.products-grid .filterproducts.products .item.product.product-item {
    margin: 10px 5px 20px;
    width: 30.77%;
    min-height: 400px;
  }
  .catalogsearch-result-index.page-products.page-with-filter .products.wrapper.list.products-list .filterproducts.products.list.items.product-items {
    margin-top: 10px !important;
  }
  /* 01-02-2021 */
  footer .footer-middle .block .block-title {
    min-height: auto;
    margin: 20px 0 10px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products.list.items .item.product.product-item {
    min-height: auto !important;
  }
  /* 02-02-2021 */
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main {
    width: 65%;
  }
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar-main {
    width: 35%;
  }
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar-additional {
    width: 34%;
  }
  .page-with-filter.page-products.catalog-category-view .page-main .columns .column.main #layer-product-list .products.grid.products-grid .filterproducts.products.list.items.product-items .item.product.product-item {
    width: 47.44% !important;
    min-height: 320px;
  }
}
.layered-filter-block-container .filter-content .filter-current .item .filter-value {
  display: block;
}
.block.upsell .title strong {
  font-size: 16px !important;
}
.minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.block.block-minicart .minicart-items-wrapper .minicart-items .product-item-details {
  padding-left: 55px;
}
.cms-enable-cookies .page-main p a {
  color: #abc24d;
}
.cms-enable-cookies .page-main table {
  border: 1px solid #efefef;
}
.is-blog .block-content ul#wp-recent-comments-list li a {
  color: #abc24d;
}
.is-blog .block.block-blog.block-blog-meta .block-content ul#wp-meta-list li a {
  color: #abc24d;
}
.account.customer-account-index .table-wrapper.orders-recent {
  overflow-x: scroll;
  border: 1px solid #eaeaea;
}
.account .table-wrapper {
  overflow-x: scroll;
  border: 1px solid #eaeaea;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 100% !important;
}
.opc-wrapper .action-select-shipping-item {
  float: none !important;
}
.opc-wrapper .payment-group .step-title {
  margin: 0 10px;
}
.cms-website-acceptable-use-policy .column.main p a {
  color: #abc24d;
}
.table-responsivediv {
  overflow-x: scroll;
  border: 1px solid #eaeaea;
}
.table-wrapper table.data.table tr td.col.actions {
  white-space: nowrap;
}
.block-category-list .block-title,
.filter-options-title,
.filter .filter-current-subtitle {
  padding: 10px 30px 4px 10px !important;
}
.page-header.type21 #mpsearch-category {
  font-size: 12px;
}
.catalog-product_compare-index a.action.print.hidden-print {
  color: #abc24d;
  position: relative;
  top: -5px;
}
.catalog-product_compare-index .product-image-wrapper {
  height: auto;
  position: relative;
  padding: 0 !important;
}
.catalog-product_compare-index .product-image-photo {
  display: block;
  position: relative;
  margin: 0;
  height: auto;
  width: auto;
}
.catalog-product_compare-index .table-comparison {
  border: 1px solid #cccccc;
}
/* @media all and (max-width: 1024px) {
  #carousel-inline-widget-810_frame {
	height: auto !important;
  }
  } */
@media all and (min-width: 768px) and (max-width: 1239px) {
  header.page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) {
  /* 01-20-2021 */
  .mobileshowbox {
    display: none;
  }
}
/* 29-01-2021 */
@media only screen and (max-width: 460px) {
  .catalog-product-view .check_postcode .texttitle {
    text-align: center !important;
    float: none !important;
    padding-top: 8px;
    color: #fff;
    font-size: 16px;
  }
  .catalog-product-view .check_postcode a.chnagepostcode {
    float: none !important;
    text-align: center !important;
    max-width: 120px;
    margin: 10px auto 0 !important;
  }
}
/* 12-03-2021 css*/
@media only screen and (max-width: 767px) {
  .green_bg_box .products-grid .product-items .product-item .product-image-photo {
    height: auto;
    width: auto;
  }
  /*29-04-2021*/
  .catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value {
    overflow: auto;
  }
  .catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table td {
    padding: 2px;
  }
  .catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table {
    width: 100% !important;
    border: 1px solid #ccc;
    min-width: 100%;
  }
  .full_content table.variations tr > td.description.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/default/images/bulk-bag.png) !important;
  }
  .full_content table.variations tr > td.description.send-me-a-sample {
    background-image: url(../../frontend/Smartwave/porto/default/images/sample.png) !important;
  }
  .data.item.content .product.description .bulk-delivery.mobile {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/default/images/tipper_mobile.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 190;
    margin-bottom: 10px;
    background-position: center center;
  }
  .data.item.content .product.description .bulk-delivery.desktop {
    display: none !important;
  }
  .product-add-form .variations td.full-pallet {
    background-image: url(../../frontend/Smartwave/porto/default/images/full-pallet.png) !important;
  }
  .product-add-form .variations td.half-pallet {
    background-image: url(../../frontend/Smartwave/porto/default/images/half-pallet.png) !important;
  }
  .product-add-form .variations td.qtr-pallet {
    background-image: url(../../frontend/Smartwave/porto/default/images/qtr-pallet.png) !important;
  }
  .product-add-form .variations td.sample {
    background-image: url(../../frontend/Smartwave/porto/default/images/sample.png) !important;
  }
  .product-add-form .variations td._40-rolls,
  .product-add-form .variations td._30-rolls,
  .product-add-form .variations td._20-rolls,
  .product-add-formp .variations td._10-rolls {
    background-image: url(../../frontend/Smartwave/porto/default/images/turf-roll.png) !important;
  }
  .product-add-form .variations td._50-rolls {
    background-image: url(../../frontend/Smartwave/porto/default/images/turf-pallet.png) !important;
  }
  .product-add-form .variations td.crate {
    background-image: url(../../frontend/Smartwave/porto/default/images/cage-pallet.png) !important;
  }
  .product-add-form .variations td.edge_natural {
    background-image: url(../../frontend/Smartwave/porto/default/images/edge-natural.png) !important;
  }
  .product-add-form .variations td.edge_brown {
    background-image: url(../../frontend/Smartwave/porto/default/images/edge-brown.png) !important;
  }
  .product-add-form .variations td.edge_green {
    background-image: url(../../frontend/Smartwave/porto/default/images/edge-green.png) !important;
  }
  .product-add-formp .variations td.edge_black {
    background-image: url(../../frontend/Smartwave/porto/default/images/edge-black.png) !important;
  }
  .product-add-form .variations td.edge_silver {
    background-image: url(../../frontend/Smartwave/porto/images/edge-silver.png) !important;
  }
  .product-add-form .variations td.green {
    background-image: url(../../frontend/Smartwave/porto/default/images/bark-green.png) !important;
  }
  .product-add-form .variations td.black {
    background-image: url(../../frontend/Smartwave/porto/default/images/bark-black.png) !important;
  }
  .product-add-form .variations td.blue {
    background-image: url(../../frontend/Smartwave/porto/default/images/bark-blue.png) !important;
  }
  .product-add-form .variations td.brown {
    background-image: url(../../frontend/Smartwave/porto/default/images/bark-brown.png) !important;
  }
  .product-add-form .variations td.granite {
    background-image: url(../../frontend/Smartwave/porto/default/images/bark-granite.png) !important;
  }
  .product-add-form .variations td.purple {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-purple.png) !important;
  }
  .product-add-form .variations td.redwood {
    background-image: url(../../frontend/Smartwave/porto/default/images/bark-redwood.png) !important;
  }
  .product-add-form .variations td.terracotta {
    background-image: url(../../frontend/Smartwave/porto/default/images/bark-terracotta.png) !important;
  }
  .product-add-form .variations td.small-tub,
  .product-add-form .variations td.large-tub {
    background-image: url(../../frontend/Smartwave/porto/default/images/tub.png) !important;
  }
  .product-add-form .variations td.bag {
    background-image: url(../../frontend/Smartwave/porto/default/images/bag.png) !important;
  }
}
@media only screen and (max-width: 599px) {
  .catalog-product-view .product-info-main .full_content td.description {
    width: 95% !important;
    background-size: 40px 40px !important;
    background-position: 100% 50% !important;
  }
}
@media all and (max-width: 1199px) {
  .catalog-product-view .product-info-main .product-add-form .qty.field .control {
    margin-left: 29px;
  }
}
/*custom css 20210320*/
.catalog-product-view .box-tocart div.mage-error[generated] {
  margin-top: 7px;
  position: absolute;
  width: 250px;
  left: 0;
}
.checkout-cart-index .mage-error[generated] {
  position: absolute;
  left: 0;
}
.fotorama__zoom-in:before,
.fotorama__zoom-out:before {
  color: #abc24d;
}
@media only screen and (max-width: 599px) {
  .catalog-product-view .product-info-main table.variations .quantity .qty.field .control {
    margin-left: 0 !important;
  }
}
/*28-04-2021 css*/
.page-header {
  z-index: 99 !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  content: '\f847' !important;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  z-index: 1;
}
.is-blog .post-list-wrapper ol.post-list .item {
  min-height: 380px !important;
}
.catalog-product-view .product-info-main .product-add-form .full_content .variations .buy .actions .customcart {
  margin-top: 17px;
}
.field-error {
  color: red;
  font-size: 11px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-image-container span.product-image-wrapper {
  padding-bottom: 65% !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart .product-item-actions .actions-primary a.button-see-more {
  height: 32px;
  line-height: 32px;
  margin: 5px 0;
  font-size: 15px;
  padding: 0 10px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart {
  margin-bottom: 5px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  min-height: 420px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-image-photo {
  right: 0;
}
.account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
  display: none;
}
.multishipping-checkout-addresses .items.data.table .actions a.action.delete,
.multishipping-checkout-addresses .actions-toolbar .secondary a.action.back {
  color: #abc24d;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a,
.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a:hover {
  color: #abc24d;
}
.multishipping-checkout_address-newshipping .form-address-edit .fieldset .legend span {
  color: #abc24d;
}
/*28-04-2021 css*/
@media (max-width: 767px) {
  .page-header {
    z-index: 99 !important;
  }
  .fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: '\f847' !important;
  }
  .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    z-index: 1;
  }
  .is-blog .post-list-wrapper ol.post-list .item {
    min-height: 380px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .full_content .variations .buy .actions .customcart {
    margin-top: 17px;
  }
  .field-error {
    color: red;
    font-size: 11px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-image-container span.product-image-wrapper {
    padding-bottom: 65% !important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart .product-item-actions .actions-primary a.button-see-more {
    height: 32px;
    line-height: 32px;
    margin: 5px 0;
    font-size: 15px;
    padding: 0 10px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart {
    margin-bottom: 5px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    min-height: auto;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-image-photo {
    right: 0;
  }
  .account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
    display: none;
  }
  .multishipping-checkout-addresses .items.data.table .actions a.action.delete,
  .multishipping-checkout-addresses .actions-toolbar .secondary a.action.back {
    color: #abc24d;
  }
  .multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a,
  .multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a:hover {
    color: #abc24d;
  }
  .multishipping-checkout_address-newshipping .form-address-edit .fieldset .legend span {
    color: #abc24d;
  }
}
/*28-04-2021 css*/
.catalog-product-view .product-add-form .full_content .variations div#qty1-error {
  position: absolute;
  bottom: -14px;
  width: 205px;
  font-size: 10px;
  left: -10px;
}
.catalog-product-view .product-add-form .full_content .variations .field.qty {
  position: relative;
}
/*04-05-2021 css start*/
.catalog-product-view.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: block;
}
.catalog-product-view.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: block;
}
/*04-05-2021 css end*/
@media (max-width: 767px) {
  /*30-04-2021 css start*/
  .catalog-product-view .product-add-form .full_content .variations div#qty1-error {
    position: absolute;
    bottom: -14px;
    width: 205px;
    font-size: 10px;
    left: -10px;
  }
  .catalog-product-view .product-add-form .full_content .variations .field.qty {
    position: relative;
  }
  /*30-04-2021 css and*/
  /*04-05-2021 css start*/
  .catalog-product-view.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: block;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
    display: block;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-item-name_title a {
    color: #abc24d;
  }
  /*04-05-2021 css end*/
}
/*Start By CBN*/
.checkout_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
.checkout_popup .popupchk_main {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  position: absolute;
  text-align: center;
  background: #eee;
  padding: 20px;
  color: #555;
  border: 5px solid #ABC24D;
}
.checkout_popup .popupchk_main .popup_content h2 {
  margin: 0px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.checkout_popup .popupchk_main .popup_content h3 {
  margin: 0px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.checkout_popup .popupchk_main .popup_content .pop_btn {
  background: #ABC24D;
  color: #fff;
  padding: 7px 19px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.checkout_popup .popupchk_main .popup_content .pop_btn:hover {
  background: #6b6969;
}
@media (max-width: 768px) {
  .checkout_popup .popupchk_main {
    max-height: 70%;
    overflow: auto;
  }
}
/*End By CBN*/
/*10-05-2021*/
#banner-slider-demo-23 .owl-stage-outer .owl-stage .owl-item .item > a {
  text-align: center;
  margin: 0 auto;
  display: table;
}
/*desktop css blogs start */
/*14-05-2021 blogs css start*/
.is-blog.blog .block.block-blog.block-recent-posts {
  display: block;
}
.is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a {
  color: #abc24d;
  text-decoration: none;
}
.is-blog.blog .wp-sidebar .block.block-blog .block-title strong {
  color: #21293c;
  text-transform: uppercase;
  font-weight: 600;
}
.is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
  display: none;
}
.post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
  font-size: 38px;
  margin-bottom: 36px;
  text-align: center;
  text-transform: capitalize;
  color: #777;
}
.post-template-default.single-post.is-blog .column.main .post-view h1.page-title > span {
  text-transform: capitalize;
  color: #777;
}
.post-template-default.single-post.is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
  font-size: 22px;
}
.post-template-default.single-post.is-blog .column.main .vce-row .vce-single-image-inner {
  padding: 0 !important;
  width: 100% !important;
}
.post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated {
  color: #abc24d;
}
.is-blog.home.blog .post-list-wrapper .item .post-text {
  background: #a2c656;
  height: 100%;
}
.sidebar.sidebar-additional .widget.block.block-static-block {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar.needclass {
  margin: 0 !important;
  padding: 0px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.home.blog.is-blog .post-list-wrapper .item .post-heading {
  max-width: 50%;
}
.post-template-default.single-post.is-blog .list-head {
  background: #fff;
  border-width: 2px;
  border-color: #cecece;
  border-style: solid;
  padding: 12px;
  background-color: #fff;
  border-radius: 2px;
  max-width: 320px;
  width: 100%;
  margin: auto;
  color: #737779;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.post-template-default.single-post.is-blog .list-head .post-heading {
  margin: 20px 0 0;
}
.post-template-default.single-post.is-blog .page-main .columns .sidebar.sidebar-main {
  display: block;
}
.post-template-default.single-post.is-blog .block.block-blog.block-blog-categories {
  display: block;
}
.post-template-default.single-post.is-blog .column.main > .block.block-blog.block-blog-categories {
  display: none;
}
.post-template-default.single-post.is-blog .list-head li {
  list-style: none;
  padding: 2px;
  font-size: 15px;
}
.post-template-default.single-post.is-blog .needclass .block-content ul.level0p li a.level0a {
  font-size: 15px !important;
  color: #000 !important;
}
.post-template-default.single-post.is-blog .needclass .block-content ul.level0p li.level0:hover a {
  background: #a2c656 !important;
  color: #fff !important;
}
.post-template-default.single-post.is-blog .needclass .block.block-blog.block-blog-categories .block-content .level0 a {
  color: #000;
  padding: 15px;
  display: block;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
}
.post-template-default.single-post.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
  height: 38px;
}
.post-template-default.single-post.is-blog .list-head .post-heading li a {
  color: #abc444 !important;
}
.post-template-default.single-post.is-blog .list-head i {
  color: #fff;
  border: 1px solid #737779;
  margin: 0 10px;
  background-color: #737779;
  font-size: 16px;
  padding: 4px 7px;
  position: relative;
  top: -3px;
}
.post-template-default.single-post.is-blog .list-head span {
  cursor: pointer;
}
.post-template-default.single-post.is-blog .list-head:hover i {
  color: #abc24d;
  background-color: #fff;
  border: 1px solid #abc24d;
}
.search.search-results .wp-sidebar .product_content {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
  font-weight: 600;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
  display: none;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  display: block;
  z-index: 9;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.search.search-results .wp-sidebar .usp-popup {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #abc24d;
  box-shadow: 0px 1px 5px #bbb;
  position: absolute;
  bottom: 100%;
  width: 300px;
  z-index: 1;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
  font-weight: 600;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
  display: none;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  display: block;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  z-index: 9;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .sidebar_content_logo {
  margin-top: 30px;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.home.blog.is-blog .post-list .post-list-item .post-entry {
  margin: 0;
  height: 100%;
}
.home.blog.is-blog .post-list-wrapper .item .post-image {
  width: 100%;
  margin: 0;
  height: 100%;
}
.home.blog.is-blog .post-list-wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-blog.search.search-results .block.block-blog.block-recent-posts {
  display: block;
}
.is-blog.search.search-results .wp-sidebar .block.block-blog .block-title strong {
  color: #21293c;
  text-transform: uppercase;
  font-weight: 600;
}
.is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
  display: none;
}
.is-blog.search.search-results .block.block-blog.block-recent-posts .block-content ul li a {
  color: #abc24d;
  text-decoration: none;
}
.is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.search.search-results.is-blog .post-list .post-list-item .post-entry a:hover {
  text-decoration: none;
}
@media all and (min-width: 1201px) and (max-width: 1480px) {
  .is-blog .post-list-wrapper .item .post-text {
    width: 45%;
  }
  .post-template-default.single.single-post.is-blog .block-blog-search #blog-search-form .blog-search .input-text {
    width: 70% !important;
  }
}
@media (max-width: 1200px) {
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    height: auto;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-heading {
    max-width: 96%;
    left: 2%;
    right: 2%;
    top: 2%;
  }
  .post-template-default.single.single-post.is-blog .block-blog-search #blog-search-form .blog-search .input-text {
    width: 64% !important;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .post-template-default.single-post.is-blog.page-layout-2columns-right .column.main {
    width: 100%;
    float: none;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .post-template-default.single-post.is-blog.page-layout-2columns-right .sidebar-main {
    width: 100%;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .post-template-default.single-post.is-blog.page-layout-2columns-right .sidebar-additional {
    width: 100%;
    float: none;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .search.search-results.is-blog ol.post-list {
    margin-top: 20px;
  }
}
/*14-05-2021 blogs css and*/
/*desktop css blogs and */
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title {
  display: flex;
  align-items: center;
}
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title label {
  display: flex;
  align-items: center;
}
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title label[for="banktransfer"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
}
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title label[for="natwesttylcw_creditcard"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
}
#amcheckout-payments {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#amcheckout-payments #tylpayment {
  order: 1;
}
#amcheckout-payments > .payment-method {
  order: 2;
  width: 100%;
}
.amcheckout-wrapper .payment-method .payment-method-title label[for="banktransfer"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
}
.amcheckout-wrapper .payment-method .payment-method-title label[for="natwesttylcw_creditcard"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
}
/*mobile css blogs start*/
@media only screen and (max-width: 767px) {
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    height: auto;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-heading {
    max-width: 96%;
    left: 2%;
    right: 2%;
    top: 2%;
  }
  .is-blog .post-list-wrapper ol.post-list .item {
    min-height: auto !important;
  }
  .home.blog.is-blog ol.post-list {
    margin-top: 20px;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
    font-size: 28px;
    line-height: 18px;
  }
  /*14-05-2021 blogs css start*/
  .is-blog.blog .block.block-blog.block-recent-posts {
    display: block;
  }
  .is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a {
    color: #abc24d;
    text-decoration: none;
  }
  .is-blog.blog .wp-sidebar .block.block-blog .block-title strong {
    color: #21293c;
    text-transform: uppercase;
    font-weight: 600;
  }
  .is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
    display: none;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
    font-size: 38px;
    margin-bottom: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #777;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title > span {
    text-transform: capitalize;
    color: #777;
  }
  .post-template-default.single-post.is-blog .column.main .vce-row .vce-single-image-inner {
    padding: 0 !important;
    width: 100% !important;
  }
  .post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated {
    color: #abc24d;
  }
  .is-blog.home.blog .post-list-wrapper .item .post-text {
    background: #a2c656;
    height: 100%;
  }
  .sidebar.sidebar-additional .widget.block.block-static-block {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar.needclass {
    margin: 0 !important;
    padding: 0px;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-heading {
    max-width: 50%;
  }
  .post-template-default.single-post.is-blog .list-head {
    background: #fff;
    border-width: 2px;
    border-color: #cecece;
    border-style: solid;
    padding: 12px;
    background-color: #fff;
    border-radius: 2px;
    max-width: 320px;
    width: 100%;
    margin: auto;
    color: #737779;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .post-template-default.single-post.is-blog .list-head .post-heading {
    margin: 20px 0 0;
  }
  .post-template-default.single-post.is-blog .page-main .columns .sidebar.sidebar-main {
    display: block;
  }
  .post-template-default.single-post.is-blog .block.block-blog.block-blog-categories {
    display: block;
  }
  .post-template-default.single-post.is-blog .column.main > .block.block-blog.block-blog-categories {
    display: none;
  }
  .post-template-default.single-post.is-blog .list-head li {
    list-style: none;
    padding: 2px;
    font-size: 15px;
  }
  .post-template-default.single-post.is-blog .needclass .block-content ul.level0p li a.level0a {
    font-size: 15px !important;
    color: #000 !important;
  }
  .post-template-default.single-post.is-blog .needclass .block-content ul.level0p li.level0:hover a {
    background: #a2c656 !important;
    color: #fff !important;
  }
  .post-template-default.single-post.is-blog .needclass .block.block-blog.block-blog-categories .block-content .level0 a {
    color: #000;
    padding: 15px;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
  }
  .post-template-default.single-post.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
    height: 38px;
  }
  .post-template-default.single-post.is-blog .list-head .post-heading li a {
    color: #abc444 !important;
  }
  .post-template-default.single-post.is-blog .list-head i {
    color: #fff;
    border: 1px solid #737779;
    margin: 0 10px;
    background-color: #737779;
    font-size: 16px;
    padding: 4px 7px;
    position: relative;
    top: -3px;
  }
  .post-template-default.single-post.is-blog .list-head span {
    cursor: pointer;
  }
  .post-template-default.single-post.is-blog .list-head:hover i {
    color: #abc24d;
    background-color: #fff;
    border: 1px solid #abc24d;
  }
  .search.search-results .wp-sidebar .product_content {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
    font-weight: 600;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
    display: none;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    display: block;
    z-index: 9;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .search.search-results .wp-sidebar .usp-popup {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid #abc24d;
    box-shadow: 0px 1px 5px #bbb;
    position: absolute;
    bottom: 100%;
    width: 300px;
    z-index: 1;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
    font-weight: 600;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
    display: none;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    display: block;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    z-index: 9;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .sidebar_content_logo {
    margin-top: 30px;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .home.blog.is-blog .post-list .post-list-item .post-entry {
    margin: 0;
    height: 100%;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    width: 100%;
    margin: 0;
    height: 100%;
  }
  .home.blog.is-blog .post-list-wrapper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .is-blog.search.search-results .block.block-blog.block-recent-posts {
    display: block;
  }
  .is-blog.search.search-results .wp-sidebar .block.block-blog .block-title strong {
    color: #21293c;
    text-transform: uppercase;
    font-weight: 600;
  }
  .is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
    display: none;
  }
  .is-blog.search.search-results .block.block-blog.block-recent-posts .block-content ul li a {
    color: #abc24d;
    text-decoration: none;
  }
  .is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .search.search-results.is-blog .post-list .post-list-item .post-entry a:hover {
    text-decoration: none;
  }
  .search.search-results.is-blog ol.post-list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    height: auto;
  }
}
/*14-05-2021 blogs css and*/
/*mobile css blogs start*/
/*18-05-2021*/
.post-template-default.single-post.is-blog.page-layout-2columns-right .post-entry .vce-row-container .vce-col .vce-col-content figure .vce-single-image-inner .vce-single-image {
  position: relative !important;
}
.wordpress-post-view .vce-single-image-container .vce-single-image-inner .vce-single-image {
  position: static !important;
}
.wordpress-post-view .vce-row-container .vce-col-inner img.vce-single-image {
  position: static !important;
}
/*19-05-2021*/
.category-description .category-header span.catname {
  background-color: #abc24d;
  font-size: 20px;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0;
  display: block;
}
@media all and (max-width: 991px) {
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main .wp-sidebar {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0;
  }
}
/*18-05-2021*/
@media only screen and (max-width: 767px) {
  .post-template-default.single-post.is-blog.page-layout-2columns-right .post-entry .vce-row-container .vce-col .vce-col-content figure .vce-single-image-inner .vce-single-image {
    position: relative !important;
  }
  .wordpress-post-view .vce-single-image-container .vce-single-image-inner .vce-single-image {
    position: static !important;
  }
  .wordpress-post-view .vce-row-container .vce-col-inner img.vce-single-image {
    position: static !important;
  }
}
@media only screen and (max-width: 767px) {
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main .wp-sidebar {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar.needclass {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .post-list-wrapper .item .post-heading {
    max-width: 96%;
  }
  .post-template-default.single-post.is-blog.page-layout-2columns-right.wordpress-post-view .column.main {
    width: 100%;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /*19-05-2021*/
  .category-description .category-header span.catname {
    background-color: #abc24d;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
    display: block;
  }
}
.post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated:hover {
  color: #fff;
}
@media all and (max-width: 767px) {
  .post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated:hover {
    color: #fff;
  }
}
.additional-attributes-wrapper {
  display: none;
}
.description .additional-attributes-wrapper {
  display: block !important;
}
#additional .additional-attributes-wrapper {
  display: block !important;
}
#tab-label-additional {
  display: none !important;
}
.minicart-wrapper .counter .loading-mask {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.5);
}
.minicart-wrapper .counter .loading-mask .loader::before {
  font-size: 51px;
}
.minicart-wrapper .counter .loading-mask .loader::before {
  font-size: 51px;
  animation: in 2s linear 0s infinite normal;
}
@keyframes in {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 18px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 9px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 27px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 9px 9px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 22.5px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 9px 0;
  padding: 0 18px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 9px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 18px;
  max-width: 610px;
  overflow-y: auto;
  padding: 36px 18px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 18px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 18px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 18px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 27px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.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: #000000;
  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.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 9px;
  position: absolute;
  z-index: 10;
}
.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 {
  color: #e02b27;
  content: '*';
  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-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-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,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 18px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.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 {
  right: 27px;
  top: 9px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 18px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 4.5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 4.5px;
  padding-right: 4.5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -9px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 9px 36px 9px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 18px;
    top: 9px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\f804';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\f804';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher strong {
    font-size: 13px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.5px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    font-size: 1.3rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 13px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    background: none;
    box-shadow: none;
    color: #a4a4a4;
    margin-top: 10px;
    padding: 0;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .category .subscribe-popup {
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    margin: auto;
    width: 80%;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: inline-flex;
  }
  .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;
  }
  .mb-ajaxsuite-popup-wrapper {
    width: 580px;
    max-width: 96%;
    max-height: 96%;
    overflow-y: auto;
  }
  #mb-ajaxcart-wrapper .mb-message-successs {
    font-size: 1.2rem;
  }
  #mb-ajaxcart-wrapper .product-name {
    font-size: 14px;
    margin: 0;
    padding-left: 30px;
  }
  #mb-ajaxcart-wrapper .fieldset {
    padding-left: 15px;
  }
  .price-box.price-final_price {
    padding-left: 15px;
  }
  .swatch-opt {
    margin: 20px 0;
    padding-left: 15px;
  }
  .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;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 15px;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 15px 5px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 18px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 18px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 18px;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 36px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 4.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.5px 14px -1px -15px;
    padding: 4px 9px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #0088cc;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-wrapper {
    visibility: hidden;
    height: 0;
    margin-top: -999999em;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    z-index: 99;
    visibility: visible;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 36px;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 2;
    border-bottom: 1px solid #cccccc;
  }
  .filter.active .filter-title strong {
    right: 3px;
    left: auto;
    top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #c1c1c1;
    content: '\f819';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: transparent;
    z-index: 1;
    line-height: 32px;
  }
  .filter.active .filter-options {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #ffffff;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -9px 22.5px;
  }
  .filter-options-content {
    padding: 4.5px 9px;
  }
  .filter-no-options .filter-title:before {
    content: "";
    width: 100px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -40px;
    left: -15px;
  }
  .filter .filter-current {
    margin: 4.5px -9px 0;
    border: solid #cccccc;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    font-size: .9em;
    color: #c1c1c1;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f804';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 9px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #777777;
    display: block;
    padding: 4.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #0088cc;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 22.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 36px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  .mobile-sticky header.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  }
  .mobile-sticky .page-main {
    margin-top: 64px;
  }
  .page-header.header-newskin .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
    margin-right: -17px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart:before,
  .page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart {
    line-height: 40px;
  }
  .products-grid.wishlist {
    margin-bottom: 27px;
    margin-right: -9px;
  }
  .products-grid.wishlist .product-item {
    padding: 18px 9px 18px 18px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f816';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #0088cc;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-left: 0;
  }
  .history .thumb {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 18px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 18px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@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;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .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%;
  }
  .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;
  }
  .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 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-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;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .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 {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -9px 0;
    width: calc(100% + 2*9px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 9px;
  }
  .product-info-price > *:last-child {
    padding-right: 9px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 9px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 18px -15px 15px;
    padding: 18px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 32px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 27px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #0088cc;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 22.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 22.5px -9px;
  }
  .table-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 {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 36px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .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;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-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 + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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;
  }
  .amcart-minipage-wrap .amcart-message-box {
    margin: 0 auto;
    max-width: initial;
    padding-bottom: 13px;
    position: relative;
    width: 400px;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    border-radius: 0 0 7px 7px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .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;
  }
}
/* 
 *  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;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  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_GB/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-controls .disabled {
    display: none;
}
.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_GB/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_GB/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_GB/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_GB/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_GB/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_GB/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'; } /* '' */


.porto-new-icon-category-home:before { content: '\e900'; }
.porto-new-icon-category-motors:before { content: '\e901'; }
.porto-new-icon-category-music:before { content: '\e902'; }
.porto-new-icon-category-gifts:before { content: '\e903'; }
.porto-new-icon-category-electronics:before { content: '\e904'; }
.porto-new-icon-category-fashion:before { content: '\e905'; }
.porto-new-icon-category-hot-deals:before { content: '\e906'; }
.porto-new-icon-tag-percent:before { content: '\e907'; }
.porto-new-icon-joystick:before { content: '\e908'; }
.porto-new-icon-category-furniture:before { content: '\e909'; }
.porto-new-icon-category-garden:before { content: '\e90a'; }
.porto-new-icon-category-lanterns-lighting:before { content: '\e90b'; }
.porto-new-icon-category-mechanics:before { content: '\e90c'; }
.porto-new-icon-category-motorcycles:before { content: '\e90d'; }
.porto-new-icon-category-sound-video:before { content: '\e90e'; }
.porto-new-icon-category-steering:before { content: '\e90f'; }
.porto-new-icon-category-external-accessories:before { content: '\e910'; }
.porto-new-icon-category-fluids:before { content: '\e911'; }
.porto-new-icon-category-internal-accessories:before { content: '\e912'; }
.porto-new-icon-category-chains:before { content: '\e913'; }
.porto-new-icon-category-frames:before { content: '\e914'; }
.porto-new-icon-category-pedals:before { content: '\e915'; }
.porto-new-icon-category-saddle:before { content: '\e916'; }
.porto-new-icon-category-tools:before { content: '\e917'; }
.porto-new-icon-search-4:before { content: '\e918'; }
.porto-new-icon-secure-payment:before { content: '\e919'; }
.porto-new-icon-user-2:before { content: '\e91a'; }
.porto-new-icon-wishlist-2:before { content: '\e91b'; }
.porto-new-icon-gift-2:before { content: '\e91c'; }
.porto-new-icon-edit:before { content: '\e91d'; }
.porto-new-icon-chef:before { content: '\e91e'; }
.porto-new-icon-smiling-girl:before { content: '\e91f'; }
.porto-new-icon-tshirt:before { content: '\e920'; }
.porto-new-icon-boy-broad-smile:before { content: '\e921'; }
.porto-new-icon-smiling-baby:before { content: '\e922'; }
.porto-new-icon-bars:before { content: '\e923'; }@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:swap;src:url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:swap;src:url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:swap;src:url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Smartwave/porto/en_GB/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* The issue with a blurred text was fixed */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;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;-webkit-transform:translate(0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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_GB/Amasty_Cart/css/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.tooltipster-base{position:absolute;display:flex;pointer-events:none}.tooltipster-box{flex:1 1 auto}.tooltipster-content{overflow:auto;box-sizing:border-box;max-width:100%;max-height:100%}.tooltipster-ruler{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transition-property:transform;transform:scale(0,0);-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.tooltipster-swing{opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);transform:rotateZ(4deg)}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}.tooltipster-fall{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:top;-moz-transition-property:top;-ms-transition-property:top;-o-transition-property:top;transition-property:top}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{top:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}.tooltipster-slide{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:left;-moz-transition-property:left;-ms-transition-property:left;-o-transition-property:left;transition-property:left}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{border:2px solid #000;border-radius:4px;background:#565656}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{padding:6px 14px;line-height:18px}.tooltipster-sidetip .tooltipster-arrow{position:absolute;overflow:hidden}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{top:0;right:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{top:0;left:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{position:absolute;width:0;height:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:3px;left:0;border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{top:0;left:-3px;border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{top:0;left:3px;border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:-3px;left:0;border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-border{top:-4px;left:2px;width:8px;height:8px;background:#000;transform:rotate(45deg)}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{margin-left:-6px;width:12px;height:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{margin-top:-6px;margin-left:0;width:6px;height:12px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{top:8px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{top:-4px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Smartwave/porto/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
.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-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}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;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;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-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 .owl-carousel{display:block}.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 .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_GB/Magetop_Brand/css/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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{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;height:100%;width:100%}.owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-nav .disabled{opacity:.5;cursor:default}.owl-nav.disabled+.owl-dots{margin-top:10px}.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.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-dots .owl-dot{display:inline-block;zoom:1}.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}.brand-widget .owl-carousel ul,
.brand-widget .owl-carousel li
{
	list-style: none;
}

.brand-widget .owl-carousel {
	width: auto !important;
	margin-left: -9px;
	margin-right: -9px;
}
.brand-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.brand-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.brand-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.brand-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.brand-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.brand-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.brand-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.magetop-brandlist .brandlist .brand-item{
	height: 70px;
}
.magetop-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}
.magetop-brandlist .toolbar-products .pages{display: block;}/* Contdonwn */

.sw-dailydeal-wrapper {
    padding: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.sw-dailydeal {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0,136,204,0.7);
    width: 100%;
    z-index: 5;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1;
    padding: 9px 9px 11px;
    text-align: center;
}

.sw-dailydeal .number {
    display: inline-block;
    vertical-align: middle;
}

.sw-dailydeal p {
    margin: 0;
}

.sw-dailydeal .line {
    display: none;
}

.sw-dailydeal .caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -3px;
}

.sw-dailydeal .dailydeal-label {
    display: inline-block;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: 400;
}

.catalog-product-view .sw-dailydeal-wrapper {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.catalog-product-view .sw-dailydeal {
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.catalog-product-view .sw-dailydeal .dailydeal-label {
    display: block;
    color: #21293c;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #08c;
    display: inline-block;
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.catalog-product-view .sw-dailydeal .caption {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 11px;
}

.catalog-product-view .sw-dailydeal .number {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 6px;
}

.catalog-product-view .sw-dailydeal-wrapper:after {
    content: '';
    display: table;
    clear: both;
}.attributepages-grid-wrapper { margin: 0 0 10px; }
.attributepages-grid-wrapper li.item { padding: 0 1% !important; float: left; width: 98%; margin: 0 0 5px; }
.attributepages-grid-wrapper .attributepages-title { font-size: 13px; text-decoration: none; }
.attributepages-grid-wrapper .attributepages-title:hover { text-decoration: underline; }
.attributepages-grid-wrapper .option-image { width: auto; height: auto; border: none; margin: 0; padding: 0; text-align: center; }
.attributepages-grid-wrapper img,
.attributepages-grid-wrapper .option-image img { width: auto; max-width: 100%; height: auto; }

/* Link mode */
.attributepages-grid-wrapper .mode-image li.item { padding: 10px 1% !important; text-align: center; }

.attributepages-cols-2 li.item { width: 48% !important; }
.attributepages-cols-3 li.item { width: 31.3% !important; }
.attributepages-cols-4 li.item { width: 23% !important; }
.attributepages-cols-5 li.item { width: 18% !important; }
.attributepages-cols-6 li.item { width: 14.6% !important; }
.attributepages-cols-7 li.item { width: 12.2% !important; }
.attributepages-cols-8 li.item { width: 10.5% !important; }

/* Anchor for grouped option list */
.attributepages-options-group { margin: 0 0 15px; }
.attributepages-options-group:last-child { margin: 0; }
.attributepages-options-group-title {
    border-bottom: 1px solid #e4e4e4;
    color: #555;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 7px;
    position: relative;
    text-transform: uppercase;
}
.attributepages-options-anchor {
    top: 0;
    left: -20px;
    cursor: pointer;
    display: block;
    padding-left: 10px;
    padding-right: 6px;
    position: absolute;
    text-decoration: none;
}
.attributepages-options-anchor span {
    display: none;
    color: #585a5d;
    font-size: 13px;
}

/* block styles */
.attributepages-block .block-title { font-size: 18px; background: #fff; }
.attributepages-block .block-content { padding: 5px 7px; }
.block .attributepages-grid-wrapper,
.nav-dropdown .attributepages-grid-wrapper { margin: 0; }

/* Slider block */
.attributepages-slider-content { padding: 0 10px; }

/* std styles rest */
.list-attributepages-otions-grouped { margin: 0; padding: 0; list-style: none; }
.attributepages-grid { margin: 0; padding: 0; list-style: none; }

/* third-party extensions integration */
.nav-dropdown .attributepages-grid-wrapper { padding: 5px; }

/* product and category pages */
.list-attributepages { margin: 5px 0; padding: 0; }
.list-attributepages li { display: inline-block; max-width: 100%; }
.list-attributepages img { display: inline; vertical-align: middle; }
.attributepages-parent-link { font-size: 0.85em; }

/* helper classes */
.list-block li { display: block; }
.list-attributepages.a-center { text-align: center; }
.list-attributepages.clear { clear: both; }
.hidden-label .attributepages-parent-title { display: none; }

/* category listing */
.products-grid .list-attributepages {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
}
.products-list .list-attributepages,
.products-grid .list-attributepages { clear: left; }

@media (max-width: 480px) {
    .products-grid .list-attributepages {
        margin: 5px;
    }
}

.attributepages-grid,
.list-attributepages { zoom: 1; }
.attributepages-grid:after,
.list-attributepages:after { content: '.'; clear: both; display: block; visibility: hidden; height: 0; font-size: 0; }
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
#banner-slider-demo-23 {
  background-color: #839E47 !important;
}
.owl-carousel .owl-item img {
  position: relative;
}
#banner-slider-demo-23 .container {
  position: relative;
}
#banner-slider-demo-23 .container::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 500;
  left: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#839e47+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #839e47 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #839e47 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #839e47 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#839e47', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}
#banner-slider-demo-23 .container::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 500;
  right: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,839e47+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #839e47 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #839e47 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #839e47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#839e47', GradientType=1);
  /* IE6-9 */
}
.homepage-bar i.porto-icon-shipping,
.homepage-bar i.porto-icon-pound,
.homepage-bar i.porto-icon-ok {
  color: #abc24d;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
.owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  font-size: 40px !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.slide-content .lft {
  background-color: #abc24d;
  color: white;
  width: 200px;
  height: 105px;
  margin-right: 5px;
  text-align: left;
  padding: 10px;
  font-size: 1em;
  font-weight: normal;
}
.slide-content .lft {
  color: white;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  float: left;
}
.slide-content .lft .line2 {
  font-size: 3.25em;
  margin: 0px 0 -6px -2px;
}
.slide-content .lft .line2 span {
  font-size: 0.7em;
}
.slide-content .rgt {
  background-color: rgba(248, 245, 240, 0.8);
  color: #666;
  width: 390px;
  height: 105px;
  font-size: 1.25em;
  font-weight: 400;
  text-align: left;
  padding: 25px 20px 25px 30px;
  line-height: 22pt;
  float: left;
}
.slide-content {
  height: 339px;
  padding-top: 120px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width: 610px;
  margin: 0 auto;
  display: inline-block;
  left: 0;
  right: 0;
}
.homepage-bar {
  background-color: #f6f6f6 !important;
}
.usp-popup {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #abc24d;
  box-shadow: 0px 1px 5px #bbb;
  position: absolute;
  bottom: 100%;
  width: 300px;
  z-index: 1;
}
.homepage-bar .text-area {
  position: relative;
}
.homepage-bar .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.usp-popup p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 5px;
}
.homepage-bar .text-area .usp-popup {
  display: none;
}
.homepage-bar .text-area:hover .usp-popup {
  display: block;
}
.homepage-bar .text-area > h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #666;
  cursor: help;
  text-transform: uppercase;
  padding: 5px 0;
}
.homepage-bar .text-area h3 span {
  font-weight: 700;
}
.products-grid .product-items .product-item .product-image-photo {
  height: 131px;
  width: 131px;
}
.block-products-list .products-grid .product-items .product-item {
  margin: 0 0 35px 0 !important;
  min-height: 320px;
  padding: 0 10px !important;
}
.products-grid .product-item .product-item-details .product-item-name {
  white-space: normal !important;
}
/* 21-08-2020 */
.page-layout-1column .block.widget .products-grid .product-item {
  margin-left: 2%;
  width: 100% !important;
  border: 1px solid #abc24d;
  padding: 15px 10px !important;
  box-shadow: 0px 5px 6px #dfdfdf;
  min-height: 350px;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #fff !important;
  background-color: #abc24d !important;
  border-color: #abc24d !important;
}
.block.widget.block-products-list.grid {
  border-top: none;
}
.block.widget.block-products-list.grid .block-title strong {
  color: #222529;
  font-size: 30px;
  position: relative;
}
.block.widget.block-products-list.grid .block-title strong::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #abc24d;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  border: 0;
  background-color: #839e47 !important;
  line-height: 34px;
  color: #fff !important;
}
.action.primary,
.action.primary:hover,
.modes-mode.active,
.modes-mode:hover,
.pages strong.page,
.pages .action:hover,
.pages a.page:hover,
.fotorama__nav .fotorama__thumb-border,
button:hover,
.action.primary:focus,
.action.primary:active,
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.filter-toggle.active,
i.ajax-loader,
.swatch-option.selected,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover,
.swatch-option:not(.disabled):hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
  border-color: #839e47 !important;
}
.action.primary,
.action.primary:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.recent-posts .post-date .month,
.footer-ribbon,
.filter-options-title:hover::after,
.modes-mode.active,
.modes-mode:hover,
.pages strong.page,
.pages .action:hover,
.pages a.page:hover,
button:hover,
.action.primary:focus,
.action.primary:active,
.btn-primary,
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"],
.btn-default,
.cms-index-index blockquote.testimonial,
.btn-default:hover,
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.post-holder .post-date .month,
.page-header.type8 .header.content,
.page-header.type8.header-newskin .header.content,
.page-header.type11 .navigation li.level0.active,
.iwd-summary-cart,
#ln_slider_price .ui-slider-handle,
.filter-toggle.active,
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2,
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span::before,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.products-grid.divider-line .product-item-details .product-item-actions .tocart,
.products-grid .product-item-details .product-item-actions .actions-secondary:hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
.product-item-info.type7 .product-item-inner .product-item-actions > .action:hover,
.product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type9 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.product-item-info.type9 .product-item-inner .product-item-actions > .action:hover,
.sw-dailydeal,
.catalog-product-view .sw-dailydeal .number-wrapper {
  background-color: #839e47 !important;
}
.stock.unavailable {
  background-color: #afbb7e;
  text-transform: uppercase;
  font-size: 12.53px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 30px;
  border-color: #afbb7e;
  padding: 1px 10px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: table;
  z-index: 9999;
  left: 0;
  right: 0;
}
.garybgbox {
  background-color: #abc24d;
  padding: 50px 0;
}
.garybgbox .innercontentsbox h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}
.garybgbox .innercontentsbox p {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  font-weight: 200;
  margin: 15px 0;
}
.garybgbox .innercontentsbox p strong {
  color: #fff;
}
#mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #08c;
  font-size: 20px;
  text-shadow: none;
  margin: 0 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #abc24d;
  color: #fff !important;
}
#reviewscoukWidget {
  border: 3px solid #9aaf45;
  margin: 0 0 20px;
}
#mostpopular .owl-theme .owl-controls {
  text-align: left;
}
#mostpopular .owl-controls .owl-nav .owl-prev {
  left: -60px;
  position: absolute;
  top: 40%;
}
#mostpopular .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  top: 40%;
}
.block.widget.block-products-list.grid .block-title {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 auto 55px auto;
  transform: translate(0, -55%);
  background: #fff;
}
.green_bg_box > .container {
  margin-top: 0px !important;
  padding: 30px 15px 10px !important;
}
.home-brands .content ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
  display: table;
  /* width: 100%; */
}
.home-brands .content ul li {
  margin: 0 8px;
  list-style: none;
  padding: 0;
  width: 250px;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}
.home-brands .content ul li a {
  background-color: #abc444;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px 0;
  text-decoration: none;
  border-radius: 0;
}
.page-footer .footer-bottom {
  background-color: #f6f6f6;
}
.page-footer .footer-bottom,
.footer-bottom p {
  color: #666;
}
.home-brands .content ul li a > img {
  margin-bottom: 10px;
}
.home-brands .content > h2 {
  color: #222529;
  font-size: 30px;
  position: relative;
  text-align: center;
  margin: 40px 0 60px;
  font-weight: bold;
}
.home-brands .content > h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #abc24d;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.home-brands .content > p {
  display: block;
  text-align: center;
  margin: 40px;
}
.home-brands .content > p > a {
  color: #fff;
  background-color: #abc24d;
  border-color: #abc24d;
  text-decoration: none;
  padding: 10px 20px;
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
.home-brands .content > p > a:hover {
  background-color: #839e47;
  border-color: #839e47;
}
/* 24-08-2020 */
.cms-index-index .home-banner1 .porto-ibanner-desc,
.cms-index-index .porto-ibanner .porto-ibanner-desc,
.cms-index-index .home-banner2 .porto-ibanner-desc {
  align-items: inherit;
  justify-content: inherit;
  text-align: justify;
  margin: 0;
  display: inline-block;
  clear: both;
  padding: 0;
}
.cms-index-index .porto-ibanner-content,
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
  background: -moz-linear-gradient(top, #abc24e 0%, rgba(0, 0, 0, 0.57) 43%, rgba(171, 194, 78, 0) 100%);
  background: -webkit-linear-gradient(top, #abc24e 0%, rgba(0, 0, 0, 0.57) 43%, rgba(171, 194, 78, 0) 100%);
  background: linear-gradient(to bottom, #abc24e 0%, rgba(0, 0, 0, 0.57) 43%, rgba(171, 194, 78, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abc24e', endColorstr='#00abc24e', GradientType=0);
  color: #fff;
  width: 100%;
  padding: 12px;
  min-height: 140px;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
  background: -moz-linear-gradient(top, rgba(171, 194, 78, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #abc24e 100%);
  background: -webkit-linear-gradient(top, rgba(171, 194, 78, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #abc24e 100%);
  background: linear-gradient(to bottom, rgba(171, 194, 78, 0) 0%, rgba(0, 0, 0, 0.54) 54%, #abc24e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00abc24e', endColorstr='#abc24e', GradientType=0);
  color: #fff;
  width: 100%;
  padding: 40px 12px 12px;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
  top: auto;
  bottom: 0;
}
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
  top: 0;
  bottom: auto;
}
.cms-index-index .porto-ibanner-desc h2 {
  font-size: 20px;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 40px;
}
.cms-index-index .porto-ibanner .porto-ibanner-content h4,
.cms-index-index .porto-ibanner-desc h4 {
  color: #fff;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 28px;
  margin: 0;
  letter-spacing: 0.50px;
  margin-bottom: 0;
  font-weight: 500;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}
.cms-index-index .home-banner3 .porto-ibanner-desc h2 {
  font-weight: 500;
}
.cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
.cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
  font-size: 20px;
  text-align: left;
}
.page-header.type21 .custom-block,
.page-header.type21 .header-main-left {
  display: none;
}
.custom-block .myaccontbox {
  display: inline-block;
  vertical-align: middle;
}
.custom-block .headersocilicons {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.custom-block .headersocilicons a.telephone {
  color: #abc24d !important;
  font-size: 22px;
}
.custom-block .headersocilicons .social-icons-header a {
  font-size: 14px;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}
.footer .social-icons a[title="Google+"]:hover,
.custom-block .headersocilicons .social-icons-header a[title="Google+"]:hover {
  background-color: #d44837;
  color: #fff;
}
.footer .social-icons a[title="Pinterest"]:hover,
.custom-block .headersocilicons .social-icons-header a[title="Pinterest"]:hover {
  background-color: #df0022;
  color: #fff;
}
.footer .social-icons a[title="Instagram"]:hover,
.custom-block .headersocilicons .social-icons-header a[title="Instagram"]:hover {
  background: #e4001e;
  background: -moz-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
  background: -webkit-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
  background: linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4001e', endColorstr='#b801a0', GradientType=1);
  color: #fff !important;
}
.custom-block .headersocilicons .social-icons-header a[title="Facebook"]:hover {
  background-color: #3b5a9a;
  color: #fff;
}
.custom-block .headersocilicons .social-icons-header a[title="Twitter"]:hover {
  background-color: #1aa9e1;
  color: #fff;
}
.page-header.type21 .sw-megamenu.navigation > ul {
  text-align: left !important;
}
.left.leftsectionnimg img,
.left.leftsectionnimg a {
  display: block;
  margin: 6px 0;
}
/* 25-08-2020 */
.category-description .category-header > img {
  min-width: 100%;
}
/* .category-description .category-header h1 {
	  background-color: #abc24d;
	  font-size: 20px;
	  padding: 8px;
	  color: #fff;
	  font-weight: 500;
	  margin: 0 0 20px 0
  } */
.category-description .category-header h1 {
  background-color: #abc24d;
  font-size: 20px;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.category-description .sub-category-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #666;
  margin: 15px auto 5px;
  text-transform: capitalize;
}
.category-description .sub-category-header p {
  color: #abc24d;
}
.wide_column_fix .widecolumn_title_inner > span,
.widecolumn_alignright .widecolumn_title > span {
  display: none;
}
.custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-item-name_title {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0 0 0;
  font-weight: 400;
  color: #222329;
}
.custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-image a img {
  height: 130px;
  width: auto;
  margin: 0 auto;
  display: table;
}
.custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .view_more > a {
  display: none;
}
.category-water-features .block-category-list .block-title,
.category-water-features .sidebar > .block.filter .options dt {
  padding: 10px 15px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #abc24d;
  background-color: #abc24d;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  display: block;
  text-decoration: none;
  color: #fff;
}
.category-water-features .block-category-list .block-content,
.category-water-features .sidebar > .block.filter .options dd {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #abc24d;
  border-top: 0;
  border-radius: 0;
  background-color: #fbfbfb;
}
.custm_cateogry_collections .product.details.product-item-detailsnew:hover {
  box-shadow: none;
}
#maincontent .rmv-side-bar .sidebar > .block.filter .item .count {
  font-size: 11px;
  margin-left: 5px;
  background-color: #abc24d;
  color: #fff;
  padding: 2px 5px;
  border-radius: 20px;
  height: 16px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
}
#maincontent .block-category-list .block-content ol li.item,
#maincontent .sidebar > .block.filter ol li.item {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #eaeaea;
}
#maincontent .block-category-list .block-content ol li.item:last-child,
#maincontent .sidebar > .block.filter ol li.item:last-child {
  border-bottom: none !important;
}
#layered-filter-block {
  border: 1px solid #abc24d;
  padding: 7px 10px;
  background-color: #fbfbfb;
}
#layer-product-list .modes .modes-mode {
  width: 26px !important;
  line-height: 26px;
}
.block-category-list .block-content,
.filter-options-content {
  padding: 10px 10px 15px 10px !important;
}
#layer-product-list .products .filterproducts.products .item.product.product-item {
  border: 1px solid #abc24d;
  margin: 0 5px 20px;
  width: 23.77%;
  min-height: 380px;
}
#layer-product-list .products .filterproducts.products .item.product.product-item .product.details.product-item-details .price-box {
  margin: 8px 0 3px;
}
#layer-product-list .products .filterproducts.products .item.product.product-item .product-item-details {
  padding-bottom: 0px;
}
/* 26-08-2020 */
.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: 12px;
  color: #434d53;
  text-transform: capitalize;
  font-weight: 500;
}
.ui-menu-item .menu-thumb-img a img {
  height: 80px;
  width: auto;
}
.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: 12px;
  font-weight: 500;
  margin: 1px 0 4px;
  color: #434d53;
}
.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
  width: 15% !important;
  text-align: center;
  border: 1px solid #f0f0f0;
  margin: 5px;
}
/* 27-08-2020 */
.sidebar.sidebar-additional .widget.block.block-static-block {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area h3 span {
  font-weight: 600;
}
.widget.block.block-static-block .sidebar_content > img,
.widget.block.block-static-block .sidebar_content > a {
  display: block;
  margin: 10px 0;
}
.widget.block.block-static-block .sidebar_content {
  margin-top: 30px;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area {
  position: relative;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup {
  display: none;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
  display: block;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.sidebar.sidebar-main .block-category-list .block-title,
.sidebar.sidebar-main > .block.filter .options dt {
  padding: 10px 15px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #abc24d;
  background-color: #abc24d;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidebar.sidebar-main .block-category-list .block-content,
.sidebar.sidebar-main > .block.filter .options dd {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #abc24d;
  border-top: 0;
  border-radius: 0;
  background-color: #fbfbfb;
}
.page-layout-2columns-left .sidebar-additional {
  display: block !important;
}
.delivery_info ul.delivery-grid {
  list-style: none;
  clear: both;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.delivery_info ul.delivery-grid li {
  width: 30%;
  float: left;
  margin: 10px;
}
.delivery_info ul.delivery-grid li > img {
  padding: 4px;
  border: 1px solid #ececec;
}
.product.info .delivery_info h3 {
  font-size: 24px;
  color: #222529;
  margin: 20px 0;
}
/* 31-08-2020 */
.product.info.detailed .product_content {
  width: 25%;
  float: left;
  margin-right: 22px !important;
}
.product.info.detailed .product.data.items {
  float: right;
  width: 72%;
}
.product.info.detailed .product_content {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.product.info.detailed {
  margin-bottom: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area h3 span {
  font-weight: 600;
}
.product.info.detailed .product_content .sidebar_content_logo > img,
.product.info.detailed .product_content .sidebar_content_logo > a {
  display: block;
  margin: 10px 0;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  display: block;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup {
  display: none;
}
.product.info.detailed .product_content .sidebar_content_logo {
  margin: 5px 0 0 0;
  clear: both;
  display: inline-block;
}
#calculator.calculator h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
#calculator.calculator .dimensions {
  display: inline-block;
  clear: both;
  width: 100%;
}
#calculator.calculator .dimensions .left {
  width: 48%;
  float: left;
}
#calculator.calculator .dimensions .right {
  float: right;
  width: 48%;
}
#calculator.calculator .button > button.button,
#calculator.calculator .results .addto button.button.add {
  color: #fff;
  background-color: #abc24d;
  border-color: #abc24d;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 30px;
}
#calculator.calculator {
  background-color: #666;
  color: #fff;
  padding: 20px;
}
#calculator.calculator img {
  margin: 10px auto;
  display: table;
}
#calculator.calculator .dimensions .field {
  margin: 0 0 10px 0;
}
#calculator.calculator .button {
  margin: 0 0 5px 0;
}
.custm_cateogry_collections .product.details.product-item-detailsnew {
  width: 23% !important;
  float: left;
  border: 1px solid #abc24d;
  padding: 10px;
  margin: 0 7px 20px 7px;
  min-height: 220px;
  box-shadow: 0px 5px 6px #dfdfdf;
}
.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(6n+1) {
  clear: both !important;
}
.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
  clear: none !important;
}
#calculator.calculator .results,
#calculator.calculator .result_quantity,
#calculator.calculator .disclaimer {
  display: none;
}
.product-add-form a.view-sizes {
  background-color: #f4f4f4;
  text-decoration: none;
  padding: 10px;
  color: #4d4d4d;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border: 1px solid #e3e3e3;
}
.product-add-form a.view-sizes.acive {
  color: #fff;
  border: 1px solid #abc24d;
  background-color: #abc24d;
}
.product-add-form a.view-sizes.acive::after {
  position: absolute;
  content: ">";
  right: 10px;
  font-size: 30px;
  top: 2px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.product-add-form a.view-sizes::after {
  position: absolute;
  content: ">";
  right: 10px;
  font-size: 30px;
  top: 2px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.variations .buy .actions .customcart {
  color: #fff !important;
  background-color: #abc24d !important;
  border-color: #abc24d !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
}
.variations .quantity > label {
  text-align: center;
  font-size: 12px;
  margin: 0px 0 2px 0;
  display: block;
  width: 100%;
}
.variations .quantity .qtys {
  width: 55px;
  padding: 1px;
  float: right;
  height: 26px;
}
table.variations tr th {
  display: none;
}
table.variations tr {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff;
}
table.variations tr > td {
  padding: 8px 6px;
  vertical-align: middle;
  font-size: 15px;
}
table.variations tr > td.description {
  padding-left: 60px;
  font-size: 14px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
table.variations tr > td.description.bulk-bag {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bulk-bag.png);
}
table.variations tr > td.description.send-me-a-sample {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/sample.png);
}
table.variations tr td.price {
  font-weight: 600;
}
table.variations {
  margin: 10px 0 0 0;
}
#calculator.calculator .result_quantity > span {
  font-weight: 500;
}
#calculator.calculator .results {
  margin: 10px 0 0;
  background-color: #fff;
  padding: 0px;
  border-radius: 0px;
}
#calculator.calculator .results .text {
  display: inline-block;
  background-color: #abc24d;
  padding: 2px 10px;
}
#calculator.calculator .quantity_type {
  display: inline-block;
  color: #000;
}
#calculator.calculator .results .addto {
  margin-top: 0;
  float: right;
}
#calculator.calculator .results .addto button.button.add {
  height: 31px;
  font-size: 13px;
  text-transform: capitalize;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
#calculator.calculator .disclaimer {
  background: transparent;
  padding: 0;
  font-size: 10px;
  text-align: right;
  color: #b5b5b5;
  width: 100%;
  margin: 0;
  clear: both;
}
#calculator .results .quantity_type span.bulk-bag {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bulk-bag.png);
}
#calculator .results .quantity_type span {
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 35px;
  background-size: 22%;
  overflow: visible;
  font-weight: 400;
}
#calculator .results .quantity_type {
  color: #666;
  padding: 0px 0 0 20px;
}
.product-add-form .disclaimer_info {
  display: none;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #EFE7E0;
  color: #9B724A;
  margin: 6px auto 5px;
  width: 100%;
  font-weight: 300;
  font-size: 9px;
}
#mb-ajaxsuite-popup-wrapper {
  background-color: #fff !important;
}
#mb-ajaxsuite-popup-wrapper .block.upsell {
  margin-bottom: 0;
  margin-top: 40px;
  width: 90%;
  margin: 30px auto 10px;
}
#mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 30px 0 0;
  font-weight: 400;
}
#mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success > strong {
  color: #839e47 !important;
  font-weight: 600;
}
#mb-ajaxsuite-popup-wrapper .success-content h3.mb-message-successs {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin: 0;
}
#mb-ajaxsuite-popup-wrapper .success-content h2.product-name {
  font-size: 14px;
  font-weight: 400 !important;
  margin: 10px 0 0;
}
#mb-ajaxsuite-popup-wrapper .success-content .photo.image {
  border: 1px solid #f4f4f4;
  padding: 2px;
}
#mb-ajaxsuite-popup-wrapper .ajaxcart-message-cartinfo .price {
  font-size: 20px;
  font-weight: 600;
}
.ajaxcart-buttons.ajaxsuite-buttons {
  border-top: 1px solid #ececec;
  padding-top: 10px;
}
#mb-ajaxsuite-popup-wrapper.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2;
  margin-top: 5px;
}
.product-add-form td.full-pallet {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/full-pallet.png);
}
.product-add-form td.half-pallet {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/half-pallet.png);
}
.product-add-form td.qtr-pallet {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/qtr-pallet.png);
}
.product-add-form td.sample {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/sample.png);
}
.product-add-form td._40-rolls,
.product-add-form td._30-rolls,
.product-add-form td._20-rolls,
.product-add-formp td._10-rolls {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/turf-roll.png);
}
.product-add-form td._50-rolls {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/turf-pallet.png);
}
.product-add-form td.crate {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/cage-pallet.png);
}
.product-add-form td.edge_natural {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-natural.png);
}
.product-add-form td.edge_brown {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-brown.png);
}
.product-add-form td.edge_green {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-green.png);
}
.product-add-formp td.edge_black {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-black.png);
}
.product-add-form td.edge_silver {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-silver.png);
}
.product-add-form td.green {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-green.png);
}
.product-add-form td.black {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-black.png);
}
.product-add-form td.blue {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-blue.png);
}
.product-add-form td.brown {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-brown.png);
}
.product-add-form td.granite {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-granite.png);
}
.product-add-form td.purple {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-purple.png);
}
.product-add-form td.redwood {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-redwood.png);
}
.product-add-form td.terracotta {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-terracotta.png);
}
.product-add-form td.small-tub,
.product-add-form td.large-tub {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tub.png);
}
.product-add-form td.bag {
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bag.png);
}
.bulk-delivery.desktop {
  display: block;
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_normal.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
}
.product.description .bulk-delivery.mobile {
  display: none;
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_mobile.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 176px;
  margin-bottom: 10px;
}
.product-info-price .price-box .price-container .price,
.product-info-main .product-info-price .price-wrapper .price,
.product-info-price .price-box .price-container .price {
  color: #abc24d !important;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  background-color: transparent;
  font-family: inherit;
  color: #777;
}
/* .product-options-wrapper,.product-add-form .product-options-bottom{display:none} */
.product-options-wrapper,
.product-add-form .product-options-bottom {
  display: block !important;
}
.onlyconfigurable {
  display: none;
}
.custom_route-index-index .page-main h1.page-title,
.custom_route-index-index .column.main .signature a {
  display: none;
}
.custom_route-index-index .column.main .col-bss-2 ul li a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
}
.custom_route-index-index .column.main .col-bss-2 ul {
  margin: 0px;
  padding: 0 0 0 15px;
}
.custom_route-index-index .col-bss-2 h3.bss_product_list > a {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  white-space: normal;
}
.custom_route-index-index .col-bss-2 h3.bss_product_list > a:hover,
.custom_route-index-index .column.main .col-bss-2 ul li a:hover {
  color: #abc24d;
}
.custom_route-index-index .col-bss-1 .col-bss-2 > .bss_h2 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 15px !important;
}
.custom_route-index-index .col-bss-1 .col-bss-2 .bss_h3 {
  width: 100%;
  float: none;
  font-size: 14px;
  color: #000;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
  font-weight: 500;
}
.page-layout-3columns.custom_route-index-index .column.main {
  width: 70%;
}
.sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
  z-index: 9;
}
.custom_route-index-index .col-bss-1 .col-bss-2 {
  width: 48%;
  float: left;
}
.custom_route-index-index .col-bss-1 .col-bss-2 + .col-bss-2 {
  float: right;
}
.custom_route-index-index .col-bss-1 .col-bss-2 > .bss_h2 {
  font-size: 20px;
  color: #abc444;
}
.custom_route-index-index .col-bss-1 .col-bss-2 .bss_h3 {
  font-size: 17px;
  color: #000;
}
.custom_route-index-index .column.main .col-bss-2 ul > li > a {
  color: #abc444;
  font-size: 16px;
  font-weight: bold;
  clear: both;
  margin-top: 17px;
  display: inline-block;
}
.custom_route-index-index .column.main .col-bss-2 ul ul li a {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.checkout-cart-index .page-wrapper .page-main .page-title-wrapper .page-title > span,
.customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title > span,
.customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title > span,
.customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title > span {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.customer-account-create .form-create-account .fieldset.create.info .legend,
.customer-account-create .form-create-account .fieldset.create.account .legend {
  color: #777;
  font-weight: 500;
}
.checkout-cart-index .cart.table-wrapper .cart.items.table .product-item-details .product-item-name > a,
.checkout-cart-index .cart.table-wrapper .cart.items.table .subtotal .price-excluding-tax .cart-price .price,
.checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-edit::before,
.checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-delete::before,
.cart-discount #block-discount-heading,
.cart-summary .checkout.methods.items a.action.multicheckout,
.login-container .form-login .login .actions-toolbar .secondary a.action.remind {
  color: #abc24d;
}
.page-header,
.minicart-wrapper .block-minicart,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover,
.authentication-dropdown,
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage,
.featured-box .box-content,
.history .featured-box .box-content,
.form.search.advanced,
.homepage-grid-banner .ribbon::before,
.cms-index-index .testimonial-arrow-down,
#newsletter_popup,
.iwd-one-page-checkout-sidebar .iwd-opc-block-summary,
.block-header-customer-login,
.mfp-preloader,
.ln_overlay .loader {
  border-top-color: #839E47 !important;
}
.bulk-delivery.desktop {
  display: block;
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_normal.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
}
.product.description .bulk-delivery.mobile {
  display: none;
  background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_mobile.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 176px;
  margin-bottom: 10px;
}
.page-wrapper .page-main .page-title span.base {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.page-wrapper .page-main .columns ul.delivery-grid {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  clear: both;
  width: 100%;
  text-align: center;
}
.page-wrapper .page-main .columns ul.delivery-grid li {
  width: 28%;
  display: inline-block;
  text-align: center;
}
.page-wrapper .page-main .columns ul.delivery-grid li > img {
  padding: 4px;
  border: 1px solid #ececec;
}
.contact-index-index .page-main .columns .column.main .row .col-md-12 p:first-child b {
  display: none;
}
.contact-index-index .page-title-wrapper {
  display: block !important;
}
.contact-index-index .page-main .columns .column.main .row .col-md-12 p > a {
  color: #839e47;
}
.contact-index-index .page-main .columns .column.main .row .col-md-12 p,
.cms-delivery .page-main .columns .column.main p {
  line-height: 22px;
  color: #777;
}
.cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
  font-size: 22px;
  font-weight: 500;
}
.cms-terms-and-conditions .page-main .columns .column.main h3 > strong {
  font-size: 16px;
  font-weight: 600;
}
.cms-terms-and-conditions .page-main .columns .column.main p {
  line-height: 22px;
  color: #777;
}
.cms-terms-and-conditions .page-main .columns .column.main h3 > strong > img {
  margin: 0 auto;
  display: table;
}
.cms-links-policy .page-main .column.main p a,
.checkout-cart-index .page-main .column.main .cart-empty p a,
.cms-privacy-policy .page-main .column.main p a {
  color: #839e47;
}
.cms-privacy-policy .page-main .column.main table.data-table > thead > tr > th,
.cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > th,
.cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > th,
.cms-privacy-policy .page-main .column.main table.data-table > thead > tr > td,
.cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > td,
.cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > td {
  padding: 11px 9px;
  border: 1px solid #ccc;
}
.cms-privacy-policy .page-main .column.main table.data-table {
  border: 1px solid #e8e8e8;
}
.cms-about-us .page-main .columns > .column.main {
  width: 100%;
}
.cms-about-us .page-main .columns {
  width: 75%;
  float: right;
}
.cms-about-us .block-products-list .products-grid .product-items .product-item {
  margin: 0 15px 35px 0 !important;
  min-height: 320px;
  padding: 0 0 !important;
  border: 1px solid #abc24d;
}
.cms-about-us .block.widget .products-grid .product-item {
  width: 30.439%;
}
/* 07-09-2020 */
.product-item-name > a {
  padding: 0 3px;
}
.cms-terms-and-conditions .page-main .columns .column.main p a,
.cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
  color: #839e47;
}
.cms-privacy-policy .page-main .columns .column.main p {
  line-height: 22px;
  color: #777;
}
.cms-privacy-policy .page-main .columns .column.main h2 {
  font-size: 16px;
  color: #777;
  font-weight: 500;
}
/* 16-09-2020 */
header.page-header.type21 .search-area-desktop .block.block-search {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 350px;
  margin: 0;
}
header.page-header.type21 .search-area-desktop {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
.search-area.mobile {
  display: none;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #777777;
}
.custom-block .item.link.compare {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0px 10px;
  position: relative;
  bottom: -4px;
}
.green_bg_box #mostpopular .block-title {
  text-align: center;
  margin-left: auto !important;
  display: table !important;
  margin-right: auto !important;
}
/* 08-09-2020 */
.is-blog .page-wrapper #maincontent.page-main .page-title-wrapper {
  display: none;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item > h2 {
  margin-top: 5px;
}
.is-blog .page-wrapper .page-main .columns p.post-list-description {
  display: none;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar {
  margin: 0 0 30px !important;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title > strong {
  font-size: 16px;
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content ul li > a {
  color: #777;
  font-size: 13px;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
  float: left;
  width: calc(25%);
  padding: 5px;
  height: 32px;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search {
  display: inline-block;
  width: 100%;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block {
  margin-bottom: 20px;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search button.button {
  float: right;
  width: 65px;
  padding: 0;
  text-align: center;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
  border-bottom: 1px dashed #ccc;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 > a {
  color: #abc24d !important;
  font-size: 22px;
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-entry .post-excerpt {
  font-size: 13px;
  line-height: 22px;
  color: #777;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a {
  background-color: #34352e;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons .shartetextbox {
  margin: 0 5px 0 0;
}
.is-blog .page-wrapper .page-main .columns .pager .pages .items.pages-items .pages .item {
  text-align: center;
}
.is-blog .page-wrapper .page-main .columns .pager .pages a.page,
.is-blog .page-wrapper .page-main .columns .pager .pages strong.page,
.is-blog .page-wrapper .page-main .columns .pager .pages .action {
  width: 32px;
  line-height: 30px;
  height: 30px;
}
.is-blog .page-wrapper .page-main .columns .pager .pages .item {
  text-align: center;
}
.is-blog .page-wrapper .page-main .columns .pager .pages .item > a {
  color: #777;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Facebook"]:hover {
  background-color: #3b5a9a;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Twitter"]:hover {
  background-color: #1aa9e1;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Google+"]:hover {
  background-color: #d44837;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-view h2 a {
  font-size: 22px;
  color: #777;
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}
.is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 > b {
  font-weight: 500;
}
.is-blog .page-wrapper .page-main .columns .post-view .post-meta a {
  color: #abc24d;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a {
  background-color: #34352e;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Facebook"]:hover {
  background-color: #3b5a9a;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Twitter"]:hover {
  background-color: #1aa9e1;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Google+"]:hover {
  background-color: #d44837;
  color: #fff;
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle {
  color: #abc24d;
  text-decoration: underline;
  font-weight: 600;
}
.checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle:hover {
  color: #abc24d;
  text-decoration: none;
  font-weight: 600;
  background-color: transparent !important;
}
.firecheckout #checkout .opc-wrapper .step-title::before,
.firecheckout #checkout .opc-block-summary > .title::before,
.firecheckout #checkout .opc-sidebar .step-title::before {
  background: #abc24d !important;
}
.checkout-index-index .column.main .opc-wrapper ol.opc li .step-title,
.checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #777 !important;
}
.checkout-index-index .modal-content .block-content .secondary a.action.action-remind {
  color: #abc24d;
  text-decoration: underline;
}
.checkout-index-index .modal-content .modal-header .action-close:hover {
  background-color: transparent !important;
  color: #abc24d;
}
/* 07-10-2020 */
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-entry .post-image a {
  color: #abc24d;
}
.checkout-index-index .step-content .methods-shipping .swissup-delivery-date .field._required .control {
  position: relative;
}
.checkout-index-index .fieldset.swissup-delivery-date .control .ui-datepicker-trigger.v-middle {
  max-width: 90px;
  font-size: 12px;
  position: absolute;
  right: 0;
  height: 42px;
}
.page-header.header-newskin .navigation .level0 > .level-top:hover {
  color: #abc24d !important;
}
.fotorama-item.fotorama .fotorama__arr__arr,
.fotorama-item.fotorama .fotorama__fullscreen-icon {
  color: #abc24d !important;
}
.is-blog .page-wrapper .page-main .columns .post-content {
  font-size: 14px;
  line-height: 20px;
}
.is-blog .page-wrapper .page-main .columns .post-content p a,
.is-blog .page-wrapper .page-main .columns .post-content p span a {
  color: #abc24d;
}
#layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
  width: 100%;
  min-height: auto;
}
#layer-product-list .products.products-list .filterproducts.products .product.description a {
  color: #abc24d;
}
#layer-product-list .products.products-list .filterproducts.products .product.description ul {
  line-height: 24px;
  margin: 10px 0;
  padding: 0;
}
.data.item.content .review-form .fieldset .review-legend.legend {
  color: #777;
}
.product.info .product.data.items > .item.title.active > .switch,
.product.info .product.data.items > .item.title.active > .switch:focus,
.product.info .product.data.items > .item.title.active > .switch:hover {
  border-bottom: #abc24d solid 2px !important;
}
.layout-1140 .page-wrapper .page-main .columns .page-title h1 {
  font-size: 26px;
  font-weight: 500;
  color: #777;
}
.layout-1140 .page-wrapper .page-main .columns .disc li a {
  color: #abc24d;
}
.products .product .product.name.product-item-name a:hover {
  color: #abc24d;
}
.cms-enable-cookies .enable-cookies.cms-content ul li a {
  color: #abc24d;
}
.cms-privacy-policy-cookie-restriction-mod .privacy-policy.cms-content h2 {
  color: #777;
  font-size: 18px;
  font-weight: 500;
}
.cms-contact-us .page-wrapper .page-main .columns p a,
.cms-internet-gardener .page-wrapper .page-main .columns p a,
.cms-no-route-2 .page-wrapper .page-main .columns p a {
  color: #abc24d;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content h2 {
  font-size: 16px;
  font-weight: 500;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content p a {
  color: #abc24d;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list {
  border: 1px solid #e8e8e8;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > th,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > th,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > th,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > td,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > td,
.cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > td {
  padding: 11px 9px;
  border: 1px solid #ccc;
}
.cms-about-porto .entry-content .row-wrapper.container h3 {
  color: #abc24d;
}
.cms-about-porto .alternative-font {
  color: #abc24d !important;
}
.cms-about-porto .history .box-content h4 {
  color: #abc24d !important;
}
#reviews .block.review-add .review-form .fieldset.review-fieldset .legend.review-legend {
  color: #777;
}
.mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo p a {
  color: #abc24d !important;
}
.minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
  color: #abc24d;
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
  color: #abc24d !important;
}
#minicart-content-wrapper .actions a.action.viewcart {
  color: #abc24d;
}
.minicart-wrapper .block-minicart::before,
.prev-next-products .product-nav .product-pop::before,
.iwd-one-page-checkout-sidebar .iwd-opc-block-summary::before,
.block-header-customer-login::before {
  border-bottom-color: #abc24d !important;
}
/* .firecheckout #checkout .swissup-delivery-date div.field > .control .input-text._has-datepicker {
		  width: calc(100% - 95px) !important;
	  } */
.firecheckout #checkout .swissup-delivery-date div.field .control .field-error {
  right: 95px !important;
}
.catalog-category-view .page-wrapper .column.main .products-grid {
  margin: 0 -8px;
}
.catalog-category-view .page-wrapper .column.main .products-list {
  margin: 4px 3px 4px -4px;
}
#mpsearch-category option {
  font-size: 11px;
}
.header .search-area .block.block-search {
  right: 60px !important;
}
.footer-middle .block .block-title {
  min-height: 40px;
}
.footer-middle .block.newsletter p {
  line-height: 2;
  margin-top: -5px;
  padding-top: 0;
}
.left.leftsectionnimg a {
  cursor: context-menu;
}
.footer-bottom {
  padding: 5px 0 !important;
}
.footer-bottom .custom-block.f-right > img {
  height: 32px;
}
.product-info-main .product.overview ul {
  margin: 0 0 20px 0 !important;
  padding: 0 0 20px 20px;
}
.product-info-main .product.overview ul li {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.product-item-photo a {
  display: block;
  z-index: 9;
  position: relative;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare,
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  visibility: visible !important;
  opacity: 1 !important;
}
.list-info h2 {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
}
.list-info ul {
  margin: 0;
  padding: 0 20px;
}
.product-item-info.type3 .product-item-photo .product-item-inner {
  text-align: center !important;
  z-index: 99;
  position: relative;
}
.product-labels {
  z-index: 9 !important;
}
.page-header.type21.header-newskin.sticky-header {
  z-index: 999;
}
.page-header.type21.sticky-header .search-area {
  z-index: 999;
  bottom: inherit !important;
  right: 67px;
  top: 11px !important;
  position: fixed;
}
/* 23-09-2020 */
a.button-see-more {
  background-color: #abc24d !important;
  color: #fff !important;
  height: 38px;
  display: block;
  text-align: center;
  line-height: 38px;
  margin: 5px 0;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald';
  max-width: 140px;
}
a.button-see-more:hover {
  background-color: #839e47;
  color: #fff;
}
.product.product-item .product-item-info .price-box .unit {
  font-size: 10px;
}
.product-item-info .product.name a {
  font-size: 14px;
}
/* 24-09-2020 */
.variations .quantity .field.qty .control.qty-change .input-text.qty {
  width: 45px;
  float: left;
  height: 32px;
  text-align: center;
  padding: 0;
}
.variations .quantity .field.qty .control.qty-change > .decreaseqty {
  float: left;
}
.page-header.type21.sticky-header .search-area.mobile {
  display: block;
}
.page-header.type21.sticky-header .search-area.mobile a span {
  display: none;
}
.page-header.type21.sticky-header .search-area.mobile .block.block-search {
  right: 0px !important;
}
.cms-brands.layout-1140 .page-wrapper .page-main .columns .page-title.category-title h1 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cms-brands .page-wrapper .page-main .home-brands .content ul li {
  margin: 0 20px 30px;
}
/* 25-09-2020 */
.page-main .attributepages-options ul.attributepages-grid li {
  margin: 0 10px 20px;
  list-style: none;
  padding: 0;
  width: 23% !important;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
  min-height: 360px;
}
.page-main .attributepages-options ul.attributepages-grid li a {
  background-color: #abc444;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px 0;
  text-decoration: none;
  border-radius: 0;
}
.page-main .attributepages-options ul.attributepages-grid li a > img {
  margin-bottom: 10px;
}
.attributepages-page-view .column.main .topcontent > img {
  min-width: 100%;
}
.attributepages-page-view .column.main .topcontent h1 {
  background-color: #abc24d;
  font-size: 20px;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.attributepages-page-view .products ol.filterproducts.list li.product-item {
  margin: 12px 5px;
  width: 23.66% !important;
  border: 1px solid #abc24d;
  padding: 15px 10px !important;
  box-shadow: 0px 5px 6px #dfdfdf;
  min-height: 420px;
}
.attributepages-page-view .column.main .list-info > h2 {
  display: none;
}
.attributepages-page-view .column.main .category-description.std {
  margin-top: 15px;
}
/* 28-09-2020 */
.toolbar.toolbar-products .modes .modes-mode {
  width: 26px !important;
  line-height: 26px;
}
.filterproducts.products .product-item a.minimal-price-link {
  margin-top: 0;
  font-size: 12px;
  color: #abc24d;
  font-weight: 500;
}
.filterproducts.products .product.details.product-item-details .price-box {
  margin: 8px 0 0px;
}
.attributepages-page-view .products.list.products-list ol.filterproducts li.product-item {
  margin: 12px 0px;
  width: 100% !important;
  border: 1px solid #abc24d;
  padding: 15px 10px !important;
  box-shadow: 0px 5px 6px #dfdfdf;
  min-height: auto;
}
/* 29-09-2020 */
.products-grid .owl-carousel.product-items .product-item .product-item-details .product-item-name {
  min-height: 62px;
}
.products-grid .owl-carousel.product-items .product-item .product-item-details .price-box {
  min-height: 45px;
}
.page-with-filter.page-products .products-grid .product-item .product-item-details .product-item-name {
  min-height: 62px;
  line-height: 18px;
}
.content-top {
  text-align: center;
  margin: 30px auto;
}
.content-top span {
  font-size: 34px;
  font-weight: 700;
  color: #a2c656;
}
.content-top p {
  font-size: 34px;
  color: #231f20;
  line-height: 40px;
  font-weight: 500;
}
/* 30-09-2020 */
.cms-index-index .homepage-bar .col-lg-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cms-index-index .home-strap {
  text-align: center;
  font-size: 24px;
  margin: 30px 0 40px;
  color: #3b4042;
}
.cms-index-index .green_bg_box {
  background-color: #f3f3f3;
  padding: 30px 0 0;
}
.cms-index-index .green_bg_box #mostpopular .block-title {
  background: transparent;
}
.page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
  background-color: #fff;
}
.page-layout-1column.cms-index-index #mostpopular {
  margin-bottom: 0;
}
.page-layout-1column.cms-index-index .reviews {
  border-top: 1px solid #eeeeef;
  margin: 30px 0 0;
  padding: 20px 0 20px 0;
}
.page-layout-1column.cms-index-index .garybgbox .innercontentsbox p {
  font-size: 15px;
  color: #202324;
  line-height: 18px;
  font-weight: 200;
  margin: 15px 0;
}
.page-layout-1column.cms-index-index .garybgbox .innercontentsbox p strong {
  color: #202324;
}
.page-layout-1column.cms-index-index .garybgbox {
  background-color: #f3f3f3;
  padding: 40px 0;
}
.footer-middle > .container > .row > div:nth-child(2n) {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-middle > .container > .row > div:nth-child(3n) {
  max-width: 21%;
  flex: 0 0 21%;
}
.custom-block.f-right {
  display: none;
}
.footer .payment-logo-d {
  position: absolute;
  bottom: 20px;
}
/* 02-10-2020 */
.page-header.header-newskin .navigation .level0:hover > .level-top {
  color: #abc24d !important;
}
.cms-about-us .block.widget.block-products-list.grid .block-title {
  display: table;
  margin: 0 auto 55px auto;
  text-align: center;
}
.filter-options-content .item input[type="checkbox"] {
  margin: -6px 4.5px 0 0 !important;
}
.product.info .product.description p a {
  color: #abc24d;
}
.account .box-actions a,
.account a.action.edit,
.account a.action.view,
.account a.action,
.account .box-content address a {
  color: #abc24d;
}
.account .fieldset .legend {
  color: #abc24d;
}
.account #my-subscriptions-table a {
  color: #abc24d;
}
.productsnamebox {
  min-height: 45px;
  display: block;
}
.fotorama__fullscreen-icon:focus::after,
.fotorama__zoom-out:focus::after,
.fotorama__zoom-in:focus::after,
.fotorama__arr:focus::after,
.fotorama__stage__shaft:focus::after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb::after,
.fotorama__nav__frame--dot:focus .fotorama__dot::after {
  box-shadow: none !important;
}
.minicart-items .update-cart-item {
  font-size: 11px;
  padding: 0 5px;
}
.modal-popup .action-close::before {
  color: #abc24d !important;
}
.modal-popup button.action-primary.action-accept {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
.modal-popup button.action-primary.action-accept:hover {
  color: #fff;
}
.modal-popup .action-close {
  padding: 9px;
  display: block;
  min-height: 48px;
}
.firecheckout .modal-inner-wrap .action-close::before,
.firecheckout .modal-inner-wrap .action-close::after {
  left: 15px;
  top: 6px;
  height: 20px;
}
.product.alert.stock .action.alert {
  color: #abc24d;
}
.theme-border-color.product-pop {
  border-color: #abc24d !important;
}
.field.qty .qty-changer a:hover {
  color: #abc24d !important;
}
.layered-filter-block-container .filter-current .action.remove {
  right: 0;
  color: #21293c;
}
.layered-filter-block-container .filter-current .block-actions.filter-actions {
  padding: 7px 0;
}
.layered-filter-block-container .filter-content .filter-current .item {
  margin: 9px 0;
  padding: 0 !important;
}
.CarouselWidget .reviewsContainer .reviewWrap .reviewText p {
  padding: 0px !important;
}
.CarouselWidget .reviewsContainer .reviewWrap {
  width: 49%;
}
.page-layout-1column.cms-index-index .garybgbox .innercontentsbox p a {
  color: #abc24d;
}
.billing-address-details a {
  color: #abc24d;
}
/* 08-10-2020 */
.shipping-address-item a {
  color: #abc24d;
}
.shipping-address-item a:hover {
  color: #abc24d;
}
.modal-popup .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup {
  border: 1px solid #666 !important;
  color: #fff !important;
  padding: 0px 10px !important;
  height: 38px;
  margin: 0 !important;
  background-color: #666 !important;
}
.wishlist-index-index .form-wishlist-items .actions-toolbar {
  margin: 0 10px;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border.ajaxcart-success-box {
  border: none !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-success-box .success-content h2.title.success {
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
  max-width: 60%;
  margin: 0 auto;
  color: #666;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons {
  border: none;
}
.mb-ajaxsuite-popup-wrapper .block.upsell .block-title.title {
  text-align: center !important;
  margin: 20px 0 0 !important;
  clear: both;
  display: inline-block;
  border: none !important;
}
.mb-ajaxsuite-popup-wrapper .owl-controls .owl-dots {
  display: none;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .success-content {
  height: 100% !important;
  overflow: visible !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons .action.primary.mb-ajaxsuite-close {
  background-color: #ababab !important;
  border: 1px solid #ababab !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons .action.primary.mb-ajaxsuite-close:hover {
  background-color: #666 !important;
  border: 1px solid #666 !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons .action.focus.primary:hover {
  background-color: #839e47 !important;
  border: 1px solid #839e47 !important;
}
.mb-ajaxsuite-popup-wrapper .products-upsell .product.name a {
  white-space: normal;
  overflow: visible;
  display: block;
  font-size: 14px !important;
  line-height: 17px;
  min-height: 80px;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item .post-entry > .post-image {
  display: none;
}
/* 12-10-2020 */
#layered-filter-block .block-content.filter-content .block-actions.filter-actions {
  padding: 10px 0 !important;
}
.layered-filter-block-container .filter-content .filter-current .item {
  margin: 9px 0 0 0;
  padding: 0 9px 0 0 !important;
  overflow: hidden;
}
.layered-filter-block-container .filter-current .action.remove {
  right: 0;
  color: #21293c;
  padding-left: 10px;
  background-color: #fbfbfb;
}
.account .products-grid.wishlist .product-item-actions {
  text-align: left;
}
.account .products-grid.wishlist .box-tocart .stock.unavailable {
  position: relative;
}
.sidebar.sidebar-additional .actions-toolbar .secondary a.action.view {
  color: #abc24d;
}
.list-info a {
  color: #abc24d;
}
.cms-index-index #mostpopular a.button-see-more {
  margin: 5px auto;
}
/* 13-10-2020 */
.page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info {
  position: relative;
  z-index: 99;
}
.page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info .stock.unavailable {
  position: relative;
  margin: 10px auto 0;
}
/* 14-010-2020 */
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  position: relative;
  text-align: right;
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
}
.attributepages-page-view .page-main > .page-title-wrapper h1.page-title {
  display: none;
}
/*19-03-2021*/
.account .sidebar.sidebar-main .block-collapsible-nav .item.current > strong {
  color: #777 !important;
  font-weight: 700 !important;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item.current a {
  color: #777 !important;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
  color: #777 !important;
  text-decoration: underline;
}
header.page-header.type21 .minicart-wrapper .action.showcart .counter.qty {
  min-width: 16px;
  width: auto;
}
header .minicart-items .item-qty {
  height: 30px;
  padding: 0;
  font-size: 13px;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  color: #abc24d !important;
}
.form.form-login .fieldset .actions-toolbar .secondary a.action.remind {
  color: #abc24d !important;
}
@media all and (max-width: 767px) {
  .account .sidebar.sidebar-main .block-collapsible-nav .item.current > strong {
    color: #777 !important;
    font-weight: 700 !important;
  }
  .account .sidebar.sidebar-main .block-collapsible-nav .item.current a {
    color: #777 !important;
  }
  .account .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
    color: #777 !important;
    text-decoration: underline;
  }
  header.page-header.type21 .minicart-wrapper .action.showcart .counter.qty {
    min-width: 16px;
    width: auto;
  }
  .checkout-payment-method .payment-option-title .action-toggle:after {
    color: #abc24d !important;
  }
  .form.form-login .fieldset .actions-toolbar .secondary a.action.remind {
    color: #abc24d !important;
  }
}
.catalog-product-view .product-info-main .product-add-form .qty.field .control {
  margin-left: 29px;
}
/* desktop media css */
/* 04-09-2020 */
@media all and (max-width: 1480px) {
  header.page-header.sticky-header .navigation li.level0 > .level-top {
    font-size: 10px !important;
  }
}
@media all and (max-width: 1280px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 7px !important;
  }
}
@media all and (max-width: 1220px) {
  .cms-brands .page-wrapper .page-main .home-brands .content ul li {
    margin: 0 10px 25px;
  }
}
@media all and (max-width: 1220px) {
  .page-main .attributepages-options ul.attributepages-grid li {
    width: 22% !important;
    min-height: 280px;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    font-size: 15px;
    line-height: 22px;
    padding: 0 5px 20px 5px;
  }
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    width: 31.82% !important;
  }
}
@media all and (max-width: 1200px) {
  .page-wrapper .page-main .columns ul.delivery-grid li {
    margin: 0 5px;
  }
}
@media all and (max-width: 1200px) {
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
    font-size: 14px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
    font-size: 20px !important;
  }
  #reviewscoukWidget {
    width: 100% !important;
  }
}
@media all and (max-width: 1200px) {
  .logo {
    max-width: 17%;
  }
  header.page-header.type21 .search-area-desktop .block.block-search {
    width: 300px;
  }
}
@media all and (max-width: 1200px) {
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 31.74% !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 31% !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    float: right;
    width: 71%;
  }
  .catalog-product-view .product.data.items > .item.title {
    padding: 10px 7px 10px 0;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 31% !important;
  }
  .page-with-filter .products-grid.columns4 .product-item.nth-child-2np1,
  .page-with-filter .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none !important;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 31% !important;
  }
}
@media all and (max-width: 1200px) {
  .products-grid .product-item-details .product-item-actions .tocart {
    font-size: 11px !important;
    line-height: 30px;
    padding: 0 3px;
  }
  .product-item .tocart::before {
    font-size: 15px;
    margin-top: 0px;
    margin-right: 1px;
  }
  .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 {
    width: 27px;
    height: 32px;
    line-height: 30px;
  }
  .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 {
    font-size: 15px;
  }
}
@media all and (max-width: 1170px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 3px !important;
    font-size: 11px !important;
  }
  header.header-newskin.sticky-header .navigation .level0 > .level-top {
    padding: 0 1px !important;
  }
  .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 11px;
  }
  .home-brands .content ul li {
    width: 210px !important;
  }
  .home-brands .content ul li a {
    font-size: 16px;
  }
  .products-grid.grid {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 979px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 1px !important;
    font-size: 9px !important;
    letter-spacing: -0.1px !important;
  }
  .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: 10px !important;
  }
  .page-header.type21 .search-toggle-icon {
    font-size: 10px !important;
  }
  .page-header.type21 .search-toggle-icon > i {
    font-size: 12px !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 80px !important;
  }
  .page-header.type21.sticky-header .sw-megamenu.navigation > ul {
    padding-right: 40px !important;
  }
  .home-brands .content ul li {
    width: 150px !important;
  }
  .home-brands .content ul li a {
    font-size: 12px !important;
    line-height: 14px;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 26px !important;
  }
  .homepage-bar .text-area > h3 {
    font-size: 13px !important;
  }
  .usp-popup {
    width: 240px !important;
  }
}
@media all and (max-width: 992px) {
  .products-grid.grid {
    width: 95%;
    margin: 0 auto;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    min-height: 370px;
    margin: 0 0 5px 0 !important;
  }
}
@media all and (max-width: 991px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 30.439%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    margin: 0 10px 10px 0 !important;
    min-height: 330px;
  }
}
@media all and (max-width: 991px) {
  .cms-brands .page-wrapper .page-main .home-brands .content ul li a {
    font-size: 11px !important;
    line-height: 14px;
  }
}
@media all and (max-width: 991px) {
  .logo {
    max-width: 40%;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 31% !important;
    min-height: 294px;
  }
  .catalog-category-view .block-category-list .block-content,
  .catalog-category-view .filter-options-content {
    padding: 5px 0 !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-2np1 {
    clear: none;
  }
  .catalog-category-view .product-item-info .product.name a {
    font-size: 12px;
  }
  #layered-filter-block {
    padding: 7px 10px;
  }
  .catalog-category-view .sidebar.sidebar-main .block-content.filter-content .filter-options .filter-options-title {
    padding: 10px 22px 2px 0px;
    font-size: 12px;
  }
  .catalog-category-view .sidebar.sidebar-main .block-content.filter-content .filter-options-content a {
    display: inline-block !important;
    font-size: 12px;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 30% !important;
  }
  .page-footer .footer .footer-middle {
    padding: 25px 0 30px;
  }
  #description .product.attribute.description .value iframe {
    width: 100% !important;
  }
  .catalog-product-view .product.data.items > .item.title > .switch {
    font-size: 10px;
  }
  .catalog-product-view .product.data.items > .item.title {
    padding: 10px 5px 10px 0;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 30% !important;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 30% !important;
  }
}
@media all and (max-width: 992px) {
  .page-header.type21 .header-main-right a.action.my-wishlist {
    margin-right: 2px !important;
  }
  .custom-block .headersocilicons a.telephone {
    font-size: 18px;
  }
  .custom-block .headersocilicons .social-icons-header a {
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
}
@media all and (max-width: 991px) {
  .page-main .attributepages-options ul.attributepages-grid li a {
    font-size: 13px;
    line-height: 14px;
    padding: 0 0 10px;
    min-height: 240px;
  }
  .page-main .attributepages-options ul.attributepages-grid li {
    width: 22% !important;
    min-height: 240px;
  }
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    width: 31.22% !important;
  }
  .footer-middle > .container > .row > div:nth-child(2n),
  .footer-middle > .container > .row > div:nth-child(3n) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer .payment-logo-d {
    display: none;
  }
  .footer-bottom .custom-block.f-right {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .catalog-product-view .variations .buy .actions .customcart {
    font-size: 12px;
    padding: 0 2px;
    width: 48px;
    margin-top: 22px;
  }
  .catalog-product-view .product-info-main .qty.field .control,
  .catalog-product-view .product-info-main .qty.field .qty-changer {
    margin-left: 0;
  }
  .catalog-product-view .product-info-main .qty.field .control.qty-change {
    width: 112px;
  }
  /* 01-02-2021 */
  .layout-1140.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
  .layout-1140.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 100% !important;
    padding: 10px;
  }
  .layout-1140.checkout-index-index .opc-wrapper .shipping-address-item::before {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header.page-header.sticky-header .nav-sections {
    display: none;
  }
  .page-header.type21.sticky-header .search-area {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .homepage-bar .col-lg-4.col-md-4 {
    padding: 5px !important;
    width: 33% !important;
  }
  .home-brands .content ul li {
    width: 132px !important;
  }
  .home-brands .content ul li a {
    font-size: 14px !important;
    line-height: 16px;
  }
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
  .ui-menu-item .menu-thumb-img a img {
    height: 40px;
    width: auto;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 100% !important;
    text-align: left;
    border: 1px solid #f0f0f0;
    margin: 0px 0;
    display: inline-block;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0;
  }
  .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: 10px !important;
    padding: 10px !important;
    display: inline-block;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img > a {
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
  }
  /* 10-12-2020 */
  .checkout-index-index #checkout {
    background-color: transparent;
  }
  .checkout-index-index #checkout h1.title {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
  }
  .checkout-index-index #checkout .description {
    font-size: 16px !important;
    color: #000;
    margin: 20px 0 0;
  }
  .checkout-index-index #checkout .authentication-wrapper .action.action-auth-toggle span {
    color: #abc24d;
    text-decoration: underline;
  }
  .checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle span:hover {
    color: #abc24d;
    text-decoration: none;
    background-color: transparent !important;
  }
  .checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle:hover {
    color: #abc24d;
    text-decoration: none;
    background-color: transparent !important;
  }
  .checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-option-title #block-discount-heading {
    color: #abc24d;
    text-decoration: none;
  }
  .checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 0 7px;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel {
    color: #abc24d;
  }
  .checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel:hover {
    color: #abc24d;
    background-color: transparent !important;
    text-decoration: underline;
  }
  .checkout-index-index #checkout .opc-block-summary {
    background: #fff;
  }
  .checkout-index-index #checkout .opc-block-summary .minicart-items .product-item-details {
    padding-left: 75px;
  }
  .checkout-index-index .modal-content .block-content .authentication-wrapper {
    line-height: inherit;
  }
  .checkout-index-index .modal-custom .action-close::before,
  .modal-popup .action-close::before,
  .modal-slide .action-close::before {
    margin: 10px 0;
    color: #abc24d !important;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin: 0 0 20px;
    padding: 10px;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #abc24d;
  }
  .custom_route-index-index .col-bss-1 .col-bss-2 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .cms-about-us .page-main .columns {
    width: 100%;
    float: none;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 46%;
  }
  .product-item-name > a {
    padding: 0 3px;
  }
  .page-header.type21 .nav-toggle,
  .page-header.type21 .header-main-right a.action.my-wishlist {
    margin-right: 5px !important;
  }
  .page-header.type21 .search-area {
    margin-right: 10px;
  }
  .logo {
    max-width: 45%;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p a,
  .cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
    color: #839e47;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
    font-size: 16px;
  }
  .page-wrapper .page-main .page-title span.base {
    font-size: 18px;
  }
  .page-footer .footer-middle {
    padding: 25px 0 20px;
  }
  .page-wrapper .page-main {
    padding-bottom: 20px;
  }
  .cms-privacy-policy .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-privacy-policy .page-main .columns .column.main h2 {
    font-size: 16px;
    color: #777;
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner .porto-ibanner-content h4,
  .cms-index-index .porto-ibanner-desc h4 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner-desc h2 {
    font-size: 16px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
    font-size: 16px;
  }
  .home-brands .content > h2 {
    font-size: 24px;
    margin: 20px 0 40px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 14px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 15px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 380px;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
  /* 02-02-2021 */
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form tr {
    height: 175px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-add-form table.variations td.buy {
    top: 132px;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 100%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: auto;
    padding: 0 0 10px !important;
    margin: 0 0px 15px 0 !important;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li {
    width: 44%;
  }
  .page-wrapper .page-main .columns ul.delivery-grid {
    margin: 20px 0 0;
  }
  .cms-privacy-policy .page-main .column.main table.data-table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 22px !important;
    display: block;
    text-align: center;
  }
  .homepage-bar .text-area > h3 {
    font-size: 12px !important;
    text-align: center;
    line-height: 15px;
    padding: 0;
  }
  .homepage-bar {
    margin-bottom: 20px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 11px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 12px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 310px;
  }
}
@media all and (max-width: 480px) {
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  .homepage-bar .col-lg-4 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .home-brands .content ul li {
    width: 90% !important;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
}
/* mobile css use  */
@media all and (max-width: 1280px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 7px !important;
  }
}
@media all and (max-width: 1200px) {
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
    font-size: 14px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
    font-size: 20px !important;
  }
  #reviewscoukWidget {
    width: 100% !important;
  }
}
/* 04-09-2020 */
@media all and (max-width: 1200px) {
  .page-wrapper .page-main .columns ul.delivery-grid li {
    margin: 0 5px;
  }
}
@media all and (max-width: 1200px) {
  .products-grid .product-item-details .product-item-actions .tocart {
    font-size: 11px !important;
    line-height: 30px;
    padding: 0 3px;
  }
  .product-item .tocart::before {
    font-size: 15px;
    margin-top: 0px;
    margin-right: 1px;
  }
  .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 {
    width: 27px;
    height: 32px;
    line-height: 30px;
  }
  .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,
  .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 {
    font-size: 15px;
  }
}
@media all and (max-width: 1170px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 3px !important;
    font-size: 11px !important;
  }
  header.header-newskin.sticky-header .navigation .level0 > .level-top {
    padding: 0 2px !important;
  }
  .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 11px;
  }
  .home-brands .content ul li {
    width: 210px !important;
  }
  .products-grid.grid {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  .products-grid.grid {
    width: 95%;
    margin: 0 auto;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    min-height: 370px;
    margin: 0 0 5px 0 !important;
  }
}
@media all and (max-width: 991px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 30.439%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    margin: 0 10px 10px 0 !important;
    min-height: 330px;
  }
}
@media all and (max-width: 979px) {
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 0 1px !important;
    font-size: 9px !important;
    letter-spacing: -0.1px !important;
  }
  .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: 10px !important;
  }
  .page-header.type21 .search-toggle-icon {
    font-size: 10px !important;
  }
  .page-header.type21 .search-toggle-icon > i {
    font-size: 12px !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 80px !important;
  }
  .page-header.type21.sticky-header .sw-megamenu.navigation > ul {
    padding-right: 40px !important;
  }
  .home-brands .content ul li {
    width: 210px !important;
  }
  .home-brands .content ul li a {
    font-size: 16px !important;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 26px !important;
  }
  .homepage-bar .text-area > h3 {
    font-size: 13px !important;
  }
  .usp-popup {
    width: 240px !important;
  }
}
@media all and (max-width: 767px) {
  /* 21-08-2020 */
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: 100% !important;
    border: 1px solid #abc24d;
    padding: 15px 10px !important;
    box-shadow: 0px 5px 6px #dfdfdf;
    min-height: 350px;
  }
  .products-grid .product-item-details .product-item-actions .tocart {
    color: #fff !important;
    background-color: #abc24d !important;
    border-color: #abc24d !important;
  }
  .block.widget.block-products-list.grid {
    border-top: none;
  }
  .block.widget.block-products-list.grid .block-title strong {
    color: #222529;
    font-size: 30px;
    position: relative;
  }
  .block.widget.block-products-list.grid .block-title strong::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #abc24d;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }
  .products-grid .product-item-details .product-item-actions .actions-secondary {
    border: 0;
    background-color: #839e47 !important;
    line-height: 34px;
    color: #fff !important;
  }
  .action.primary,
  .action.primary:hover,
  .modes-mode.active,
  .modes-mode:hover,
  .pages strong.page,
  .pages .action:hover,
  .pages a.page:hover,
  .fotorama__nav .fotorama__thumb-border,
  button:hover,
  .action.primary:focus,
  .action.primary:active,
  .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
  .filter-toggle.active,
  i.ajax-loader,
  .swatch-option.selected,
  .swatch-option.image:not(.disabled):hover,
  .swatch-option.color:not(.disabled):hover,
  .swatch-option:not(.disabled):hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
    border-color: #839e47 !important;
  }
  .action.primary,
  .action.primary:hover,
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span,
  .recent-posts .post-date .month,
  .footer-ribbon,
  .filter-options-title:hover::after,
  .modes-mode.active,
  .modes-mode:hover,
  .pages strong.page,
  .pages .action:hover,
  .pages a.page:hover,
  button:hover,
  .action.primary:focus,
  .action.primary:active,
  .btn-primary,
  .contact-index-index .page-main .contact-info [class^="porto-icon-"],
  .contact-index-index .page-main .contact-info [class*=" porto-icon-"],
  .btn-default,
  .cms-index-index blockquote.testimonial,
  .btn-default:hover,
  .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
  .post-holder .post-date .month,
  .page-header.type8 .header.content,
  .page-header.type8.header-newskin .header.content,
  .page-header.type11 .navigation li.level0.active,
  .iwd-summary-cart,
  #ln_slider_price .ui-slider-handle,
  .filter-toggle.active,
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2,
  .products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span::before,
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
  .products-grid.divider-line .product-item-details .product-item-actions .tocart,
  .products-grid .product-item-details .product-item-actions .actions-secondary:hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
  .product-item-info.type7 .product-item-inner .product-item-actions > .action:hover,
  .product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type9 .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
  .product-item-info.type9 .product-item-inner .product-item-actions > .action:hover,
  .sw-dailydeal,
  .catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #839e47 !important;
  }
  .stock.unavailable {
    background-color: #afbb7e;
    text-transform: uppercase;
    font-size: 12.53px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #fff;
    line-height: 30px;
    border-color: #afbb7e;
    padding: 1px 10px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: table;
    z-index: 9999;
    left: 0;
    right: 0;
  }
  .garybgbox {
    background-color: #abc24d;
    padding: 50px 0;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .garybgbox .innercontentsbox p {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    font-weight: 200;
    margin: 15px 0;
  }
  .garybgbox .innercontentsbox p strong {
    color: #fff;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #08c;
    font-size: 20px;
    text-shadow: none;
    margin: 0 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #abc24d;
    color: #fff !important;
  }
  #reviewscoukWidget {
    border: 3px solid #9aaf45;
    margin: 0 0 20px;
  }
  #mostpopular .owl-theme .owl-controls {
    text-align: left;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -60px;
    position: absolute;
    top: 40%;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 40%;
  }
  .block.widget.block-products-list.grid .block-title {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 auto 55px auto;
    transform: translate(0, -55%);
    background: #fff;
  }
  .green_bg_box > .container {
    margin-top: 0px !important;
    padding: 30px 15px 10px !important;
  }
  .home-brands .content ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: center;
    display: table;
    /* width: 100%; */
  }
  .home-brands .content ul li {
    margin: 0 8px;
    list-style: none;
    padding: 0;
    width: 300px;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  }
  .home-brands .content ul li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-footer .footer-bottom {
    background-color: #f6f6f6;
  }
  .page-footer .footer-bottom,
  .footer-bottom p {
    color: #666;
  }
  .home-brands .content ul li a > img {
    margin-bottom: 10px;
  }
  .home-brands .content > h2 {
    color: #222529;
    font-size: 30px;
    position: relative;
    text-align: center;
    margin: 40px 0 60px;
    font-weight: bold;
  }
  .home-brands .content > h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #abc24d;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }
  .home-brands .content > p {
    display: block;
    text-align: center;
    margin: 40px;
  }
  .home-brands .content > p > a {
    color: #fff;
    background-color: #abc24d;
    border-color: #abc24d;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
  }
  .home-brands .content > p > a:hover {
    background-color: #839e47;
    border-color: #839e47;
  }
  /* 24-08-2020 */
  .cms-index-index .home-banner1 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner .porto-ibanner-desc,
  .cms-index-index .home-banner2 .porto-ibanner-desc {
    align-items: inherit;
    justify-content: inherit;
    text-align: justify;
    margin: 0;
    display: inline-block;
    clear: both;
    padding: 0;
  }
  .cms-index-index .porto-ibanner-content,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=0);
    color: #fff;
    width: 100%;
    padding: 12px;
    min-height: 140px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 23%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 23%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 23%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    color: #fff;
    width: 100%;
    padding: 40px 12px 12px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc {
    top: auto;
    bottom: 0;
  }
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc {
    top: 0;
    bottom: auto;
  }
  .cms-index-index .porto-ibanner-desc h2 {
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 40px;
  }
  .cms-index-index .porto-ibanner .porto-ibanner-content h4,
  .cms-index-index .porto-ibanner-desc h4 {
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    font-size: 28px;
    margin: 0;
    letter-spacing: 0.50px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
  }
  .cms-index-index .home-banner3 .porto-ibanner-desc h2 {
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
    font-size: 20px;
    text-align: left;
  }
  .page-header.type21 .custom-block,
  .page-header.type21 .header-main-left {
    display: none;
  }
  .custom-block .myaccontbox {
    display: inline-block;
    vertical-align: middle;
  }
  .custom-block .headersocilicons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .custom-block .headersocilicons a.telephone {
    color: #abc24d !important;
    font-size: 22px;
  }
  .custom-block .headersocilicons .social-icons-header a {
    font-size: 14px;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
  }
  .footer .social-icons a[title="Google+"]:hover,
  .custom-block .headersocilicons .social-icons-header a[title="Google+"]:hover {
    background-color: #d44837;
    color: #fff;
  }
  .footer .social-icons a[title="Pinterest"]:hover,
  .custom-block .headersocilicons .social-icons-header a[title="Pinterest"]:hover {
    background-color: #df0022;
    color: #fff;
  }
  .footer .social-icons a[title="Instagram"]:hover,
  .custom-block .headersocilicons .social-icons-header a[title="Instagram"]:hover {
    background: #e4001e;
    background: -moz-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
    background: -webkit-linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
    background: linear-gradient(45deg, #e4001e 0%, #b801a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4001e', endColorstr='#b801a0', GradientType=1);
    color: #fff !important;
  }
  .custom-block .headersocilicons .social-icons-header a[title="Facebook"]:hover {
    background-color: #3b5a9a;
    color: #fff;
  }
  .custom-block .headersocilicons .social-icons-header a[title="Twitter"]:hover {
    background-color: #1aa9e1;
    color: #fff;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    text-align: left !important;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: block;
    margin: 6px 0;
  }
  /* 25-08-2020 */
  .category-description .category-header > img {
    min-width: 100%;
  }
  /* .category-description .category-header h1 {
	  background-color: #abc24d;
	  font-size: 20px;
	  padding: 8px;
	  color: #fff;
	  font-weight: 500;
	  margin: 0 0 20px 0
  } */
  .category-description .category-header h1 {
    background-color: #abc24d;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
  }
  .category-description .sub-category-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #666;
    margin: 15px auto 5px;
    text-transform: capitalize;
  }
  .category-description .sub-category-header p {
    color: #abc24d;
  }
  .wide_column_fix .widecolumn_title_inner > span,
  .widecolumn_alignright .widecolumn_title > span {
    display: none;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-item-name_title {
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 0 0;
    font-weight: 400;
    color: #222329;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-image a img {
    height: 130px;
    width: auto;
    margin: 0 auto;
    display: table;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .view_more > a {
    display: none;
  }
  .category-water-features .block-category-list .block-title,
  .category-water-features .sidebar > .block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #abc24d;
    background-color: #abc24d;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .category-water-features .block-category-list .block-content,
  .category-water-features .sidebar > .block.filter .options dd {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #abc24d;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew:hover {
    box-shadow: none;
  }
  #maincontent .rmv-side-bar .sidebar > .block.filter .item .count {
    font-size: 11px;
    margin-left: 5px;
    background-color: #abc24d;
    color: #fff;
    padding: 2px 5px;
    border-radius: 20px;
    height: 16px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
  }
  #maincontent .block-category-list .block-content ol li.item,
  #maincontent .sidebar > .block.filter ol li.item {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #eaeaea;
  }
  #maincontent .block-category-list .block-content ol li.item:last-child,
  #maincontent .sidebar > .block.filter ol li.item:last-child {
    border-bottom: none !important;
  }
  #layered-filter-block {
    border: 1px solid #abc24d;
    padding: 7px 10px;
    background-color: #fbfbfb;
  }
  #layer-product-list .modes .modes-mode {
    width: 26px !important;
    line-height: 26px;
  }
  .block-category-list .block-content,
  .filter-options-content {
    padding: 10px 10px 15px 10px !important;
  }
  #layer-product-list .products .filterproducts.products .item.product.product-item {
    border: 1px solid #abc24d;
    margin: 0 5px 20px;
    width: 23%;
    min-height: 340px;
  }
  #layer-product-list .products .filterproducts.products .item.product.product-item .product.details.product-item-details .price-box {
    margin: 8px 0 3px;
  }
  #layer-product-list .products .filterproducts.products .item.product.product-item .product-item-details {
    padding-bottom: 0px;
  }
  /* 26-08-2020 */
  .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: 12px;
    color: #434d53;
    text-transform: capitalize;
    font-weight: 500;
  }
  .ui-menu-item .menu-thumb-img a img {
    height: 80px;
    width: auto;
  }
  .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: 12px;
    font-weight: 500;
    margin: 1px 0 4px;
    color: #434d53;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 15% !important;
    text-align: center;
    border: 1px solid #f0f0f0;
    margin: 5px;
  }
  /* 27-08-2020 */
  .sidebar.sidebar-additional .widget.block.block-static-block {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area h3 span {
    font-weight: 600;
  }
  .widget.block.block-static-block .sidebar_content > img,
  .widget.block.block-static-block .sidebar_content > a {
    display: block;
    margin: 10px 0;
  }
  .widget.block.block-static-block .sidebar_content {
    margin-top: 30px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area {
    position: relative;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup {
    display: none;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
    display: block;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .sidebar.sidebar-main .block-category-list .block-title,
  .sidebar.sidebar-main > .block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #abc24d;
    background-color: #abc24d;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .sidebar.sidebar-main .block-category-list .block-content,
  .sidebar.sidebar-main > .block.filter .options dd {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #abc24d;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .page-layout-2columns-left .sidebar-additional {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .homepage-bar .col-lg-4.col-md-4 {
    padding: 5px !important;
    width: 33% !important;
  }
  .home-brands .content ul li {
    width: 132px !important;
  }
  .home-brands .content ul li a {
    font-size: 14px !important;
    line-height: 16px;
  }
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
  .ui-menu-item .menu-thumb-img a img {
    height: 40px;
    width: auto;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 100% !important;
    text-align: left;
    border: 1px solid #f0f0f0;
    margin: 0px 0;
    display: inline-block;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0;
  }
  .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: 10px !important;
    padding: 10px !important;
    display: inline-block;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img > a {
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
  }
  .page-header.type21.sticky-header .search-area {
    z-index: 999;
    bottom: inherit !important;
    right: 67px;
    top: 11px !important;
    position: fixed;
  }
  .page-header.header-newskin .navigation .level0:hover > .level-top {
    color: #abc24d !important;
  }
}
@media all and (max-width: 480px) {
  .page-header.type21 {
    border: 0;
    height: auto !important;
  }
  .homepage-bar .col-lg-4 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .home-strap {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 20px;
  }
  .left.leftsectionnimg {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .garybgbox .innercontentsbox h2 {
    font-size: 20px;
    text-align: center;
  }
  .garybgbox .innercontentsbox p {
    font-size: 14px;
    text-align: center;
  }
  .home-brands .content ul li {
    width: 90% !important;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
  .left.leftsectionnimg img,
  .left.leftsectionnimg a {
    display: table;
    margin: 6px auto;
    text-align: center;
  }
  #mostpopular .owl-controls .owl-nav .owl-prev {
    left: -15px;
  }
  #mostpopular .owl-controls .owl-nav .owl-next {
    right: -15px;
  }
  #mostpopular .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 12px;
  }
  .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*="owl-"],
  .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 15px !important;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    top: 65%;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    padding: 10px 10px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
  .page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
}
@media all and (max-width: 599px) {
  .bulk-delivery.desktop {
    display: none;
  }
  .bulk-delivery.mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .page-wrapper .page-main .page-title span.base {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .page-wrapper .page-main .columns ul.delivery-grid {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: center;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li {
    width: 28%;
    display: inline-block;
    text-align: center;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li > img {
    padding: 4px;
    border: 1px solid #ececec;
  }
  .contact-index-index .page-main .columns .column.main .row .col-md-12 p:first-child b {
    display: none;
  }
  .contact-index-index .page-title-wrapper {
    display: block !important;
  }
  .contact-index-index .page-main .columns .column.main .row .col-md-12 p > a {
    color: #839e47;
  }
  .contact-index-index .page-main .columns .column.main .row .col-md-12 p,
  .cms-delivery .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
    font-size: 22px;
    font-weight: 500;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h3 > strong {
    font-size: 16px;
    font-weight: 600;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h3 > strong > img {
    margin: 0 auto;
    display: table;
  }
  .cms-links-policy .page-main .column.main p a,
  .checkout-cart-index .page-main .column.main .cart-empty p a,
  .cms-privacy-policy .page-main .column.main p a {
    color: #839e47;
  }
  .cms-privacy-policy .page-main .column.main table.data-table > thead > tr > th,
  .cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > th,
  .cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > th,
  .cms-privacy-policy .page-main .column.main table.data-table > thead > tr > td,
  .cms-privacy-policy .page-main .column.main table.data-table > tbody > tr > td,
  .cms-privacy-policy .page-main .column.main table.data-table > tfoot > tr > td {
    padding: 11px 9px;
    border: 1px solid #ccc;
  }
  .cms-privacy-policy .page-main .column.main table.data-table {
    border: 1px solid #e8e8e8;
  }
  .cms-about-us .page-main .columns > .column.main {
    width: 100%;
  }
  .cms-about-us .page-main .columns {
    width: 75%;
    float: right;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    margin: 0 15px 35px 0 !important;
    min-height: 320px;
    padding: 0 0 !important;
    border: 1px solid #abc24d;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 30.439%;
  }
  /* 07-09-2020 */
  .product-item-name > a {
    padding: 0 3px;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p a,
  .cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
    color: #839e47;
  }
  .cms-privacy-policy .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-privacy-policy .page-main .columns .column.main h2 {
    font-size: 16px;
    color: #777;
    font-weight: 500;
  }
  .product-info-price .price-box .price-container .price,
  .product-info-main .product-info-price .price-wrapper .price,
  .product-info-price .price-box .price-container .price {
    color: #abc24d !important;
  }
  .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    background-color: transparent;
    font-family: inherit;
    color: #777;
  }
  /* .product-options-wrapper,.product-add-form .product-options-bottom{display:none} */
  .product-options-wrapper,
  .product-add-form .product-options-bottom {
    display: block !important;
  }
  .onlyconfigurable {
    display: none;
  }
  .custom_route-index-index .page-main h1.page-title,
  .custom_route-index-index .column.main .signature a {
    display: none;
  }
  .custom_route-index-index .column.main .col-bss-2 ul li a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
  }
  .custom_route-index-index .column.main .col-bss-2 ul {
    margin: 0px;
    padding: 0 0 0 15px;
  }
  .custom_route-index-index .col-bss-2 h3.bss_product_list > a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    white-space: normal;
  }
  .custom_route-index-index .col-bss-2 h3.bss_product_list > a:hover,
  .custom_route-index-index .column.main .col-bss-2 ul li a:hover {
    color: #abc24d;
  }
  .custom_route-index-index .col-bss-1 .col-bss-2 > .bss_h2 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 15px !important;
  }
  .custom_route-index-index .col-bss-1 .col-bss-2 .bss_h3 {
    width: 100%;
    float: none;
    font-size: 14px;
    color: #000;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
  }
  .page-layout-3columns.custom_route-index-index .column.main {
    width: 70%;
  }
  .sidebar.sidebar-additional .sidebar_content_static .text-area:hover .usp-popup {
    z-index: 9;
  }
  .checkout-cart-index .page-wrapper .page-main .page-title-wrapper .page-title > span,
  .customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title > span,
  .customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title > span,
  .customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title > span {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
  }
  .customer-account-create .form-create-account .fieldset.create.info .legend,
  .customer-account-create .form-create-account .fieldset.create.account .legend {
    color: #777;
    font-weight: 500;
  }
  .checkout-cart-index .cart.table-wrapper .cart.items.table .product-item-details .product-item-name > a,
  .checkout-cart-index .cart.table-wrapper .cart.items.table .subtotal .price-excluding-tax .cart-price .price,
  .checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-edit::before,
  .checkout-cart-index .cart.table-wrapper .cart.items.table .item-actions .actions-toolbar .action-delete::before,
  .cart-discount #block-discount-heading,
  .cart-summary .checkout.methods.items a.action.multicheckout,
  .login-container .form-login .login .actions-toolbar .secondary a.action.remind {
    color: #abc24d;
  }
  .page-header,
  .minicart-wrapper .block-minicart,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover,
  .authentication-dropdown,
  .login-container,
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.form-edit-account,
  .form-address-edit,
  .form-newsletter-manage,
  .featured-box .box-content,
  .history .featured-box .box-content,
  .form.search.advanced,
  .homepage-grid-banner .ribbon::before,
  .cms-index-index .testimonial-arrow-down,
  #newsletter_popup,
  .iwd-one-page-checkout-sidebar .iwd-opc-block-summary,
  .block-header-customer-login,
  .mfp-preloader,
  .ln_overlay .loader {
    border-top-color: #839E47 !important;
  }
  .bulk-delivery.desktop {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_normal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
  }
  .product.description .bulk-delivery.mobile {
    display: none;
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 176px;
    margin-bottom: 10px;
  }
  .cms-about-us .page-main .columns {
    width: 100%;
    float: none;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 46%;
  }
  .product-item-name > a {
    padding: 0 3px;
  }
  .page-header.type21 .nav-toggle,
  .page-header.type21 .header-main-right a.action.my-wishlist {
    margin-right: 5px !important;
  }
  .page-header.type21 .search-area {
    margin-right: 10px;
  }
  .logo {
    max-width: 45%;
  }
  .cms-terms-and-conditions .page-main .columns .column.main p a,
  .cms-terms-and-conditions .page-main .columns .column.main ul > li > a {
    color: #839e47;
  }
  .cms-terms-and-conditions .page-main .columns .column.main h2 span > strong {
    font-size: 16px;
  }
  .page-wrapper .page-main .page-title span.base {
    font-size: 18px;
  }
  .page-footer .footer-middle {
    padding: 25px 0 20px;
  }
  .page-wrapper .page-main {
    padding-bottom: 20px;
  }
  .cms-privacy-policy .page-main .columns .column.main p {
    line-height: 22px;
    color: #777;
  }
  .cms-privacy-policy .page-main .columns .column.main h2 {
    font-size: 16px;
    color: #777;
    font-weight: 500;
  }
  .cms-index-index .porto-ibanner .porto-ibanner-content h4,
  .cms-index-index .porto-ibanner-desc h4 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h2,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h2 {
    font-size: 22px;
  }
  .cms-index-index .porto-ibanner-desc h2 {
    font-size: 16px;
  }
  .cms-index-index .porto-ibanner.home-banner2 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner3 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner4 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner5 .porto-ibanner-desc h4,
  .cms-index-index .porto-ibanner.home-banner6 .porto-ibanner-desc h4 {
    font-size: 16px;
  }
  .home-brands .content > h2 {
    font-size: 24px;
    margin: 20px 0 40px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 14px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 15px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 380px;
  }
  .delivery_info ul.delivery-grid {
    list-style: none;
    clear: both;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .delivery_info ul.delivery-grid li {
    width: 30%;
    float: left;
    margin: 10px;
  }
  .delivery_info ul.delivery-grid li > img {
    padding: 4px;
    border: 1px solid #ececec;
  }
  .product.info .delivery_info h3 {
    font-size: 24px;
    color: #222529;
    margin: 20px 0;
  }
  /* 31-08-2020 */
  .product.info.detailed .product_content {
    width: 25%;
    float: left;
    margin-right: 22px !important;
  }
  .product.info.detailed .product.data.items {
    float: right;
    width: 72%;
  }
  .product.info.detailed .product_content {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .product.info.detailed {
    margin-bottom: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area h3 span {
    font-weight: 600;
  }
  .product.info.detailed .product_content .sidebar_content_logo > img,
  .product.info.detailed .product_content .sidebar_content_logo > a {
    display: block;
    margin: 10px 0;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    display: block;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .product.info.detailed .product_content .sidebar_content_static_product .text-area .usp-popup {
    display: none;
  }
  .product.info.detailed .product_content .sidebar_content_logo {
    margin: 5px 0 0 0;
    clear: both;
    display: inline-block;
  }
  #calculator.calculator h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  #calculator.calculator .dimensions {
    display: inline-block;
    clear: both;
    width: 100%;
  }
  #calculator.calculator .dimensions .left {
    width: 48%;
    float: left;
  }
  #calculator.calculator .dimensions .right {
    float: right;
    width: 48%;
  }
  #calculator.calculator .button > button.button,
  #calculator.calculator .results .addto button.button.add {
    color: #fff;
    background-color: #abc24d;
    border-color: #abc24d;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 30px;
  }
  #calculator.calculator {
    background-color: #666;
    color: #fff;
    padding: 20px;
  }
  #calculator.calculator img {
    margin: 10px auto;
    display: table;
  }
  #calculator.calculator .dimensions .field {
    margin: 0 0 10px 0;
  }
  #calculator.calculator .button {
    margin: 0 0 5px 0;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew {
    width: 23% !important;
    float: left;
    border: 1px solid #abc24d;
    padding: 10px;
    margin: 0 7px 20px 7px;
    min-height: 220px;
    box-shadow: 0px 5px 6px #dfdfdf;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(6n+1) {
    clear: both !important;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: none !important;
  }
  #calculator.calculator .results,
  #calculator.calculator .result_quantity,
  #calculator.calculator .disclaimer {
    display: none;
  }
  .product-add-form a.view-sizes {
    background-color: #f4f4f4;
    text-decoration: none;
    padding: 10px;
    color: #4d4d4d;
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border: 1px solid #e3e3e3;
  }
  .product-add-form a.view-sizes.acive {
    color: #fff;
    border: 1px solid #abc24d;
    background-color: #abc24d;
  }
  .product-add-form a.view-sizes.acive::after {
    position: absolute;
    content: ">";
    right: 10px;
    font-size: 30px;
    top: 2px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .product-add-form a.view-sizes::after {
    position: absolute;
    content: ">";
    right: 10px;
    font-size: 30px;
    top: 2px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .variations .buy .actions .customcart {
    color: #fff !important;
    background-color: #abc24d !important;
    border-color: #abc24d !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
  }
  .variations .quantity > label {
    text-align: center;
    font-size: 12px;
    margin: 0px 0 2px 0;
    display: block;
    width: 100%;
  }
  .variations .quantity .qtys {
    width: 55px;
    padding: 1px;
    float: right;
    height: 26px;
  }
  table.variations tr th {
    display: none;
  }
  table.variations tr {
    background-color: #f4f4f4;
    border-bottom: 1px solid #fff;
  }
  table.variations tr > td {
    padding: 8px 6px;
    vertical-align: middle;
    font-size: 15px;
  }
  table.variations tr > td.description {
    padding-left: 60px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 35px 35px;
  }
  table.variations tr > td.description.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bulk-bag.png) !important;
  }
  table.variations tr > td.description.send-me-a-sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/sample.png) !important;
  }
  table.variations tr td.price {
    font-weight: 600;
  }
  table.variations {
    margin: 10px 0 0 0;
  }
  #calculator.calculator .result_quantity > span {
    font-weight: 500;
  }
  #calculator.calculator .results {
    margin: 10px 0 0;
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
  }
  #calculator.calculator .results .text {
    display: inline-block;
    background-color: #abc24d;
    padding: 2px 10px;
  }
  #calculator.calculator .quantity_type {
    display: inline-block;
    color: #000;
  }
  #calculator.calculator .results .addto {
    margin-top: 0;
    float: right;
  }
  #calculator.calculator .results .addto button.button.add {
    height: 31px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
  }
  #calculator.calculator .disclaimer {
    background: transparent;
    padding: 0;
    font-size: 10px;
    text-align: right;
    color: #b5b5b5;
    width: 100%;
    margin: 0;
    clear: both;
  }
  #calculator .results .quantity_type span.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bulk-bag.png);
  }
  #calculator .results .quantity_type span {
    display: inline-block;
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 35px;
    background-size: 22%;
    overflow: visible;
    font-weight: 400;
  }
  #calculator .results .quantity_type {
    color: #666;
    padding: 0px 0 0 20px;
  }
  .product-add-form .disclaimer_info {
    display: none;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #EFE7E0;
    color: #9B724A;
    margin: 6px auto 5px;
    width: 100%;
    font-weight: 300;
    font-size: 9px;
  }
  #mb-ajaxsuite-popup-wrapper {
    background-color: #fff !important;
  }
  #mb-ajaxsuite-popup-wrapper .block.upsell {
    margin-bottom: 0;
    margin-top: 40px;
    width: 90%;
    margin: 30px auto 10px;
  }
  #mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 30px 0 0;
    font-weight: 400;
  }
  #mb-ajaxsuite-popup-wrapper .mb-login-popup-title.success > strong {
    color: #839e47 !important;
    font-weight: 600;
  }
  #mb-ajaxsuite-popup-wrapper .success-content h3.mb-message-successs {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin: 0;
  }
  #mb-ajaxsuite-popup-wrapper .success-content h2.product-name {
    font-size: 14px;
    font-weight: 400 !important;
    margin: 10px 0 0;
  }
  #mb-ajaxsuite-popup-wrapper .success-content .photo.image {
    border: 1px solid #f4f4f4;
    padding: 2px;
  }
  #mb-ajaxsuite-popup-wrapper .ajaxcart-message-cartinfo .price {
    font-size: 20px;
    font-weight: 600;
  }
  .ajaxcart-buttons.ajaxsuite-buttons {
    border-top: 1px solid #ececec;
    padding-top: 10px;
  }
  #mb-ajaxsuite-popup-wrapper.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .product-add-form td.full-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/full-pallet.png);
  }
  .product-add-form td.half-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/half-pallet.png);
  }
  .product-add-form td.qtr-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/qtr-pallet.png);
  }
  .product-add-form td.sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/sample.png);
  }
  .product-add-form td._40-rolls,
  .product-add-form td._30-rolls,
  .product-add-form td._20-rolls,
  .product-add-formp td._10-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/turf-roll.png);
  }
  .product-add-form td._50-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/turf-pallet.png);
  }
  .product-add-form td.crate {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/cage-pallet.png);
  }
  .product-add-form td.edge_natural {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-natural.png);
  }
  .product-add-form td.edge_brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-brown.png);
  }
  .product-add-form td.edge_green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-green.png);
  }
  .product-add-formp td.edge_black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-black.png);
  }
  .product-add-form td.edge_silver {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-silver.png);
  }
  .product-add-form td.green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-green.png);
  }
  .product-add-form td.black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-black.png);
  }
  .product-add-form td.blue {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-blue.png);
  }
  .product-add-form td.brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-brown.png);
  }
  .product-add-form td.granite {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-granite.png);
  }
  .product-add-form td.purple {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-purple.png);
  }
  .product-add-form td.redwood {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-redwood.png);
  }
  .product-add-form td.terracotta {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-terracotta.png);
  }
  .product-add-form td.small-tub,
  .product-add-form td.large-tub {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tub.png);
  }
  .product-add-form td.bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bag.png);
  }
  .bulk-delivery.desktop {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_normal.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
  }
  .product.description .bulk-delivery.mobile {
    display: none;
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 176px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .cms-porto_home_23 #banner-slider-demo-23 .slide-content .lft {
    font-size: 11px !important;
  }
  #braintree-three-d-modal {
    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(62%);
    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;
  }
  .delivery .usp-popup {
    width: 290px !important;
    top: 100%;
    height: 230px;
  }
  .bestprice .usp-popup {
    width: 250px !important;
    top: 100%;
    height: 200px;
    left: -60px;
  }
  .securecheckout .usp-popup {
    width: 290px !important;
    top: 100%;
    height: 180px;
    right: 0;
  }
  header.page-header .nav-sections-item-title {
    background-color: #abc24d !important;
  }
  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: #abc24d !important;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent !important;
    border-bottom: 0;
  }
  .page-wrapper .navigation a:hover,
  .page-wrapper .nav-sections .header.links a:hover {
    color: #abc24d !important;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 47% !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .catalog-category-view .products-grid + .toolbar.toolbar-products {
    padding: 15px 0;
  }
  .catalog-category-view .bestprice .usp-popup {
    left: 0px;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 46% !important;
  }
  .catalog-product-view .product.info.detailed .product_content {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    float: none !important;
    width: 100% !important;
  }
  #description .product.attribute.description .value iframe {
    width: 100% !important;
  }
  .product-add-form td.full-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/full-pallet.png) !important;
  }
  .product-add-form td.half-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/half-pallet.png) !important;
  }
  .product-add-form td.qtr-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/qtr-pallet.png) !important;
  }
  .product-add-form td.sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/sample.png) !important;
  }
  .product-add-form td._40-rolls,
  .product-add-form td._30-rolls,
  .product-add-form td._20-rolls,
  .product-add-form td._10-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/turf-roll.png) !important;
  }
  .product-add-form td._50-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/turf-pallet.png) !important;
  }
  .product-add-form td.crate {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/cage-pallet.png) !important;
  }
  .product-add-form td.edge_natural {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-natural.png) !important;
  }
  .product-add-form td.edge_brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-brown.png) !important;
  }
  .product-add-form td.edge_green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-green.png) !important;
  }
  .product-add-formp td.edge_black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-black.png) !important;
  }
  .product-add-form td.edge_silver {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/edge-silver.png) !important;
  }
  .product-add-form td.green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-green.png) !important;
  }
  .product-add-form td.black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-black.png) !important;
  }
  .product-add-form td.blue {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-blue.png) !important;
  }
  .product-add-form td.brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-brown.png) !important;
  }
  .product-add-form td.granite {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-granite.png) !important;
  }
  .product-add-form td.purple {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-purple.png) !important;
  }
  .product-add-form td.redwood {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-redwood.png) !important;
  }
  .product-add-form td.terracotta {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-terracotta.png) !important;
  }
  .product-add-form td.small-tub,
  .product-add-form td.large-tub {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tub.png) !important;
  }
  .product-add-form td.bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bag.png);
  }
  .bulk-delivery.desktop {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_normal.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
  }
  .bulk-delivery.mobile {
    display: none;
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/tipper_mobile.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 176px;
    margin-bottom: 10px;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    font-size: 12px;
  }
  .fotorama-item.fotorama .fotorama__arr__arr,
  .fotorama-item.fotorama .fotorama__fullscreen-icon {
    color: #abc24d !important;
  }
  /* 11-09-2020 */
  .is-blog .page-wrapper #maincontent.page-main .page-title-wrapper {
    display: none;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item > h2 {
    margin-top: 5px;
  }
  .is-blog .page-wrapper .page-main .columns p.post-list-description {
    display: none;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar {
    margin: 0 0 30px !important;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-title > strong {
    font-size: 16px;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content ul li > a {
    color: #777;
    font-size: 13px;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
    float: left;
    width: calc(25%);
    padding: 5px;
    height: 32px;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search {
    display: inline-block;
    width: 100%;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block {
    margin-bottom: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search button.button {
    float: right;
    width: 65px;
    padding: 0;
    text-align: center;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
    border-bottom: 1px dashed #ccc;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 > a {
    color: #abc24d !important;
    font-size: 18px;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 {
    line-height: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-entry .post-excerpt {
    font-size: 13px;
    line-height: 22px;
    color: #777;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a {
    background-color: #34352e;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons .shartetextbox {
    margin: 0 5px 0 0;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages .items.pages-items .pages .item {
    text-align: center;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages a.page,
  .is-blog .page-wrapper .page-main .columns .pager .pages strong.page,
  .is-blog .page-wrapper .page-main .columns .pager .pages .action {
    width: 32px;
    line-height: 30px;
    height: 30px;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages .item {
    text-align: center;
  }
  .is-blog .page-wrapper .page-main .columns .pager .pages .item > a {
    color: #777;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Facebook"]:hover {
    background-color: #3b5a9a;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Twitter"]:hover {
    background-color: #1aa9e1;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-meta .social-icons.blogicons a[title="Google+"]:hover {
    background-color: #d44837;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-view h2 a {
    font-size: 18px;
    color: #777;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-view h2 a {
    font-size: 18px;
    color: #777;
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 > b {
    font-weight: 500;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-meta a {
    color: #abc24d;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a {
    background-color: #34352e;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Facebook"]:hover {
    background-color: #3b5a9a;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Twitter"]:hover {
    background-color: #1aa9e1;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .social-icons.blogicons a[title="Google+"]:hover {
    background-color: #d44837;
    color: #fff;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle {
    color: #abc24d;
    text-decoration: underline;
    font-weight: 600;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper .authentication-wrapper button.action.action-auth-toggle:hover {
    color: #abc24d;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent !important;
  }
  .firecheckout #checkout .opc-wrapper .step-title::before,
  .firecheckout #checkout .opc-block-summary > .title::before,
  .firecheckout #checkout .opc-sidebar .step-title::before {
    background: #abc24d !important;
  }
  .checkout-index-index .column.main .opc-wrapper ol.opc li .step-title,
  .checkout-index-index .opc-sidebar .modal-content .opc-block-summary .title {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #777 !important;
  }
  .checkout-index-index .modal-content .block-content .secondary a.action.action-remind {
    color: #abc24d;
    text-decoration: underline;
  }
  .checkout-index-index .modal-content .modal-header .action-close:hover {
    background-color: transparent !important;
    color: #abc24d;
  }
  .is-blog .page-wrapper .page-main .columns .post-content {
    font-size: 14px;
    line-height: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .post-content p a,
  .is-blog .page-wrapper .page-main .columns .post-content p span a {
    color: #abc24d;
  }
  #layer-product-list .products.products-list .filterproducts.products .item.product.product-item {
    width: 100%;
    min-height: auto;
  }
  #layer-product-list .products.products-list .filterproducts.products .product.description a {
    color: #abc24d;
  }
  #layer-product-list .products.products-list .filterproducts.products .product.description ul {
    line-height: 24px;
    margin: 10px 0;
    padding: 0;
  }
  .data.item.content .review-form .fieldset .review-legend.legend {
    color: #777;
  }
  .product.info .product.data.items > .item.title.active > .switch,
  .product.info .product.data.items > .item.title.active > .switch:focus,
  .product.info .product.data.items > .item.title.active > .switch:hover {
    border-bottom: #abc24d solid 2px !important;
    color: #abc24d;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 46% !important;
  }
  .layout-1140 .page-wrapper .page-main .columns .page-title h1 {
    font-size: 26px;
    font-weight: 500;
    color: #777;
  }
  .layout-1140 .page-wrapper .page-main .columns .disc li a {
    color: #abc24d;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 46% !important;
  }
  .product.data.items > .item.content #calculator .results {
    font-size: 12px;
  }
  #calculator.calculator .results .addto button.button.add {
    font-size: 11px;
  }
  .products .product .product.name.product-item-name a:hover {
    color: #abc24d;
  }
  .cms-enable-cookies .enable-cookies.cms-content ul li a {
    color: #abc24d;
  }
  .cms-privacy-policy-cookie-restriction-mod .privacy-policy.cms-content h2 {
    color: #777;
    font-size: 18px;
    font-weight: 500;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content h2 {
    font-size: 16px;
    font-weight: 500;
  }
  .cms-contact-us .page-wrapper .page-main .columns p a,
  .cms-internet-gardener .page-wrapper .page-main .columns p a,
  .cms-no-route-2 .page-wrapper .page-main .columns p a {
    color: #abc24d;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .privacy-policy.cms-content p a {
    color: #abc24d;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list {
    border: 1px solid #e8e8e8;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > th,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > th,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > th,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > thead > tr > td,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tbody > tr > td,
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list > tfoot > tr > td {
    padding: 11px 9px;
    border: 1px solid #ccc;
  }
  .cms-about-porto .entry-content .row-wrapper.container h3 {
    color: #abc24d;
  }
  .cms-about-porto .alternative-font {
    color: #abc24d !important;
  }
  .cms-about-porto .history .box-content h4 {
    color: #abc24d !important;
  }
  #reviews .block.review-add .review-form .fieldset.review-fieldset .legend.review-legend {
    color: #777;
  }
  .mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo p a {
    color: #abc24d !important;
  }
  .minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
    color: #abc24d;
  }
  .minicart-items .action.edit::before,
  .minicart-items .action.delete::before {
    color: #abc24d !important;
  }
  #minicart-content-wrapper .actions a.action.viewcart {
    color: #abc24d;
  }
  .minicart-wrapper .block-minicart::before,
  .prev-next-products .product-nav .product-pop::before,
  .iwd-one-page-checkout-sidebar .iwd-opc-block-summary::before,
  .block-header-customer-login::before {
    border-bottom-color: #abc24d !important;
  }
  .catalog-category-view .page-wrapper .column.main .products-grid {
    margin: 0 -8px;
  }
  .catalog-category-view .page-wrapper .column.main .products-list {
    margin: 4px 3px 4px -4px;
  }
  .firecheckout #checkout .swissup-delivery-date div.field .control .field-error {
    right: 95px !important;
  }
  #mpsearch-category option {
    font-size: 11px;
  }
  .left.leftsectionnimg a {
    cursor: context-menu;
  }
  .footer-bottom {
    padding: 5px 0 !important;
  }
  .footer-bottom .custom-block.f-right > img {
    height: 22px;
  }
  .product-info-main .product.overview ul {
    margin: 0 0 20px 0 !important;
    padding: 0 0 20px 20px;
  }
  .product-info-main .product.overview ul li {
    margin: 0;
    padding: 0;
    line-height: 22px;
  }
  .product-item-photo a {
    display: block;
    z-index: 9;
    position: relative;
  }
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare,
  .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .list-info h2 {
    font-size: 20px;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
  }
  .list-info ul {
    margin: 0;
    padding: 0 20px;
  }
  .product-item-info.type3 .product-item-photo .product-item-inner {
    text-align: center !important;
    z-index: 99;
    position: relative;
  }
  .product-labels {
    z-index: 9 !important;
  }
}
/* 16-09-2020 */
@media all and (max-width: 767px) {
  .catalog-product-view .product.data.items > .data.item.title {
    padding: 0 !important;
    margin: 0 !important;
  }
  .catalog-product-view .product.data.items > .data.item.title > .switch {
    padding: 10px 9px 10px 9px;
  }
  .catalog-product-view .product.data.items > .item.title > .switch {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .catalog-product-view .product.data.items .item.title a::after {
    font-size: 20px !important;
  }
  .catalog-product-view .product.data.items .item.title a::after {
    top: 10px;
  }
  .search-area-desktop {
    display: none;
  }
  .search-area-desktop .block.block-search {
    display: none !important;
  }
  header.page-header .search-area.mobile .block.block-content .control .input-text {
    border: 1px solid #cccccc;
  }
  a.button-see-more {
    background-color: #abc24d !important;
    color: #fff !important;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    margin: 5px auto;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Oswald';
    max-width: 140px;
  }
  a.button-see-more:hover {
    background-color: #839e47;
    color: #fff;
  }
  .product.product-item .product-item-info .price-box .unit {
    font-size: 10px;
  }
  .product-item-info .product.name a {
    font-size: 14px;
  }
  .products-grid .product-items .product-item .product-image-photo {
    height: 200px;
    width: 200px;
  }
  .products .product-item-info.type3 .product-item-details {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .catalog-category-view .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .categorypath-water-features .product.details.product-item-detailsnew {
    width: 98% !important;
  }
  .catalog-product-view .block.upsell .block-title.title {
    padding-right: 80px;
  }
  .calculator #calculator.calculator .results .text {
    display: block;
    background-color: #abc24d;
    text-align: center;
  }
  .calculator #calculator.calculator .results .text {
    display: block;
    padding: 2px 10px;
    text-align: center;
  }
  .calculator #calculator.calculator .results .addto {
    margin: 3px auto;
    float: none;
    display: table;
  }
  .product-reviews-summary .reviews-actions {
    margin-top: 5px;
  }
  .is-blog .page-wrapper .page-main .columns .post-list.grid li {
    width: 100%;
    margin-right: 0%;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 > a {
    font-size: 15px !important;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item > h2 {
    line-height: 16px !important;
  }
  .is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
    line-height: 20px;
  }
  .is-blog .page-wrapper .page-main .columns .post-view h2 a {
    font-size: 18px;
  }
  #layer-product-list .products.products-list .product-item-details .actions-primary {
    display: inline-block;
    margin: 5px 0;
  }
  .categorypath-outdoor-living .product.details.product-item-detailsnew {
    width: 100% !important;
    margin: 7px 0;
    min-height: auto;
  }
  .catalog-category-view .product.details.product-item-detailsnew {
    width: 100% !important;
    margin: 10px 0;
    min-height: auto;
  }
  #calculator .results .quantity_type {
    color: #666;
    padding: 0;
    margin: 5px auto;
    display: table;
  }
  .cms-privacy-policy-cookie-restriction-mode .page-wrapper .data-table.data-table-definition-list {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
}
/* 24-09-2020 */
@media all and (max-width: 767px) {
  .variations .quantity .field.qty .control.qty-change .input-text.qty {
    width: 45px;
    float: left;
    height: 32px;
    text-align: center;
    padding: 0;
  }
  .variations .quantity .field.qty .control.qty-change > .decreaseqty {
    float: left;
  }
  .page-header.type21.sticky-header .search-area.mobile {
    display: block;
  }
  .page-header.type21.sticky-header .search-area.mobile a span {
    display: none;
  }
  .page-header.type21.sticky-header .search-area.mobile .block.block-search {
    right: 0px !important;
  }
  .cms-brands.layout-1140 .page-wrapper .page-main .columns .page-title.category-title h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 481px) and (min-width: 767px) {
  .cms-brands .page-wrapper .home-brands .content ul li {
    width: 200px !important;
    margin-bottom: 20px;
  }
}
/* 25-09-2020 */
@media all and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 100% !important;
  }
  .page-main .attributepages-options ul.attributepages-grid li {
    margin: 10px;
    list-style: none;
    padding: 0;
    width: 44% !important;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-main .attributepages-options ul.attributepages-grid li a > img {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    min-height: 330px;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    font-size: 16px;
  }
  /* 25-09-2020 */
  .page-main .attributepages-options ul.attributepages-grid li {
    margin: 0 10px 20px;
    list-style: none;
    padding: 0;
    width: 45% !important;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    min-height: 320px;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-main .attributepages-options ul.attributepages-grid li a > img {
    margin-bottom: 10px;
  }
  .attributepages-page-view .column.main .topcontent > img {
    min-width: 100%;
  }
  .attributepages-page-view .column.main .topcontent h1 {
    background-color: #abc24d;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
  }
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    margin: 12px 5px;
    width: 47.66% !important;
    border: 1px solid #abc24d;
    padding: 15px 10px !important;
    box-shadow: 0px 5px 6px #dfdfdf;
    min-height: 420px;
  }
  .attributepages-page-view .column.main .list-info > h2 {
    display: none;
  }
  .attributepages-page-view .column.main .category-description.std {
    margin-top: 15px;
  }
  /* 28-09-2020 */
  .toolbar.toolbar-products .modes .modes-mode {
    width: 26px !important;
    line-height: 26px;
  }
  .filterproducts.products .product-item a.minimal-price-link {
    margin-top: 0;
    font-size: 12px;
    color: #abc24d;
    font-weight: 500;
  }
  .filterproducts.products .product.details.product-item-details .price-box {
    margin: 8px 0 0px;
  }
  /* 30-09-2020 */
  .footer .payment-logo-d {
    display: none;
  }
  .footer-bottom .custom-block.f-right {
    display: block;
  }
  .cms-index-index .homepage-bar .col-lg-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cms-index-index .home-strap {
    text-align: center;
    font-size: 16px;
    margin: 10px 0 20px;
    color: #3b4042;
  }
  .cms-index-index .green_bg_box {
    background-color: #f3f3f3;
    padding: 30px 0 0;
  }
  .cms-index-index .green_bg_box #mostpopular .block-title {
    background: transparent;
  }
  .page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
    background-color: #fff;
  }
  .page-layout-1column.cms-index-index #mostpopular {
    margin-bottom: 0;
  }
  .page-layout-1column.cms-index-index .reviews {
    border-top: 1px solid #eeeeef;
    margin: 30px 0 0;
    padding: 20px 0 20px 0;
  }
  .page-layout-1column.cms-index-index .garybgbox .innercontentsbox p {
    font-size: 15px;
    color: #202324;
    line-height: 18px;
    font-weight: 200;
    margin: 15px 0;
  }
  .page-layout-1column.cms-index-index .garybgbox .innercontentsbox p strong {
    color: #202324;
  }
  .page-layout-1column.cms-index-index .garybgbox {
    background-color: #f3f3f3;
    padding: 40px 0;
  }
  .content-top {
    text-align: center;
    margin: 30px auto;
  }
  .content-top span {
    font-size: 20px;
    font-weight: 700;
    color: #a2c656;
  }
  .content-top p {
    font-size: 20px;
    color: #231f20;
    line-height: 26px;
    font-weight: 500;
  }
  .cms-index-index #maincontent.page-main {
    padding-bottom: 0;
  }
  /* 02-10-2020 */
  .cms-about-us .block.widget.block-products-list.grid .block-title {
    display: table;
    margin: 0 auto 55px auto;
    text-align: center;
  }
  .filter-options-content .item input[type="checkbox"] {
    margin: -6px 4.5px 0 0 !important;
  }
  .product.info .product.description p a {
    color: #abc24d;
  }
  /* 06-10-2020 */
  .navigation li.level0 .ui-menu-item > a::before {
    display: none !important;
  }
  .cms-index-index .green_bg_box #mostpopular .block-title {
    width: 100%;
    text-align: center;
  }
  .cms-index-index .products-grid.grid {
    width: 100%;
  }
  .page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
    width: 98% !important;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 22px !important;
    display: block;
    text-align: center;
  }
  .homepage-bar .text-area > h3 {
    text-align: center;
  }
  .home-brands .content ul {
    display: table;
    width: 420px;
  }
  .home-brands .content ul li {
    width: 192px !important;
    margin: 8px;
    display: table;
  }
  .page-wrapper .breadcrumbs {
    display: block;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: 351px;
  }
  /* 
  07-10-2020 */
  .swissup-delivery-date .ui-datepicker-trigger {
    position: absolute !important;
    max-width: 100px !important;
    margin-left: 0 !important;
    top: 0;
    right: 0;
    height: 42px;
  }
  .firecheckout #checkout .swissup-delivery-date div.field > .control {
    position: relative;
  }
  /* 08-10-2020 */
  .shipping-address-item a {
    color: #abc24d;
  }
  .shipping-address-item a:hover {
    color: #abc24d;
  }
  .modal-popup .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup {
    border: 1px solid #666 !important;
    color: #fff !important;
    padding: 0px 10px !important;
    height: 38px;
    margin: 0 !important;
    background-color: #666 !important;
  }
  .account .box-actions a,
  .account a.action.edit,
  .account a.action.view,
  .account a.action,
  .account .box-content address a {
    color: #abc24d;
  }
  .nav-sections .header.links li.greet.welcome,
  .nav-sections .header.links li.item.link.compare {
    display: none;
  }
  .page-layout-1column.cms-index-index .garybgbox .innercontentsbox p a {
    color: #abc24d;
  }
  .billing-address-details a {
    color: #abc24d;
  }
  /* 12-10-2020 */
  .homepage-bar .text-area h3 span {
    display: block;
  }
  .sidebar.sidebar-additional .actions-toolbar .secondary a.action.view {
    color: #abc24d;
  }
  .delivery_info iframe {
    height: auto;
  }
  .list-info a {
    color: #abc24d;
  }
  .cms-index-index #mostpopular a.button-see-more {
    margin: 5px auto;
  }
  /* 13-10-2020 */
  .page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info {
    position: relative;
    z-index: 99;
  }
  .page-products .products.list.products-list .filterproducts.products.list.items.product-items .product-item-info .stock.unavailable {
    position: relative;
    margin: 10px auto 0;
  }
  .catalog-category-view .page-wrapper .column.main .products-grid {
    margin: 0;
    width: 100%;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 100% !important;
    margin: 10px 0;
  }
  .theme-border-color.product-pop {
    border-color: #abc24d !important;
  }
  /* 14-010-2020 */
  .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    position: relative;
    text-align: right;
    display: block;
    width: 100%;
    clear: both;
    padding: 0;
  }
  .products-grid .owl-carousel.product-items .product-item .product-item-details .product-item-name {
    min-height: 62px;
  }
  .products-grid .owl-carousel.product-items .product-item .product-item-details .price-box {
    min-height: 45px;
  }
  .attributepages-page-view .page-main > .page-title-wrapper h1.page-title {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  .catalog-product-view .variations .buy .actions .customcart {
    font-size: 12px;
    padding: 0 2px;
    width: 48px;
    margin-top: 22px;
  }
  .catalog-product-view .product-info-main .qty.field .control,
  .catalog-product-view .product-info-main .qty.field .qty-changer {
    margin-left: 0;
  }
  .catalog-product-view .product-info-main .qty.field .control.qty-change {
    width: 112px;
  }
}
/* 23-09-2020 */
@media all and (max-width: 599px) {
  .product-info-main tr {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 145px;
    border-right: 4px #fff solid;
    border-bottom: 4px #fff solid;
    background: #f6f6f6;
  }
  .product-info-main td.description {
    top: 5px;
    left: 5px;
    width: 138px;
    height: 98px;
    padding-left: 0;
    padding-bottom: 53px;
    font-size: 13px;
    line-height: 15px;
    background-position: 100% 100%;
    background-size: 55px 55px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.price {
    top: 88px;
    left: 5px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.quantity {
    top: 55px;
    left: 5px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.buy {
    top: 108px;
    left: 5px;
  }
  .product-info-main tr:last-child {
    border-right: 4px #fff solid;
    border-bottom: 4px #fff solid;
  }
  .product-info-main td.description {
    top: 5px;
    left: 5px;
    width: 138px;
    height: 98px;
    padding-left: 0 !important;
    padding-bottom: 53px;
    font-size: 13px !important;
    line-height: 15px;
    background-position: 100% 100% !important;
    background-size: 55px 55px !important;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.price {
    top: 88px;
    left: 5px;
  }
  .product-info-main td {
    display: block;
    position: absolute;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
  }
  .product-info-main td.buy {
    top: 108px;
    left: 5px;
  }
  .product-info-main thead {
    display: none;
  }
  .product-info-main .product-add-form .full_content table.variations tr > td {
    padding-left: 0;
  }
  .product-info-main .product-add-form .full_content .variations .quantity > label {
    font-size: 12px;
    display: none;
  }
  .product-info-main td.buy .actions {
    width: 132px;
  }
  table.variations tr > td.description.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bulk-bag.png) !important;
  }
  table.variations tr > td.description.send-me-a-sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/sample.png) !important;
  }
}
@media all and (max-width: 599px) {
  .catalog-product-view .product-info-main .qty.field .control,
  .catalog-product-view .product-info-main .qty.field .qty-changer {
    margin-left: 0;
  }
  .catalog-product-view .product-info-main td.description {
    width: 140px !important;
    background-size: 40px 40px !important;
  }
  /* 29-01-2021 */
  .product-info-main table.variations td.quantity {
    top: 60px;
  }
  .product-info-main table.variations td.price {
    top: 100px;
  }
  .product-info-main table.variations td.buy {
    top: 102px;
    left: 5px;
  }
}
@media all and (max-width: 480px) {
  .home-brands .content ul {
    display: table;
    width: 100%;
  }
  .cms-index-index .home-brands .content ul li {
    width: 90% !important;
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li {
    margin: 10px 0 ;
    list-style: none;
    padding: 0;
    width: 100% !important;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    min-height: auto;
  }
  .page-main .attributepages-options ul.attributepages-grid li a {
    background-color: #abc444;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px 0;
    text-decoration: none;
    border-radius: 0;
  }
  .page-main .attributepages-options ul.attributepages-grid li a > img {
    margin-bottom: 10px;
    width: 100% !important;
  }
  /* 28-09-2020 */
  .attributepages-page-view .products ol.filterproducts.list li.product-item {
    margin: 12px 0;
    width: 100% !important;
    min-height: auto;
  }
  .list.products-list .products.list.items .product.product-item .product-item-info .products-list .product-item-details {
    display: table;
    width: 90%;
    margin: 0 auto;
  }
  .billing-address-details a {
    color: #abc24d;
  }
  /* 12-10-2020 */
  .page-layout-1column.cms-index-index .block.widget .products-grid .product-item {
    min-height: 460px;
  }
  /* 13-10-2020 */
  .page-products .toolbar.toolbar-products .limiter .label {
    min-width: 46px;
  }
  .catalog-product-view .product-reviews-summary .reviews-actions a {
    margin-left: 0;
  }
  .catalog-product-view .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .page-products .list-info iframe {
    width: 100%;
    height: 100% !important;
    margin: 10px 0;
  }
}
@media all and (max-width: 480px) {
  .cms-about-us .block.widget .products-grid .product-item {
    width: 100%;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: auto;
    padding: 0 0 10px !important;
    margin: 0 0px 15px 0 !important;
  }
  .page-wrapper .page-main .columns ul.delivery-grid li {
    width: 44%;
  }
  .page-wrapper .page-main .columns ul.delivery-grid {
    margin: 20px 0 0;
  }
  .cms-privacy-policy .page-main .column.main table.data-table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
  .homepage-bar i.porto-icon-shipping,
  .homepage-bar i.porto-icon-pound,
  .homepage-bar i.porto-icon-ok {
    font-size: 22px !important;
    display: block;
    text-align: center;
  }
  .homepage-bar .text-area > h3 {
    font-size: 12px !important;
    text-align: center;
    line-height: 15px;
    padding: 0;
  }
  .homepage-bar {
    margin-bottom: 20px;
  }
  #banner-slider-demo-23 .slide-content .rgt {
    width: 130px;
    height: 50px;
    font-size: 10px;
    text-align: left;
    padding: 5px;
    line-height: 14px;
  }
  #banner-slider-demo-23 .slide-content .lft {
    width: 85px;
    height: 50px;
    margin-right: 5px;
    padding: 4px;
    font-size: 11px !important;
    margin-left: 15px;
    z-index: 999999;
    position: relative;
  }
  #banner-slider-demo-23 .slide-content .lft .line2 {
    font-size: 12px;
  }
  #banner-slider-demo-23 .slide-content {
    left: 40px !important;
    top: 80% !important;
    margin: 0 auto;
    display: table;
    right: 0;
    width: 310px;
  }
  .cms-about-us .block.widget .products-grid .product-item {
    width: 100% !important;
    min-height: auto !important;
  }
  .checkout-index-index.page-layout-checkout .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 100% !important;
  }
  .page-products.catalogsearch-result-index #layer-product-list .products .filterproducts.products .item.product.product-item {
    width: 97% !important;
    min-height: auto !important;
  }
}
/* 10-12-2020 */
.checkout-index-index #checkout {
  background-color: transparent;
}
.checkout-index-index #checkout h1.title {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-index-index #checkout .description {
  font-size: 16px !important;
  color: #000;
  margin: 20px 0 0;
}
.checkout-index-index #checkout .authentication-wrapper .action.action-auth-toggle span {
  color: #abc24d;
  text-decoration: underline;
}
.checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle span:hover {
  color: #abc24d;
  text-decoration: none;
  background-color: transparent !important;
}
.checkout-index-index #checkout .authentication-wrapper button.action.action-auth-toggle:hover {
  color: #abc24d;
  text-decoration: none;
  background-color: transparent !important;
}
.checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-option-title #block-discount-heading {
  color: #abc24d;
  text-decoration: none;
}
.checkout-index-index #checkout .checkout-column .checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 0 7px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel {
  color: #abc24d;
}
.checkout-index-index #checkout .checkout-billing-address .actions-toolbar .primary .action.action-cancel:hover {
  color: #abc24d;
  background-color: transparent !important;
  text-decoration: underline;
}
.checkout-index-index #checkout .opc-block-summary {
  background: #fff;
}
.checkout-index-index #checkout .opc-block-summary .minicart-items .product-item-details {
  padding-left: 75px;
}
.checkout-index-index .modal-content .block-content .authentication-wrapper {
  line-height: inherit;
}
.checkout-index-index .modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before {
  margin: 10px 0;
  color: #abc24d !important;
}
/* 30-12-2020 */
.is-blog .column.main > .post-list-wrapper {
  display: none;
}
.is-blog .block.block-blog.block-recent-posts,
.is-blog .block.block-blog.block-blog-archives {
  display: none;
}
.is-blog .column.main .post-list-wrapper:last-child {
  display: block;
  float: left;
  width: 77%;
}
.is-blog.wordpress-post-view .block.block-blog.block-blog-categories {
  display: none;
}
.is-blog .column.main .wp-sidebar {
  float: right;
  width: 22%;
}
.is-blog .block.block-blog.block-blog-search {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.block-blog-search #blog-search-form .blog-search .button {
  width: 24%;
  float: right;
  height: 38px;
  line-height: 34px;
  background-color: #000 !important;
  color: #fff;
  border: none;
  padding: 0;
}
.is-blog .block-blog-search #blog-search-form .blog-search .button:hover {
  background-color: #a2c656 !important;
}
.is-blog .block-blog-search #blog-search-form .blog-search .input-text {
  width: 75% !important;
  float: left;
}
.is-blog .block-blog-search #blog-search-form .blog-search {
  display: inline-block;
  width: 100%;
  clear: both;
}
.is-blog .block.block-blog.block-blog-search {
  display: block !important;
}
.is-blog.wordpress-post-view .block.block-blog.block-blog-categories:last-child {
  display: block;
}
.is-blog .block.block-blog.block-blog-categories {
  margin-bottom: 40px;
}
.is-blog.wordpress-post-view .page-main .columns .sidebar.sidebar-main {
  display: none;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
  display: block;
}
.is-blog .block-blog-categories .block-content li.level0 {
  background: #e7ffb5;
  color: #000;
  text-align: left;
  border-right: 1px solid #fff;
  position: static;
  font-size: 1.2em;
  display: inline-block;
  max-width: 100%;
  float: none;
  width: 100%;
  margin: 0;
  border-bottom: 2px solid #fff;
  border-left: 5px solid #000;
}
.is-blog .block-blog-categories .block-content li.level0:hover {
  background: #a2c656;
  color: #fff;
}
.is-blog .block-blog-categories .block-content li.level0:hover a {
  color: #fff;
}
.is-blog .block-blog-categories .block-content .level0 a {
  color: #000;
  padding: 15px;
  display: block;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
}
.is-blog .post-list-wrapper ol.post-list .item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.is-blog.wordpress-post-view .column.main .wp-sidebar {
  display: none;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
  border: 1px dashed #ccc;
  background-color: #a2c656;
  display: inline-block;
  clear: both;
  width: 100%;
  min-height: 100%;
  top: 0;
  position: relative;
  bottom: 0;
}
ol.post-list,
ol.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.is-blog .post-list-wrapper .item .post-image {
  max-height: inherit;
}
.is-blog .post-list-wrapper .item .post-image {
  width: 100%;
  margin: 0;
}
.is-blog .post-list-wrapper .item img {
  width: 100%;
}
.is-blog .post-list-wrapper .item .post-heading {
  color: #fff;
  position: absolute;
  top: 7%;
  left: 4%;
  max-width: 50%;
}
.is-blog .post-list-wrapper .item .post-heading h2 {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-top: 0;
}
.is-blog .post-list-wrapper .item .post-heading h2 {
  text-shadow: 2px 1px #666;
  text-transform: uppercase;
}
.is-blog .post-list-wrapper .item .post-text {
  position: absolute;
  background: #a2c656;
  right: 0;
  top: 0;
  height: 98%;
  width: 35%;
  padding: 3% 2%;
  color: #fff;
}
.is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-entry .post-excerpt {
  color: #fff !important;
}
.is-blog ol.post-list,
.is-blog ol.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.is-blog .post-list .post-list-item .post-entry {
  margin: 0;
}
.is-blog #maincontent.page-main,
.is-blog .page-wrapper .breadcrumbs > .items {
  max-width: 1550px;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts .block-content ul li a {
  color: #abc24d;
  text-decoration: none;
}
.is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog .block-title strong {
  color: #21293c;
  text-transform: uppercase;
  font-weight: 600;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper {
  width: 100%;
  max-width: 100% !important;
  padding: 10px;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a {
  color: #abc24d;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a img {
  height: 210px !important;
}
.is-blog.wordpress-post-view .content_slider1 .bx-wrapper .bx-viewport {
  height: auto !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  padding: 5px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  padding: 0 5px;
  font-size: 12px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .is-blog .post-list-wrapper .item .post-heading {
    max-width: 40%;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    font-size: 16px;
    padding: 7px;
  }
  .is-blog .post-list-wrapper .item .post-text {
    height: 98%;
    width: 50%;
  }
  .is-blog .column.main .wp-sidebar {
    width: 27%;
  }
  .is-blog .column.main .post-list-wrapper:last-child {
    width: 72%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .is-blog .column.main .wp-sidebar {
    width: 100%;
  }
  .is-blog .column.main .post-list-wrapper:last-child {
    width: 100%;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    font-size: 16px;
    padding: 7px;
  }
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control {
  position: relative;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle {
  position: absolute;
  top: 2px;
  font-size: 0;
  right: 2px;
  border: none !important;
  padding: 0 5px;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
  background-color: transparent;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle::after {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f865';
  font-size: 24px;
  color: #222529;
}
.checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
  background-color: transparent !important;
}
@media all and (min-width: 900px) and (max-width: 1199px) {
  .search-container .search-bar input {
    width: 51% !important;
    min-width: 90px;
    max-width: 55%;
  }
}
/* 30-12-2020 */
@media all and (max-width: 767px) {
  /* 30-12-2020 */
  .is-blog .column.main > .post-list-wrapper {
    display: none;
  }
  .is-blog .block.block-blog.block-recent-posts,
  .is-blog .block.block-blog.block-blog-archives {
    display: none;
  }
  .is-blog .column.main .post-list-wrapper:last-child {
    display: block;
    float: none;
    width: 100%;
  }
  .is-blog.wordpress-post-view .block.block-blog.block-blog-categories {
    display: none;
  }
  .is-blog .column.main .wp-sidebar {
    float: none;
    width: 100%;
  }
  .is-blog .block.block-blog.block-blog-search {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .block-blog-search #blog-search-form .blog-search .button {
    width: 24%;
    float: right;
    height: 38px;
    line-height: 34px;
    background-color: #000 !important;
    color: #fff;
    border: none;
  }
  .is-blog .block-blog-search #blog-search-form .blog-search .button:hover {
    background-color: #a2c656 !important;
  }
  .is-blog .block-blog-search #blog-search-form .blog-search .input-text {
    width: 75% !important;
    float: left;
  }
  .is-blog .block-blog-search #blog-search-form .blog-search {
    display: inline-block;
    width: 100%;
    clear: both;
  }
  .is-blog .block.block-blog.block-blog-search {
    display: block !important;
  }
  .is-blog.wordpress-post-view .block.block-blog.block-blog-categories:last-child {
    display: block;
  }
  .is-blog .block.block-blog.block-blog-categories {
    margin-bottom: 40px;
  }
  .is-blog.wordpress-post-view .page-main .columns .sidebar.sidebar-main {
    display: none;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
    display: block;
  }
  .is-blog .block-blog-categories .block-content li.level0 {
    background: #e7ffb5;
    color: #000;
    text-align: left;
    border-right: 1px solid #fff;
    position: static;
    font-size: 1.2em;
    display: inline-block;
    max-width: 100%;
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #fff;
    border-left: 5px solid #000;
  }
  .is-blog .block-blog-categories .block-content li.level0:hover {
    background: #a2c656;
    color: #fff;
  }
  .is-blog .block-blog-categories .block-content li.level0:hover a {
    color: #fff;
  }
  .is-blog .block-blog-categories .block-content .level0 a {
    color: #000;
    padding: 15px;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
  }
  .is-blog .post-list-wrapper ol.post-list .item {
    position: relative;
    overflow: hidden;
    min-height: auto;
  }
  .is-blog.wordpress-post-view .column.main .wp-sidebar {
    display: none;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list li.item .post-list-item {
    border: 1px dashed #ccc;
    background-color: #a2c656;
    display: inline-block;
    clear: both;
    width: 100%;
    min-height: auto;
    top: 0;
    position: relative;
    bottom: 0;
  }
  ol.post-list,
  ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .is-blog .post-list-wrapper .item .post-image {
    max-height: inherit;
  }
  .is-blog .post-list-wrapper .item .post-image {
    width: 100%;
    margin: 0;
  }
  .is-blog .post-list-wrapper .item img {
    width: 100%;
  }
  .is-blog .post-list-wrapper .item .post-heading {
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    right: 0;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-top: 0;
  }
  .is-blog .post-list-wrapper .item .post-heading h2 {
    text-shadow: 2px 1px #666;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px;
  }
  .is-blog .post-list-wrapper .item .post-text {
    position: relative;
    background: #a2c656;
    right: 0;
    top: 0;
    height: 98%;
    width: 100%;
    padding: 3% 2%;
    color: #fff;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-entry .post-excerpt {
    color: #fff !important;
  }
  .is-blog ol.post-list,
  .is-blog ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .is-blog .post-list .post-list-item .post-entry {
    margin: 0;
  }
  .is-blog #maincontent.page-main,
  .is-blog .page-wrapper .breadcrumbs > .items {
    max-width: 1550px;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog.block-recent-posts .block-content ul li a {
    color: #abc24d;
    text-decoration: none;
  }
  .is-blog.wordpress-post-view .sidebar.sidebar-additional .block.block-blog .block-title strong {
    color: #21293c;
    text-transform: uppercase;
    font-weight: 600;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
    padding: 10px;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a {
    color: #abc24d;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper .blog-product-list.bxslider .item a img {
    height: 210px !important;
  }
  .is-blog.wordpress-post-view .content_slider1 .bx-wrapper .bx-viewport {
    height: auto !important;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
    padding: 5px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
    padding: 0 5px;
    font-size: 12px;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control {
    position: relative;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle {
    position: absolute;
    top: 2px;
    font-size: 0;
    right: 2px;
    border: none !important;
    padding: 0 5px;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
    background-color: transparent;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control .ui-datepicker-trigger.v-middle::after {
    font-family: 'porto-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f865';
    font-size: 24px;
    color: #222529;
  }
  .checkout-index-index .form.methods-shipping .fieldset .field.date .control button.ui-datepicker-trigger.v-middle:hover {
    background-color: transparent !important;
  }
}
#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(62%);
  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;
}
/*css on 20210106 */
.catalog-product-view .check_postcode {
  background: #abc24d;
  padding: 12px;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .check_postcode p.textcontent {
  margin: 0.75em 0;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 1.2;
  font-size: 1.3em;
}
.catalog-product-view .check_postcode input.findPostcode {
  width: 90%;
  max-width: 290px;
  float: left;
}
.catalog-product-view .check_postcode .submitbutton {
  float: left;
  border: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  background-color: #888888;
  padding: 0.5em 0.6em;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oswald';
  font-weight: 400;
  margin: 0 10px;
}
.catalog-product-view .check_postcode span.field-validation-error {
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  width: 100%;
  color: red;
  padding: 5px;
  display: block;
  margin-bottom: 8px;
  border: 1px solid red;
  position: relative;
}
.catalog-product-view .check_postcode .chnagepostcode {
  background: #7a8080;
  color: #fff;
  text-decoration: none;
  top: 10px;
  float: right;
  font-size: 1.1em;
  padding: 0.4em 0.6em;
  font-family: 'Oswald';
  font-weight: 400;
}
.catalog-product-view .check_postcode .texttitle.hidden {
  float: left;
  padding-top: 8px;
  width: 100%;
}
.catalog-product-view .check_postcode .texttitle {
  float: left;
  padding-top: 8px;
  color: #fff;
  font-size: 16px;
}
.catalog-product-view .check_postcode .submitbutton .hidden {
  display: none;
}
.catalog-product-view .check_postcode a.chnagepostcode {
  font-weight: 400;
  font-size: 1.1em;
  padding: 0.4em 0.6em;
  background: #7a8080;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  float: right;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.catalog-product-view .deltext {
  display: block;
  font-size: 12px;
}
/*css on 20210106 */
@media only screen and (max-width: 767px) {
  .catalog-product-view .check_postcode {
    background: #abc24d;
    padding: 12px;
  }
  .catalog-product-view .check_postcode p.textcontent {
    margin: 0.75em 0;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1.2;
    font-size: 1.3em;
  }
  .catalog-product-view .check_postcode input.findPostcode {
    width: 90%;
    max-width: 290px;
    float: left;
  }
  .catalog-product-view .check_postcode .submitbutton {
    float: left;
    border: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    background-color: #888888;
    padding: 0.5em 0.6em;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: 400;
    margin: 0 10px;
  }
  .catalog-product-view .check_postcode span.field-validation-error {
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    width: 100%;
    color: red;
    padding: 5px;
    display: block;
    margin-bottom: 8px;
    border: 1px solid red;
    position: relative;
  }
  .catalog-product-view .check_postcode .chnagepostcode {
    background: #7a8080;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    top: 10px;
    float: right;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0.4em 0.6em;
    margin: 0.7em 0;
  }
  .catalog-product-view .check_postcode .texttitle.hidden {
    float: left;
    padding-top: 8px;
    width: 100%;
  }
  .catalog-product-view .check_postcode .texttitle {
    float: left;
    padding-top: 8px;
    color: #fff;
    font-size: 16px;
  }
  .catalog-product-view .check_postcode a.chnagepostcode {
    font-size: 1.1em;
    padding: 0.4em 0.6em;
    background: #7a8080;
    font-family: 'Oswald';
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    float: right;
    padding: 0.75rem 1rem;
    text-decoration: none;
  }
  .catalog-product-view .check_postcode .submitbutton .hidden {
    display: none;
  }
  .catalog-product-view .deltext {
    display: block;
    font-size: 12px;
  }
  /* 21-01-2021 */
  .mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage .owl-item {
    float: none;
    display: inline-block;
  }
  .mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage {
    text-align: center !important;
    margin: 0 auto !important;
    display: table !important;
  }
  .cms-website-acceptable-use-policy .column.main p a {
    color: #abc24d;
  }
  .table-responsivediv {
    overflow-x: scroll;
    border: 1px solid #eaeaea;
  }
  /* 28-01-2021 mobile css*/
  .checkout-cart-index .cart.table .item-info .price-including-tax .cart-price span.price {
    color: #abc24d;
  }
  footer .footer-middle .block .block-title {
    min-height: auto;
    margin: 20px 0 10px;
  }
  #layer-product-list .products .filterproducts.products.list.items .item.product.product-item .product-item-details {
    padding-right: 10px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products.list.items .item.product.product-item {
    min-height: auto !important;
  }
  .products.wrapper.list.products-list .filterproducts.products.list.items.product-items a.button-see-more {
    margin: 5px 0;
  }
  .filter.active .filter-current {
    padding: 10px !important;
  }
  #layered-filter-block .block-content.filter-content .block-actions.filter-actions {
    padding: 10px !important;
  }
  .filter.active .filter-current ~ .filter-options {
    top: 200px !important;
  }
  .full_content table.variations tr {
    margin: 2px 0;
  }
  .full_content .product-info-main tr {
    height: 155px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .block.upsell .block-title.title {
    text-align: center !important;
    margin: 20px 0 0 !important;
    clear: both;
    display: inline-block;
    border: none !important;
    padding: 0 !important;
  }
  .minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .block.block-minicart .minicart-items-wrapper .minicart-items .product-item-details {
    padding-left: 55px;
  }
  .cart.table-wrapper .cart.table .cart .item-info .col.item .product-item-details {
    padding: 5px 0;
  }
  .cart.table-wrapper .cart.table .cart .item-info .col.item dl.item-options {
    margin-top: 5px !important;
  }
  .cart.table-wrapper .cart.table .cart .product-item-name {
    margin-top: 0;
  }
  .cms-enable-cookies .page-main p a {
    color: #abc24d;
  }
  .cms-enable-cookies .page-main table {
    overflow-x: scroll;
  }
  .cms-enable-cookies .page-main table {
    border: 1px solid #efefef;
  }
  .is-blog .block-content ul#wp-recent-comments-list li a {
    color: #abc24d;
  }
  .is-blog .block.block-blog.block-blog-meta .block-content ul#wp-meta-list li a {
    color: #abc24d;
  }
  .account.customer-account-index .table-wrapper.orders-recent {
    overflow-x: scroll;
    border: 1px solid #eaeaea;
  }
  .account .table-wrapper {
    overflow-x: scroll;
    border: 1px solid #eaeaea;
  }
  .modal-popup.modal-slide {
    left: 0 !important;
    z-index: 900;
    width: 95%;
    margin: 0 auto;
  }
  .modal-content .search-container input {
    width: 45% !important;
    min-width: 90px;
    max-width: 75%;
  }
  .checkout-index-index .form .search-container input {
    width: 45% !important;
    min-width: 110px;
    max-width: 75%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
    width: 49% !important;
    padding: 5px;
    font-size: 12px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none !important;
  }
  .opc-wrapper .payment-group .step-title {
    margin: 0 10px;
  }
  .cms-about-us .block-products-list .products-grid .product-items .product-item {
    min-height: 355px !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .block.upsell .block-title.title > strong {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* 01-20-2021 */
  #layer-product-list .products .filterproducts.products .item.product.product-item .product.details.product-item-details .price-box {
    padding-left: 0;
  }
  .catalog-product-view .check_postcode .insertPostcode .texttitle {
    padding: 16px 0;
    font-size: 14px;
  }
  .page-products.catalogsearch-result-index #layer-product-list .products ol.filterproducts.products {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 15px 0;
  }
  .page-products.catalogsearch-result-index #layer-product-list .products.wrapper.grid.products-grid .filterproducts.products .item.product.product-item {
    width: 31.04%;
    min-height: 470px;
  }
  .table-wrapper table.data.table tr td.col.actions {
    white-space: nowrap;
  }
  #vertical-widget-360 {
    width: 100% !important;
    max-width: 100% !important;
  }
  #vertical-widget-360_frame {
    width: 100%;
  }
  .mobileshowbox {
    display: block;
    font-weight: 700;
  }
  .mobileshowboxmain {
    display: none;
  }
  .cms-enable-cookies .table-responsivediv table > thead > tr > th,
  .cms-enable-cookies .table-responsivediv table > tbody > tr > th,
  .cms-enable-cookies .table-responsivediv table > tfoot > tr > th,
  .cms-enable-cookies .table-responsivediv table > thead > tr > td,
  .cms-enable-cookies .table-responsivediv table > tbody > tr > td,
  .cms-enable-cookies .table-responsivediv table > tfoot > tr > td {
    padding: 11px 9px;
    display: block;
    width: 100%;
  }
  .product.info.detailed .product_content .sidebar_content_logo {
    width: 100%;
  }
  .block.filter .filter-title strong {
    z-index: 99;
  }
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar.sidebar-additional {
    top: -26px !important;
    position: relative !important;
  }
  .catalog-product_compare-index a.action.print.hidden-print {
    color: #abc24d;
    position: relative;
    top: -5px;
  }
  .catalog-product_compare-index .product-image-wrapper {
    height: auto;
    position: relative;
    padding: 0 !important;
  }
  .catalog-product_compare-index .product-image-photo {
    display: block;
    position: relative;
    margin: 0;
    height: auto;
    width: auto;
  }
  .catalog-product_compare-index .table-comparison {
    border: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 420px) {
  .catalog-product-view .check_postcode {
    display: inline-block;
  }
  .catalog-product-view .check_postcode input.findPostcode {
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view .check_postcode .submitbutton {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  /* 01-20-2021 */
  .catalog-product-view.page-layout-1column .check_postcode .insertPostcode .texttitle {
    padding: 16px 0;
    font-size: 14px;
    float: none;
    text-align: center;
  }
  .catalog-product-view.page-layout-1column .check_postcode a.chnagepostcode {
    float: none;
    max-width: 120px;
    margin: 0 auto;
  }
}
/*css on 20210112 */
@media all and (max-width: 1480px) and (min-width: 1200px) {
  .is-blog .post-list-wrapper .item .post-text {
    width: 45%;
  }
  .is-blog .page-wrapper .page-main .columns .post-list-wrapper ol.post-list .post-list-item .post-entry .post-excerpt {
    line-height: 18px;
  }
}
.blog-product-list li.item {
  display: inline-block;
}
.blog-product-list li.item a {
  color: #acc446;
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  .is-blog .post-list-wrapper .item .post-heading {
    color: #fff;
    position: relative;
    top: 7%;
    left: 2%;
    max-width: 96%;
    width: 100%;
  }
  .is-blog .post-list-wrapper .item .post-text {
    position: relative;
    background: #a2c656;
    right: 0;
    top: 0;
    height: 98%;
    width: 100%;
    padding: 0% 2% 3%;
    color: #fff;
  }
}
.is-blog .post-list-wrapper ol.post-list .item {
  display: inherit;
}
.is-blog .post-list-wrapper .item .post-text {
  height: 99%;
}
.blog-featured-img {
  margin-bottom: 20px;
}
.is-blog .block-blog-categories .block-content li.level0 {
  background: #a2c656;
  border-left: 5px solid #51632b;
}
/*css on 20210112 end*/
/* 21-01-2021 */
.mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage .owl-item {
  float: none;
  display: inline-block;
}
.mb-ajaxsuite-popup .block-content .products.product-items.owl-carousel.owl-theme .owl-stage-outer .owl-stage {
  text-align: center !important;
  margin: 0 auto !important;
  display: table !important;
}
/*29-04-2021*/
.catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value {
  overflow: auto;
}
.catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table td {
  padding: 2px;
}
.catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table {
  width: 100% !important;
  border: 1px solid #ccc;
  min-width: 100%;
}
.catalog-product-view .fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled,
.catalog-product-view .fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: block !important;
}
/* 28-01-2021 */
iframe#reviews-widget-summon-vertical_frame {
  min-width: 150px !important;
}
.checkout-cart-index .cart.table .item-info .price-including-tax .cart-price span.price {
  color: #abc24d;
}
.block-search .action.search {
  right: 0px !important;
}
/* 29-01-2021 */
@media all and (min-width: 993px) and (max-width: 1199px) {
  .catalogsearch-result-index.page-products.page-with-filter #layer-product-list .products.wrapper.grid.products-grid .filterproducts.products .item.product.product-item {
    margin: 10px 5px 20px;
    width: 30.77%;
    min-height: 400px;
  }
  .catalogsearch-result-index.page-products.page-with-filter #layer-product-list .products.wrapper.list.products-list .filterproducts.products {
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  .cms-index-index .home-brands .content ul li {
    width: 155px !important;
  }
  .cms-index-index .home-brands .content ul li a {
    font-size: 16px !important;
    min-height: 250px;
  }
  header.page-header.type21 .sw-megamenu.navigation > ul li {
    margin-left: 3px;
    margin-right: 3px;
  }
  /* 29-01-2021 */
  .catalog-product-view .check_postcode .texttitle {
    font-size: 14px;
  }
  .catalogsearch-result-index.page-products.page-with-filter #layer-product-list .products.wrapper.grid.products-grid .filterproducts.products .item.product.product-item {
    margin: 10px 5px 20px;
    width: 30.77%;
    min-height: 400px;
  }
  .catalogsearch-result-index.page-products.page-with-filter .products.wrapper.list.products-list .filterproducts.products.list.items.product-items {
    margin-top: 10px !important;
  }
  /* 01-02-2021 */
  footer .footer-middle .block .block-title {
    min-height: auto;
    margin: 20px 0 10px;
  }
  .catalog-category-view .page-main .columns .column.main #layer-product-list .products .filterproducts.products.list.items .item.product.product-item {
    min-height: auto !important;
  }
  /* 02-02-2021 */
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main {
    width: 65%;
  }
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar-main {
    width: 35%;
  }
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar-additional {
    width: 34%;
  }
  .page-with-filter.page-products.catalog-category-view .page-main .columns .column.main #layer-product-list .products.grid.products-grid .filterproducts.products.list.items.product-items .item.product.product-item {
    width: 47.44% !important;
    min-height: 320px;
  }
}
.layered-filter-block-container .filter-content .filter-current .item .filter-value {
  display: block;
}
.block.upsell .title strong {
  font-size: 16px !important;
}
.minicart-items-wrapper .minicart-items .item.product .product .product-item-details .product-item-name a {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.block.block-minicart .minicart-items-wrapper .minicart-items .product-item-details {
  padding-left: 55px;
}
.cms-enable-cookies .page-main p a {
  color: #abc24d;
}
.cms-enable-cookies .page-main table {
  border: 1px solid #efefef;
}
.is-blog .block-content ul#wp-recent-comments-list li a {
  color: #abc24d;
}
.is-blog .block.block-blog.block-blog-meta .block-content ul#wp-meta-list li a {
  color: #abc24d;
}
.account.customer-account-index .table-wrapper.orders-recent {
  overflow-x: scroll;
  border: 1px solid #eaeaea;
}
.account .table-wrapper {
  overflow-x: scroll;
  border: 1px solid #eaeaea;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 100% !important;
}
.opc-wrapper .action-select-shipping-item {
  float: none !important;
}
.opc-wrapper .payment-group .step-title {
  margin: 0 10px;
}
.cms-website-acceptable-use-policy .column.main p a {
  color: #abc24d;
}
.table-responsivediv {
  overflow-x: scroll;
  border: 1px solid #eaeaea;
}
.table-wrapper table.data.table tr td.col.actions {
  white-space: nowrap;
}
.block-category-list .block-title,
.filter-options-title,
.filter .filter-current-subtitle {
  padding: 10px 30px 4px 10px !important;
}
.page-header.type21 #mpsearch-category {
  font-size: 12px;
}
.catalog-product_compare-index a.action.print.hidden-print {
  color: #abc24d;
  position: relative;
  top: -5px;
}
.catalog-product_compare-index .product-image-wrapper {
  height: auto;
  position: relative;
  padding: 0 !important;
}
.catalog-product_compare-index .product-image-photo {
  display: block;
  position: relative;
  margin: 0;
  height: auto;
  width: auto;
}
.catalog-product_compare-index .table-comparison {
  border: 1px solid #cccccc;
}
/* @media all and (max-width: 1024px) {
  #carousel-inline-widget-810_frame {
	height: auto !important;
  }
  } */
@media all and (min-width: 768px) and (max-width: 1239px) {
  header.page-header.type21 .sw-megamenu.navigation > ul {
    padding-right: 0px !important;
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) {
  /* 01-20-2021 */
  .mobileshowbox {
    display: none;
  }
}
/* 29-01-2021 */
@media only screen and (max-width: 460px) {
  .catalog-product-view .check_postcode .texttitle {
    text-align: center !important;
    float: none !important;
    padding-top: 8px;
    color: #fff;
    font-size: 16px;
  }
  .catalog-product-view .check_postcode a.chnagepostcode {
    float: none !important;
    text-align: center !important;
    max-width: 120px;
    margin: 10px auto 0 !important;
  }
}
/* 12-03-2021 css*/
@media only screen and (max-width: 767px) {
  .green_bg_box .products-grid .product-items .product-item .product-image-photo {
    height: auto;
    width: auto;
  }
  /*29-04-2021*/
  .catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value {
    overflow: auto;
  }
  .catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table td {
    padding: 2px;
  }
  .catalog-product_compare-index .comparison .table-comparison.scroll .attribute.value table {
    width: 100% !important;
    border: 1px solid #ccc;
    min-width: 100%;
  }
  .full_content table.variations tr > td.description.bulk-bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bulk-bag.png) !important;
  }
  .full_content table.variations tr > td.description.send-me-a-sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png) !important;
  }
  .data.item.content .product.description .bulk-delivery.mobile {
    display: block;
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tipper_mobile.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 190;
    margin-bottom: 10px;
    background-position: center center;
  }
  .data.item.content .product.description .bulk-delivery.desktop {
    display: none !important;
  }
  .product-add-form .variations td.full-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/full-pallet.png) !important;
  }
  .product-add-form .variations td.half-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/half-pallet.png) !important;
  }
  .product-add-form .variations td.qtr-pallet {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/qtr-pallet.png) !important;
  }
  .product-add-form .variations td.sample {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/sample.png) !important;
  }
  .product-add-form .variations td._40-rolls,
  .product-add-form .variations td._30-rolls,
  .product-add-form .variations td._20-rolls,
  .product-add-formp .variations td._10-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-roll.png) !important;
  }
  .product-add-form .variations td._50-rolls {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/turf-pallet.png) !important;
  }
  .product-add-form .variations td.crate {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/cage-pallet.png) !important;
  }
  .product-add-form .variations td.edge_natural {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-natural.png) !important;
  }
  .product-add-form .variations td.edge_brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-brown.png) !important;
  }
  .product-add-form .variations td.edge_green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-green.png) !important;
  }
  .product-add-formp .variations td.edge_black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-black.png) !important;
  }
  .product-add-form .variations td.edge_silver {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/edge-silver.png) !important;
  }
  .product-add-form .variations td.green {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-green.png) !important;
  }
  .product-add-form .variations td.black {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-black.png) !important;
  }
  .product-add-form .variations td.blue {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-blue.png) !important;
  }
  .product-add-form .variations td.brown {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-brown.png) !important;
  }
  .product-add-form .variations td.granite {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-granite.png) !important;
  }
  .product-add-form .variations td.purple {
    background-image: url(../../frontend/Smartwave/porto/en_GB/mage/images/bark-purple.png) !important;
  }
  .product-add-form .variations td.redwood {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-redwood.png) !important;
  }
  .product-add-form .variations td.terracotta {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bark-terracotta.png) !important;
  }
  .product-add-form .variations td.small-tub,
  .product-add-form .variations td.large-tub {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/tub.png) !important;
  }
  .product-add-form .variations td.bag {
    background-image: url(../../frontend/Smartwave/porto/en_GB/images/bag.png) !important;
  }
}
@media only screen and (max-width: 599px) {
  .catalog-product-view .product-info-main .full_content td.description {
    width: 95% !important;
    background-size: 40px 40px !important;
    background-position: 100% 50% !important;
  }
}
@media all and (max-width: 1199px) {
  .catalog-product-view .product-info-main .product-add-form .qty.field .control {
    margin-left: 29px;
  }
}
/*custom css 20210320*/
.catalog-product-view .box-tocart div.mage-error[generated] {
  margin-top: 7px;
  position: absolute;
  width: 250px;
  left: 0;
}
.checkout-cart-index .mage-error[generated] {
  position: absolute;
  left: 0;
}
.fotorama__zoom-in:before,
.fotorama__zoom-out:before {
  color: #abc24d;
}
@media only screen and (max-width: 599px) {
  .catalog-product-view .product-info-main table.variations .quantity .qty.field .control {
    margin-left: 0 !important;
  }
}
/*28-04-2021 css*/
.page-header {
  z-index: 99 !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  content: '\f847' !important;
}
.product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  z-index: 1;
}
.is-blog .post-list-wrapper ol.post-list .item {
  min-height: 380px !important;
}
.catalog-product-view .product-info-main .product-add-form .full_content .variations .buy .actions .customcart {
  margin-top: 17px;
}
.field-error {
  color: red;
  font-size: 11px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-image-container span.product-image-wrapper {
  padding-bottom: 65% !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart .product-item-actions .actions-primary a.button-see-more {
  height: 32px;
  line-height: 32px;
  margin: 5px 0;
  font-size: 15px;
  padding: 0 10px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart {
  margin-bottom: 5px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  min-height: 420px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-image-photo {
  right: 0;
}
.account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
  display: none;
}
.multishipping-checkout-addresses .items.data.table .actions a.action.delete,
.multishipping-checkout-addresses .actions-toolbar .secondary a.action.back {
  color: #abc24d;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a,
.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a:hover {
  color: #abc24d;
}
.multishipping-checkout_address-newshipping .form-address-edit .fieldset .legend span {
  color: #abc24d;
}
/*28-04-2021 css*/
@media (max-width: 767px) {
  .page-header {
    z-index: 99 !important;
  }
  .fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: '\f847' !important;
  }
  .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    z-index: 1;
  }
  .is-blog .post-list-wrapper ol.post-list .item {
    min-height: 380px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .full_content .variations .buy .actions .customcart {
    margin-top: 17px;
  }
  .field-error {
    color: red;
    font-size: 11px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-image-container span.product-image-wrapper {
    padding-bottom: 65% !important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart .product-item-actions .actions-primary a.button-see-more {
    height: 32px;
    line-height: 32px;
    margin: 5px 0;
    font-size: 15px;
    padding: 0 10px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .box-tocart {
    margin-bottom: 5px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    min-height: auto;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-image-photo {
    right: 0;
  }
  .account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button.action.tocart.primary {
    display: none;
  }
  .multishipping-checkout-addresses .items.data.table .actions a.action.delete,
  .multishipping-checkout-addresses .actions-toolbar .secondary a.action.back {
    color: #abc24d;
  }
  .multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a,
  .multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name > a:hover {
    color: #abc24d;
  }
  .multishipping-checkout_address-newshipping .form-address-edit .fieldset .legend span {
    color: #abc24d;
  }
}
/*28-04-2021 css*/
.catalog-product-view .product-add-form .full_content .variations div#qty1-error {
  position: absolute;
  bottom: -14px;
  width: 205px;
  font-size: 10px;
  left: -10px;
}
.catalog-product-view .product-add-form .full_content .variations .field.qty {
  position: relative;
}
/*04-05-2021 css start*/
.catalog-product-view.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: block;
}
.catalog-product-view.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: block;
}
/*04-05-2021 css end*/
@media (max-width: 767px) {
  /*30-04-2021 css start*/
  .catalog-product-view .product-add-form .full_content .variations div#qty1-error {
    position: absolute;
    bottom: -14px;
    width: 205px;
    font-size: 10px;
    left: -10px;
  }
  .catalog-product-view .product-add-form .full_content .variations .field.qty {
    position: relative;
  }
  /*30-04-2021 css and*/
  /*04-05-2021 css start*/
  .catalog-product-view.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: block;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
    display: block;
  }
  .custm_cateogry_collections .product.details.product-item-detailsnew .all_container_coll .product-item-name_title a {
    color: #abc24d;
  }
  /*04-05-2021 css end*/
}
/*Start By CBN*/
.checkout_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
.checkout_popup .popupchk_main {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  position: absolute;
  text-align: center;
  background: #eee;
  padding: 20px;
  color: #555;
  border: 5px solid #ABC24D;
}
.checkout_popup .popupchk_main .popup_content h2 {
  margin: 0px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.checkout_popup .popupchk_main .popup_content h3 {
  margin: 0px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.checkout_popup .popupchk_main .popup_content .pop_btn {
  background: #ABC24D;
  color: #fff;
  padding: 7px 19px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.checkout_popup .popupchk_main .popup_content .pop_btn:hover {
  background: #6b6969;
}
@media (max-width: 768px) {
  .checkout_popup .popupchk_main {
    max-height: 70%;
    overflow: auto;
  }
}
/*End By CBN*/
/*10-05-2021*/
#banner-slider-demo-23 .owl-stage-outer .owl-stage .owl-item .item > a {
  text-align: center;
  margin: 0 auto;
  display: table;
}
/*desktop css blogs start */
/*14-05-2021 blogs css start*/
.is-blog.blog .block.block-blog.block-recent-posts {
  display: block;
}
.is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a {
  color: #abc24d;
  text-decoration: none;
}
.is-blog.blog .wp-sidebar .block.block-blog .block-title strong {
  color: #21293c;
  text-transform: uppercase;
  font-weight: 600;
}
.is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
  display: none;
}
.post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
  font-size: 38px;
  margin-bottom: 36px;
  text-align: center;
  text-transform: capitalize;
  color: #777;
}
.post-template-default.single-post.is-blog .column.main .post-view h1.page-title > span {
  text-transform: capitalize;
  color: #777;
}
.post-template-default.single-post.is-blog .page-wrapper .page-main .columns .post-view .post-entry .post-content h2 {
  font-size: 22px;
}
.post-template-default.single-post.is-blog .column.main .vce-row .vce-single-image-inner {
  padding: 0 !important;
  width: 100% !important;
}
.post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated {
  color: #abc24d;
}
.is-blog.home.blog .post-list-wrapper .item .post-text {
  background: #a2c656;
  height: 100%;
}
.sidebar.sidebar-additional .widget.block.block-static-block {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar.needclass {
  margin: 0 !important;
  padding: 0px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.home.blog.is-blog .post-list-wrapper .item .post-heading {
  max-width: 50%;
}
.post-template-default.single-post.is-blog .list-head {
  background: #fff;
  border-width: 2px;
  border-color: #cecece;
  border-style: solid;
  padding: 12px;
  background-color: #fff;
  border-radius: 2px;
  max-width: 320px;
  width: 100%;
  margin: auto;
  color: #737779;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.post-template-default.single-post.is-blog .list-head .post-heading {
  margin: 20px 0 0;
}
.post-template-default.single-post.is-blog .page-main .columns .sidebar.sidebar-main {
  display: block;
}
.post-template-default.single-post.is-blog .block.block-blog.block-blog-categories {
  display: block;
}
.post-template-default.single-post.is-blog .column.main > .block.block-blog.block-blog-categories {
  display: none;
}
.post-template-default.single-post.is-blog .list-head li {
  list-style: none;
  padding: 2px;
  font-size: 15px;
}
.post-template-default.single-post.is-blog .needclass .block-content ul.level0p li a.level0a {
  font-size: 15px !important;
  color: #000 !important;
}
.post-template-default.single-post.is-blog .needclass .block-content ul.level0p li.level0:hover a {
  background: #a2c656 !important;
  color: #fff !important;
}
.post-template-default.single-post.is-blog .needclass .block.block-blog.block-blog-categories .block-content .level0 a {
  color: #000;
  padding: 15px;
  display: block;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
}
.post-template-default.single-post.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
  height: 38px;
}
.post-template-default.single-post.is-blog .list-head .post-heading li a {
  color: #abc444 !important;
}
.post-template-default.single-post.is-blog .list-head i {
  color: #fff;
  border: 1px solid #737779;
  margin: 0 10px;
  background-color: #737779;
  font-size: 16px;
  padding: 4px 7px;
  position: relative;
  top: -3px;
}
.post-template-default.single-post.is-blog .list-head span {
  cursor: pointer;
}
.post-template-default.single-post.is-blog .list-head:hover i {
  color: #abc24d;
  background-color: #fff;
  border: 1px solid #abc24d;
}
.search.search-results .wp-sidebar .product_content {
  margin: 0;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area {
  position: relative;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
  font-weight: 600;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
  display: none;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  display: block;
  z-index: 9;
}
.search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.search.search-results .wp-sidebar .usp-popup {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #abc24d;
  box-shadow: 0px 1px 5px #bbb;
  position: absolute;
  bottom: 100%;
  width: 300px;
  z-index: 1;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
  color: #abc24d;
  font-size: 26px !important;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
  font-weight: 600;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
  display: none;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  display: block;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
  z-index: 9;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #839199;
  letter-spacing: 0.2px;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .sidebar_content_logo {
  margin-top: 30px;
}
.home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
  color: #abc24d;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 18px;
}
.home.blog.is-blog .post-list .post-list-item .post-entry {
  margin: 0;
  height: 100%;
}
.home.blog.is-blog .post-list-wrapper .item .post-image {
  width: 100%;
  margin: 0;
  height: 100%;
}
.home.blog.is-blog .post-list-wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-blog.search.search-results .block.block-blog.block-recent-posts {
  display: block;
}
.is-blog.search.search-results .wp-sidebar .block.block-blog .block-title strong {
  color: #21293c;
  text-transform: uppercase;
  font-weight: 600;
}
.is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
  display: none;
}
.is-blog.search.search-results .block.block-blog.block-recent-posts .block-content ul li a {
  color: #abc24d;
  text-decoration: none;
}
.is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #abc24d;
  border-radius: 0;
  background-color: #fbfbfb;
}
.search.search-results.is-blog .post-list .post-list-item .post-entry a:hover {
  text-decoration: none;
}
@media all and (min-width: 1201px) and (max-width: 1480px) {
  .is-blog .post-list-wrapper .item .post-text {
    width: 45%;
  }
  .post-template-default.single.single-post.is-blog .block-blog-search #blog-search-form .blog-search .input-text {
    width: 70% !important;
  }
}
@media (max-width: 1200px) {
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    height: auto;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-heading {
    max-width: 96%;
    left: 2%;
    right: 2%;
    top: 2%;
  }
  .post-template-default.single.single-post.is-blog .block-blog-search #blog-search-form .blog-search .input-text {
    width: 64% !important;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .post-template-default.single-post.is-blog.page-layout-2columns-right .column.main {
    width: 100%;
    float: none;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .post-template-default.single-post.is-blog.page-layout-2columns-right .sidebar-main {
    width: 100%;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .post-template-default.single-post.is-blog.page-layout-2columns-right .sidebar-additional {
    width: 100%;
    float: none;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .search.search-results.is-blog ol.post-list {
    margin-top: 20px;
  }
}
/*14-05-2021 blogs css and*/
/*desktop css blogs and */
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title {
  display: flex;
  align-items: center;
}
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title label {
  display: flex;
  align-items: center;
}
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title label[for="banktransfer"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/mage/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
}
.amcheckout-wrapper .payment-method + .payment-method + .payment-method .payment-method-title label[for="natwesttylcw_creditcard"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/mage/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
}
#amcheckout-payments {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#amcheckout-payments #tylpayment {
  order: 1;
}
#amcheckout-payments > .payment-method {
  order: 2;
  width: 100%;
}
.amcheckout-wrapper .payment-method .payment-method-title label[for="banktransfer"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/mage/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
}
.amcheckout-wrapper .payment-method .payment-method-title label[for="natwesttylcw_creditcard"]:before {
  content: '';
  background: url(../../frontend/Smartwave/porto/en_GB/mage/images/natwest.jpg) no-repeat 0 0;
  width: 135px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
}
/*mobile css blogs start*/
@media only screen and (max-width: 767px) {
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    height: auto;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-heading {
    max-width: 96%;
    left: 2%;
    right: 2%;
    top: 2%;
  }
  .is-blog .post-list-wrapper ol.post-list .item {
    min-height: auto !important;
  }
  .home.blog.is-blog ol.post-list {
    margin-top: 20px;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
    font-size: 28px;
    line-height: 18px;
  }
  /*14-05-2021 blogs css start*/
  .is-blog.blog .block.block-blog.block-recent-posts {
    display: block;
  }
  .is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a {
    color: #abc24d;
    text-decoration: none;
  }
  .is-blog.blog .wp-sidebar .block.block-blog .block-title strong {
    color: #21293c;
    text-transform: uppercase;
    font-weight: 600;
  }
  .is-blog.blog .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
    display: none;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title {
    font-size: 38px;
    margin-bottom: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #777;
  }
  .post-template-default.single-post.is-blog .column.main .post-view h1.page-title > span {
    text-transform: capitalize;
    color: #777;
  }
  .post-template-default.single-post.is-blog .column.main .vce-row .vce-single-image-inner {
    padding: 0 !important;
    width: 100% !important;
  }
  .post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated {
    color: #abc24d;
  }
  .is-blog.home.blog .post-list-wrapper .item .post-text {
    background: #a2c656;
    height: 100%;
  }
  .sidebar.sidebar-additional .widget.block.block-static-block {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar.needclass {
    margin: 0 !important;
    padding: 0px;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-heading {
    max-width: 50%;
  }
  .post-template-default.single-post.is-blog .list-head {
    background: #fff;
    border-width: 2px;
    border-color: #cecece;
    border-style: solid;
    padding: 12px;
    background-color: #fff;
    border-radius: 2px;
    max-width: 320px;
    width: 100%;
    margin: auto;
    color: #737779;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .post-template-default.single-post.is-blog .list-head .post-heading {
    margin: 20px 0 0;
  }
  .post-template-default.single-post.is-blog .page-main .columns .sidebar.sidebar-main {
    display: block;
  }
  .post-template-default.single-post.is-blog .block.block-blog.block-blog-categories {
    display: block;
  }
  .post-template-default.single-post.is-blog .column.main > .block.block-blog.block-blog-categories {
    display: none;
  }
  .post-template-default.single-post.is-blog .list-head li {
    list-style: none;
    padding: 2px;
    font-size: 15px;
  }
  .post-template-default.single-post.is-blog .needclass .block-content ul.level0p li a.level0a {
    font-size: 15px !important;
    color: #000 !important;
  }
  .post-template-default.single-post.is-blog .needclass .block-content ul.level0p li.level0:hover a {
    background: #a2c656 !important;
    color: #fff !important;
  }
  .post-template-default.single-post.is-blog .needclass .block.block-blog.block-blog-categories .block-content .level0 a {
    color: #000;
    padding: 15px;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
  }
  .post-template-default.single-post.is-blog .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar .block-blog .block-content #blog-search-form .blog-search .input-text {
    height: 38px;
  }
  .post-template-default.single-post.is-blog .list-head .post-heading li a {
    color: #abc444 !important;
  }
  .post-template-default.single-post.is-blog .list-head i {
    color: #fff;
    border: 1px solid #737779;
    margin: 0 10px;
    background-color: #737779;
    font-size: 16px;
    padding: 4px 7px;
    position: relative;
    top: -3px;
  }
  .post-template-default.single-post.is-blog .list-head span {
    cursor: pointer;
  }
  .post-template-default.single-post.is-blog .list-head:hover i {
    color: #abc24d;
    background-color: #fff;
    border: 1px solid #abc24d;
  }
  .search.search-results .wp-sidebar .product_content {
    margin: 0;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area {
    position: relative;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
    font-weight: 600;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
    display: none;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    display: block;
    z-index: 9;
  }
  .search.search-results .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .search.search-results .wp-sidebar .usp-popup {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid #abc24d;
    box-shadow: 0px 1px 5px #bbb;
    position: absolute;
    bottom: 100%;
    width: 300px;
    z-index: 1;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 i {
    color: #abc24d;
    font-size: 26px !important;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area h3 span {
    font-weight: 600;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup {
    display: none;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    display: block;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area:hover .usp-popup {
    z-index: 9;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #839199;
    letter-spacing: 0.2px;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .sidebar_content_logo {
    margin-top: 30px;
  }
  .home.blog.is-blog .column.main .wp-sidebar .product_content .sidebar_content_static_product .text-area .usp-popup h3 {
    color: #abc24d;
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 18px;
  }
  .home.blog.is-blog .post-list .post-list-item .post-entry {
    margin: 0;
    height: 100%;
  }
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    width: 100%;
    margin: 0;
    height: 100%;
  }
  .home.blog.is-blog .post-list-wrapper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .is-blog.search.search-results .block.block-blog.block-recent-posts {
    display: block;
  }
  .is-blog.search.search-results .wp-sidebar .block.block-blog .block-title strong {
    color: #21293c;
    text-transform: uppercase;
    font-weight: 600;
  }
  .is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts .block-content ul li a.side-featured-img {
    display: none;
  }
  .is-blog.search.search-results .block.block-blog.block-recent-posts .block-content ul li a {
    color: #abc24d;
    text-decoration: none;
  }
  .is-blog.search.search-results .wp-sidebar .block.block-blog.block-recent-posts {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #abc24d;
    border-radius: 0;
    background-color: #fbfbfb;
  }
  .search.search-results.is-blog .post-list .post-list-item .post-entry a:hover {
    text-decoration: none;
  }
  .search.search-results.is-blog ol.post-list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home.blog.is-blog .post-list-wrapper .item .post-image {
    height: auto;
  }
}
/*14-05-2021 blogs css and*/
/*mobile css blogs start*/
/*18-05-2021*/
.post-template-default.single-post.is-blog.page-layout-2columns-right .post-entry .vce-row-container .vce-col .vce-col-content figure .vce-single-image-inner .vce-single-image {
  position: relative !important;
}
.wordpress-post-view .vce-single-image-container .vce-single-image-inner .vce-single-image {
  position: static !important;
}
.wordpress-post-view .vce-row-container .vce-col-inner img.vce-single-image {
  position: static !important;
}
/*19-05-2021*/
.category-description .category-header span.catname {
  background-color: #abc24d;
  font-size: 20px;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0;
  display: block;
}
@media all and (max-width: 991px) {
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main .wp-sidebar {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0;
  }
}
/*18-05-2021*/
@media only screen and (max-width: 767px) {
  .post-template-default.single-post.is-blog.page-layout-2columns-right .post-entry .vce-row-container .vce-col .vce-col-content figure .vce-single-image-inner .vce-single-image {
    position: relative !important;
  }
  .wordpress-post-view .vce-single-image-container .vce-single-image-inner .vce-single-image {
    position: static !important;
  }
  .wordpress-post-view .vce-row-container .vce-col-inner img.vce-single-image {
    position: static !important;
  }
}
@media only screen and (max-width: 767px) {
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .column.main .wp-sidebar {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .page-wrapper .page-main .columns .sidebar.sidebar-main .wp-sidebar.needclass {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0;
  }
  .home.blog.is-blog.wordpress-homepage-view.page-layout-1column .post-list-wrapper .item .post-heading {
    max-width: 96%;
  }
  .post-template-default.single-post.is-blog.page-layout-2columns-right.wordpress-post-view .column.main {
    width: 100%;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  /*19-05-2021*/
  .category-description .category-header span.catname {
    background-color: #abc24d;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px 0;
    display: block;
  }
}
.post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated:hover {
  color: #fff;
}
@media all and (max-width: 767px) {
  .post-template-default.single-post.is-blog .vce-button--style-outline-wrapper.vce a.vce-button--style-outline-animated:hover {
    color: #fff;
  }
}
.additional-attributes-wrapper {
  display: none;
}
.description .additional-attributes-wrapper {
  display: block !important;
}
#additional .additional-attributes-wrapper {
  display: block !important;
}
#tab-label-additional {
  display: none !important;
}
.minicart-wrapper .counter .loading-mask {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.5);
}
.minicart-wrapper .counter .loading-mask .loader::before {
  font-size: 51px;
}
.minicart-wrapper .counter .loading-mask .loader::before {
  font-size: 51px;
  animation: in 2s linear 0s infinite normal;
}
@keyframes in {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Smartwave/porto/en_GB/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Smartwave/porto/en_GB/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
#dailydealproduct .product-item-info
{
    width:258px;
}
#dailydealproduct li
{
    width:24.667%;
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.blog-post-view .page-title-wrapper {
    display: none;
}
.post-holder {
    margin-left: 60px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    clear: both;
}

.post-holder .post-date {
    margin-left: -60px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}
.post-holder .post-date .day {
    color: #08c;
    background-color: #f4f4f4;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 2px;
    line-height: 22px;
    margin-bottom: 3px;
}
.post-holder .post-date .month {
    color: #fff;
    background-color: #08c;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
    display: block;
    font-size: 12px;
    padding: 0 2px 2px;
    line-height: 16px;
}
.post-holder .post-header {
    position: relative;
    margin-bottom: 20px;
}
.post-holder .post-banner {
    margin-left: -60px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px;
}
.post-holder .post-banner iframe {
    min-height: 300px;
}
.post-holder .post-banner.no-banner {
    display: none;
}
.post-holder .post-info .item {
    display: inline-block;
    margin-right: 15px;
}
.post-holder .post-info .label {
    margin-right: 5px;
}
.post-holder .post-info a {
    color: #777;
}


.post-list {
	margin-bottom: 20px;
	list-style: none;
    padding: 0;
}
.post-list .post-content {
    margin-bottom: 15px;
}
.post-list .post-content .post-read-more {padding-top:5px; float:right;}

.post-content .post-description img {margin:0 15px 0 15px;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-header .post-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.post-header .post-title a {
	text-decoration: none;
}

.post-holder .post-header .addthis_toolbox {float: right; padding-top: 6px;}

.post-view .post-bottom {margin-top:30px;}

.post-view .block {margin-bottom: 30px;}

.widget.block-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget.block-recent-posts ul li {
    margin: 0;
    padding: 10px 0;
}
.widget.block-recent-posts ul li div.post-image {
    width: 60px;
    background: #b8b8b8;
    float: left;
    border-radius: 4px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 12px;
}
.widget.block-recent-posts ul li div.post-image:after {
    display: table;
    content: "";
    clear: both;
}
.widget.block-recent-posts ul li div.post-image img {
    width: 100%;
    height: auto;
}
.widget.block-recent-posts ul li a {
    font-family: inherit;
    font-size: inherit;
    color: #08c;
    line-height: 18px;
}
.widget.block-recent-posts ul li div.post-time {
    color: #888;
    font-size: 12px;
    line-height: 24px;
    font-family: inherit;
    font-style: normal;
    text-align: left;
    margin: 0;
}

.widget.block-categories ul {
	list-style: initial;
	padding-left:0px;
}

.widget.block-categories ul ul {
	margin-left:20px;
}

.widget.block-categories ul {
    list-style: none;
    padding: 0;
}
.widget.block-categories li {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-categories li > a {
    color: #777;
}
.widget.block-categories li > a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}

.widget.block-archive .item {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-archive .item a {
    color: #777;
}
.widget.block-archive .item a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}
.widget.block-rss .rss-icon {
    width: 17px;
}
.widget.block-rss .block-title strong {
    vertical-align: middle;
}

.widget.blog-search {
	width:100%;
	margin-bottom: 40px;
	position: relative;
    float: right;
    z-index: 3;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    height: 38px;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 38px;
    color: #777;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


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

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Smartwave/porto/en_GB/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */