/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
@media (max-width: 767px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.bfb-element-datepicker {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.bfb-element-datepicker .ui-datepicker-buttonpane button,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #007dbd;
  float: left;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 49%;
  font-weight: 500;
  box-shadow: none;
}
.bfb-element-datepicker .ui-datepicker-buttonpane button:hover,
.bfb-element-datepicker .ui-datepicker-buttonpane .block-footer .action-add:hover {
  background: #007dbd;
  border-color: #007dbd;
  color: #FFF;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.bfb-element-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.bfb-element-datepicker table.ui-datepicker-calendar span,
.bfb-element-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
  padding: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-year,
.bfb-element-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.bfb-element-datepicker .ui-datepicker-title > select:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-title > .ui-datepicker-year:first-child {
  margin-right: 6%;
}
.bfb-element-datepicker .ui-datepicker-calendar {
  border: 0;
}
.bfb-element-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #f5f5f5;
}
.bfb-element-datepicker .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.bfb-animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bfb-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.bfb-spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.bfb-spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.bfb-spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.bfb-spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.bfb-spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bfb-spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.bfb-spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bfb-spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bfb-spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.bfb-spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #ffffff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.ie9 .bfb-spinner {
  background: url('../images/ajax-loader.gif') no-repeat center;
}
.ie9 .bfb-spinner > span {
  display: none;
}
.bfb-popup-overlay {
  display: none;
}
.bfb-popup-show .bfb-popup-overlay {
  z-index: 998;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bfb-popup:before,
.bfb-popup:after {
  content: '';
  display: table;
  clear: both;
}
.bfb-popup .bfb-popup-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 20px;
  cursor: pointer;
  opacity: .5;
  z-index: 4;
  background: url('../BlueFormBuilder_Core/images/close-icon.png') center center no-repeat;
  background-size: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.bfb-popup .bfb-popup-close:hover {
  opacity: 1;
  background-size: 22px;
}
.bfb-popup .block.bfb {
  box-shadow: none;
}
.bfb-popup-slidein .bfb-popup {
  opacity: 0;
}
.bfb-popup-slidein.bfb-popup-align-bottom-right .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left .bfb-popup {
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.bfb-popup-slidein.bfb-popup-align-bottom-right.popup-show .bfb-popup,
.bfb-popup-slidein.bfb-popup-align-bottom-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-slidein.popup-show .bfb-popup {
  opacity: 1;
}
.bfb-popup-container {
  position: fixed;
  box-shadow: none;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
.bfb-popup-container.bfb-popup-align-inline {
  position: static;
}
.bfb-popup-container .bfb-popup {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: fixed;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container .block.bfb {
  background: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bfb-popup-container .bfb-popup-link {
  cursor: pointer;
  padding: 6px 15px 12px 15px;
  letter-spacing: .5px;
  display: inline-block;
  position: relative;
  transition: transform .3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: #007dbd;
  color: #FFF;
}
.bfb-popup-container .bfb-popup-link:hover {
  text-decoration: none;
}
.bfb-popup-container.bfb-popup-align-left {
  left: 0;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(-200%, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-200%, 0, 0) rotate(90deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link {
  transform: translate3d(-4px, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(-4px, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup {
  left: -1px;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-right {
  right: 0;
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link {
  transform: translate3d(4px, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right.a-show .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(200%, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.bfb-popup-container.bfb-popup-align-right .bfb-popup {
  right: -1px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left,
.bfb-popup-container.bfb-popup-align-right {
  top: 50%;
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link {
  top: -40px;
}
.bfb-popup-container.bfb-popup-align-left.popup-show .bfb-popup,
.bfb-popup-container.bfb-popup-align-right.popup-show .bfb-popup {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-popup-container.bfb-popup-align-left .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-right .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-left {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup {
  left: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.12), 2px -2px 2px rgba(0, 0, 0, 0.24);
}
.bfb-popup-container.bfb-popup-align-bottom-right {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup {
  right: 30px;
}
.bfb-popup-container.bfb-popup-align-bottom-right,
.bfb-popup-container.bfb-popup-align-bottom-left {
  bottom: 0;
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link {
  border-radius: 3px 3px 0 0;
  transform: translate3d(0, 6px, 0);
  -webkit-transform: translate3d(0, 6px, 0);
}
.bfb-popup-container.bfb-popup-align-bottom-right .bfb-popup-link:hover,
.bfb-popup-container.bfb-popup-align-bottom-left .bfb-popup-link:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bfb-magnific .bfb-popup {
  position: relative;
  border-radius: 3px;
}
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  transition: transform 0.35s ease-out, opacity 0.2s linear;
  -moz-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.2s linear;
  -ms-transition: transform 0.35s ease-out, opacity 0.2s linear;
  -o-transition: transform 0.35s ease-out, opacity 0.2s linear;
}
.bfb-popup-animate-left.mfp-bg,
.bfb-popup-animate-right.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.bfb-popup-animate-left.mfp-ready .mfp-with-anim,
.bfb-popup-animate-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.bfb-popup-animate-left.mfp-ready.mfp-bg,
.bfb-popup-animate-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.bfb-popup-animate-left.mfp-removing.mfp-bg,
.bfb-popup-animate-right.mfp-removing.mfp-bg {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  opacity: 0;
}
.bfb-popup-animate-left.mfp-removing .mfp-with-anim,
.bfb-popup-animate-left .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -moz-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -o-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  -ms-transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
  transform: scale(0.5) translate3d(-300%, 0, 0) rotate(3deg);
}
.bfb-popup-animate-right.mfp-removing .mfp-with-anim,
.bfb-popup-animate-right .mfp-with-anim {
  -webkit-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -moz-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -o-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  -ms-transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
  transform: scale(0.5) translate3d(300%, 0, 0) rotate(-3deg);
}
.bfb-popup-align-inline .bfb-popup-link {
  padding: 5px 12px;
}
.bfbAnimation {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}
.bfb-element .bfb-element-control-inner {
  position: relative;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .bfb-element-control-inner:before,
.bfb-element .bfb-element-control-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element .iti {
  width: 100%;
}
.bfb-element .intl-tel-input,
.bfb-element .admin__control-text {
  width: 100%;
}
.bfb-element .g-recaptcha {
  display: inline-block;
}
.bfb-element .bfb-element-input-limit {
  text-align: right;
}
.bfb-element .bfb-element-label {
  position: relative;
}
.bfb-element.required .bfb-element-label label {
  padding-right: 15px;
}
.bfb-element.required .bfb-element-label label > span:after {
  color: #e22626;
  content: '*';
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  margin-left: 5px;
}
.bfb-element.bfb-element-hidden {
  display: none;
}
.bfb-element.bfb-element-label-hidden .bfb-element-label {
  display: none;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content {
  left: -18px;
  right: auto;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:before {
  left: 15px;
}
.bfb-element.bfb-element-label-above .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-left .bfb-element-tooltip .bfb-element-tooltip-content:after,
.bfb-element.bfb-element-label-below .bfb-element-tooltip .bfb-element-tooltip-content:after {
  left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content {
  left: auto;
  right: -18px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:before {
  right: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-tooltip .bfb-element-tooltip-content:after {
  right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  width: 25%;
  float: left;
  padding-right: 15px;
}
.bfb-element.bfb-element-label-left .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-left .bfb-element-label {
  text-align: center;
}
.bfb-element.bfb-element-label-right .bfb-element-label {
  width: 25%;
  float: right;
  padding-left: 15px;
}
.bfb-element.bfb-element-label-right .bfb-element-control {
  width: 75%;
  float: left;
}
.bfb-element.bfb-element-label-right .bfb-element-control-inner {
  float: right;
  width: 100%;
}
.bfb-element.bfb-element-icon-left .bfb-control {
  padding-left: 30px;
}
.bfb-element.bfb-element-icon-left .bfb-element-icon {
  left: 0;
}
.bfb-element.bfb-element-icon-right .bfb-control {
  padding-right: 30px;
}
.bfb-element.bfb-element-icon-right .bfb-element-icon {
  right: 0;
}
.bfb-element.bfb-element-label-align-left .bfb-element-label {
  text-align: left;
}
.bfb-element.bfb-element-label-align-right .bfb-element-label {
  text-align: right;
}
.bfb-element.mgz-element-bfb_textarea .admin__control-textarea {
  height: auto;
}
.bfb-element.mgz-element-bfb_date .ui-datepicker-trigger {
  display: none;
}
.bfb-element.mgz-element-bfb_date .bfb-element-icon {
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control select {
  width: auto;
}
.bfb-element.mgz-element-bfb_time .bfb-element-control span {
  margin: 0 5px;
}
.bfb-element.mgz-element-bfb_address .addressfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.bfb-element.mgz-element-bfb_address .subfield {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.bfb-element.mgz-element-bfb_address .subfield select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_starratings .bfb-element-stars {
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote {
  height: 32px;
  width: auto;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  color: #c7c7c7;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.bfb-element.mgz-element-bfb_starratings .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;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:hover + label:before,
.bfb-element.mgz-element-bfb_starratings .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.bfb-element.mgz-element-bfb_starratings .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;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:before {
  color: #ff5501;
  font-family: 'Magezon-Icons';
  font-size: 32px;
  height: 32px;
  letter-spacing: 8px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover:before {
  opacity: 1;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10 {
  z-index: 2;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-10:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9 {
  z-index: 3;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-9:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8 {
  z-index: 4;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-8:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7 {
  z-index: 5;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-7:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6 {
  z-index: 6;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-6:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5 {
  z-index: 7;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4 {
  z-index: 8;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3 {
  z-index: 9;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-3:before {
  content: '\e605' '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2 {
  z-index: 10;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-2:before {
  content: '\e605' '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1 {
  z-index: 11;
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote .rating-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-bfb_starratings .review-control-vote.star-1:before {
  content: '\e605';
}
.bfb-element.mgz-element-control-inner {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:before,
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert {
  padding: 30px 0;
  text-align: center;
  border: 2px dashed #848484;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert:hover i {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  font-size: 28px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert i.bfb-element-icon {
  position: static;
}
.bfb-element.mgz-element-bfb_file .bfb-file-insert h3 {
  font-weight: 500;
  margin: 10px 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-spinner {
  background-image: url(../BlueFormBuilder_Core/images/loader.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  height: 20px;
  margin-left: 1rem;
  vertical-align: top;
  width: 20px;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .file-uploader-spinner {
  display: inline-block;
}
.bfb-element.mgz-element-bfb_file .bfb-element-file-inner.loading .bfb-element-icon {
  display: none;
}
.bfb-element.mgz-element-bfb_file input[data-role='values'] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  height: 0;
  border: 0;
  outline: none;
  z-index: -1;
  opacity: 0;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px 7px 15px;
  background: #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .file-uploader-button:hover {
  background: #ebebeb;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row {
  float: left;
  width: 100%;
  color: #007dbd;
  cursor: pointer;
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row:last-child {
  margin-bottom: 0;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i {
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #e22626;
  margin-top: 5px;
  margin-left: 4px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-row-inner {
  -webkit-border-radius: 0.33333rem;
  -moz-border-radius: 0.33333rem;
  border-radius: 0.33333rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f8f8;
  border: .09167rem solid #dadada;
  color: #999;
  padding: 8px;
  line-height: 14px;
  position: relative;
  overflow: hidden;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info img {
  height: 25px;
  float: left;
  margin-right: 10px;
  width: auto;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .bfb-file-info-name {
  float: left;
  padding-top: 5px;
  color: #333;
}
.bfb-element.mgz-element-bfb_file .bfb-file-list .bfb-file-row .bfb-file-info .fa.fa-file {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.bfb-element.mgz-element-bfb_file .bfb-file-meta {
  margin-bottom: 5px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #007dbd;
  color: #ffffff;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  cursor: pointer;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:hover,
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:hover {
  background: #0077b3;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-minus:before {
  content: '-';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus {
  left: auto;
  right: 0;
}
.bfb-element.mgz-element-bfb_number .bfb-element-number-plus:before {
  content: '+';
  font-size: 24px;
}
.bfb-element.mgz-element-bfb_number input {
  padding-left: 38px;
  padding-right: 38px;
}
.bfb-element.mgz-element-bfb_select select {
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.bfb-element.mgz-element-bfb_multiselect select option,
.bfb-element.mgz-element-bfb_multiselect select optgroup {
  padding: .5rem 1rem;
}
.bfb-element.mgz-element-bfb_choicematrix table {
  width: 100%;
}
.bfb-element.mgz-element-bfb_choicematrix tbody label span {
  display: none;
}
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > th,
.bfb-element.mgz-element-bfb_choicematrix table > thead > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tbody > tr > td,
.bfb-element.mgz-element-bfb_choicematrix table > tfoot > tr > td {
  padding: 11px 10px;
  position: relative;
}
.bfb-element.mgz-element-bfb_recaptcha .captcha-logo,
.bfb-element.mgz-element-bfb_magento2_captcha .captcha-logo {
  max-height: 80px;
}
.bfb-element .bfb-element-label > label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 32px;
  font-weight: 600;
  cursor: pointer;
}
.bfb-element .bfb-element-icon {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  font-size: 16px;
  color: #333;
}
.bfb-element .bfb-element-description {
  margin-top: 5px;
  float: left;
  width: 100%;
}
.bfb-element .bfb-element-description p:first-child {
  margin-top: 0;
}
.bfb-element .bfb-element-tooltip {
  position: absolute;
  width: 18px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-action {
  position: relative;
  z-index: 5;
  text-align: center;
  line-height: 32px;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  cursor: text;
  bottom: 3.2rem;
  background: #FFF;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 32rem;
  z-index: 1;
  display: none;
  right: -2.3rem;
  padding: 17px 20px 20px;
  border-top: 3px solid #0077b3;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before,
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #d9d9d9;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 2;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:before {
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip .bfb-element-tooltip-content:after {
  border-top-color: #FFF;
  margin-top: -1px;
  z-index: 3;
  border-width: 1rem;
}
.bfb-element .bfb-element-tooltip:hover .bfb-element-tooltip-content {
  display: block;
}
.bfb-element .bfb-autocomplete-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #FFF;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  margin: 0;
  width: 100%;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.bfb-element .bfb-autocomplete-wrapper .bfb-autocomplete li:hover {
  text-decoration: none;
  background: #F0F0F0;
}
.bfb-element .bfb-choices-item {
  margin-bottom: 15px;
  padding-right: 20px;
  margin-top: 0;
}
.bfb-element .bfb-choices-item label {
  display: inline-block;
}
.bfb-element .bfb-choices-item .bfb-choices-image {
  margin-bottom: 8px;
  position: relative;
}
.bfb-element .bfb-choices-item > label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.bfb-element .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label {
  background-color: #fff;
  padding: 15px;
  border: 1px solid transparent;
  background-color: #FFF;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item > label:hover {
  border-color: #ddd;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected .bfb-choices-image:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\e5ca";
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #72b239;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-modern .bfb-choices-item.option-selected > label {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item > label:hover {
  border-color: #666;
}
.bfb-element .bfb-choices-image-style-classic .bfb-choices-item.option-selected > label {
  border-color: #666;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading {
  background-color: #007dbd;
  color: #FFF;
}
.mgz-element-bfb_fieldset .bfb-fieldset-heading .title {
  margin: 0;
  font-weight: 500;
}
.bfb-element.mgz-element-bfb_starratings ul {
  list-style: none;
}
.bfb-element.mgz-element-bfb_starratings ul li {
  display: inline-block;
  font-size: 34px;
  margin-right: 6px;
}
.bfb-pages {
  position: relative;
  z-index: 1;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav {
  padding: 0 15px;
}
.bfb-pages.mgz-element-tab-position-top > .mgz-tabs-nav:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #069;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-pages > .mgz-tabs-nav {
  margin: 0;
  list-style: none;
  background: #007dbd;
  float: none;
  overflow: hidden;
  width: auto;
  position: relative;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page-number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  color: #666;
}
.bfb-pages .bfb-page-indicator.circles .bfb-page-indicator-page {
  margin: 0 25px 0 0;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-number {
  display: block;
  text-indent: -9999px;
  height: 6px;
  background-color: #ddd;
  margin: 0 0 16px 0;
  position: relative;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page-triangle {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent transparent transparent transparent;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page {
  text-align: center;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
}
.bfb-pages .bfb-page-indicator.connector .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-triangle {
  border-top-color: #72b239;
}
.bfb-pages.bfb-pages-indicator-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content {
  padding: 20px;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav {
  display: block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title {
  display: inline-block;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  padding: 18px 20px;
  color: #333;
  font-size: 1.5rem;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a {
  color: #FFF;
  background: transparent;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a {
  background: #FFF;
}
.bfb-pages.bfb-pages-indicator-tabs > .mgz-tabs-nav > .mgz-tabs-tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFF;
  border: 0;
}
.bfb-pages.bfb-pages-indicator-progress > .bfb-page-indicator {
  font-size: 1.8rem;
}
.bfb-pages.bfb-pages-indicator-cirles > .bfb-page-indicator,
.bfb-pages.bfb-pages-indicator-connector > .bfb-page-indicator {
  font-size: 1.6rem;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-nav,
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-title,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-title {
  display: none;
}
.bfb-pages.bfb-pages-indicator-progress > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-circles > .mgz-tabs-content > .mgz-tabs-tab-content,
.bfb-pages.bfb-pages-indicator-connector > .mgz-tabs-content > .mgz-tabs-tab-content {
  background-color: transparent;
  border: none;
}
.bfb-pages .bfb-page-indicator {
  margin-bottom: 20px;
  display: none;
}
.bfb-pages .bfb-page-indicator .bfb-page-indicator-page {
  float: left;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin: 5px 0 0;
}
.bfb-pages .bfb-page-indicator-page-progress-wrap .bfb-page-indicator-page-progress {
  background-color: #72b239;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.bfb-pages .bfb-page-indicator-page.mgz-active .bfb-page-indicator-page-number {
  background-color: #72b239;
  color: #FFF;
}
.bfb-pages.bfb-pages-nav-left .bfb-nav-buttons {
  text-align: left;
}
.bfb-pages.bfb-pages-nav-right .bfb-nav-buttons {
  text-align: right;
}
.bfb-pages.bfb-pages-nav-center .bfb-nav-buttons {
  text-align: center;
}
.bfb-pages.bfb-pages-nav-split .action.action-prev {
  float: left;
}
.bfb-pages.bfb-pages-nav-split .action.action-next {
  float: right;
}
.bfb-pages .bfb-nav-buttons {
  padding: 15px 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:before,
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action {
  box-shadow: none;
  font-weight: normal;
  display: inline-block;
  border: 0;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action:last-child {
  margin-left: 5px;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #575757;
  border-color: #575757;
  color: #FFF;
  width: auto;
}
.bfb-pages .bfb-nav-buttons .bfb-nav-buttons-inner .action.action-next:hover {
  background: #333;
}
.bfb-form-success {
  max-width: 1240px;
}
.bfb-form-success.bfb-form-success-style1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title {
  background-color: #007dbd;
  font-weight: 500;
  padding: 15px 20px;
  color: #FFF;
  position: relative;
  margin: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-title:before {
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #006699;
  content: '';
  width: 100%;
  left: 0;
}
.bfb-form-success.bfb-form-success-style1 .bfb-form-success-footer {
  background: #f5f5f5;
  padding: 15px 0;
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 {
  text-align: center;
}
.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
  font-size: 1.25em;
}
.bfb-form-success .bfb-form-success-content {
  padding: 30px 20px;
}
.bfb-form-success svg {
  width: 100px;
  display: block;
  margin: 20px auto 0;
}
.bfb-form-success .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.bfb-form-success .path.circle {
  -webkit-animation: bfbdash 0.9s ease-in-out;
  animation: bfbdash 0.9s ease-in-out;
}
.bfb-form-success .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: bfbdash 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash 0.9s 0.35s ease-in-out forwards;
}
.bfb-form-success .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
  animation: bfbdash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bfbdash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes bfbdash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
mark.im-caret {
  animation: 1s blink step-end infinite !important;
}
mark.im-caret-select {
  background-color: rgba(0, 0, 0, 0.25);
}
@keyframes blink {
  from,
  to {
    border-right-color: black;
  }
  50% {
    border-right-color: transparent;
  }
}
span.im-static {
  color: grey;
}
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  appearance: textfield;
  cursor: text;
}
div.im-colormask > input,
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  appearance: caret;
  border-style: none;
  left: 0;
  /*calculated*/
}
div.im-colormask > input:focus {
  outline: none;
}
div.im-colormask > input::selection {
  background: none;
}
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}
div.im-colormask > div {
  color: black;
  display: inline-block;
  width: 100px;
  /*calculated*/
}
[im-insert="false"] {
  caret-color: red;
  caret-shape: block;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bfb-box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.bfb-state-hidden {
  display: none;
}
.bfb-state-shown {
  display: block;
}
.bfb-form-js {
  display: none;
}
.bfb-others {
  display: none;
  margin-top: 5px;
}
.bfb-column {
  float: left;
  width: 100%;
}
.bfb-columnauto > div {
  width: auto;
  display: inline-block;
}
.bfb-column1 > div {
  width: 100%;
}
.bfb-column2 > div {
  width: 50%;
  float: left;
}
.bfb-column2 > div:nth-child(2n+1) {
  clear: left;
}
.bfb-column3 > div {
  width: 33.333%;
  float: left;
}
.bfb-column3 > div:nth-child(3n+1) {
  clear: left;
}
.bfb-column4 > div {
  width: 25%;
  float: left;
}
.bfb-column4 > div:nth-child(4n+1) {
  clear: left;
}
.bfb-column5 > div {
  width: 20%;
  float: left;
}
.bfb-column5 > div:nth-child(5n+1) {
  clear: left;
}
.bfb-column6 > div {
  width: 16.666%;
  float: left;
}
.bfb-column6 > div:nth-child(6n+1) {
  clear: left;
}
.bfb-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: none;
}
.block.bfb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.block.bfb.bfb-loading .bfb-loading-mask {
  display: block;
}
.bfb-submission-confirmed .bfb-submission-title {
  font-weight: 500;
}
.bfb-submission-confirmed .bfb-submission-summary {
  margin-bottom: 40px;
}
.bfb-submission-confirmed table {
  border: 1px solid #d6d6d6;
}
.bfb-submission-confirmed table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.bfb-submission-confirmed table tr td {
  padding: 1.2rem 1.2rem;
}
.bfb-submission-confirmed table tr td:first-child {
  width: 20%;
}
.bfb-submission-confirmed table tr td:last-child {
  border-left: 1px dashed #d6d6d6;
}
.bfb-widget .bfb {
  margin: 0;
}
.iti--allow-dropdown {
  display: block;
}
@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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 {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    background: #fafafa;
    padding: 5px 10px;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    border: none;
    flex-basis: auto;
    margin: 0;
    padding: 0;
  }
  .amrev-toolbar-container .amrev-sorting {
    flex-basis: 250px;
    order: 2;
    padding: 0 0 0 15px;
  }
  .amrev-toolbar-container.-all .amrev-sorting {
    border-left: 1px solid #d6d6d6;
  }
  .amrev-toolbar-container .amrev-label {
    margin: 0 7.5px;
  }
  .amrev-toolbar-container .amrev-select {
    max-width: 175px;
  }
  .amreview-images.slick-slider .slick-slide {
    display: inline-block;
  }
  .amreview-images.slick-slider .slick-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat;
  }
  .amrev-comment-block {
    margin: 0;
  }
  .amrev-area-field div.mage-error {
    margin-top: 4px;
    position: absolute;
    top: 100%;
  }
  .amrev-comment-form .amrev-fieldset {
    flex-basis: 70%;
  }
  .amrev-comment-toolbar {
    flex-wrap: nowrap;
    padding: 25px 0 20px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: auto;
    order: 3;
    padding: 0 15px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus {
    margin: 0 10px 0 0;
  }
  .amrev-comment-toolbar .amrev-comment {
    border-right: 1px solid #767676;
    flex-basis: auto;
    justify-content: initial;
    margin: 0;
    order: 2;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amreview-helpful-wrap .amreview-helpful {
    font-size: 12px;
  }
  .amreview-submit-form .field.review-field-nickname.-half,
  .amreview-submit-form .field.review-field-email {
    width: 48%;
  }
  .amreview-submit-form .review-form .action.submit.primary {
    padding: 11px 22px;
  }
  .amreview-submit-form > .block-content {
    padding: 25px 0 55px;
  }
  .amreview-submit-form .review-fieldset {
    margin: 0 0 40px;
  }
  .amreview-submit-form .review-fieldset .field {
    margin: 0 0 15px 0;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info.amreview-showmore {
    display: none;
  }
  .amreview-review-list {
    margin: 0;
    padding: 50px 0 20px 0;
  }
  .amreview-review-list.-empty {
    padding: 40px;
  }
  .amrev-desc-title {
    flex-wrap: nowrap;
  }
  .amreview-author-details {
    margin: 10px 0 20px;
  }
  .amreview-percent-block {
    display: flex;
    align-items: center;
  }
  .amreview-summary-info {
    display: inline-block;
  }
  .amreview-add-new {
    margin: 40px 0 0;
  }
  .amreview-add-new .amreview-label {
    max-width: 160px;
    text-align: left;
  }
  .amreview-author-details {
    display: inline-block;
    margin: 0 auto 0 0;
    vertical-align: top;
    width: 25%;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    background: #f1f1f1;
    border-left: 2px solid #1ab900;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0;
    max-width: 78px;
    padding: 4px 4px 4px 6px;
    position: relative;
  }
  .amreview-recommended:after {
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: 0;
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    border: 0;
    float: right;
    padding: 20px 0;
  }
  .amreview-toolbar-wrap.review-toolbar .limiter {
    float: left;
    padding: 20px 0;
  }
  .amreview-review-wrapper.review-item {
    padding: 30px 0 40px 0;
  }
  .amreview-description-wrap {
    display: inline-block;
    position: relative;
    width: 75%;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-left: 35px;
    padding-right: 35px;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful {
    margin: 0;
    width: auto;
  }
  .amreview-widget-container.-summary-widget .amreview-icon {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-plus {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-minus {
    margin: 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-wrapper {
    padding: 25px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    padding: 35px;
  }
  .cart-order-comment {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-order-comment .block .title {
    padding: 10px 0;
  }
  .cart-order-comment .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-order-comment .block.order-comment {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 767px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .amreview-summary-info .amreview-showmore {
    display: none;
  }
  .amrev-comment-toolbar .amrev-repbtn {
    padding: 4px 10px;
  }
}
@media all and (min-width: 1024px), print {
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
  }
  .amreview-summary-details {
    flex-basis: auto;
    margin-left: 20px;
    order: initial;
    padding: 0;
  }
  .amreview-summary-details .amreview-label .amreview-bar {
    width: 80px;
  }
  .amreview-summary-info {
    flex-basis: auto;
    order: initial;
  }
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-add-new {
    flex-basis: auto;
    order: initial;
  }
  .amreview-info-wrapper .amreview-summary-info,
  .amreview-info-wrapper .amreview-summary-details,
  .amreview-info-wrapper .amreview-add-new {
    vertical-align: middle;
  }
  .amreview-info-wrapper .amreview-summary-details {
    border-right: 2px solid #767676;
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
  }
  .amreview-info-wrapper .amreview-add-new {
    background: none;
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 0;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    background: #f8fcff;
    border-bottom: 0;
    width: 49%;
  }
  .amreview-widget-container.-grid .amreview-title {
    background: none;
    cursor: unset;
    padding: 10px 0;
    pointer-events: none;
  }
  .amreview-widget-container.-grid .amreview-title:after {
    display: none;
  }
  .amreview-widget-container.-grid .amreview-description-wrapper {
    min-width: 200px;
  }
  .amreview-widget-container.-grid .amreview-message {
    max-width: 290px;
  }
  .amreview-widget-container.-sidebar .amreview-rating-wrapper {
    max-width: 30%;
    min-width: 120px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .amreview-info-wrapper {
    display: block;
  }
}
@media all and (min-width: 1199px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* responsive breakpoint Variables 
--------------------------------------------------------------------------------------------------------------------- */
/* color Variables
--------------------------------------------------------------------------------------------------------------------- */
/* float Variables
---------------------------------------------------------*/
/* text Variables
---------------------------------------------------------*/
/* font-family Variables
---------------------------------------------------------*/
/* font-size Variables
---------------------------------------------------------*/
/* font-weight Variables
---------------------------------------------------------*/
/* tansition Variables
---------------------------------------------------------*/
#transition {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#translateY {
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#translateX {
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#translate-vertical {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#translate-zero {
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
#display-full {
  display: inline-block;
  width: 100%;
}
#gredient-linear-bottom {
  background: #feed01;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #feed01 1%, #feed01 47%, #fff681 74%, #fff89a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #feed01 1%, #feed01 47%, #fff681 74%, #fff89a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #feed01 1%, #feed01 47%, #fff681 74%, #fff89a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feed01', endColorstr='#fff89a', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#clear-both:before,
#clear-both:after {
  display: table;
  content: "";
  clear: both;
}
#dis-flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#justify-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
#justify-content-space-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#justify-content-flex-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
#justify-content-space-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
#align-item-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#align-item-flex-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
input,
input:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: none;
  box-shadow: none;
}
input[type=text]::-ms-clear,
input[type=password]::-ms-clear,
input[type=email]::-ms-clear,
input[type=name]::-ms-clear {
  display: none;
}
input::-ms-clear,
input::-ms-reveal,
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.eot');
  src: url('../fonts/Barlow-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-MediumItalic.woff2') format('woff2'), url('../fonts/Barlow-MediumItalic.woff') format('woff'), url('../fonts/Barlow-MediumItalic.ttf') format('truetype'), url('../fonts/Barlow-MediumItalic.svg#Barlow-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype'), url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype'), url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BoldItalic.eot');
  src: url('../fonts/Barlow-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-BoldItalic.woff2') format('woff2'), url('../fonts/Barlow-BoldItalic.woff') format('woff'), url('../fonts/Barlow-BoldItalic.ttf') format('truetype'), url('../fonts/Barlow-BoldItalic.svg#Barlow-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype'), url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Thin.eot');
  src: url('../fonts/Barlow-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Thin.woff2') format('woff2'), url('../fonts/Barlow-Thin.woff') format('woff'), url('../fonts/Barlow-Thin.ttf') format('truetype'), url('../fonts/Barlow-Thin.svg#Barlow-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype'), url('../fonts/Barlow-Light.svg#Barlow-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBoldItalic.eot');
  src: url('../fonts/Barlow-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Barlow-SemiBoldItalic.woff') format('woff'), url('../fonts/Barlow-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Barlow-SemiBoldItalic.svg#Barlow-SemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Barlow-ExtraBoldItalic.woff') format('woff'), url('../fonts/Barlow-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Barlow-ExtraBoldItalic.svg#Barlow-ExtraBoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'), url('../fonts/Barlow-ExtraBold.woff') format('woff'), url('../fonts/arlow-ExtraBold.ttf') format('truetype'), url('../fonts/arlow-ExtraBold.svg#Barlow-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'stv-icons';
  src: url('../fonts/stv-icons.eot?at1t73');
  src: url('../fonts/stv-icons.eot?at1t73#iefix') format('embedded-opentype'), url('../fonts/stv-icons.ttf?at1t73') format('truetype'), url('../fonts/stv-icons.woff?at1t73') format('woff'), url('../fonts/stv-icons.svg?at1t73#stv-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  min-width: 320px;
  width: 100%;
  font-family: 'Barlow' !important;
  background-color: #fafafa !important;
  font-weight: normal;
  font-size: 14px;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
button,
input[type="submit"],
input[type="search"],
a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
button {
  border-color: #eae9e9;
  background: #f6f6f7;
  color: #432858;
  box-shadow: none !important;
}
button:focus,
button:active,
button:hover {
  border-color: #eae9e9;
  background: #f6f6f7;
  color: #f08217;
}
button:focus {
  outline: 0 !important;
}
a,
img {
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
label {
  font-weight: normal;
}
.fieldset > .field {
  margin-bottom: 15px;
}
.field-error,
div.mage-error,
div.mage-error[generated] {
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
  font-family: 'Barlow';
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
  margin: 0;
}
figure {
  margin: 0;
  position: relative;
}
p {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.clear {
  clear: both;
}
/*PlaceHolder CSS*/
.placeholder-color::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #464646;
}
.placeholder-color::-moz-placeholder {
  /* Firefox 19+ */
  color: #464646;
}
.placeholder-color:-ms-input-placeholder {
  /* IE 10+ */
  color: #464646;
}
.placeholder-color:-moz-placeholder {
  /* Firefox 18- */
  color: #464646;
}
.light-placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
.light-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}
.light-placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}
.light-placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}
.check-custom {
  position: relative;
  display: inline-block;
  width: 100%;
}
.check-custom input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.check-custom input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.check-custom label {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-weight: 200;
}
.check-custom label:before {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d2d3d4;
  z-index: 1;
  content: "";
  width: 14px;
  height: 14px;
}
.check-custom label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  font-family: Font Awesome\ 5 Free;
  content: "\f00c";
  margin-left: 3px;
  font-weight: 600;
  color: #432858;
  opacity: 0;
}
.check-custom label.checked:after {
  opacity: 1;
}
.radio-custom input[type="radio"] {
  display: none;
}
.radio-custom input[type="radio"] label {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 0 45px;
  font-size: 18px;
  line-height: 22px;
  color: #6c6c6c;
  font-weight: 300;
  cursor: pointer;
}
.radio-custom input[type="radio"] label:before {
  position: absolute;
  left: 0;
  top: -6px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  cursor: pointer;
}
.radio-custom input[type="radio"] label:after {
  position: absolute;
  left: 5px;
  top: -1px;
  width: 22px;
  height: 22px;
  background: #e8e8e8;
  border: 1px solid #f2f1f1;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.radio-custom input[type="radio"]:checked label:after {
  background: #ec7438;
  border-color: #ec7438;
}
.page-wrapper {
  overflow-x: hidden;
}
.page-main,
.header.content,
.footer.container {
  max-width: 1440px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.margin0 {
  margin: 0;
}
.marbt-10 {
  margin-bottom: 10px;
}
.marbt-20 {
  margin-bottom: 20px;
}
.marbt-30 {
  margin-bottom: 30px;
}
.marbt-40 {
  margin-bottom: 40px;
}
.marbt-50 {
  margin-bottom: 50px;
}
.marbt-60 {
  margin-bottom: 60px;
}
.marbt-80 {
  margin-bottom: 80px;
}
.marbt-100 {
  margin-bottom: 100px;
}
header.page-header {
  padding: 10px 0;
}
header.page-header .header {
  padding: 0 15px;
}
header.page-header .header .logo {
  max-width: inherit;
  margin: 0 auto 0 0;
}
header.page-header .header .logo img {
  max-height: 60px;
}
header .right-header .top-header {
  margin-bottom: 15px;
  float: right;
}
header .right-header .top-header li {
  float: left;
  border-right: 1px solid #eae9e9;
  padding-right: 15px;
  margin-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
header .right-header .top-header li a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Barlow';
  color: rgba(34, 31, 32, 0.75);
  font-weight: 500;
  text-decoration: none;
}
header .right-header .top-header li a.icon-log {
  background: transparent;
  padding-left: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
header .right-header .top-header li a.icon-log i {
  margin-right: 5px;
}
header .right-header .top-header li a span strong {
  color: rgba(67, 40, 88, 0.75);
  text-decoration: none;
  font-weight: 600;
}
header .right-header .top-header li a i {
  color: #432858;
  font-size: 18px;
}
header .right-header .top-header li a:hover {
  text-decoration: none;
}
header .right-header .top-header li a .mobile-call {
  color: rgba(67, 40, 88, 0.75);
  font-weight: 600;
}
header .right-header .top-header li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
header .right-header .top-header:before,
header .right-header .top-header:after {
  display: table;
  content: "";
  clear: both;
}
header .right-header .header-right-bottom {
  clear: both;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  position: relative;
  z-index: 9999;
}
header .right-header .header-right-bottom nav {
  background: transparent;
  position: static;
}
header .right-header .header-right-bottom .nav-sections {
  margin: 0;
  background: transparent;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav {
  background: transparent;
  position: static;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul {
  padding: 0;
  margin: 0;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li {
  margin-right: 5px !important;
  border-bottom: 4px solid transparent;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.our-brands .dropdown-menu.fullwidth li ul li:nth-child(2n) a {
  background-color: #470a68;
  color: #ffffff;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.our-brands .dropdown-menu.fullwidth li ul li:nth-child(3n) a {
  background-color: #fe5000;
  color: #ffffff;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.our-brands .dropdown-menu.fullwidth li ul li:nth-child(4n) a {
  background-color: #ffd700;
  color: #da291c;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.our-brands .dropdown-menu.fullwidth li ul li a {
  background-color: #da291c;
  color: #fedd00;
  padding: 5px 10px;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.our-brands .dropdown-menu.fullwidth li ul li ul li a {
  background-color: transparent !important;
  color: #040107 !important;
  padding: 0px !important;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.our-brands .dropdown-menu.fullwidth .ul-row {
  column-count: 1;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.our-brands .dropdown-menu.fullwidth .ul-row > li {
  width: 25%;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li:hover {
  border-bottom-color: #432858;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.active {
  border-bottom-color: #432858;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.active a {
  border: none !important;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li a {
  font-size: 14px;
  color: #040107;
  line-height: normal;
  text-transform: uppercase;
  padding: 7px 10px;
  font-weight: 600;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li a .ui-menu-icon {
  display: none !important;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth {
  background-color: #ffffff;
  width: 100%;
  border: none;
  padding: 30px 40px 45px;
  overflow: hidden;
  max-height: inherit;
  top: 50px !important;
  left: 0 !important;
  right: 0 !important;
  box-shadow: 10px 7px 15px -15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 7px 15px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 7px 15px -15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 10px 7px 15px -15px rgba(0, 0, 0, 0.2);
  line-height: normal;
  border-radius: 0;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li {
  padding: 0;
  margin-right: 0px !important;
  border: none;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #eae9e9;
  margin: 0 0 20px;
  padding-bottom: 10px;
  color: #432858;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .row {
  margin: 0;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row {
  top: 0 !important;
  left: 0 !important;
  margin-bottom: 40px;
  column-count: 4;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row > li {
  width: 100%;
  vertical-align: top;
  padding: 0px 10px 0 0;
  margin-bottom: 0;
  display: inline-block;
  border: none;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row > li a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 8px;
  display: block;
  border: none;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row > li a:hover {
  color: #f08217;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row > li ul {
  top: 0 !important;
  left: 0 !important;
  padding-left: 20px;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row > li ul li {
  position: relative;
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row > li ul li:before {
  content: "-";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li .dropdown-menu.fullwidth li .ul-row > li ul li a {
  text-transform: capitalize;
}
header .right-header .header-right-bottom .block-search {
  width: auto;
  padding: 0;
  border-left: 1px solid #eae9e9;
  border-right: 1px solid #eae9e9;
  margin-left: 15px;
}
header .right-header .header-right-bottom .block-search:last-child {
  border-right: none;
}
header .right-header .header-right-bottom .block-search .block-content form.active .search .control input {
  border: 1px solid #eae9e9;
  opacity: 1;
}
header .right-header .header-right-bottom .block-search .block-content form .search .label {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  position: static;
  margin: 0;
  padding: 5px;
  opacity: 1;
  width: 90px;
  height: 60px;
  overflow: visible;
  cursor: pointer;
}
header .right-header .header-right-bottom .block-search .block-content form .search .label:before {
  display: none;
}
header .right-header .header-right-bottom .block-search .block-content form .search .label:after {
  color: #1d1d1b;
  font-size: 32px;
  content: "\f002";
  font-family: "Fontawesome";
  font-weight: 500;
  line-height: normal;
}
header .right-header .header-right-bottom .block-search .block-content form .search .control {
  display: none;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 250px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .right-header .header-right-bottom .block-search .block-content form .search .control.open {
  display: block;
}
header .right-header .header-right-bottom .block-search .block-content form .search .control input {
  height: 45px;
  border: none;
  padding: 0 15px;
  opacity: 1;
}
header .right-header .header-right-bottom .block-search .block-content form .actions {
  position: absolute;
  bottom: -44px;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  display: none;
}
header .right-header .header-right-bottom .block-search .block-content form .actions.open {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .right-header .header-right-bottom .block-search .block-content form .actions button {
  position: static !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
}
.menu-hover header .right-header .header-right-bottom .block-search {
  border-color: rgba(0, 0, 0, 0.1);
}
.menu-hover header .right-header .header-right-bottom .nav-sections .section-item-content nav ul li.help-advice-menu a {
  opacity: 0.5;
}
footer {
  background: #040107;
}
footer .footer .block.newsletter {
  background: #432858;
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 22;
  padding: 27px 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
footer .footer .block.newsletter:before {
  background: #432858;
  position: absolute;
  content: "";
  height: 100%;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  top: 0;
}
footer .footer .block.newsletter .newsletter-title {
  color: #fafafa;
  font-size: 16px;
  line-height: normal;
}
footer .footer .block.newsletter .newsletter-title strong {
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
footer .footer .block.newsletter .content {
  position: relative;
}
footer .footer .block.newsletter .content form .newsletter {
  margin: 0;
  max-width: none;
}
footer .footer .block.newsletter .content form .newsletter .control:before {
  display: none;
}
footer .footer .block.newsletter .content form .newsletter .control input {
  width: 560px;
  height: 50px;
  padding: 0 100px 0 20px;
  margin-right: 0;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 'Barlow';
  font-size: 14px;
  color: #a8a5a6;
}
footer .footer .block.newsletter .content form .newsletter .control div.mage-error {
  position: absolute;
  font-size: 13px;
  font-family: 'Barlow';
  bottom: -24px;
}
footer .footer .block.newsletter .content form .actions {
  position: absolute;
  width: auto;
  right: 5px;
  top: 5px;
}
footer .footer .block.newsletter .content form .actions button {
  background: #000000;
  min-width: 86px;
  height: 40px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
footer .footer .block.newsletter .content form .actions button:hover {
  background-color: #f08217;
}
footer .footer .block.newsletter .subscirption-note {
  color: #ffffff;
  font-size: 11px;
  line-height: normal;
  display: block;
  margin-left: auto;
  margin-top: 5px;
}
footer .footer .block.newsletter .subscirption-note a {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer .footer-bottom {
  padding: 47px 0 100px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .footer .footer-bottom .stv {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
footer .footer .footer-bottom .stv .stv-logo {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
footer .footer .footer-bottom .stv .stv-logo img {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #252227;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer .footer-bottom .stv .stv-logo .stv-text {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
footer .footer .footer-bottom .stv .stv-logo .stv-text h3 {
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  margin-bottom: 2px;
}
footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text > div {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  color: #ffffff;
  font-family: 'Barlow';
  font-size: 12px;
}
footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text .l-in {
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
}
footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text .r-in strong {
  margin-right: 3px;
  font-weight: 500;
}
footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text .r-in a {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text .r-in a:hover {
  text-decoration: none;
}
footer .footer .footer-bottom .stv .stv-menu {
  margin-top: 10px;
  padding-left: 60px;
}
footer .footer .footer-bottom .stv .stv-menu ul li {
  display: inline-block;
}
footer .footer .footer-bottom .stv .stv-menu ul li.border-none a {
  border-right: none;
}
footer .footer .footer-bottom .stv .stv-menu ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  border-right: 1px solid #7f7d80;
  margin-right: 5px;
  padding-right: 5px;
  line-height: 1;
}
footer .footer .footer-bottom .stv .stv-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}
footer .footer .footer-bottom .stv .stv-menu ul li:last-child a {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
footer .footer .footer-bottom .copyright {
  text-align: left;
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 115px;
  margin: auto;
}
footer .footer .footer-bottom .copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
footer .footer .footer-bottom .copyright a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.menu-overlay.active {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  z-index: 999;
}
.scrollToTop {
  position: fixed;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: none;
  background: #906aad;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  text-align: center;
  opacity: 0.8;
  cursor: pointer;
}
.scrollToTop:before {
  position: absolute;
  left: 0;
  content: '\e621';
  font-family: icons-blank-theme;
  color: #fff;
  font-size: 45px;
}
.page-print .top-bar {
  display: none;
}
.page-print .logo {
  margin: 30px 0;
  display: block;
}
.page-print .action.nav-toggle {
  display: none !important;
}
.page-print #notice-cookie-block {
  display: none;
}
/*Responsive-css*/
/*1024px-1160*/
@media (min-width: 1024px) and (max-width: 1160px) {
  footer .footer .block.newsletter .content form .newsletter .control input {
    width: 450px;
  }
  footer .footer .block.newsletter .subscirption-note {
    max-width: 480px;
    margin-left: 0;
  }
  footer .footer .footer-bottom {
    padding: 35px 0;
  }
  footer .footer .footer-bottom .stv .stv-logo img {
    max-width: 80px;
    padding-right: 10px;
    margin-right: 10px;
  }
  footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text .l-in {
    padding-right: 10px;
  }
}
@media (min-width: 1320px) {
  header.page-header .header .logo img {
    max-height: none;
    max-width: 300px;
  }
}
/*992px-1160*/
@media (min-width: 992px) and (max-width: 1220px) {
  header .right-header .header-right-bottom .block-search .block-content form .search .label {
    width: 40px;
    height: 40px;
  }
  header .right-header .header-right-bottom .block-search .block-content form .search .label:after {
    font-size: 20px;
  }
  header .right-header .header-right-bottom .minicart-wrapper {
    margin-left: 15px;
  }
  header .right-header .header-right-bottom .minicart-wrapper .action.showcart:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
  }
  header .right-header .header-right-bottom .minicart-wrapper .action.showcart .counter {
    right: -20px;
    top: -20px;
  }
}
/*1023*/
@media (max-width: 1023px) {
  header.page-header .header .logo {
    max-width: 150px;
  }
  footer .footer .block.newsletter .newsletter-title {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  footer .footer .block.newsletter .newsletter-title strong {
    padding-right: 5px;
    font-weight: 600;
    text-transform: capitalize;
  }
  footer .footer .block.newsletter .content {
    width: 80% !important;
    margin: auto;
  }
  footer .footer .block.newsletter .content form .newsletter .control input {
    width: 100%;
  }
  footer .footer .block.newsletter .subscirption-note {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
  }
  footer .footer .block.newsletter .subscirption-note br {
    display: none;
  }
  footer .footer .footer-bottom > div .copyright br {
    display: none;
  }
}
/*768px-1023*/
@media (min-width: 768px) and (max-width: 1023px) {
  footer .footer .footer-bottom:not(.footer-checkout) {
    padding: 40px 0;
  }
  footer .footer .footer-bottom:not(.footer-checkout) > div {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  footer .footer .footer-bottom:not(.footer-checkout) > div .stv {
    margin-bottom: 15px;
  }
  footer .footer .footer-bottom:not(.footer-checkout) > div .stv .stv-logo .stv-text .stv-in-text > div {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  footer .footer .footer-bottom:not(.footer-checkout) > div .stv .stv-logo .stv-text .stv-in-text > div + div {
    margin-top: 5px;
  }
  footer .footer .footer-bottom:not(.footer-checkout) > div .stv .stv-logo .stv-text .stv-in-text span {
    display: block;
  }
  footer .footer .footer-bottom:not(.footer-checkout) > div .copyright {
    max-width: 100%;
    text-align: center;
  }
}
/*mobile-menu*/
/*991px*/
@media (max-width: 991px) {
  .home-slider {
    min-height: initial !important;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    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: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 40px);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    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: 0;
  }
  .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: 99999;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .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 #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .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: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .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;
  }
  header.page-header {
    border: none;
    padding: 50px 0 0;
    margin-bottom: 10px;
  }
  header.page-header .header {
    width: 100%;
    display: inline-block !important;
  }
  header.page-header .header .nav-toggle {
    top: 15px;
    left: inherit;
    right: 10px;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: normal;
  }
  header.page-header .header .nav-toggle:before {
    color: #040107;
    font-size: 24px;
    content: "\f0c9";
    font-family: "Fontawesome";
    font-weight: 500;
    line-height: normal;
  }
  header.page-header .header .logo {
    margin: 0;
    max-width: 160px;
  }
  header.page-header .header .right-header {
    float: right;
  }
  header.page-header .header .right-header .top-header {
    position: absolute;
    top: -50px;
    margin: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    text-align: right;
    background-color: #f3f3f3;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
  }
  header.page-header .header .right-header .top-header li {
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    float: none;
    border-right: 1px solid #eae9e9;
  }
  header.page-header .header .right-header .top-header li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  header.page-header .header .right-header .header-right-bottom {
    position: static;
    margin-right: 35px;
  }
  header.page-header .header .right-header .header-right-bottom .block-search {
    margin-top: 6px;
    position: static;
    border: none;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .search .label {
    width: auto;
    height: auto;
    background-color: #f3f3f3;
    border: none;
    padding: 10px;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .search .label:after {
    font-size: 20px;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .search .control {
    width: 100%;
    background-color: #f3f3f3;
    padding: 10px;
    z-index: 99;
    bottom: -80px;
    display: none;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .search .control.open {
    display: block;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .search .control input {
    margin: 0;
    left: 0;
    position: static;
    opacity: 1;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .actions {
    bottom: -63px;
    right: 15px;
    z-index: 999;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .actions button {
    font-size: 0;
    display: block;
    border: none;
    background-color: transparent;
  }
  header.page-header .header .right-header .header-right-bottom .block-search .block-content form .actions button:before {
    color: #8f8f8f;
    font-size: 16px;
    content: "\f002";
    font-family: "Fontawesome";
    line-height: normal;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections {
    background: #432858;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-title {
    background: transparent;
    border: none;
    height: auto;
    padding: 20px 0;
    line-height: 100%;
    display: none;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-title a {
    color: #ffffff;
    font-size: 18px;
    line-height: 100%;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-title.active {
    background: #ffffff;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-title.active a {
    color: #432858;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content {
    padding: 0;
    margin-top: 0px;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li {
    margin-right: 0px !important;
    border-bottom: 1px solid #ffffff;
    border-top: none;
    display: block;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li.bss-megamenu-fw a:after {
    line-height: 40px;
    font-size: 28px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li.has-active > a.ui-corner-all {
    border-left: none !important;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li.has-active .submenu {
    border-top: 1px solid #ffffff;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li.has-active .submenu li a {
    border-left: none !important;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li.has-active .submenu li:last-child {
    border-bottom: none;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li a {
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li a.menu-view-all {
    padding: 0 0 5px 0;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li a.menu-view-all .title {
    padding-bottom: 7px;
    text-transform: capitalize;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li a span {
    margin: 0 !important;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li a:after {
    display: none;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth {
    padding: 10px 15px;
    background-color: #3c2350;
    position: static;
    top: 0 !important;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .title {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 0;
    position: relative;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .title:before {
    content: "View all";
    font-size: 14px;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .ul-row {
    margin-bottom: 0;
    column-count: 1;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .ul-row li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .ul-row li a {
    margin-bottom: 0;
    text-transform: capitalize;
    background-color: transparent;
    color: #ffffff !important;
    padding: 0;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .ul-row li:last-child {
    margin-bottom: 0;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .ul-row li ul {
    margin-top: 10px;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .ul-row li ul li {
    margin-bottom: 6px;
  }
  header.page-header .header .right-header .header-right-bottom .nav-sections .nav-sections-item-content nav ul li .dropdown-menu.fullwidth li .row {
    display: none;
  }
}
/*767px*/
@media (max-width: 767px) {
  .marbt-80 {
    margin-bottom: 40px;
  }
  header.page-header .header .nav-toggle {
    top: 10px;
  }
  header.page-header .header .logo {
    max-width: 120px;
  }
  header.page-header .header .right-header .top-header li:nth-child(2) {
    /*display: none;*/
  }
  header.page-header .header .right-header .header-right-bottom .block-search {
    margin-top: 0;
  }
  footer .footer.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footer .block.newsletter .content,
  footer .footer .block.newsletter .subscirption-note {
    width: 100% !important;
    max-width: 100% !important;
  }
  footer .footer .footer-bottom {
    padding: 35px 0;
  }
  footer .footer .footer-bottom > div {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  footer .footer .footer-bottom .stv {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-align: center;
  }
  footer .footer .footer-bottom .stv > div {
    width: 100%;
    padding: 0 !important;
    margin-top: 0;
  }
  footer .footer .footer-bottom .stv > div ul {
    margin-bottom: 5px;
  }
  footer .footer .footer-bottom .stv .stv-logo img {
    border: none;
    padding: 0;
    margin: auto auto 15px auto;
  }
  footer .footer .footer-bottom .stv .stv-logo .stv-text {
    -webkit-flex: 100%;
    flex: 100%;
    -ms-flex: 100%;
  }
  footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text > div {
    -webkit-flex: 100%;
    flex: 100%;
    -ms-flex: 100%;
  }
  footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text > div span {
    padding-right: 0;
    margin-top: 0;
    display: block;
  }
  footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text .l-in {
    line-height: 20px;
    margin-bottom: 5px;
  }
  footer .footer .footer-bottom .copyright {
    max-width: 100%;
    text-align: center;
  }
}
/*640+px*/
@media (min-width: 681px) {
  header .right-header .top-header li a .mobile-call {
    display: none;
  }
}
/*767+px*/
@media (min-width: 767px) {
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional {
    width: 235px;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main {
    width: calc(100% - 235px);
  }
}
header .right-header .top-header li a.icon-log .mobile-only {
  display: none;
}
/*670px*/
@media (max-width: 680px) {
  header .right-header .top-header li a .phone {
    display: none;
  }
  header .right-header .top-header li a.icon-log .desktop-info {
    display: none;
  }
  header .right-header .top-header li a.icon-log .mobile-only {
    display: inline;
  }
}
/*320px-340*/
@media (min-width: 320px) and (max-width: 380px) {
  header .right-header .top-header li a i {
    font-size: 13px;
  }
  header .right-header .top-header li a.icon-log {
    letter-spacing: -0.5px;
  }
  header .right-header .top-header li a.icon-log i {
    display: none;
  }
}
.cms-index-index .top-bar {
  background-color: #f7f3c4;
}
.cms-index-index .top-bar:after {
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  right: 0;
  content: "";
  display: none;
}
.cms-index-index .column.main .magezon-builder > div:last-child {
  margin-bottom: 50px;
}
.top-bar {
  background-color: #f6f6f6;
  position: relative;
  padding: 10px 15px;
}
.top-bar .container {
  max-width: 1440px;
}
.top-bar .container .site-information.owl-carousel {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
}
.top-bar .row > div:last-child .top-bar-icon {
  border: none;
}
.top-bar .top-bar-icon {
  border-right: 1px solid #dedbb6;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.5);
  font-size: 13px;
}
.top-bar .top-bar-icon figure {
  margin-right: 15px;
  line-height: normal;
}
.top-bar .top-bar-icon span {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
  line-height: normal;
}
.home-slider {
  position: relative;
  min-height: 470px;
}
.home-slider .container {
  max-width: 100%;
  position: static;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.home-slider .container .p-finder {
  max-width: 1440px;
}
.home-slider .finder-div {
  width: 340px;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: inherit;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.home-slider .finder-div h2 {
  background-color: #fafafa;
  color: #432858;
  font-weight: bold;
  font-size: 24px;
  padding: 15px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.home-slider .finder-div .finder-form {
  background-color: #f2f1f1;
  padding: 30px 25px;
}
.home-slider .finder-div .finder-form .form-group {
  margin: 0 0 15px 0;
}
.home-slider .finder-div .finder-form .form-group label {
  color: #605e5f;
  text-transform: uppercase;
  margin-left: 12px;
}
.home-slider .finder-div .finder-form .form-group select {
  height: 55px;
  border: 1px solid #e6e4e4;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #432858;
  -webkit-appearance: none;
  appearance: none;
  background: #fafafa url(../images/select-arrow.png) no-repeat center right;
  padding: 10px 15px 10px;
}
.home-slider .finder-div .finder-form .form-group .reset,
.home-slider .finder-div .finder-form .form-group .view-all {
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: rgba(88, 86, 87, 0.5);
  text-decoration: underline;
}
.home-slider .finder-div .finder-form .form-group .reset:hover,
.home-slider .finder-div .finder-form .form-group .view-all:hover {
  background-color: transparent;
}
.home-slider .finder-div .finder-form .form-group .show {
  background-color: #432858;
  font-size: 18px;
  font-weight: 500;
  color: #fafafa;
  line-height: normal;
  padding: 18px 10px;
  display: block;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-slider .finder-div .finder-form .form-group .show:after {
  font-family: "Fontawesome";
  content: "\f105";
  color: #fafafa;
  font-size: 16px;
  margin: 0 0 0 20px;
}
.home-slider .finder-div .finder-form .form-group .show:hover {
  text-decoration: none;
  background-color: #f08217;
}
.home-slider .finder-div .finder-form .form-group:last-child {
  margin-bottom: 0;
}
.home-slider .finder-div .finder-form .form-group.center {
  text-align: center;
}
.home-slider .slider-section {
  width: 100%;
  position: static;
}
.home-slider .slider-section .item {
  padding: 85px 15px;
  padding-left: 0 !important;
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-slider .slider-section .item.imageonly {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 165px 15px;
  background-size: auto 100%;
}
@media (min-width: 991px) {
  .home-slider .slider-section .item.imageonly {
    padding: 250px 15px;
    background-size: auto;
  }
}
.home-slider .slider-section .item.imageonly.mobile {
  display: none;
}
@media (max-width: 479px) {
  .home-slider .slider-section .item.imageonly.mobile {
    display: flex;
  }
}
.home-slider .slider-section .item.imageonly.desktop {
  display: flex;
}
@media (max-width: 479px) {
  .home-slider .slider-section .item.imageonly.desktop {
    display: none;
  }
}
.home-slider .slider-section .item .container {
  max-width: 1440px;
  padding-left: 400px !important;
  margin: auto;
}
.home-slider .slider-section .item .slider-text {
  width: 500px;
}
.home-slider .slider-section .item .slider-text h1 {
  color: #000000;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-slider .slider-section .item .slider-text h1 span {
  color: #e40613;
  font-size: 50px;
  display: block;
  line-height: 50px;
}
.home-slider .slider-section .item .slider-text p {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.home-slider .slider-section .item .slider-text .view-range {
  background-color: #fafafa;
  min-width: 150px;
  padding: 17px 10px;
  color: #432858;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.home-slider .slider-section .item .slider-text .view-range:hover {
  text-decoration: none;
  background-color: #f08217;
  color: #ffffff;
}
.home-slider .slider-section .item .slider-text .view-range:hover:after {
  color: #ffffff;
}
.home-slider .slider-section .item .slider-text .view-range:after {
  font-family: "Fontawesome";
  content: "\f105";
  color: #432858;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.home-slider .slider-section .item .s-section {
  padding-left: 25px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  padding-right: 0;
}
.home-slider .slider-section .owl-dots {
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  right: 0;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-top: 0 !important;
}
.home-slider .slider-section .owl-dots button {
  width: 8px;
  height: 8px;
  background-color: #c8c8c9;
  margin-bottom: 7px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.home-slider .slider-section .owl-dots button.active {
  width: 10px;
  height: 10px;
  background-color: #000;
}
.home-heading h1 {
  font-size: 37px;
  color: #432858;
  text-align: center;
  margin-bottom: 40px;
  line-height: 100%;
  font-weight: 600;
  font-style: italic;
}
.home-heading h1 span {
  font-weight: 800;
  font-style: italic;
}
.four-imgsection {
  max-width: 1200px;
  margin: 0 auto;
}
.four-imgsection > div {
  padding-left: 10px;
  padding-right: 10px;
}
.four-imgsection .four-iblock figure {
  margin: 0;
}
.four-imgsection .four-iblock .gray-box {
  background-color: #f2f1f1;
  padding: 18px 36px;
  text-align: center;
  position: relative;
}
.four-imgsection .four-iblock .gray-box a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #313030;
}
.four-imgsection .four-iblock .gray-box a:after {
  position: absolute;
  right: 20px;
  color: #432858;
  font-weight: bold;
  font-size: 16px;
  top: 50%;
  font-family: "Fontawesome";
  content: "\f105";
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.four-imgsection .four-iblock .gray-box a:hover {
  text-decoration: none;
}
.heading-section {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 20px;
}
.heading-section h2 {
  color: #432858;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.heading-section-btn {
  min-width: 148px;
  background-color: #432858;
  color: #fafafa;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 12px 0;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.heading-section-btn:hover {
  color: #ffffff;
  background-color: #f08217;
  text-decoration: none;
}
.heading-section-btn:visited {
  color: #ffffff;
}
.slider-block .owl-nav button:hover {
  background: transparent !important;
  color: inherit !important;
}
.slider-one.slider-two.control-custom .owl-nav button {
  color: #ffffff;
}
.slider-one.slider-two.control-custom .owl-nav button:hover {
  color: #ffffff !important;
}
.slider-one.slider-two.control-custom .owl-dots button.active {
  background-color: #ffffff;
}
.slider-one.slider-two .heading-section {
  border-color: #574168;
}
.slider-one.slider-two .heading-section h2 {
  color: #ffffff;
}
.slider-one.slider-two .heading-section-btn {
  background-color: #fafafa;
  color: #432858;
}
.slider-one.slider-two .heading-section-btn:hover {
  background-color: #f08217;
  color: #ffffff;
}
.slider-one.slider-two .slide {
  text-align: center;
  border: 1px solid #574168;
  padding: 50px 0;
}
.slider-one.slider-two .slide a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.slider-one.slider-two .slide a:hover {
  text-decoration: none;
  color: #f08217;
}
.slider-one.slider-two .slide a:hover span {
  color: #f08217;
}
.slider-one.slider-two .slide img {
  display: block;
  margin: auto auto 25px auto;
  max-width: 120px;
}
.slider-one.slider-two .slide span {
  color: rgba(250, 250, 250, 0.75);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.slider-one.control-custom .owl-nav {
  display: block !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
  margin-top: -15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.slider-one.control-custom .owl-nav button {
  line-height: 25px;
  box-shadow: none;
  outline: none;
  position: absolute;
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
  color: #432858;
}
.slider-one.control-custom .owl-nav button span {
  display: none;
}
.slider-one.control-custom .owl-nav button:after {
  font-family: "Fontawesome";
  font-size: 34px;
  line-height: normal;
  margin-left: 0;
  line-height: 20px;
}
.slider-one.control-custom .owl-nav button.owl-prev {
  left: -50px;
}
.slider-one.control-custom .owl-nav button.owl-prev:after {
  content: "\f104";
}
.slider-one.control-custom .owl-nav button.owl-next {
  right: -50px;
}
.slider-one.control-custom .owl-nav button.owl-next:after {
  content: "\f105";
}
.slider-one.control-custom .owl-dots {
  display: block;
  text-align: center;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
}
.slider-one.control-custom .owl-dots button {
  width: 8px;
  height: 8px;
  background-color: #c8c8c9;
  margin: 0px 4px;
  box-shadow: none;
  outline: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.slider-one.control-custom .owl-dots button.active {
  width: 10px;
  height: 10px;
  background-color: #000;
}
.slider-one.control-custom .owl-dots button span {
  display: none;
}
.bg-blue-full {
  background-color: #432858;
  padding: 40px 0 70px;
  position: relative;
}
.bg-blue-full:before {
  background-color: #432858;
  position: absolute;
  height: 100%;
  top: 0;
  left: -50vw;
  right: -50vw;
  content: "";
  z-index: -1;
}
.advice-section .heading-section h2 {
  margin-top: -25px;
  color: #f08217;
  font-weight: bold;
}
.advice-section .heading-section h2 .sub-text {
  display: block;
  font-size: 14px;
  color: #a8a5a6;
  font-weight: 300;
}
.advice-section .heading-section .heading-section-btn {
  background-color: #f08217;
  color: #fafafa;
}
.advice-section .heading-section .heading-section-btn:hover {
  background-color: #432858;
}
.advice-section .advice-img-row {
  margin-right: -5px;
  margin-left: -5px;
}
.advice-section .advice-img-row > div {
  padding: 0 5px;
}
.advice-section .advice-img-row .advice-img-section {
  position: relative;
  overflow: hidden;
}
.advice-section .advice-img-row .advice-img-section figure {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.advice-section .advice-img-row .advice-img-section figure img {
  height: 178px;
  object-fit: cover;
  width: 100%;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section h2 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 20px;
  min-height: 60px;
  margin-bottom: 20px;
  font-weight: 600;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section h2 a {
  color: #ffffff;
  font-size: 20px;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section h2 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section .read-more {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section .read-more:after {
  font-family: "Fontawesome";
  content: "\f105";
  margin-left: 13px;
  font-size: 16px;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section .read-more:hover {
  text-decoration: none;
  color: #f08217;
}
.advice-section .advice-img-row .advice-img-section .advice-text-section .read-more:hover:after {
  color: #f08217;
}
.advice-section .advice-color-row .advice-color-text {
  margin-bottom: 10px;
  height: 100%;
}
.advice-section .advice-color-row .advice-color-text .small-text {
  background-color: #f08217;
  display: block;
  padding: 20px 40px 17px;
  font-size: 16px;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 600;
}
.advice-section .advice-color-row .advice-color-text .small-text:hover {
  text-decoration: none;
}
.advice-section .advice-color-row .advice-color-text .small-text:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  float: right;
  margin: 0;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text {
  padding: 35px 30px 32px 40px;
  height: 100%;
  position: relative;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text span {
  font-size: 20px;
  font-weight: 600;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text p {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text a {
  position: static !important;
  font-size: 14px;
  color: #fafafa;
  position: absolute;
  bottom: 35px;
  font-weight: 500;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text a:hover {
  text-decoration: none;
  color: #432858;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text a:hover:after {
  color: #432858;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text a:after {
  font-family: "Fontawesome";
  content: "\f105";
  color: #fafafa;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text form {
  margin-top: 15px;
  position: relative;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text form .control input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 'Barlow';
  font-size: 13px;
  color: #a8a5a6;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text form .actions {
  position: absolute;
  width: auto;
  right: 5px;
  top: 5px;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text form .actions button {
  background-color: #f08217;
  color: #fafafa;
  min-width: 86px;
  height: 40px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text form .actions button:hover {
  background-color: #000000;
}
.advice-section .advice-color-row .advice-color-text .small-text.large-text:after {
  display: none;
}
.new-about-section .new-about-top {
  color: #432858;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.new-about-section .new-about-top h3 {
  font-size: 16px;
  font-weight: bold;
}
.new-about-section .new-about-top span {
  font-family: 'Barlow';
}
.new-about-section .new-about-mid {
  padding-top: 25px;
  margin-bottom: 20px;
}
.new-about-section .new-about-mid span {
  font-size: 16px;
  color: #221f20;
  line-height: 24px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}
.new-about-section .new-about-mid p {
  color: #221f20;
  line-height: 22px;
}
.new-about-section .new-about-gray-div {
  margin-right: -5px;
  margin-left: -5px;
}
.new-about-section .new-about-gray-div > div {
  padding-right: 5px;
  padding-left: 5px;
}
.new-about-section .new-about-gray-div .new-about-gray {
  background-color: #f6f6f6;
  padding: 20px 30px 80px 30px;
  height: 100%;
}
.new-about-section .new-about-gray-div .new-about-gray.new-about-blue {
  background-color: #432858;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.new-about-section .new-about-gray-div .new-about-gray.new-about-blue a {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  color: #fafafa;
}
.new-about-section .new-about-gray-div .new-about-gray.new-about-blue a:hover {
  text-decoration: none;
}
.new-about-section .new-about-gray-div .new-about-gray.new-about-blue:hover {
  background-color: #f08217;
}
.new-about-section .new-about-gray-div .new-about-gray h2 {
  color: #432858;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}
.new-about-section .new-about-gray-div .new-about-gray .count {
  color: #a8a5a6;
}
.new-about-section .read-more {
  color: #432858;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  bottom: 25px;
  position: absolute;
}
.new-about-section .read-more.pest-free {
  position: static;
}
.new-about-section .read-more:after {
  font-family: "Fontawesome";
  content: "\f105";
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
.new-about-section .read-more:hover {
  text-decoration: none;
  color: #f08217;
}
#notice-cookie-block {
  background-color: #f2f1f1;
  z-index: 9999;
}
#notice-cookie-block .content {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  max-width: 1440px;
  margin: auto;
}
#notice-cookie-block .content p {
  font-size: 16px;
  width: calc(100% - 180px);
}
#notice-cookie-block .content p a {
  color: #432858;
  font-weight: 600;
}
#notice-cookie-block .content p a:hover {
  text-decoration: none;
  color: #f08217;
}
#notice-cookie-block .content .actions {
  margin: 0;
  padding: 0;
  width: 140px;
}
#notice-cookie-block .content .actions button {
  background-color: #432858;
  color: #fafafa;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#notice-cookie-block .content .actions button:hover {
  background-color: #f08217;
}
/*Responsive-css*/
/*1440*/
@media (max-width: 1440px) {
  .top-bar:after {
    width: 30px !important;
  }
  .home-slider .slider-section .owl-dots {
    width: 30px;
  }
}
/*1161px-1560px*/
/*1300px-1440*/
@media (min-width: 1300px) and (max-width: 1440px) {
  .home-slider .slider-section .item {
    padding-left: 370px;
  }
  .home-slider .slider-section .item .slider-text {
    width: 460px;
  }
  .home-slider .slider-section .item .slider-text h1 {
    font-size: 62px;
    line-height: 54px;
  }
  .home-slider .slider-section .item .s-section {
    padding-right: 35px;
    padding-left: 10px;
  }
}
/*1161px-1540*/
@media (min-width: 1161px) and (max-width: 1540px) {
  .home-slider .finder-div {
    margin-left: 20px;
    width: 320px;
  }
  .home-slider .slider-section .item .slider-text {
    min-height: 340px;
  }
}
/*1161px-1299*/
@media (min-width: 1161px) and (max-width: 1299px) {
  .home-slider {
    margin-bottom: 20px;
    padding: 0;
  }
  .home-slider .slider-section .item .slider-text {
    width: 380px;
    padding-right: 10px;
  }
  .home-slider .slider-section .item .slider-text h1 {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .home-slider .slider-section .item .slider-text h1 span {
    font-size: 50px;
    line-height: 50px;
  }
  .home-slider .slider-section .item .s-section {
    padding-left: 0;
    padding-right: 40px;
  }
}
/*992px-1540*/
@media (min-width: 992px) and (max-width: 1540px) {
  .home-slider .finder-div {
    margin-left: 20px;
    width: 310px;
  }
}
/*992px-1160px*/
/*768px-1540*/
@media (min-width: 768px) and (max-width: 1540px) {
  .slider-one.bg-blue-full.control-custom .owl-nav button:after {
    color: #ffffff;
  }
  .slider-one.control-custom .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .slider-one.control-custom .owl-nav button:after {
    font-size: 32px;
    color: #040107;
    line-height: normal;
    display: inherit;
  }
  .slider-one.control-custom .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-one.control-custom .owl-nav button.owl-next {
    right: 0;
  }
}
/*768px-1360*/
@media (min-width: 768px) and (max-width: 1360px) {
  .new-about-section .new-about-gray-div .new-about-gray {
    padding: 10px 10px 80px 10px;
  }
  .advice-section .advice-img-row .advice-img-section .advice-text-section {
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .advice-section .advice-img-row .advice-img-section .advice-text-section h2 {
    min-height: 50px;
    margin-bottom: 5px;
  }
  .advice-section .advice-color-row .advice-color-text .small-text {
    padding: 10px;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text {
    padding: 10px;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text span {
    font-weight: 500;
  }
  .top-bar:after {
    display: none;
  }
  .home-slider .slider-section .owl-dots {
    width: 30px;
    background-color: transparent;
  }
}
/*992px-1299*/
@media (min-width: 992px) and (max-width: 1299px) {
  .four-imgsection .four-iblock .gray-box {
    padding: 15px 30px 15px 10px;
  }
  .four-imgsection .four-iblock .gray-box a {
    font-size: 16px;
  }
}
/*768px-1160*/
@media (min-width: 768px) and (max-width: 1160px) {
  .marbt-80 {
    margin-bottom: 40px;
  }
  .new-about-section {
    margin-bottom: 0;
  }
  .new-about-section .row > div {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .new-about-section .row > div + div {
    margin-top: 15px;
  }
  .new-about-section .new-about-top h3 {
    margin-bottom: 5px;
  }
  .new-about-section .new-about-mid {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .new-about-section .new-about-gray-div > div {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 10px 0!important;
  }
  .new-about-section .new-about-gray-div > div .new-about-gray {
    padding: 10px 10px 80px 10px;
  }
  .new-about-section .new-about-gray-div > div .new-about-gray .count {
    margin-bottom: 5px;
  }
  .advice-section .advice-img-row .advice-img-section .advice-text-section {
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .advice-section .advice-img-row .advice-img-section .advice-text-section h2 {
    min-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .advice-section .advice-color-row .advice-color-text .small-text {
    padding: 10px;
    text-transform: capitalize;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text {
    padding: 10px;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text span {
    font-size: 18px;
    font-weight: 500;
  }
  .slider-one.control-custom .owl-nav button {
    background-color: #f08217 !important;
    width: 30px;
    height: 30px;
  }
  .slider-one.control-custom .owl-nav button:after {
    font-size: 22px;
    color: #ffffff;
    line-height: normal;
    display: inherit;
  }
  .slider-one.control-custom .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-one.control-custom .owl-nav button.owl-next {
    right: 0;
  }
  .home-slider {
    margin-bottom: 20px;
    padding: 0;
  }
  .home-slider .slider-section .item .slider-text {
    order: 2;
    text-align: center;
    width: 100%;
  }
  .home-slider .slider-section .item .slider-text h1 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .home-slider .slider-section .item .slider-text h1 span {
    font-size: 30px;
    line-height: 30px;
  }
  .home-slider .slider-section .item .slider-text p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 20px;
  }
  .home-slider .slider-section .item .s-section {
    flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    padding: 0;
    width: 100%;
    margin: auto auto 15px;
    max-width: 400px;
  }
}
/*768px-991*/
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .finder-div {
    position: static;
    transform: none;
    width: 100%;
    max-width: 650px;
    margin: auto auto 30px;
  }
  .home-slider .slider-section .item {
    padding: 40px 15px;
  }
  .home-slider .slider-section .item .container {
    padding-left: 0px !important;
  }
  .home-slider .slider-section .item .s-section {
    margin: auto;
    max-width: 320px;
  }
  .home-slider .slider-section .item .slider-text {
    width: 50%;
  }
  .advice-section .advice-color-row > div {
    -ms-flex: 0 0 33.333333%!important;
    flex: 0 0 33.333333%!important;
    max-width: 33.333333% !important;
  }
  .advice-section .advice-img-row > div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .top-bar .row > div {
    border-right: 1px solid #dedbb6;
  }
  .top-bar .row > div:last-child {
    border-right: none;
  }
  .top-bar .top-bar-icon {
    border: none;
    text-transform: capitalize;
    font-size: 12px;
  }
  .top-bar .top-bar-icon figure {
    margin-right: 5px;
  }
  .top-bar .top-bar-icon span {
    text-transform: capitalize;
    font-size: 12px;
  }
  .images-section .four-imgsection > div:last-child {
    margin-bottom: 15px;
  }
  .images-section .four-imgsection .four-iblock {
    height: 100%;
    background-color: #f2f1f1;
  }
  .images-section .four-imgsection .four-iblock .gray-box {
    padding: 18px 40px;
  }
}
/*991px*/
@media (max-width: 991px) {
  .four-imgsection > div {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
  .four-imgsection > div:last-child {
    margin-bottom: 0;
  }
  .four-imgsection .four-iblock figure img {
    width: 100%;
  }
  .four-imgsection .four-iblock .gray-box {
    padding: 18px 20px;
  }
  .four-imgsection .four-iblock .gray-box a {
    font-size: 18px;
  }
  #notice-cookie-block .content p {
    width: 100%;
    margin-bottom: 15px;
  }
  #notice-cookie-block .content .actions {
    margin: auto;
  }
  .top-bar:after {
    display: none;
  }
  .home-slider .slider-section .owl-dots {
    display: none !important;
  }
}
/*767px*/
@media (max-width: 767px) {
  .cms-index-index .slider-section .item .container {
    padding-left: 0 !important;
  }
  .cms-index-index .container {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar .top-bar-icon {
    border: none;
  }
  .top-bar .top-bar-icon figure {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .home-slider {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .home-slider .finder-div {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    z-index: 9;
    transform: none;
  }
  .home-slider .finder-div .finder-form .form-group select {
    font-size: 14px;
  }
  .home-slider .slider-section .item {
    padding: 0;
  }
  .home-slider .slider-section .item .slider-text {
    order: 2;
    text-align: center;
    width: 100%;
    min-height: 310px;
    padding: 15px;
  }
  .home-slider .slider-section .item .slider-text h1 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 34px;
  }
  .home-slider .slider-section .item .slider-text h1 span {
    font-size: 34px;
    line-height: 34px;
  }
  .home-slider .slider-section .item .slider-text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
  }
  .home-slider .slider-section .item .s-section {
    flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto 1;
    padding: 0;
    margin-bottom: 0;
  }
  .home-slider .slider-section .item.imageonly.desktop {
    display: none;
  }
  .home-slider .slider-section .item.imageonly.mobile {
    display: block;
    height: 120vw;
    width: auto;
    padding: 0;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .bg-blue-full {
    padding: 20px 0;
  }
  .slider-one.control-custom .owl-nav button {
    background-color: #f08217 !important;
    width: 30px;
    height: 30px;
  }
  .slider-one.control-custom .owl-nav button:after {
    font-size: 22px;
    color: #ffffff;
    line-height: normal;
    display: inherit;
  }
  .slider-one.control-custom .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-one.control-custom .owl-nav button.owl-next {
    right: 0;
  }
  .slider-one.control-custom .owl-dots {
    display: none !important;
  }
  .home-heading h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .heading-section h2 {
    font-size: 20px;
    text-transform: capitalize;
  }
  .heading-section .heading-section-btn {
    min-width: 120px;
    padding: 10px;
    text-transform: capitalize;
  }
  .advice-section .heading-section h2 {
    margin-top: -5px;
  }
  .advice-section .advice-color-row > div {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100% !important;
  }
  .advice-section .advice-color-row .advice-color-text {
    height: auto;
  }
  .advice-section .advice-color-row .advice-color-text .small-text {
    padding: 15px;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text {
    padding: 15px;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text span {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text p {
    margin-bottom: 5px;
  }
  .advice-section .advice-color-row .advice-color-text .small-text.large-text .contact-us {
    position: static;
  }
  .advice-section .advice-img-row > div .advice-img-section figure img {
    height: 150px;
  }
  .advice-section .advice-img-row .advice-img-section .advice-text-section {
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .advice-section .advice-img-row .advice-img-section .advice-text-section h2 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    min-height: 1px;
    margin-bottom: 5px;
  }
  .new-about-section {
    margin-bottom: 0;
  }
  .new-about-section .row > div + div {
    margin-top: 15px;
  }
  .new-about-section .new-about-top h3 {
    margin: 0;
  }
  .new-about-section .new-about-top span {
    text-transform: capitalize;
  }
  .new-about-section .new-about-mid {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .new-about-section .new-about-mid span {
    line-height: 24px;
  }
  .new-about-section .new-about-mid p {
    line-height: 24px;
    margin-bottom: 0;
  }
  .new-about-section .new-about-gray-div .new-about-gray {
    padding: 15px;
  }
  .new-about-section .new-about-gray-div .new-about-gray h2 {
    text-transform: capitalize;
  }
  .new-about-section .new-about-gray-div .new-about-gray .count {
    margin-bottom: 5px;
  }
  .new-about-section .read-more {
    position: static;
  }
}
/*680px*/
@media (max-width: 680px) {
  .home-slider .slider-section .item.imageonly.mobile {
    height: 123vw;
  }
}
/*575px*/
@media (max-width: 575px) {
  .advice-section .advice-img-row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .four-imgsection > div {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .four-imgsection .four-iblock figure img {
    width: 100%;
  }
  .home-slider .slider-section .item.imageonly.mobile {
    height: 132vw;
  }
}
/*479px*/
@media (max-width: 479px) {
  .top-bar .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-bar .top-bar-icon {
    border: none;
  }
  .top-bar .top-bar-icon figure {
    margin-right: 10px;
  }
  .home-slider .slider-section .item.imageonly.mobile {
    height: 142vw;
  }
}
/*380px*/
@media (max-width: 380px) {
  .home-slider .slider-section .item.imageonly.mobile {
    height: 160vw;
  }
}
.catalog-category-view .heading-section {
  border-bottom: 0;
}
.category-the-big-cheese .big-cheese .heading-section h2 {
  background-color: #da291c;
  color: #fedd00 !important;
  padding: 5px;
}
.category-defenders .big-cheese .heading-section h2 {
  background-color: #470a68;
  color: #ffffff !important;
  padding: 5px;
}
.category-the-buzz .big-cheese .heading-section h2 {
  background-color: #fe5000;
  color: #ffffff !important;
  padding: 5px;
}
.category-zero-in .big-cheese .heading-section h2 {
  background-color: #ffd700;
  color: #da291c !important;
  padding: 5px;
}
.finder-section {
  padding: 20px 15px;
  background-color: #f08217;
  margin: auto;
  width: 100%;
  position: relative;
}
.finder-section:after {
  background-color: #f08217;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: -50vw;
  right: 0;
  z-index: -1;
  display: inline-block !important;
}
.finder-section .container {
  max-width: 1440px;
}
.finder-section .finder-in .finder-heading {
  font-size: 24px;
  color: #fafafa;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
.finder-section .finder-in .product-finder {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  padding-left: 60px;
}
.finder-section .finder-in .product-finder .form-group {
  margin-bottom: 0;
  flex: 1 39.30%;
  -webkit-flex: 1 39.30%;
  -ms-flex: 1 39.30%;
  position: relative;
  margin-right: 20px;
}
.finder-section .finder-in .product-finder .form-group.last-child {
  flex: 1 18%;
  -webkit-flex: 1 18%;
  -ms-flex: 1 18%;
  margin-right: 0px;
}
.finder-section .finder-in .product-finder .form-group select {
  height: 50px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f08217;
  -webkit-appearance: none;
  appearance: none;
  background: #fafafa url(../images/select-arrow-orange.png) no-repeat center right;
  padding: 10px 15px 10px;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.finder-section .finder-in .product-finder .form-group .product-show {
  background-color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
  color: #fafafa;
  line-height: normal;
  padding: 0px 22px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.finder-section .finder-in .product-finder .form-group .product-show:after {
  font-family: "Fontawesome";
  content: "\f105";
  color: #fafafa;
  font-size: 16px;
  position: absolute;
  right: 20px;
  line-height: normal;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.finder-section .finder-in .product-finder .form-group .product-show:hover {
  text-decoration: none;
  background-color: #432858;
}
.finder-section:before,
.finder-section:after {
  display: table;
  content: "";
  clear: both;
}
.row.no-gap {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gap > div {
  padding-left: 0;
  padding-right: 0;
}
.big-cheese .heading-section {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.big-cheese .heading-section h2 {
  font-weight: bold;
}
.big-cheese .heading-section h2 span {
  display: block;
  color: #676767;
  font-weight: 400;
  line-height: 30px;
}
.big-cheese .big-cheese-text {
  background-color: #f6f6f7;
  padding: 50px;
  height: 100%;
}
.big-cheese .big-cheese-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: rgba(29, 29, 27, 0.75);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.big-cheese .big-cheese-text h2 span {
  color: #1d1d1b;
  display: block;
}
.big-cheese .big-cheese-text .dummy-text {
  font-weight: 600;
  color: #221f20;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.big-cheese .big-cheese-text p {
  line-height: 22px;
  margin-bottom: 15px;
}
.big-cheese .big-cheese-text p a {
  color: #221f20;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.big-cheese .big-cheese-text p a:hover {
  color: #f08217;
}
.big-cheese .img-cheese {
  height: 100%;
}
.big-cheese .img-cheese .category-image {
  height: 100%;
  margin-bottom: 0;
}
.big-cheese .img-cheese img {
  height: 100%;
  object-fit: cover;
}
.product-new2 {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 30px;
}
.product-new2 .product-new2-div {
  background-color: #fef026;
  padding: 10px 30px 10px 10px;
  height: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.product-new2 .product-new2-div.zero-in {
  background-color: #fef026;
}
.product-new2 .product-new2-div.zero-in .custom-btn a {
  color: #d9271b;
}
.product-new2 .product-new2-div.the-buzz {
  background-color: #aace82;
}
.product-new2 .product-new2-div.the-buzz .custom-btn a {
  color: #ffffff;
}
.product-new2 .product-new2-div.defenders {
  background-color: #a8d1ee;
}
.product-new2 .product-new2-div.defenders .custom-btn a {
  color: #450d68;
}
.product-new2 .product-new2-div .product-new2-img {
  width: 50%;
  position: relative;
  background-color: #fafafa;
}
.product-new2 .product-new2-div .product-new2-img img {
  width: 100%;
}
.product-new2 .product-new2-div .product-new2-img .new-tag {
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #ee1d25;
  padding: 7px 12px;
  min-width: 63px;
  display: inline-block;
  text-align: center;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 600;
}
.product-new2 .product-new2-div .product-new2-detail {
  width: 45%;
}
.product-new2 .product-new2-div .product-new2-detail h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d1d1b;
  margin-bottom: 15px;
  line-height: 20px;
}
.product-new2 .product-new2-div .product-new2-detail span {
  color: rgba(29, 29, 27, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
}
.product-new2 .product-new2-div .product-new2-detail p {
  color: #1d1d1b;
  line-height: 22px;
  margin-bottom: 20px;
}
.product-new2 .product-new2-div .product-new2-detail .price-div {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #e7da25;
  padding-top: 10px;
}
.product-new2 .product-new2-div .product-new2-detail .price-div span {
  color: #1d1d1b;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-category-anchors .anchor-link {
  margin-bottom: 21px;
  padding: 1em 1.5em 13em;
  height: 240px;
  display: block;
  position: relative;
}
.product-category-anchors .anchor-link h2 {
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  text-align: center;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 1em;
  opacity: 0.7;
}
.product_category_slider {
  margin-bottom: 60px;
}
.product_category_slider .product-slider-section {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eae9e9;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div {
  margin: 0;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-nav {
  display: block !important;
  position: absolute;
  bottom: 0px;
  max-width: 100px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 999;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-nav button {
  position: absolute;
  left: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  color: #f08217;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-nav button.owl-next {
  right: 0;
  left: initial;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots {
  display: block !important;
  margin: auto;
  bottom: -31px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots button {
  width: 7px;
  height: 7px;
  background-color: #c8c8c9;
  margin: 0px 2px;
  box-shadow: none;
  outline: none;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots button span {
  display: none;
}
.product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots button.active {
  width: 10px;
  height: 10px;
  background-color: #000;
}
.product_category_slider .product-slider-section:last-child {
  margin-bottom: 0;
}
.product_category_slider .product-slider-section .product-fixed-left {
  background-color: #050608;
  padding: 10px;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product_category_slider .product-slider-section .product-fixed-left:after {
  content: "";
  position: absolute;
  right: -25px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 15px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product_category_slider .product-slider-section .product-fixed-left .product-fixed-img {
  background: url(../images/product-fixed01.jpg) no-repeat;
  padding: 30px 40px 110px;
  background-size: cover;
  position: relative;
  min-height: 300px;
  z-index: 9;
  width: 100%;
}
.product_category_slider .product-slider-section .product-fixed-left .product-fixed-img:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.product_category_slider .product-slider-section .product-fixed-left .product-fixed-img h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fafafa;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.product_category_slider .product-slider-section .product-fixed-left .product-fixed-img p {
  color: #fafafa;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  color: #fafafa;
  font-weight: 600;
  font-size: 14px;
}
.product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn a:hover {
  color: #f08217;
}
.product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn a:after {
  position: relative;
  top: -2px;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 {
  background-color: #ffffff;
  padding: 10px 10px 20px;
  text-decoration: none;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01:hover {
  text-decoration: none;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 > a {
  text-decoration: none !important;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-img {
  margin-bottom: 20px;
  position: relative;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-img .product-labels {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100%;
  text-align: right;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-img .product-labels img {
  max-width: 65px;
  display: inline-block;
  margin: 0.3vw;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #432858;
  margin-bottom: 10px;
  line-height: 20px;
  min-height: 40px;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail h2:hover {
  text-decoration: none;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .custom-btn {
  color: #f08217;
  text-transform: uppercase !important;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .custom-btn:hover {
  color: #432858;
  text-decoration: none;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .custom-btn:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  line-height: normal;
  margin-left: 10px;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .price-div {
  display: block;
  margin-top: 15px;
  border-top: 1px solid #ece9ee;
  padding-top: 10px;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .price-div:hover {
  text-decoration: none;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .price-div span {
  color: #432858;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .price-div span .price:before {
  content: "Your pack price";
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .price-div span:hover {
  text-decoration: none;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 span {
  color: rgba(29, 29, 27, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
}
.product_category_slider .product-slider-section .product-slider-move .product-item01 span:hover {
  text-decoration: none;
}
.product_category_slider .product-slider-section .product-slider-move .owl-carousel .owl-nav {
  margin-top: 0;
}
.product_category_slider .product-slider-section .product-slider-move .owl-carousel .owl-nav button {
  font-size: 52px;
  line-height: 1;
  opacity: 0.7;
}
.product_category_slider .product-slider-section .product-slider-move .owl-carousel .owl-nav button:hover {
  background: none;
  color: inherit;
  opacity: 1;
}
.product_category_slider .product-slider-section .product-slider-move .owl-carousel .owl-nav button.disabled {
  opacity: 0.3;
}
.same-setion-div .advice-section .advice-color-row .advice-color-text {
  height: 100%;
  margin-bottom: 0;
}
.same-setion-div .advice-section .advice-color-row .advice-color-text .small-text.large-text {
  padding: 25px;
}
.same-setion-div .advice-section .advice-color-row .advice-color-text .small-text.large-text p {
  margin-bottom: 15px;
}
.same-setion-div .advice-section .advice-color-row .advice-color-text .small-text.large-text .contact-us {
  position: static;
}
.advice-section-category .about-r-top {
  margin-bottom: 20px;
}
.advice-section-category .about-r-top .advice-color-text .small-text {
  padding: 20px 30px 32px 40px;
  position: relative;
  background-color: #f08217;
  display: block;
  font-size: 16px;
  color: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
}
.advice-section-category .about-r-top .advice-color-text .small-text span {
  font-size: 20px;
  font-weight: 600;
}
.advice-section-category .about-r-top .advice-color-text .small-text p {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  padding-bottom: 50px;
}
.advice-section-category .about-r-top .advice-color-text .small-text a {
  font-size: 14px;
  color: #fafafa;
  position: absolute;
  bottom: 25px;
  font-weight: 500;
}
.advice-section-category .about-r-top .advice-color-text .small-text a:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  margin: 0 0 0 10px;
}
.advice-section-category .about-r-top .advice-color-text .small-text a:hover {
  text-decoration: none;
  color: #432858;
}
.advice-section-category .about-r-btm h2 {
  font-size: 16px;
  color: #f08217;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.advice-section-category .about-r-btm h2 .sub-text {
  display: block;
  font-size: 14px;
  color: #a8a5a6;
  font-weight: 300;
}
.advice-section-category .about-r-btm ul li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.advice-section-category .about-r-btm ul li:last-child {
  margin-bottom: 0;
}
.advice-section-category .about-r-btm ul li .advice-color-text a {
  background-color: #f08217;
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 600;
}
.advice-section-category .about-r-btm ul li .advice-color-text a:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  float: right;
  margin: 0;
}
.advice-section-category .about-r-btm ul li .advice-color-text a:hover {
  text-decoration: none;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text {
  padding: 15px 30px 15px 40px;
  position: relative;
  background-color: #f08217;
  display: block;
  font-size: 16px;
  color: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text.large-text {
  padding: 25px 30px 25px 40px;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text span {
  font-size: 20px;
  font-weight: 600;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text p {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text form {
  margin-top: 15px;
  position: relative;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text form .control input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 'Barlow';
  font-size: 13px;
  color: #a8a5a6;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text form .actions {
  position: absolute;
  width: auto;
  right: 5px;
  top: 5px;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text form .actions button {
  background-color: #f08217;
  color: #fafafa;
  min-width: 86px;
  height: 40px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.advice-section-category .about-r-btm ul li .advice-color-text .small-text form .actions button:hover {
  background-color: #432858;
  text-decoration: none;
}
.other_brands .home-heading h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 20px;
  text-align: left;
  font-style: normal;
}
.other_brands .four-iblock.blue-section {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.other_brands .four-iblock.blue-section a {
  background-color: #432858;
  height: 100%;
  padding: 25px 35px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  width: 100%;
  color: #fafafa;
}
.other_brands .four-iblock.blue-section a:hover {
  text-decoration: none;
  background-color: #f08217;
}
.custom-btn.custom-btn-red a {
  color: #ee1d25;
}
.custom-btn.custom-btn-red a:hover {
  color: #040107;
}
.custom-btn a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #432858;
}
.custom-btn a:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  line-height: normal;
  margin-left: 10px;
}
.custom-btn a:hover {
  color: #f08217;
  text-decoration: none;
}
.breadcrumbs {
  max-width: 100%;
  padding: 0 0 15px;
  margin: 15px 0 40px;
  border-bottom: 1px solid #eae9e9;
}
.breadcrumbs ul {
  line-height: normal;
}
.breadcrumbs ul li {
  font-size: 12px;
  color: rgba(34, 31, 32, 0.75);
  text-transform: uppercase;
  border-right: 1px solid #eae9e9;
  margin-right: 8px !important;
  padding-right: 8px !important;
  float: left;
  line-height: normal;
}
.breadcrumbs ul li:after {
  display: none !important;
}
.breadcrumbs ul li:last-child {
  border-right: none;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.breadcrumbs ul li a {
  font-weight: 500;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
  color: #f08217;
}
.breadcrumbs ul:before,
.breadcrumbs ul:after {
  display: table;
  content: "";
  clear: both;
}
.catalog-category-view.page-layout-1column .top-bar {
  background-color: #f7f3c4;
}
.catalog-category-view .page-main {
  padding-bottom: 50px;
}
.catalog-category-view .top-slider-section .slider-section .category-slider-section {
  position: static;
}
.catalog-category-view .top-slider-section .slider-section .owl-dots {
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  right: 0;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.catalog-category-view .top-slider-section .slider-section .owl-dots button {
  width: 8px;
  height: 8px;
  background-color: #c8c8c9;
  margin-bottom: 7px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.catalog-category-view .top-slider-section .slider-section .owl-dots button.active {
  width: 10px;
  height: 10px;
  background-color: #000;
}
.catalog-category-view .top-slider-section .slider-section ul li .s-section {
  padding-right: 70px;
  padding-left: 30px;
}
/*Responsive css*/
/*1440*/
@media (max-width: 1440px) {
  .catalog-category-view .top-slider-section .slider-section .owl-dots {
    width: 30px;
  }
}
/*1161-1360*/
@media (min-width: 1161px) and (max-width: 1360px) {
  .product-new2 .product-new2-div .product-new2-img {
    width: 46%;
  }
  .product-new2 .product-new2-div .product-new2-detail {
    width: 50%;
  }
  .product-new2 .product-new2-div .product-new2-detail h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .product-new2 .product-new2-div .product-new2-detail p {
    margin-bottom: 10px;
  }
  .product-new2 .product-new2-div .product-new2-detail .price-div {
    padding-top: 5px;
    margin-top: 10px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img {
    padding: 10px 10px 90px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn a {
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
/*1360*/
@media (max-width: 1360px) {
  .catalog-category-view .top-slider-section .slider-section .owl-dots {
    background-color: transparent;
  }
}
/*1299*/
@media (max-width: 1299px) {
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text {
    padding-right: 15px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text h1 span {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 5px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
/*992-1299*/
@media (min-width: 992px) and (max-width: 1299px) {
  .finder-section .finder-in .finder-heading {
    font-size: 20px;
  }
  .finder-section .finder-in .product-finder {
    padding-left: 15px;
  }
  .finder-section .finder-in .product-finder .form-group {
    margin-right: 10px;
    -webkit-flex: 1 35%;
    -ms-flex: 1 35%;
    flex: 1 35%;
  }
  .finder-section .finder-in .product-finder .form-group:last-child {
    flex: 1 22%;
    -webkit-flex: 1 22%;
    -ms-flex: 1 22%;
  }
  .finder-section .finder-in .product-finder .form-group select {
    font-weight: 600;
    text-transform: uppercase;
  }
  .finder-section .finder-in .product-finder .form-group .product-show {
    padding: 0px 12px;
    font-weight: 500;
  }
}
/*768-1160*/
@media (min-width: 768px) and (max-width: 1160px) {
  .product-new2 .product-new2-div {
    padding: 10px;
  }
  .product-new2 .product-new2-div .product-new2-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-new2 .product-new2-div .product-new2-img img {
    width: auto;
    margin: auto;
    display: block;
  }
  .product-new2 .product-new2-div .product-new2-detail {
    width: 100%;
  }
  .product-new2 .product-new2-div .product-new2-detail h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .product-new2 .product-new2-div .product-new2-detail p {
    margin-bottom: 15px;
  }
  .product-new2 .product-new2-div .product-new2-detail .price-div {
    padding-top: 5px;
    margin-top: 10px;
  }
  .same-setion-div .advice-section .advice-color-row .advice-color-text .small-text.large-text {
    padding: 15px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img {
    padding: 10px 10px 50px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-nav {
    bottom: -10px;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots {
    bottom: -40px;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 .product-item01 .product-item01-detail h2 {
    font-size: 18px;
    text-transform: capitalize;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 .product-item01 .product-item01-detail .custom-btn a {
    font-size: 13px;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 .product-item01 .product-item01-detail .price-div {
    padding-top: 5px;
    margin-top: 10px;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 .product-item01 .product-item01-detail .price-div span {
    font-size: 16px;
  }
  .catalog-category-view .top-slider-section .slider-section .owl-dots {
    width: 30px;
  }
}
/*768-1023*/
@media (min-width: 768px) and (max-width: 1023px) {
  .big-cheese .big-cheese-text {
    margin-bottom: 15px;
    padding: 15px;
  }
  .big-cheese .big-cheese-text h2 {
    text-transform: capitalize;
  }
  .big-cheese .big-cheese-text h2 span {
    display: inline-block;
  }
  .big-cheese .img-cheese img {
    width: 100%;
  }
}
/*768-991*/
@media (min-width: 768px) and (max-width: 991px) {
  .finder-section .finder-in .finder-heading {
    font-size: 20px;
  }
  .finder-section .finder-in .product-finder {
    padding-left: 15px;
  }
  .finder-section .finder-in .product-finder .form-group {
    margin-right: 10px;
    -webkit-flex: 1 35%;
    -ms-flex: 1 35%;
    flex: 1 35%;
  }
  .finder-section .finder-in .product-finder .form-group:last-child {
    flex: 1 22%;
    -webkit-flex: 1 22%;
    -ms-flex: 1 22%;
  }
  .finder-section .finder-in .product-finder .form-group select {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .finder-section .finder-in .product-finder .form-group .product-show {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0px 12px;
    font-weight: 500;
  }
  .other_brands .four-imgsection > div:last-child {
    margin-bottom: 15px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .s-section {
    padding-left: 15px;
    padding-right: 0;
  }
}
/*991*/
@media (max-width: 991px) {
  .catalog-category-view .page-main {
    padding-bottom: 0;
  }
  .catalog-category-view .top-slider-section .slider-section .owl-dots {
    display: none !important;
  }
}
/*767*/
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 15px 0;
  }
  .finder-section {
    padding: 10px;
    margin-bottom: 10px;
  }
  .finder-section .finder-in {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .finder-section .finder-in .finder-heading {
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .finder-section .finder-in .product-finder {
    padding: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .finder-section .finder-in .product-finder .form-group {
    -webkit-flex: 1 32%;
    flex: 1 32%;
    -ms-flex: 1 32%;
    margin: 0 10px 0 0;
  }
  .finder-section .finder-in .product-finder .form-group select {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .finder-section .finder-in .product-finder .form-group .product-show {
    padding: 0px 15px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .finder-section .finder-in .product-finder .form-group:last-child {
    margin-bottom: 0;
  }
  .big-cheese .heading-section {
    border: none;
  }
  .big-cheese .heading-section h2 {
    margin: 0;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .big-cheese .heading-section h2 span {
    font-size: 20px;
  }
  .big-cheese .big-cheese-text {
    margin-bottom: 15px;
    padding: 15px;
    height: auto;
  }
  .big-cheese .big-cheese-text h2 {
    text-transform: capitalize;
  }
  .big-cheese .big-cheese-text h2 span {
    display: inline-block;
  }
  .big-cheese .img-cheese img {
    width: 100%;
  }
  .product-new2 .row > div + div {
    margin-top: 15px;
  }
  .product-new2 .product-new2-div {
    padding: 10px;
  }
  .product-new2 .product-new2-div .product-new2-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-new2 .product-new2-div .product-new2-img img {
    width: auto;
    margin: auto;
    display: block;
  }
  .product-new2 .product-new2-div .product-new2-detail {
    width: 100%;
  }
  .product-new2 .product-new2-div .product-new2-detail h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .product-new2 .product-new2-div .product-new2-detail p {
    margin-bottom: 15px;
  }
  .product-new2 .product-new2-div .product-new2-detail .price-div {
    padding-top: 5px;
    margin-top: 10px;
  }
  .product_category_slider .product-slider-section {
    padding-bottom: 40px;
  }
  .product_category_slider .product-slider-section .product-fixed-left {
    margin-bottom: 20px;
  }
  .product_category_slider .product-slider-section .product-fixed-left:after {
    display: none;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img {
    padding: 10px 10px 50px;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img h2 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn a {
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots {
    bottom: -33px;
  }
  .product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail h2 {
    text-transform: capitalize;
    font-size: 18px;
  }
  .product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail .price-div {
    padding-top: 5px;
    margin-top: 10px;
  }
  .product_category_slider .product-slider-section .product-slider-move .product-item01 .product-item01-detail span {
    text-transform: capitalize;
    font-size: 14px;
  }
  .product_category_slider .product-slider-section .product-slider-move .owl-carousel {
    margin: 0 !important;
  }
  .same-setion-div {
    margin-bottom: 20px;
  }
  .same-setion-div .advice-section .advice-img-row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .same-setion-div .advice-section .advice-img-row .advice-img-section figure img {
    width: 100%;
    height: auto;
  }
  .same-setion-div .advice-section .advice-color-row > div {
    margin-bottom: 10px;
  }
  .same-setion-div .advice-section .advice-color-row > div:last-child {
    margin-bottom: 0;
  }
  .same-setion-div .advice-section .advice-color-row .advice-color-text .small-text.large-text {
    padding: 15px;
    height: auto;
  }
  .other_brands {
    margin-bottom: 30px;
  }
  .other_brands .home-heading h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .other_brands .four-imgsection {
    margin-left: -10px;
    margin-right: -10px;
  }
  .other_brands .four-imgsection > div:last-child {
    margin-bottom: 15px;
  }
  .other_brands .four-iblock.blue-section a {
    padding: 15px;
    text-transform: capitalize;
    min-height: 290px;
  }
  .breadcrumbs ul li {
    /*text-transform: @text-capitalize;*/
  }
  .catalog-category-view .top-slider-section {
    padding: 30px 15px 15px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text {
    order: 2;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text h1 span {
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .slider-text p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 26px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .s-section {
    flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto 1;
    padding: 0;
    margin-bottom: 15px;
  }
  .catalog-category-view .top-slider-section .slider-section ul li .s-section figure img {
    max-width: 450px;
    margin: auto;
  }
  .product_category_slider .product-slider-section .product-fixed-left div[style="background:url() no-repeat; background-size: cover;"] {
    min-height: auto;
  }
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots button,
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots .cart.table-wrapper .actions-toolbar > .action,
  .product_category_slider .product-slider-section .product-slider-move.col-md-9 > div .owl-dots .action-gift {
    display: none;
  }
}
/*639*/
@media (max-width: 639px) {
  .finder-section .finder-in .product-finder .form-group {
    -webkit-flex: 1 100%;
    flex: 1 100%;
    -ms-flex: 1 100%;
    margin: 0 0 5px 0;
  }
}
/* Category Page Override */
.category-our-brands .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img {
  padding: 0;
}
.category-our-brands .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img h2,
.category-our-brands .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img p {
  display: none;
}
.category-our-brands .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn {
  position: absolute;
  top: 0;
  bottom: unset;
  width: 100%;
  height: 100%;
}
.category-our-brands .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img .custom-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  padding: 0;
}
.category-our-brands .product_category_slider .product-slider-section .product-fixed-left .product-fixed-img:after {
  background-color: transparent;
}
.top-slider-section {
  position: relative;
}
.top-slider-section .container {
  max-width: 100%;
}
.top-slider-section .slider-section ul li .container-li {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.top-slider-section .slider-section ul li .slider-text {
  padding-right: 100px;
  width: 55%;
}
.top-slider-section .slider-section ul li .slider-text h1 {
  color: #1d1d1b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 20px;
}
.top-slider-section .slider-section ul li .slider-text h1 span {
  background-color: #da291c;
  color: #fedd00;
  padding: 5px 15px;
  font-size: 60px;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: bold;
}
.top-slider-section .slider-section ul li .slider-text h1 strong {
  display: block;
  font-weight: 600;
}
.top-slider-section .slider-section ul li .slider-text p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}
.top-slider-section .slider-section ul li .slider-text .read-more {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #040107;
}
.top-slider-section .slider-section ul li .slider-text .read-more:after {
  font-family: "Fontawesome";
  content: "\f107";
  font-size: 16px;
  margin: 0 0 0 10px;
}
.top-slider-section .slider-section ul li .slider-text .read-more:hover {
  text-decoration: none;
  color: #ee1d25;
}
.top-slider-section .slider-section ul li .s-section {
  padding-left: 150px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.top-slider-section .slider-section ul li .imageonly {
  background-size: cover;
  padding: 140px 15px;
}
@media (min-width: 991px) {
  .top-slider-section .slider-section ul li .imageonly {
    padding: 288px 15px 289px;
  }
}
.top-slider-section .slider-section ul li .imageonly.mobile {
  display: none;
}
@media (max-width: 479px) {
  .top-slider-section .slider-section ul li .imageonly.mobile {
    display: flex;
  }
}
.top-slider-section .slider-section ul li .imageonly.desktop {
  display: flex;
}
@media (max-width: 479px) {
  .top-slider-section .slider-section ul li .imageonly.desktop {
    display: none;
  }
}
.page-with-filter .big-cheese .heading-section {
  border-bottom: none;
  padding-bottom: 0;
}
.page-with-filter .big-cheese .big-cheese-text {
  padding: 20px;
}
.page-with-filter .products {
  margin: 0;
}
.stv_category .same-setion-div .advice-section {
  margin-top: 30px;
}
.stv_category .same-setion-div .advice-section .heading-section h2 span {
  line-height: 30px;
}
.toolbar {
  border-bottom: 1px solid #eae9e9;
  border-top: 1px solid #eae9e9;
  margin-bottom: 30px;
  padding: 10px 0;
}
.toolbar .limiter {
  display: inline-flex !important;
  float: right;
  align-items: center;
  width: 175px;
  justify-content: flex-end;
  line-height: 32px;
}
.toolbar .limiter label {
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.toolbar .limiter .limiter-options {
  background: url(../images/select-arrow-small.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 5px 40px 4px 10px;
  border: 1px solid #e9e7eb;
  font-size: 14px;
  margin: 0 5px;
  line-height: normal;
}
.toolbar .limiter .limiter-text {
  font-size: 14px;
}
.toolbar .toolbar-amount {
  float: none;
  display: inline-block;
  font-size: 14px;
  padding-top: 0;
  line-height: 32px;
  text-align: left;
}
.toolbar .toolbar-amount.toolbar-amount-multi-page {
  display: block;
  clear: left;
  position: relative;
  top: 10px;
  border-top: 1px solid #eae9e9;
  padding-top: 10px;
}
.toolbar .pages {
  display: block !important;
  margin-top: -20px;
  position: relative;
}
.toolbar .pages .items {
  font-weight: 400;
  float: right;
}
.toolbar .pages .items .item,
.toolbar .pages .items strong.page {
  font-size: 14px;
  line-height: 32px;
}
.toolbar .pages .items .item strong.page,
.toolbar .pages .items strong.page strong.page {
  color: #949493;
  font-weight: normal;
}
.toolbar .pages .items .item a,
.toolbar .pages .items strong.page a {
  color: #432858;
}
.toolbar .pages .items .item a.action,
.toolbar .pages .items strong.page a.action {
  border: 0;
  line-height: 16px;
  width: auto;
}
.toolbar .pages .items .item a.action:before,
.toolbar .pages .items strong.page a.action:before {
  font-size: 30px;
  font-weight: 700;
  width: 25px;
}
.toolbar .pages .items .item a.action.next,
.toolbar .pages .items strong.page a.action.next {
  border-left: 1px solid #e9e7eb;
  margin-left: 5px;
  padding-left: 5px;
}
.toolbar .pages .items .item a.action.previous,
.toolbar .pages .items strong.page a.action.previous {
  padding-right: 5px;
  border-right: 1px solid #e9e7eb;
  margin-right: 5px;
}
.toolbar .toolbar-sorter {
  float: left;
  padding: 0;
}
.toolbar .toolbar-sorter label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 3px 0 0;
}
.toolbar .toolbar-sorter select {
  cursor: pointer;
  border: none;
  color: #221f20;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  background: url(../images/select-arrow-small.png);
  margin: 0;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 0px 40px 0px 7px;
  border: 1px solid #e9e7eb;
  -webkit-appearance: none;
}
.load-more,
.ias-trigger {
  margin-bottom: 64px;
}
.load-more a,
.ias-trigger a {
  max-width: 115px;
  display: block;
  background: #432858;
  color: #fafafa !important;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.load-more a:hover,
.ias-trigger a:hover {
  background: #f08217;
  text-decoration: none;
}
.custom-product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.custom-product-items .product-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin: 0 0 30px 0!important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-product-items .product-item .product-item-info {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-product-items .product-item .product-item-info .product-labels {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100%;
  text-align: right;
}
.custom-product-items .product-item .product-item-info .product-labels img {
  max-width: 65px;
  display: inline-block;
  margin: 0.3vw;
}
.custom-product-items .product-item .product-item-info .product-item-photo {
  margin-bottom: 15px;
  display: block;
  background-color: #fafafa;
}
.custom-product-items .product-item .product-item-info .product-item-photo span {
  padding: 0 !important;
  width: 100% !important;
  height: auto;
}
.custom-product-items .product-item .product-item-info .product-item-photo span img {
  position: static;
  margin: auto;
  width: auto;
  display: block;
}
.custom-product-items .product-item .product-item-info .product-item-details {
  padding: 0px 10px;
}
.custom-product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0;
  line-height: 20px;
}
.custom-product-items .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #432858;
  margin-bottom: 10px;
  line-height: 20px;
  display: block;
  min-height: 38px;
}
.custom-product-items .product-item .product-item-info .product-item-details .product-item-name a:hover {
  text-decoration: none;
}
.custom-product-items .product-item .product-item-info .product-item-details span {
  color: rgba(29, 29, 27, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
}
.custom-product-items .product-item .product-item-info .product-item-details .custom-pricing-info span {
  color: #040107;
}
.custom-product-items .product-item .product-item-info .product-item-details .custom-btn {
  line-height: 1px;
}
.custom-product-items .product-item .product-item-info .product-item-details .custom-btn a {
  color: #f08217;
}
.custom-product-items .product-item .product-item-info .product-item-details .custom-btn a:hover {
  color: #432858;
}
.custom-product-items .product-item .product-item-info .product-item-details .price-div {
  display: block;
  margin-top: 15px;
  border-top: 1px solid #ece9ee;
  padding-top: 10px;
}
.custom-product-items .product-item .product-item-info .product-item-details .price-div .trade-price {
  font-weight: 600;
  text-transform: uppercase;
  color: #f08217;
  font-size: 12px;
}
.custom-product-items .product-item .product-item-info .product-item-details .price-div .trade-price span {
  display: inline-block !important;
  font-size: 13px !important;
  margin-left: 27px;
  color: #f08217 !important;
  text-decoration: line-through;
}
.custom-product-items .product-item .product-item-info .product-item-details .price-div .price-box {
  margin: 0;
}
.custom-product-items .product-item .product-item-info .product-item-details .price-div span {
  color: #432858;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.custom-product-items .product-item .product-item-info .product-item-details .price-div span .price:before {
  content: "Your pack price";
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.sidebar .block.filter .title {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 10px;
}
.sidebar .block.filter .title strong {
  font-size: 16px;
  text-transform: uppercase;
  color: #432858;
  font-weight: bold;
}
.sidebar .block.filter .content {
  background-color: #f6f6f6;
  padding: 0;
}
.sidebar .block.filter .content dl {
  margin: 0;
}
.sidebar .block.filter .content dl dt {
  margin: 0;
}
.sidebar .block.filter .content dl dt a {
  text-transform: uppercase;
  color: #432858;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  display: block;
}
.sidebar .block.filter .content dl dt a:hover {
  text-decoration: none;
}
.sidebar .block.filter .content dl dd ol li {
  border-bottom: 1px solid #fafafa;
}
.sidebar .block.filter .content dl dd ol li.nochild a:after {
  display: none;
}
.sidebar .block.filter .content dl dd ol li.open > a {
  background-color: #432858;
  color: #fafafa;
}
.sidebar .block.filter .content dl dd ol li.open > a:after {
  color: #fafafa;
  content: "\f106";
}
.sidebar .block.filter .content dl dd ol li.open ul {
  display: block;
}
.sidebar .block.filter .content dl dd ol li:last-child {
  border-bottom: none;
}
.sidebar .block.filter .content dl dd ol li a {
  color: #432858;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #f6f6f6;
  display: block;
  position: relative;
}
.sidebar .block.filter .content dl dd ol li a.active {
  background-color: #432858;
  color: #fafafa;
}
.sidebar .block.filter .content dl dd ol li a.active:after {
  color: #fafafa;
  content: "\f106";
}
.sidebar .block.filter .content dl dd ol li a:after {
  font-family: "Fontawesome";
  content: "\f107";
  font-size: 18px;
  line-height: normal;
  color: #432858;
  position: absolute;
  font-weight: 500;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sidebar .block.filter .content dl dd ol li a:hover {
  text-decoration: none;
}
.sidebar .block.filter .content dl dd ol li ul {
  background-color: #f8f8f8;
  padding: 10px 10px 10px 30px;
  display: none;
}
.sidebar .block.filter .content dl dd ol li ul li {
  margin-bottom: 8px;
  border-bottom: none;
}
.sidebar .block.filter .content dl dd ol li ul li a {
  background-color: transparent;
  color: #726f74;
  font-weight: 300;
  padding: 0;
}
.sidebar .block.filter .content dl dd ol li ul li a.current {
  color: #432858;
  font-weight: 500;
}
.sidebar .block.filter .content dl dd ol li ul li a:after {
  display: none;
}
.sidebar .block.filter .content dl dd ol li ul li:last-child {
  margin-bottom: 0;
}
.sidebar .block.filter .block-content div .filter-options-title {
  color: #432858;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #f6f6f6;
  display: block;
  position: relative;
  cursor: pointer;
}
.sidebar .block.filter .block-content div .filter-options-title.open:after {
  content: "\f067";
}
.sidebar .block.filter .block-content div .filter-options-title:after {
  font-family: "Fontawesome";
  content: "\f068";
  font-size: 12px;
  line-height: normal;
  color: #432858;
  position: absolute;
  font-weight: 300;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sidebar .block.filter .block-content div .filter-options-item {
  margin-bottom: 10px;
}
.sidebar .block.filter .block-content div .filter-options-content {
  margin-bottom: 0;
}
.sidebar .block.filter .block-content div .filter-options-content ol li {
  margin-bottom: 10px;
}
.sidebar .block.filter .block-content div .filter-options-content ol li:last-child {
  margin-bottom: 0;
}
.sidebar .block.filter .block-content div .filter-options-content ol li a {
  color: rgba(29, 29, 27, 0.75);
  position: relative;
  font-size: 12px;
  padding-left: 25px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.sidebar .block.filter .block-content div .filter-options-content ol li a.active:after {
  opacity: 1;
}
.sidebar .block.filter .block-content div .filter-options-content ol li a:hover {
  text-decoration: none;
}
.sidebar .block.filter .block-content div .filter-options-content ol li a:before {
  width: 15px;
  height: 15px;
  border: 1px solid #eae9e9;
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #f6f6f6;
}
.sidebar .block.filter .block-content div .filter-options-content ol li a:after {
  font-family: "Fontawesome";
  content: "\f00c";
  font-size: 10px;
  line-height: normal;
  color: #432858;
  position: absolute;
  font-weight: 300;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
}
.sidebar .block.filter .block-content div .filter-options-content ol li a label {
  margin: 0;
}
.sidebar .block.filter .block-content div .filter-options-content ol li input[type="checkbox"] {
  display: none;
}
.orange-div .orange-section {
  padding: 30px 25px;
  display: block;
  background-color: #f08217;
}
.orange-div .orange-section + .orange-section {
  margin-top: 10px;
}
.orange-div .orange-section h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fafafa;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 20px;
}
.orange-div .orange-section p {
  text-transform: uppercase;
  color: #fafafa;
  font-weight: 500;
  line-height: 14px;
  font-size: 13px;
  margin-bottom: 30px;
}
.orange-div .orange-section .custom-btn a {
  color: #fafafa;
  font-weight: 500;
}
.orange-div .orange-section .custom-btn a:hover {
  color: #432858;
}
.orange-div .orange-section .custom-btn a:after {
  margin-left: 10px;
}
.listing-addto {
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.listing-addto .cat-quant {
  width: 40%;
  float: left;
  padding-right: 5px;
}
.listing-addto .cat-quant label {
  display: table-cell;
  padding-right: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #432858;
  vertical-align: middle;
}
.listing-addto .cat-quant .control {
  display: table-cell;
}
.listing-addto .cat-quant .control input {
  height: 37px;
  vertical-align: bottom;
}
.listing-addto .action.tocart.primary {
  width: 60%;
  float: left;
  padding: 10px 0;
  background-color: #f08217;
  border: none;
}
.listing-addto .action.tocart.primary span {
  font-size: 14px !important;
  font-weight: 300;
  text-transform: uppercase !important;
  color: #fafafa !important;
  margin: 0 !important;
  font-family: 'Barlow' !important;
}
.listing-addto .action.tocart.primary:hover {
  background-color: #432858;
}
/*Responsive*/
/*992-1360*/
@media (min-width: 991px) and (max-width: 1360px) {
  .sidebar .block.filter .content dl dt a {
    padding: 10px;
  }
  .sidebar .block.filter .content dl dd ol li a {
    text-transform: capitalize;
    padding: 10px;
  }
  .sidebar .block.filter .content dl dd ol li a:after {
    right: 5px;
  }
  .sidebar .block.filter .content dl dd ol li ul {
    padding: 10px;
  }
  .sidebar .orange-div .orange-section {
    padding: 10px;
  }
  .sidebar .orange-div .orange-section h2 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
  }
  .sidebar .orange-div .orange-section p {
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 18px;
  }
  .sidebar .orange-div .orange-section .custom-btn a {
    text-transform: capitalize;
  }
  .custom-product-items .product-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    -ms-flex: 0 0 33.33%;
    margin: 0 0 15px 0!important;
  }
  .custom-product-items .product-item .product-item-info .product-item-details {
    padding: 0;
  }
  .custom-product-items .product-item .product-item-info .product-item-details .product-item-name a {
    text-transform: capitalize;
    font-size: 17px;
  }
  .custom-product-items .product-item .product-item-info .product-item-details span {
    font-size: 14px;
    text-transform: capitalize;
  }
  .custom-product-items .product-item .product-item-info .product-item-details .custom-btn a {
    font-size: 12px;
  }
  .custom-product-items .product-item .product-item-info .product-item-details .price-div {
    padding-top: 5px;
    margin-top: 10px;
  }
  .custom-product-items .product-item .product-item-info .product-item-details .price-div span {
    font-size: 16px;
  }
  .custom-product-items .product-item .product-item-info .product-item-details .price-div span .price:before {
    top: -1px;
  }
}
/*991*/
@media (max-width: 991px) {
  .page-with-filter .columns .sidebar {
    margin-bottom: 30px;
    padding: 0;
  }
  .page-with-filter .columns .sidebar .block.filter {
    margin-bottom: 30px;
  }
  .page-with-filter .columns .sidebar .orange-div .orange-section {
    padding: 15px;
  }
  .page-with-filter .columns .sidebar .orange-div .orange-section h2 {
    font-weight: 500;
    text-transform: capitalize;
  }
  .page-with-filter .columns .sidebar .orange-div .orange-section p {
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 18px;
  }
  .custom-product-items .product-item {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    margin: 0 0 15px 0!important;
  }
  .custom-product-items .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .custom-product-items .product-item .product-item-info .product-item-details span {
    font-size: 14px;
    text-transform: capitalize;
  }
  .custom-product-items .product-item .product-item-info .product-item-details .price-div {
    padding-top: 5px;
    margin-top: 10px;
  }
  .load-more,
  .ias-trigger {
    margin-bottom: 30px;
  }
  .sidebar .orange-div {
    display: none;
  }
}
/*767*/
/*766*/
@media (max-width: 766px) {
  .page-with-filter .columns .sidebar {
    order: 1;
  }
  .page-with-filter .columns .main {
    order: 0;
  }
}
/*575 and 768-991*/
@media (max-width: 479px) {
  .toolbar .toolbar-sorter {
    float: none;
    margin-bottom: 10px;
  }
  .toolbar .limiter {
    float: none;
  }
  .toolbar .toolbar-amount {
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  .toolbar .pages {
    margin-top: 10px;
    padding-top: 5px;
  }
  .toolbar .pages .items {
    float: none;
  }
}
.checkout-cart-index .top-bar {
  background-color: #f6f6f6;
}
.checkout-cart-index .page-main {
  margin-top: 60px;
}
.checkout-cart-index .page-title-wrapper {
  margin-bottom: 15px;
}
.checkout-cart-index .page-title-wrapper h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #432858;
  margin-bottom: 5px;
}
.checkout-cart-index .page-title-wrapper .item-summery {
  color: #a8a5a6;
  text-transform: uppercase;
  font-weight: 300;
}
.checkout-cart-index .cart-container .cart-container-left {
  float: left;
  position: relative;
  width: 73%;
}
.checkout-cart-index .cart-container .cart-container-left .form-cart {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.checkout-cart-index .cart-container .cart-container-left .cart-delivery-message {
  margin-bottom: 40px;
  background-color: #f6f6f7;
  padding: 50px 40px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  color: #432858;
}
.checkout-cart-index .cart-container .cart-container-left .cart-delivery-message strong {
  font-weight: 600;
  background: url(../images/truck-img.png) no-repeat center left;
  display: inline-block;
  padding-left: 55px;
}
.checkout-cart-index .cart-container .table-wrapper table.items thead + .item {
  border-top: none;
  border: none;
}
.checkout-cart-index .cart-container .table-wrapper table tbody {
  border-top: 1px solid #eae9e9 !important;
  border-bottom: none !important;
}
.checkout-cart-index .cart-container .table-wrapper table tr th {
  border-bottom: none;
  border-top: 1px solid #eae9e9;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(34, 31, 32, 0.75);
  font-weight: 500;
  padding: 12px;
  padding-right: 0;
  text-align: left !important;
}
.checkout-cart-index .cart-container .table-wrapper table tr th.subtotal span {
  border-right: none;
}
.checkout-cart-index .cart-container .table-wrapper table tr th span {
  display: block;
  border-right: 1px solid #eae9e9;
  padding-right: 12px;
}
.checkout-cart-index .cart-container .table-wrapper table tr th.item {
  width: 35%;
}
.checkout-cart-index .cart-container .table-wrapper table tr td {
  padding: 30px 12px;
  vertical-align: middle;
  border-top: none;
}
.checkout-cart-index .cart-container .table-wrapper table tr td:first-child {
  padding-left: 0;
}
.checkout-cart-index .cart-container .table-wrapper table tr td:last-child {
  text-align: right;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .field.qty label.label {
  display: none;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .field.qty .control.qty {
  position: relative;
  text-align: center;
  width: 142px;
  margin: auto;
  float: left;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .field.qty .control.qty input {
  width: calc(100% - 89px);
  height: 45px;
  color: rgba(34, 31, 32, 0.75);
  font-size: 14px;
  border: 1px solid #eae9e9;
  text-align: center;
  position: relative;
  z-index: 99;
  padding: 0 1px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .field.qty .control.qty .quantity-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .field.qty .control.qty .quantity-nav .quantity-button {
  width: 45px;
  height: 45px;
  background-color: #f0f0f0;
  border: 1px solid #eae9e9;
  color: #432858;
  font-weight: normal;
  float: left;
  font-size: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  cursor: pointer;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .field.qty .control.qty .quantity-nav .quantity-button.quantity-up {
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .field.qty .control.qty .quantity-nav .quantity-button.quantity-down {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .product-item-photo {
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  display: inline-block;
  width: 100px;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .product-item-photo .product-image-container {
  display: block;
  width: 100% !important;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .product-item-details {
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  color: #432858;
  display: inline-block;
  width: calc(100% - 150px);
  padding-left: 15px;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .product-item-details .product-item-name {
  font-weight: bold;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .product-item-details .product-item-name a {
  color: #432858;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .product-item-details .product-item-name a:hover {
  text-decoration: none;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .product-item-details .product-code {
  /*font-size: @font-size-12;
						 	 	font-weight:@font-weight-500;
						 	 	color: rgba(29,29,27,0.50);
						 	 	max-width: 200px;
    							line-height: 16px;*/
}
.checkout-cart-index .cart-container .table-wrapper table tr td .price-excluding-tax {
  font-size: inherit;
  display: inline-block !important;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .price-excluding-tax span {
  line-height: 1px;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .price-excluding-tax .price {
  font-size: 16px;
  text-transform: uppercase;
  color: #432858;
  font-weight: bold;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .actions-toolbar {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .actions-toolbar .action.towishlist {
  display: none;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .actions-toolbar .action.action-delete {
  color: rgba(29, 29, 27, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  border-radius: 0;
  width: 70px;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .actions-toolbar .action.action-delete:before {
  color: #bb2d1a;
  font-weight: normal;
  font-size: 14px;
  font-family: "Fontawesome";
  content: "\f00d";
}
.checkout-cart-index .cart-container .table-wrapper table tr td .actions-toolbar .action.action-delete:hover {
  color: #f08217;
}
.checkout-cart-index .cart-container .table-wrapper table tr td .actions-toolbar .action.action-delete:hover:before {
  color: #f08217;
}
.checkout-cart-index .cart-container .actions .action,
.checkout-cart-index .cart-container .actions .action:focus,
.checkout-cart-index .cart-container .actions .action:active {
  background-color: #432858;
  color: #fafafa;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  border: none;
  border-radius: 0;
  margin: 0;
  font-weight: 500;
  position: relative;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-cart-index .cart-container .actions .action.continue,
.checkout-cart-index .cart-container .actions .action:focus.continue,
.checkout-cart-index .cart-container .actions .action:active.continue {
  padding-left: 30px;
}
.checkout-cart-index .cart-container .actions .action.continue:before,
.checkout-cart-index .cart-container .actions .action:focus.continue:before,
.checkout-cart-index .cart-container .actions .action:active.continue:before {
  position: absolute;
  left: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  top: 50%;
  font-family: "Fontawesome";
  content: "\f104";
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.checkout-cart-index .cart-container .actions .action.update,
.checkout-cart-index .cart-container .actions .action:focus.update,
.checkout-cart-index .cart-container .actions .action:active.update {
  padding-left: 30px;
}
.checkout-cart-index .cart-container .actions .action.update:before,
.checkout-cart-index .cart-container .actions .action:focus.update:before,
.checkout-cart-index .cart-container .actions .action:active.update:before {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.checkout-cart-index .cart-container .actions .action:hover,
.checkout-cart-index .cart-container .actions .action:focus:hover,
.checkout-cart-index .cart-container .actions .action:active:hover {
  border: none !important;
  background-color: #f08217 !important;
  color: #ffffff !important;
}
.checkout-cart-index .cart-container .cart-summary-right {
  float: right;
  position: inherit;
  width: 23%;
}
.checkout-cart-index .cart-container .cart-summary-right .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #432858;
  font-weight: bold;
  margin: 35px 0 10px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 10px;
  display: block;
}
.checkout-cart-index .cart-container .cart-summary {
  background-color: #f6f6f6;
  padding: 20px;
}
.checkout-cart-index .cart-container .cart-summary > .title {
  margin-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .item-total {
  text-transform: uppercase;
  color: #7d7c7c;
  font-weight: 600;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.checkout-cart-index .cart-container .cart-summary .item-total span {
  font-weight: bold;
  color: #432858;
  font-size: 16px;
}
.checkout-cart-index .cart-container .cart-summary .block {
  margin-bottom: 0;
  border: none;
}
.checkout-cart-index .cart-container .cart-summary .block.active .title strong:after {
  content: "\f106";
}
.checkout-cart-index .cart-container .cart-summary .block .title {
  border-bottom: 1px solid #eae9e9;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .block .title strong {
  font-size: 16px;
  text-transform: capitalize;
  color: #432858;
  font-weight: 600;
  display: block;
  margin: 0;
  line-height: normal;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .block .title strong:after {
  position: absolute;
  right: 0;
  color: #432858;
  font-weight: 600;
  font-size: 16px;
  top: 2px;
  font-family: "Fontawesome";
  content: "\f107";
  left: inherit;
}
.checkout-cart-index .cart-container .cart-summary .block .title:after {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset p.field {
  font-weight: 600;
  font-size: 13px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset .field .label {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset .field .control select,
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset .field .control input {
  border: 1px solid #eae9e9;
  height: 40px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset .field .control .message.warning {
  line-height: 20px;
  font-size: 13px;
  background: #ffffff;
  color: #432858;
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset .field .control .message.warning span:before {
  color: #432858;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset dl dt span {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset dl .item-options .choice input {
  margin: 0 5px 0 0px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .content fieldset dl .item-options .choice .label {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .field .label {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .field .control select,
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .field .control input {
  border: 1px solid #eae9e9;
  height: 40px;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .field .control .mage-error {
  font-size: 13px;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .actions-toolbar > div {
  width: 100%;
  display: block;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .actions-toolbar > div .action {
  background: #e7e5ea;
  color: #f08217;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .actions-toolbar > div .action:hover {
  background-color: #f08217;
  color: #ffffff;
}
.checkout-cart-index .cart-container .cart-summary .block.discount.active .coupon.applied .field {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-top: none;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr th,
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr td {
  padding: 12px !important;
  vertical-align: middle;
  border: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr th {
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  color: #432858;
  text-align: right !important;
  border-bottom: 1px solid #eae9e9;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr th strong {
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr th span {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr td {
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  color: #432858;
  text-align: right !important;
  border-bottom: 1px solid #eae9e9;
  width: 1px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr.grand th,
.checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr.grand td {
  border-bottom: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li + li {
  margin-top: 10px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li button {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #432858;
  color: #fafafa;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  padding: 12px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  font-weight: 500;
  position: relative;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li button:hover {
  background-color: #f08217;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li button:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  line-height: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li a {
  color: #432858;
  font-size: 14px;
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items li a:hover {
  color: #f08217;
  text-decoration: none;
}
.page.messages .message-error.error.message {
  background-color: #f0f0f0;
  font-size: 13px;
  color: #ee1d25;
  font-weight: 500;
}
.page.messages .message-error.error.message:before {
  color: #ee1d25;
}
.page.messages .message-error.message.success {
  background-color: #e5efe5;
  font-size: 13px;
  color: #006400;
  font-weight: 500;
}
.page.messages .message-error.message.success:before {
  color: #006400;
}
/*Responsive-css*/
/*992- */
@media (min-width: 992px) {
  .checkout-cart-index .cart-container form.form-cart {
    max-width: calc(100% - 325px);
  }
  .checkout-cart-index .cart-container .cart-summary {
    min-width: 300px;
  }
}
/*992-1160*/
@media (min-width: 992px) and (max-width: 1160px) {
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tr th {
    font-weight: 500;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .product-item-photo {
    width: 80px;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .product-item-details {
    font-size: 15px;
    display: block;
    width: 100%;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .price-excluding-tax .price {
    font-size: 14px;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .actions-toolbar .action.action-delete {
    text-transform: capitalize;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td:last-child {
    text-align: right;
  }
  .checkout-cart-index .cart-container .cart-summary {
    padding: 12px;
  }
  .checkout-cart-index .cart-container .cart-summary .block .title strong {
    font-size: 14px;
  }
  .checkout-cart-index .cart-container .cart-summary .block.discount .fieldset .actions-toolbar > div .action {
    font-size: 14px;
  }
  .checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr th {
    font-size: 13px;
  }
  .checkout-cart-index .cart-container .cart-summary .cart-totals table tbody tr th span {
    font-size: 13px;
    padding: 0;
    font-weight: 500;
    color: #ffffff;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items li button {
    font-size: 14px;
  }
}
/*768-991*/
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .cart-container .cart-container-left {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-container-left .cart-delivery-message {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
  }
  .checkout-cart-index .cart-container .cart-summary-right {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-summary-right .title {
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    top: 0 !important;
    clear: left;
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-container form.form-cart {
    width: 100%;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .actions-toolbar .action.action-delete span {
    display: none;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td:last-child {
    text-align: right;
  }
}
/*767*/
@media (max-width: 767px) {
  .checkout-cart-index .page-main {
    margin-top: 20px;
  }
  .checkout-cart-index .page-title-wrapper h1 {
    text-transform: capitalize;
  }
  .checkout-cart-index .cart-container .cart-container-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart-container .cart-container-left .cart-delivery-message {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tr th {
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tr th span {
    font-family: Barlow;
    font-weight: 500;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td {
    padding: 15px 0px!important;
    text-align: center;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td:last-child {
    text-align: right;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .product-item-photo {
    position: static;
    max-width: inherit;
    margin: auto auto 10px;
    display: block;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .product-item-details {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 14px;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .product-item-details .product-item-name {
    margin: 0 0 5px;
    text-transform: capitalize;
    line-height: 18px;
    font-weight: 600;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .product-item-details .product-code {
    max-width: 100%;
    text-transform: capitalize;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .actions-toolbar .action.action-delete span {
    display: none;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .price-excluding-tax .price {
    font-weight: 500;
    font-size: 14px;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .field.qty .control.qty {
    width: 120px;
    margin: auto;
    float: none;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper tbody tr td .field.qty .control.qty input {
    width: calc(100% - 81px);
    font-size: 12px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 5px;
    font-size: 13px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    text-transform: capitalize;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    border-right: 1px solid #ffffff;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.continue {
    padding-left: 5px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.continue:before {
    position: static;
    transform: none;
    top: 0;
    padding-right: 15px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.update {
    padding-left: 5px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.update:before {
    position: static;
    transform: none;
    top: 0;
  }
  .checkout-cart-index .cart-container .cart-summary-right {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-summary-right .title {
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .cart-summary {
    padding: 15px;
    clear: left;
  }
}
/*575*/
@media (max-width: 575px) {
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table thead {
    display: none;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody {
    display: block;
    border-bottom: 1px solid #eae9e9 !important;
    border-top: none !important;
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody:last-child {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr {
    display: block;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td {
    display: block;
    padding: 0px 10px 20px 10px!important;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td .product-item-photo {
    position: static;
    max-width: inherit;
    margin: auto auto 10px;
    display: block;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td .product-item-details {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td .product-item-details .product-item-name {
    text-transform: capitalize;
    margin: 0;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td .product-item-details .product-code {
    max-width: 100%;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td .price-excluding-tax {
    text-align: center;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td .actions-toolbar {
    text-align: center;
  }
  .checkout-cart-index .cart-container form.form-cart .table-wrapper table tbody tr td .field.qty .control.qty {
    width: 142px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action {
    margin-bottom: 1px;
    flex: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.continue {
    padding-left: 12px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.continue:before {
    position: static;
    transform: none;
    top: 0;
    padding-right: 15px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.update {
    padding-left: 12px;
  }
  .checkout-cart-index .cart-container form.form-cart .actions .action.update:before {
    position: static;
    transform: none;
    top: 0;
  }
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index header.page-header {
  padding: 20px 0 40px!important;
  margin: 0 !important;
}
.checkout-index-index header.page-header .nav-toggle {
  display: none;
}
.checkout-index-index footer .footer .footer-bottom.footer-checkout {
  padding: 10px 0;
}
.checkout-index-index footer .footer .footer-bottom.footer-checkout .copyright {
  max-width: none;
  text-align: right;
}
.checkout-index-index footer .footer .footer-bottom.footer-checkout .stv-logo img {
  border-right: 0;
}
.checkout-index-index .opc-progress-bar {
  margin-top: 40px;
  margin-bottom: 40px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 22px;
  line-height: 1;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 20px;
  line-height: 1.2;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 28px;
  line-height: 1;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #f08217;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #f08217;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:after {
  font-size: 28px;
  line-height: 1;
}
.checkout-index-index .opc-estimated-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
  margin-top: 0;
}
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  background: url(../images/cart-icon.png) no-repeat center left;
  padding: 0px;
  width: 30px;
  height: 31px;
  content: "";
}
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  margin: 6px 0 0 5px;
  background-color: #f08217;
  border-radius: 0;
}
.checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .step-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #432858;
  border-bottom: 1px solid #eae9e9;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: none;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping > p {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper .table-checkout-shipping-method {
  width: 100%;
  font-size: 18px;
}
.checkout-index-index .opc-wrapper .table-checkout-shipping-method tr.row {
  display: block;
  margin: 0;
}
.checkout-index-index .opc-wrapper .table-checkout-shipping-method tr.row td.col {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-index-index .opc-wrapper .table-checkout-shipping-method tr.row td.col.col-method {
  display: none;
}
.checkout-index-index .opc-wrapper .table-checkout-shipping-method tr.row td.col:last-child {
  text-align: right;
}
.checkout-index-index .opc-wrapper .table-checkout-shipping-method tr.row td.col:first-child {
  display: table-cell;
  width: 1px;
}
.checkout-index-index .opc-wrapper .fieldset .field:not(.choice) > .label {
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.5);
  text-align: left;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .fieldset .field input[type="text"],
.checkout-index-index .opc-wrapper .fieldset .field textarea,
.checkout-index-index .opc-wrapper .fieldset .field select {
  background-color: #fff !important;
  height: 40px;
  border: 1px solid #eae9e9;
  width: 100%;
  color: rgba(29, 29, 27, 0.5) !important;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .fieldset .field textarea {
  height: 110px;
  resize: none;
}
.checkout-index-index .opc-wrapper .fieldset .field select {
  background: #ffffff url(../images/select-arrow-small.png) no-repeat calc(100% - 15px) center;
}
.checkout-index-index .opc-wrapper .fieldset .field .field-tooltip-content {
  border: 1px solid #eae9e9;
}
.checkout-index-index .opc-wrapper .fieldset .field .field-error,
.checkout-index-index .opc-wrapper .fieldset .field .message {
  font-size: 12px;
}
.checkout-index-index .opc-wrapper .form-purchase-order .fieldset > .field > .label {
  width: auto !important;
  color: #040107;
  font-size: 18px;
  margin-bottom: 5px;
}
.checkout-index-index .opc-wrapper .form-purchase-order .fieldset > .field > .control {
  width: 100% !important;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action-select-shipping-item {
  float: left;
  margin: 0;
  border: 0;
  background: none;
  text-transform: uppercase;
  text-decoration: underline;
  color: #432858;
  padding: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action-select-shipping-item:hover {
  color: #f08217;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #f08217;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #f08217;
}
.checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link {
  float: right;
  margin: 0;
  line-height: 30px;
}
.checkout-index-index .opc-wrapper .actions-toolbar button.action.primary {
  background: #432858;
  min-width: 86px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-index-index .opc-wrapper .actions-toolbar button.action.primary:hover {
  background-color: #f08217;
}
.checkout-index-index .opc-wrapper .actions-toolbar button.action.primary.checkout {
  font-size: 20px;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-index-index .opc-wrapper #block-discount-heading {
  color: #432858;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .form-discount {
  max-width: none;
}
.checkout-index-index .opc-wrapper .form-discount .actions-toolbar .action-apply {
  background: #e7e5ea;
  color: #f08217;
  border: 0;
  font-weight: 500;
  text-transform: uppercase;
  height: 40px;
}
.checkout-index-index .opc-wrapper .form-discount .actions-toolbar .action-apply:hover {
  background-color: #f08217;
  color: #ffffff;
}
.checkout-index-index .opc-summary-wrapper .modal-header {
  padding: 0;
}
.checkout-index-index .opc-summary-wrapper .modal-header .action-close {
  z-index: 9999;
}
.checkout-index-index .opc-summary-wrapper .modal-content {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary {
  background: #f6f6f7;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .table-totals {
  font-size: 18px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary > .title {
  text-transform: uppercase;
  color: #432858;
  font-size: 24px;
  border-bottom: 1px solid #eae9e9;
  font-weight: 500;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #eae9e9;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .mark {
  background-color: transparent;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .minicart-items .product-item {
  font-size: 16px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .minicart-items .product-item .product-item-name {
  font-size: 16px;
  text-transform: uppercase;
  color: #432858;
  font-weight: 500;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .minicart-items .product-item .details-qty .label {
  font-size: 16px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-shipping-information {
  padding: 0;
}
.checkout-index-index .opc-summary-wrapper .opc-block-shipping-information .shipping-information {
  padding: 22px 30px;
  background: #f6f6f7;
  margin-bottom: 20px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-shipping-information .shipping-information .shipping-information-title {
  text-transform: uppercase;
  color: #432858;
  font-size: 24px;
  border-bottom: 1px solid #eae9e9;
  font-weight: 500;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address .fieldset > .field > .label {
  padding-top: 3px;
  font-size: 16px;
}
.checkout-index-index .modal-popup #opc-new-shipping-address .form-shipping-address .fieldset > .field > .label span {
  font-weight: 300;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  margin-right: 10px;
}
.checkout-onepage-success #registration p {
  margin-bottom: 8px;
}
.checkout-onepage-success #registration .action.primary {
  background: #432858;
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-onepage-success #registration .action.primary:hover {
  background-color: #f08217;
}
/*Responsive-css*/
/*992-1160*/
/*768-991*/
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-index-index header.page-header {
    padding-bottom: 20px !important;
  }
}
/*767*/
@media (max-width: 767px) {
  .checkout-index-index header.page-header {
    padding-bottom: 20px !important;
  }
  .checkout-index-index footer .footer .footer-bottom.footer-checkout {
    padding: 35px 0;
  }
  .checkout-index-index footer .footer .footer-bottom.footer-checkout .copyright {
    text-align: center;
  }
}
/*767*/
@media (min-width: 767px) {
  .checkout-index-index .opc-wrapper .fieldset > .field:not(.choice) > .label {
    width: 150px;
    padding-right: 0;
  }
  .checkout-index-index .opc-wrapper .fieldset > .field:not(.choice) > .control {
    width: calc(100% - 160px);
    float: right !important;
  }
  .checkout-index-index .opc-wrapper .form-discount .payment-option-inner {
    width: calc(100% - 160px);
  }
  .checkout-index-index .opc-wrapper .form-discount .actions-toolbar {
    width: 150px;
    float: right;
    margin-top: -60px;
  }
  .checkout-index-index .opc-sidebar {
    padding-top: 0;
  }
}
/*767*/
@media (max-width: 767px) {
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0;
  }
}
.contact-index-index .column.main {
  padding-bottom: 80px;
}
.contact-index-index .heading-section {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.contact-index-index .heading-section h2 {
  color: #f08217;
  font-weight: bold;
}
.contact-index-index .heading-section span {
  color: #a8a5a6;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-index-index .contact {
  width: 100% !important;
  display: inline-block;
  min-width: auto !important;
}
.contact-index-index .contact fieldset {
  width: 100%;
}
.contact-index-index .contact fieldset .form-heading {
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #432858;
  margin-bottom: 30px;
  display: block;
}
.contact-index-index .contact fieldset .field {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.contact-index-index .contact fieldset .field.hearabout {
  border-top: 1px solid #eae9e9;
  padding-top: 15px;
}
.contact-index-index .contact fieldset .field.newsletter {
  padding-left: 170px;
}
.contact-index-index .contact fieldset .field.newsletter:before {
  display: none;
}
.contact-index-index .contact fieldset .field.newsletter .checkbox {
  float: left;
  margin: 2px 10px 0 0;
}
.contact-index-index .contact fieldset .field.newsletter input[type="checkbox"] {
  /*position: absolute;*/
  display: none;
  left: 0;
  /*top: 0;*/
  width: 14px;
  height: 14px;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.contact-index-index .contact fieldset .field.newsletter input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.contact-index-index .contact fieldset .field.newsletter .label {
  display: inline-block;
  width: 100% !important;
  padding-left: 25px !important;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  position: relative;
  font-weight: 200;
}
.contact-index-index .contact fieldset .field.newsletter .label:before {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d2d3d4;
  z-index: 1;
  content: "";
  width: 14px;
  height: 14px;
}
.contact-index-index .contact fieldset .field.newsletter .label:after {
  position: absolute;
  left: 3px;
  top: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  font-family: "Fontawesome";
  content: "\f00c";
  margin-left: 0;
  font-weight: 400;
  color: #432858;
  opacity: 0;
  line-height: 14px;
}
.contact-index-index .contact fieldset .field.newsletter p {
  width: 100%;
  float: left;
  margin-top: 5px;
  padding-left: 23px;
  padding-right: 150px;
  font-size: 12px;
  color: rgba(29, 29, 27, 0.5);
}
.contact-index-index .contact fieldset .field.newsletter p a {
  text-decoration: underline;
  color: #432858;
}
.contact-index-index .contact fieldset .field .label {
  width: 150px !important;
  padding: 0 !important;
  margin: 10px 0 0 0!important;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  text-align: left !important;
  float: left;
}
.contact-index-index .contact fieldset .field .control {
  width: calc(100% - 160px);
  float: right !important;
}
.contact-index-index .contact fieldset .field .control input {
  background-color: #f6f6f6;
  height: 40px;
  border: 1px solid #eae9e9;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
.contact-index-index .contact fieldset .field .control textarea {
  background-color: #f6f6f6;
  height: 110px;
  border: 1px solid #eae9e9;
  resize: none;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
.contact-index-index .contact fieldset .field .control select {
  background: #f6f6f6 url(../images/select-arrow-small.png) no-repeat calc(100% - 15px) center;
  height: 40px;
  border: 1px solid #eae9e9;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
.contact-index-index .contact .actions-toolbar {
  margin: 0 !important;
  text-align: right;
}
.contact-index-index .contact .actions-toolbar .primary {
  float: right;
}
.contact-index-index .contact .actions-toolbar .primary .action {
  background-color: #432858;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
}
.contact-index-index .contact .actions-toolbar .primary .action:hover {
  background-color: #f08217;
  text-decoration: none;
}
.contact-index-index .contact-right .stv-text .stv-in-text {
  background-color: #f6f6f6;
  padding: 30px;
  display: inline-block;
  width: 100%;
}
.contact-index-index .contact-right .stv-text .stv-in-text .contact-detail {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #432858;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.contact-index-index .contact-right .stv-text .stv-in-text .contact-detail span {
  margin: 5px 0 0;
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.5);
  font-weight: normal;
  display: block;
}
.contact-index-index .contact-right .stv-text .stv-in-text .l-in {
  float: left;
  width: 45%;
  font-size: 16px;
  color: #1d1d1b;
  line-height: normal;
  text-transform: capitalize;
}
.contact-index-index .contact-right .stv-text .stv-in-text .l-in h3 {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.contact-index-index .contact-right .stv-text .stv-in-text .r-in {
  float: right;
  width: 48%;
}
.contact-index-index .contact-right .stv-text .stv-in-text .r-in span {
  display: block;
  font-size: 16px;
}
.contact-index-index .contact-right .stv-text .stv-in-text .r-in span strong {
  font-weight: 600;
}
.contact-index-index .contact-right .stv-text .stv-in-text .r-in span a {
  font-size: 16px;
  color: #1d1d1b;
  text-decoration: none;
}
.contact-index-index .contact-right .stv-text .stv-in-text .contact-social {
  float: left;
  width: 100%;
  margin: 40px 0;
}
.contact-index-index .contact-right .stv-text .stv-in-text .contact-social li {
  border-right: 1px solid #e4e1e6;
  padding-right: 15px;
  margin-right: 15px;
  display: inline-block;
}
.contact-index-index .contact-right .stv-text .stv-in-text .contact-social li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.contact-index-index .contact-right .stv-text .stv-in-text .contact-social li a {
  color: #432858;
  font-size: 20px;
}
.contact-index-index .contact-right-banner {
  text-align: center;
}
/*Responsive-css*/
/*1160*/
@media (max-width: 1160px) {
  .contact-index-index .contact fieldset .field.newsletter {
    padding: 0;
    margin: 0;
  }
  .contact-index-index .contact-right .stv-text .stv-in-text {
    padding: 15px;
  }
}
/*991*/
@media (max-width: 991px) {
  .contact-index-index .column.main {
    padding-bottom: 50px;
  }
  .contact-index-index .column.main .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-index-index .contact {
    margin-bottom: 20px;
  }
  .contact-index-index .contact fieldset .field.newsletter {
    padding-left: 170px;
  }
  .contact-index-index .contact-right .stv-text .stv-in-text .contact-detail {
    font-weight: 600;
    text-transform: capitalize;
  }
  .contact-index-index .contact-right .stv-text .stv-in-text .contact-detail span {
    text-transform: capitalize;
  }
}
/*767*/
@media (max-width: 767px) {
  .contact-index-index .heading-section {
    margin-bottom: 15px;
    line-height: 16px;
  }
  .contact-index-index .heading-section h2 {
    font-weight: 600;
    margin: 0 0 5px 0;
  }
  .contact-index-index .heading-section span {
    text-transform: capitalize;
  }
  .contact-index-index .contact {
    margin-bottom: 20px;
  }
  .contact-index-index .contact fieldset {
    margin-bottom: 15px;
  }
  .contact-index-index .contact fieldset .form-heading {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .contact-index-index .contact fieldset .field.newsletter {
    padding: 0 0 0 20px;
    position: relative;
  }
  .contact-index-index .contact fieldset .field.newsletter .checkbox {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-index-index .contact fieldset .field.newsletter p {
    padding: 0;
    margin: 0;
  }
  .contact-index-index .contact fieldset .field .label:after {
    line-height: 14px;
  }
  .contact-index-index .contact-right .stv-text .stv-in-text .l-in {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact-index-index .contact-right .stv-text .stv-in-text .l-in h3 {
    font-weight: 600;
    margin: 0;
  }
  .contact-index-index .contact-right .stv-text .stv-in-text .r-in {
    width: 100%;
  }
  .contact-index-index .contact-right .stv-text .stv-in-text .contact-social {
    margin: 20px 0;
  }
}
/*479*/
@media (max-width: 479px) {
  .contact-index-index .contact fieldset .field .label {
    width: 100% !important;
    margin: 0 0 10px!important;
  }
  .contact-index-index .contact fieldset .field .control {
    width: 100% !important;
  }
}
.news-index-index .page-wrapper {
  background-color: #fafafa;
}
.news-index-index .page-header {
  background-color: #fafafa;
}
.news-index-index .page-title-wrapper {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.news-index-index .page-title-wrapper .page-title {
  color: #432858;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.news-index-index .page-main .block.posts .news-lists {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  width: auto;
  float: none;
}
.news-index-index .page-main .block.posts .news-lists li {
  box-sizing: border-box;
}
.news-index-index .page-main .block.posts .news-lists li.post {
  width: 32%;
  border: none;
  background-color: #ffffff;
  padding: 20px 30px;
  box-shadow: none;
  margin: 0;
  margin-bottom: 25px;
}
.news-index-index .page-main .block.posts .news-lists li .post-header {
  background-color: transparent;
  padding: 0;
  margin: 0 0 15px;
}
.news-index-index .page-main .block.posts .news-lists li .post-header h2 {
  text-align: left;
}
.news-index-index .page-main .block.posts .news-lists li .post-header h2:before {
  display: none;
}
.news-index-index .page-main .block.posts .news-lists li .post-header h2 a {
  color: #432858;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}
.news-index-index .page-main .block.posts .news-lists li .post-header h2 a:hover {
  color: #f08217;
  text-decoration: none;
  opacity: 1;
}
.news-index-index .page-main .block.posts .news-lists li .post-featured-item {
  margin-bottom: 15px;
}
.news-index-index .page-main .block.posts .news-lists li .post-entry {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.news-index-index .page-main .block.posts .news-lists li .post-entry .post-entry-text h2 {
  color: #432858;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}
.news-index-index .page-main .block.posts .news-lists li .post-entry .post-entry-text p {
  margin-bottom: 15px;
}
.news-index-index .page-main .block.posts .news-lists li .post-entry .post-entry-text .date-author {
  display: block;
  float: left;
  margin-top: 0;
  font-family: 'Barlow';
}
.news-index-index .page-main .block.posts .news-lists li .post-entry-bottom {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  text-align: right;
  line-height: normal;
}
.news-index-index .page-main .block.posts .news-lists li .post-entry-bottom .custom-more-link {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #432858;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
}
.news-index-index .page-main .block.posts .news-lists li .post-entry-bottom .custom-more-link:hover {
  color: #f08217;
}
.news-index-index .page-main .block.posts .news-lists li .post-entry-bottom .custom-more-link:after {
  font-size: 14px;
  padding-left: 5px;
  content: "\f105";
}
.news-index-index .page-main .block.posts .news-lists li .post-entry-bottom .like-comment-buttons-wrapper {
  display: none;
}
.news-view-index .post.post-view {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin: 0;
  margin-bottom: 20px;
}
.news-view-index .post.post-view .post-header {
  background-color: transparent;
  padding: 0;
  margin: 0 0 20px;
}
.news-view-index .post.post-view .post-header h1 {
  text-align: left;
  margin-bottom: 5px;
  color: #432858;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}
.news-view-index .post.post-view .post-header h1:before {
  display: none;
}
.news-view-index .post.post-view .post-featured-item {
  margin-bottom: 20px;
}
.news-view-index .post.post-view .post-entry {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.news-view-index .post.post-view .post-entry .post-entry-text h2 {
  color: #432858;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}
.news-view-index .post.post-view .post-entry .date-author {
  margin-top: 0;
  font-family: 'Barlow';
}
.news-view-index .post.post-view .post-line-bottom {
  display: none;
}
/*Responsive-css*/
@media (min-width: 768px) and (max-width: 1023px) {
  .news-index-index .page-main .block.posts .news-lists li.post {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-index-index .page-main .block.posts .news-lists li.post {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-index-index .page-main .block.posts .news-lists li.post:last-child {
    margin-bottom: 0;
  }
}
/*customer-account-login*/
.customer-account-login .login-container {
  background-color: #ffffff;
  padding: 0px 15px 40px;
}
.customer-account-login .login-container .block {
  margin-bottom: 30px;
}
.customer-account-login .login-container .block .block-title {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 10px;
}
.customer-account-login .login-container .block .block-title strong {
  text-transform: capitalize;
  color: #432858;
}
.customer-account-login .login-container .block .block-content .form fieldset {
  margin: 0;
  position: relative;
}
.customer-account-login .login-container .block .block-content .form fieldset:after {
  position: absolute;
  margin: 0 !important;
  top: -44px;
  right: 0;
  font-size: 14px;
  font-weight: 500;
}
.customer-account-login .login-container .block .block-content .form fieldset .field {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.customer-account-login .login-container .block .block-content .form fieldset .field .label {
  width: 120px;
  padding: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  text-align: left;
}
.customer-account-login .login-container .block .block-content .form fieldset .field .control {
  width: calc(100% - 130px);
  float: right;
}
.customer-account-login .login-container .block .block-content .form fieldset .field .control input {
  font-size: 14px;
  color: #a8a5a6;
  box-shadow: none;
  outline: none;
  height: 50px;
  width: 100%;
  border-color: #eae9e9;
}
.customer-account-login .login-container .block .block-content .form fieldset .field .control div.mage-error {
  font-size: 14px;
}
.customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar {
  width: 100%;
  padding-left: 130px;
  margin: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar .primary {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
}
.customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar .primary button {
  background: #432858;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
}
.customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar .primary button:hover {
  background: #f08217;
}
.customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar .secondary .action {
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  margin: 0;
}
.customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #f08217;
}
.customer-account-login .login-container .block .block-content p {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 15px;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar {
  width: 100%;
  padding: 0;
  margin: 0;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary a {
  background: #432858;
  border: none;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 10px 15px;
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary a:hover {
  background: #f08217;
}
/*customer-account-forgotpassword*/
.customer-account-forgotpassword .password,
.customer-account-createpassword .password {
  background-color: #ffffff;
  padding: 0px 15px 40px;
  width: 100% !important;
  min-width: 1px;
}
.customer-account-forgotpassword .password fieldset,
.customer-account-createpassword .password fieldset {
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}
.customer-account-forgotpassword .password fieldset .field,
.customer-account-createpassword .password fieldset .field {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.customer-account-forgotpassword .password fieldset .field:last-child,
.customer-account-createpassword .password fieldset .field:last-child {
  margin-bottom: 0;
}
.customer-account-forgotpassword .password fieldset .field .label,
.customer-account-createpassword .password fieldset .field .label {
  width: 200px;
  padding: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  text-align: left;
}
.customer-account-forgotpassword .password fieldset .field .control,
.customer-account-createpassword .password fieldset .field .control {
  width: calc(100% - 130px);
}
.customer-account-forgotpassword .password fieldset .field .control input,
.customer-account-createpassword .password fieldset .field .control input {
  font-size: 14px;
  color: #a8a5a6;
  box-shadow: none;
  outline: none;
  height: 50px;
  width: 100%;
  border-color: #eae9e9;
}
.customer-account-forgotpassword .password fieldset .field .control .nested .field,
.customer-account-createpassword .password fieldset .field .control .nested .field {
  margin: 0;
}
.customer-account-forgotpassword .password fieldset .field .control .nested .field .control img,
.customer-account-createpassword .password fieldset .field .control .nested .field .control img {
  margin-bottom: 0;
}
.customer-account-forgotpassword .password fieldset .field .control .nested .field .control button,
.customer-account-createpassword .password fieldset .field .control .nested .field .control button {
  background: #432858;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 10px 15px;
}
.customer-account-forgotpassword .password fieldset .field .control .nested .field .control button:hover,
.customer-account-createpassword .password fieldset .field .control .nested .field .control button:hover {
  background: #f08217;
}
.customer-account-forgotpassword .password fieldset .field .control div.mage-error[generated],
.customer-account-createpassword .password fieldset .field .control div.mage-error[generated] {
  font-size: 14px;
}
.customer-account-forgotpassword .password .actions-toolbar,
.customer-account-createpassword .password .actions-toolbar {
  width: 50%;
  padding-left: 180px;
  margin: 0 !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.customer-account-forgotpassword .password .actions-toolbar .primary,
.customer-account-createpassword .password .actions-toolbar .primary {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
}
.customer-account-forgotpassword .password .actions-toolbar .primary button,
.customer-account-createpassword .password .actions-toolbar .primary button {
  background: #432858;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
}
.customer-account-forgotpassword .password .actions-toolbar .primary button:hover,
.customer-account-createpassword .password .actions-toolbar .primary button:hover {
  background: #f08217;
}
.customer-account-forgotpassword .password .actions-toolbar .secondary .action,
.customer-account-createpassword .password .actions-toolbar .secondary .action {
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  margin: 0;
}
.customer-account-forgotpassword .password .actions-toolbar .secondary .action:hover,
.customer-account-createpassword .password .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #f08217;
}
/*customer-account-createpassword*/
.customer-account-createpassword .password {
  padding: 0;
}
.customer-account-createpassword .password .actions-toolbar {
  padding-left: 198px;
  width: auto;
}
.customer-account-createpassword .form.password.reset {
  padding: 30px 0;
  padding-left: 15px;
}
.customer-account-createpassword .form.password.reset .fieldset {
  width: 100%;
  max-width: 600px;
}
.customer-account-createpassword .form.password.reset .fieldset .field .control {
  padding-left: 20px;
}
/*customer-account-create*/
.customer-account-create .form-create-account {
  background-color: #ffffff;
  padding: 0px 15px 40px;
  width: 100% !important;
  min-width: 1px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.customer-account-create .form-create-account fieldset {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
  width: 48%;
}
.customer-account-create .form-create-account fieldset .legend {
  font-size: 20px;
  margin: 0 0 10px 180px;
  font-weight: 500;
}
.customer-account-create .form-create-account fieldset .field {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.customer-account-create .form-create-account fieldset .field:last-child {
  margin-bottom: 0;
}
.customer-account-create .form-create-account fieldset .field.choice {
  padding-left: 180px;
}
.customer-account-create .form-create-account fieldset .field.choice .label {
  width: auto;
  padding: 0;
}
.customer-account-create .form-create-account fieldset .field.choice:before {
  display: none;
}
.customer-account-create .form-create-account fieldset .field .label {
  width: 200px;
  padding: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  text-align: left;
}
.customer-account-create .form-create-account fieldset .field .control {
  width: calc(100% - 130px);
}
.customer-account-create .form-create-account fieldset .field .control input {
  font-size: 14px;
  color: #a8a5a6;
  box-shadow: none;
  outline: none;
  height: 50px;
  width: 100%;
  border-color: #eae9e9;
}
.customer-account-create .form-create-account fieldset .field .control .nested .field {
  margin: 0;
}
.customer-account-create .form-create-account fieldset .field .control .nested .field .control img {
  margin-bottom: 0;
}
.customer-account-create .form-create-account fieldset .field .control .nested .field .control button {
  background: #432858;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 10px 15px;
}
.customer-account-create .form-create-account fieldset .field .control .nested .field .control button:hover {
  background: #f08217;
}
.customer-account-create .form-create-account fieldset .field .control div.mage-error[generated] {
  font-size: 14px;
}
.customer-account-create .form-create-account .actions-toolbar {
  width: 100%;
  padding-left: 180px;
  margin: 0 !important;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.customer-account-create .form-create-account .actions-toolbar:after,
.customer-account-create .form-create-account .actions-toolbar:before {
  display: none;
}
.customer-account-create .form-create-account .actions-toolbar .primary {
  order: 2;
}
.customer-account-create .form-create-account .actions-toolbar .primary button {
  background: #432858;
  border: none;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
}
.customer-account-create .form-create-account .actions-toolbar .primary button:hover {
  background: #f08217;
}
.customer-account-create .form-create-account .actions-toolbar .secondary .action {
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  margin: 0;
}
.customer-account-create .form-create-account .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #f08217;
}
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main {
  margin-top: 50px;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  background-color: #ffffff;
  padding: 15px;
}
.customer-account-login .page-title-wrapper h1,
.customer-account-create .page-title-wrapper h1,
.customer-account-forgotpassword .page-title-wrapper h1,
.customer-account-createpassword .page-title-wrapper h1 {
  color: #432858;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 0;
  padding-bottom: 15px;
}
/*Responsive-css*/
/*768-1440*/
@media (min-width: 768px) and (max-width: 1440px) {
  .customer-account-forgotpassword .password fieldset {
    width: 85%;
    max-width: 600px;
  }
  .customer-account-forgotpassword .password fieldset .field .control {
    padding-left: 20px;
  }
  .customer-account-forgotpassword .password fieldset .field .control .nested .field .control {
    width: 100%;
    padding-left: 0px;
  }
  .customer-account-forgotpassword .password .actions-toolbar {
    width: 85%;
    max-width: 600px;
  }
}
/*768-991*/
@media (min-width: 768px) and (max-width: 991px) {
  .customer-account-login .page-main,
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main {
    margin-top: 25px;
  }
  .customer-account-login .login-container .block .block-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .field {
    font-size: 14px;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .field .label {
    width: 100px;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar {
    padding: 0;
  }
  .customer-account-create .form-create-account {
    padding: 0px 15px 20px;
  }
  .customer-account-create .form-create-account fieldset {
    width: 48%;
    margin-bottom: 10px;
  }
  .customer-account-create .form-create-account fieldset .legend {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .customer-account-create .form-create-account fieldset .field {
    margin-bottom: 10px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .customer-account-create .form-create-account fieldset .field.confirmation {
    margin-bottom: 0;
  }
  .customer-account-create .form-create-account fieldset .field.choice {
    padding-left: 0;
  }
  .customer-account-create .form-create-account fieldset .field .label {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .customer-account-create .form-create-account fieldset .field .control {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    width: 100%;
    padding: 0;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary {
    margin: 0;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary button {
    text-transform: capitalize;
  }
}
/*767*/
@media (max-width: 767px) {
  .customer-account-login .page-main,
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main {
    margin-top: 25px;
  }
  .customer-account-login .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper {
    background-color: #ffffff;
    padding: 10px 15px 0 15px;
  }
  .customer-account-login .page-title-wrapper h1,
  .customer-account-create .page-title-wrapper h1,
  .customer-account-forgotpassword .page-title-wrapper h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .customer-account-login .login-container {
    padding: 15px 15px 20px;
  }
  .customer-account-login .login-container .block + .block {
    margin-top: 30px;
  }
  .customer-account-login .login-container .block .block-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .field {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .field .label {
    width: 100%;
    padding: 0;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .field .control {
    width: 100%;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar {
    padding: 0;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar .primary {
    margin: 0;
    padding-right: 10px;
    flex-grow: inherit;
  }
  .customer-account-login .login-container .block .block-content .form fieldset .actions-toolbar .secondary .action {
    font-size: 14px;
  }
  .customer-account-login .login-container .block .block-content .form fieldset:after {
    top: 34px;
    font-size: 13px;
  }
  .customer-account-forgotpassword .password {
    padding: 15px 15px 20px;
  }
  .customer-account-forgotpassword .password fieldset {
    width: 100%;
    margin-bottom: 20px;
  }
  .customer-account-forgotpassword .password fieldset .field {
    font-size: 14px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .customer-account-forgotpassword .password fieldset .field .label {
    width: 100%;
    padding: 0;
  }
  .customer-account-forgotpassword .password fieldset .field .control {
    width: 100%;
  }
  .customer-account-forgotpassword .password fieldset .field .control .nested .field .control img {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 15px;
  }
  .customer-account-forgotpassword .password .actions-toolbar {
    width: 100%;
    padding: 0;
  }
  .customer-account-forgotpassword .password .actions-toolbar .primary {
    padding-right: 10px;
    margin: 0;
    flex-grow: inherit;
  }
  .customer-account-forgotpassword .password .actions-toolbar .primary button {
    text-transform: capitalize;
  }
  .customer-account-create .form-create-account {
    padding: 15px 15px 20px;
  }
  .customer-account-create .form-create-account fieldset {
    width: 100%;
    margin-bottom: 20px;
  }
  .customer-account-create .form-create-account fieldset .legend {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .customer-account-create .form-create-account fieldset .field {
    margin-bottom: 10px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .customer-account-create .form-create-account fieldset .field.confirmation {
    margin-bottom: 0;
  }
  .customer-account-create .form-create-account fieldset .field.choice {
    padding: 0;
  }
  .customer-account-create .form-create-account fieldset .field .label {
    width: 100%;
    padding: 0;
  }
  .customer-account-create .form-create-account fieldset .field .control {
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    width: 100%;
    padding: 0;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary {
    padding-right: 10px;
    margin: 0;
    flex-grow: inherit;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary button {
    text-transform: capitalize;
  }
  .customer-account-createpassword .password fieldset {
    max-width: 100%;
  }
  .customer-account-createpassword .password fieldset .field {
    display: block;
  }
  .customer-account-createpassword .password fieldset .field .label {
    width: 100%;
  }
  .customer-account-createpassword .password fieldset .field .control {
    width: 100%;
    padding-left: 0 !important;
  }
  .customer-account-createpassword .password .actions-toolbar {
    display: inline-block;
    padding-left: 0 !important;
  }
}
.cms-page-view .column.main ul li,
.cms-page-view .column.main ol li {
  list-style: disc;
  margin: 2px 30px;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest {
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest h2 {
  font-size: 20px;
  font-weight: bold;
  color: #432858;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius {
  margin-top: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group .input-text {
  height: 50px;
  width: 100%;
  border-color: #e6e6e6;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group #postcode-error {
  position: absolute;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group .find {
  position: absolute;
  top: 50%;
  right: 5px;
  background-color: #f18218;
  color: #ffffff;
  border: none;
  min-width: 90px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group .find:hover {
  background-color: #432858;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect {
  width: 260px;
  flex-grow: initial;
  padding-left: 35px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect label {
  margin: 0;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}
.cms-page-view .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect select {
  height: 50px;
  width: 100%;
  border-color: #e6e6e6;
  background: #ffffff url(../images/select-arrow-small.png) calc(90%);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  color: #040107;
  font-weight: 500;
  font-size: 12px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul {
  margin-bottom: 30px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li {
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li:last-child {
  margin-bottom: 0;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .key-tag {
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #ee1d25;
  padding: 4px 8px;
  display: inline-block;
  text-align: center;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 600;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-img {
  background-color: #f6f6f8;
  width: 116px;
  height: 116px;
  padding: 13px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail {
  width: calc(100% - 150px);
  position: relative;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail .miles {
  color: #b5b5b5;
  font-size: 12px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail .miles strong {
  font-weight: 500;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail h3 {
  font-size: 16px;
  font-weight: bold;
  color: #432858;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail p {
  color: #040107;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 13px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags {
  margin-bottom: 14px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span {
  padding: 2px 5px;
  font-size: 12px;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-tbc {
  background-color: #da291c;
  color: #fedd00;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-def {
  background-color: #470a68;
  color: #ffffff;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-zer {
  background-color: #fe5000;
  color: #ffffff;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-buzz {
  background-color: #ffd700;
  color: #da291c;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-up {
  background-color: #1a1e51;
  color: #fedd00;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul {
  margin-bottom: 0;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li {
  display: inline-block;
  border-right: 1px solid #dddddd;
  line-height: normal;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  background-color: transparent;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li:last-child {
  border: none;
  margin: none;
  padding: none;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li a {
  color: #040107;
  font-size: 13px;
  font-weight: 500;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li a:hover {
  text-decoration: none;
}
.cms-page-view .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li strong {
  text-transform: uppercase;
  color: #432858;
  font-weight: bold;
  font-size: 13px;
}
.cms-page-view .find-stockist .find-stockist-location .view-more {
  text-align: center;
}
.cms-page-view .find-stockist .find-stockist-location .view-more a {
  min-width: 210px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background-color: #432858;
  text-transform: uppercase;
  color: #fafafa;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.cms-page-view .find-stockist .find-stockist-location .view-more a:hover {
  background-color: #f08217;
  text-decoration: none;
}
.cms-page-view .find-stockist .find-stockist-location .paging .pager .pages .items.pages-items {
  float: right;
}
.cms-page-view .find-stockist .find-stockist-location .paging .pager .pages .items.pages-items .item .action {
  border: 0;
  width: auto;
}
.cms-page-view .find-stockist .find-stockist-location .paging .pager .pages .items.pages-items .item .action:before {
  margin: 0 -15px;
  line-height: 55px;
}
.cms-page-view .find-stockist .find-stockist-location .paging .pager .pages .items.pages-items .item .action.previous {
  margin-right: 0;
}
.cms-page-view .find-stockist .find-stockist-location .paging .pager .pages .items.pages-items .item .action.next {
  margin-left: 0;
}
.catalogsearch-result-index .page-title-wrapper h1 {
  padding: 10px 15px;
  background-color: #f6f6f7;
  font-size: 26px;
  color: #432858;
  line-height: normal;
  margin-bottom: 15px;
}
/*767*/
@media (max-width: 767px) {
  .catalogsearch-result-index .page-title-wrapper h1 {
    font-size: 20px;
  }
}
header .right-header .header-right-bottom .minicart-wrapper {
  margin-left: 30px;
  margin-right: 10px;
}
header .right-header .header-right-bottom .minicart-wrapper .action.showcart:before {
  background: url(../images/cart-icon.png) no-repeat center left;
  padding: 0px;
  width: 30px;
  height: 31px;
  content: "";
}
header .right-header .header-right-bottom .minicart-wrapper .action .counter {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  margin: 0;
  font-size: 9px;
  line-height: 28px;
  font-weight: 600;
  background: #432858;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart {
  margin-top: 10px;
  border-color: #eae9e9;
  box-shadow: none;
  padding: 20px;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .subtitle:not(.empty) {
  display: none !important;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .items-total {
  margin: 0;
  display: block;
  float: none;
  display: none;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .subtotal {
  margin: 20px 0 15px;
  line-height: 1;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .subtotal .label {
  float: left;
  font-size: 18px;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .subtotal .amount .price {
  font-weight: 600;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .primary {
  margin: 0;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .primary .action.primary {
  background-color: #f08217;
  color: #fafafa;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .primary .action.primary:hover {
  background-color: #432858;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .secondary {
  margin: 0;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .secondary a.viewcart {
  background-color: transparent;
  color: #432858;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: none;
  text-transform: uppercase;
  padding: 0;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .secondary a.viewcart:hover {
  color: #f08217;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border-color: #eae9e9;
  height: auto !important;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li {
  border-color: #eae9e9;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-photo {
  width: 70px;
  border: 1px solid #eae9e9;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-photo .product-image-container {
  display: initial;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-photo img {
  height: auto !important;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details {
  padding: 0;
  width: calc(100% - 90px);
  float: right;
  position: relative;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-name {
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-name a {
  font-size: 16px;
  font-weight: 600;
  color: #432858;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-name a:hover {
  text-decoration: none;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-pricing {
  display: inline-block;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-pricing .price-container {
  margin-bottom: 0px;
  margin-right: 0;
  clear: none;
  position: relative;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-pricing .price-container span {
  margin: 0;
  display: block !important;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-pricing .price-container span .price {
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  line-height: 18px;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-pricing .details-qty {
  position: relative;
  display: flex;
  align-items: center;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-pricing .details-qty .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #432858;
  line-height: 32px;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product-item-pricing .details-qty input {
  margin: 0 5px;
  padding: 0 1px;
}
header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li .product .product-item-details .product.actions {
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 3px;
  z-index: 999;
}
.modals-overlay {
  z-index: 9999 !important;
}
.modal-popup {
  z-index: 99999 !important;
}
.modal-popup .modal-inner-wrap .modal-header {
  padding: 20px;
  height: auto;
  line-height: normal;
  display: inline-block;
  border: none;
}
.modal-popup .modal-inner-wrap .modal-header .action-close {
  padding: 4px;
  background-color: #f08217;
}
.modal-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #fafafa;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 15px !important;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 20px;
  height: auto;
  background: transparent;
}
.modal-popup .modal-inner-wrap .modal-footer button {
  background-color: #f08217;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #fafafa;
  margin: 0 5px 0 0;
  float: left;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.modal-popup .modal-inner-wrap .modal-footer button:last-child {
  margin-right: 0;
}
.modal-popup .modal-inner-wrap .modal-footer button:hover {
  background-color: #432858;
}
.checkout-cart-index .top-bar:after {
  display: none;
}
.minicart-wrapper .update-cart-item {
  padding: 3px 8px;
  font-weight: 400;
  font-size: 1rem;
  height: 32px;
  line-height: 1;
}
.minicart-wrapper .update-cart-item span {
  line-height: normal;
  font-size: 14px;
}
/*responsive-css*/
/*992px-1160*/
@media (min-width: 992px) and (max-width: 1160px) {
  header .right-header .header-right-bottom .block-search {
    margin-left: 0;
  }
}
/*991px*/
@media (max-width: 991px) {
  header .right-header .header-right-bottom .minicart-wrapper {
    margin-top: 0;
    margin-left: 10px;
  }
  header .right-header .header-right-bottom .minicart-wrapper .action:before {
    width: 22px;
    height: 25px;
    background-size: 100%;
  }
}
/*767px*/
@media (max-width: 767px) {
  header .right-header .header-right-bottom .minicart-wrapper .block-minicart {
    width: 300px;
    right: -40px;
  }
  header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .primary .action.primary {
    font-size: 16px;
    font-weight: 600;
  }
  header .right-header .header-right-bottom .minicart-wrapper .block-minicart .block-content .actions .secondary a.viewcart {
    font-size: 16px;
    font-weight: 600;
  }
}
/*574px*/
@media only screen and (max-width: 574px) {
  .minicart-wrapper .update-cart-item {
    float: none;
  }
}
.catalog-product-view .top-bar {
  background-color: #f6f6f6;
}
.catalog-product-view .price-label {
  display: none !important;
}
.catalog-product-view .product.media {
  background-color: transparent;
  width: 48%;
  position: relative;
  margin: 0;
}
.catalog-product-view .product.media .product-labels {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  text-align: right;
  width: 100%;
}
.catalog-product-view .product.media .product-labels img,
.catalog-product-view .product.media .product-labels span {
  display: inline-block;
  margin: 0.3vw;
}
.catalog-product-view .product.media .product-labels img {
  width: 14%;
}
.catalog-product-view .product.media .gallery-placeholder {
  width: 100%;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__fullscreen-icon {
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  background: #432858;
  position: absolute;
  display: block !important;
  opacity: 1 !important;
  transform: initial !important;
  top: initial !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__fullscreen-icon:after {
  font-family: "Fontawesome";
  content: "\f002";
  font-size: 22px;
  line-height: normal;
  position: absolute;
  top: 50%;
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage .fotorama__arr {
  top: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage .fotorama__arr:after {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after {
  content: "\f105";
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage .fotorama__arr .fotorama__arr__arr {
  background: transparent;
  width: 50px;
  height: 40px;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage .fotorama__arr .fotorama__arr__arr:after {
  font-family: "Fontawesome";
  font-size: 40px;
  line-height: normal;
  line-height: 40px;
  content: "\f104";
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap {
  margin-top: 10px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__frame {
  background-color: transparent;
  margin: 0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
  background-color: transparent;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.6);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__thumb-border {
  border-color: #f08217;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame {
  width: 22px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  left: 0;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-color: #f08217;
  background-color: #f08217;
}
.catalog-product-view .product.media .zoomimg {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #432858;
  font-size: 0;
  bottom: 30px;
  right: 30px;
}
.catalog-product-view .product.media .zoomimg:after {
  font-family: "Fontawesome";
  content: "\f002";
  font-size: 22px;
  line-height: normal;
  position: absolute;
  top: 50%;
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catalog-product-view .product-info-main {
  width: 50%;
}
.catalog-product-view .product-info-main .category-title {
  text-transform: uppercase;
  color: #432858;
  font-size: 20px;
  padding-left: 15px;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  padding-left: 15px;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin: 0 0 20px;
  font-size: 40px;
  color: #432858;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
.catalog-product-view .product-info-main .product-info-price:after {
  content: "";
  clear: both;
  display: table;
}
.catalog-product-view .product-info-main .product-info-price .product-info-box {
  margin: 0 0 20px;
  padding: 10px 15px;
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.5);
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-info-price .product.overview {
  padding-left: 15px;
  margin: 0 0 20px;
  color: #221f20;
  font-size: 16px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-info-price .product.overview .value p {
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature {
  margin: 0 0 20px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature > p {
  margin-bottom: 15px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature ul {
  margin: 0 0 20px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature ul li {
  color: #1d1d1b;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .key-feature ul li:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .key-feature ul li:before {
  font-family: "Fontawesome";
  content: "\f00c";
  font-size: 10px;
  color: #f08217;
  top: -1px;
  margin-right: 8px;
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .key-feature a {
  padding-left: 0;
  color: #f08217;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .product-info-price .key-feature a:hover {
  color: #432858;
  text-decoration: none;
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span {
  display: inline-block;
  margin: 0 15px 10px 0;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span:before {
  font-family: 'stv-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span.core-product:before {
  content: "\e901";
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span.clipstrip:before {
  content: "\e905";
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span.stack-a-pack:before {
  content: "\e900";
  font-size: 22px;
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span.hotspot-display:before {
  content: "\e902";
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span.double-sided-display:before {
  content: "\e904";
}
.catalog-product-view .product-info-main .product-info-price .key-feature .product-icons span.floor-display:before {
  content: "\e903";
}
.catalog-product-view .product-info-main .product-info-price .additional-price-block {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product-info-price .additional-price-info {
  margin: 0;
  padding: 0;
  width: 65%;
}
.catalog-product-view .product-info-main .product-info-price .additional-price-info > p {
  width: 50%;
  float: left;
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .additional-price-info:after {
  content: "";
  clear: both;
  display: table;
}
.catalog-product-view .product-info-main .product-info-price .discount-box-1,
.catalog-product-view .product-info-main .product-info-price .discount-box-2 {
  float: left;
  margin-bottom: 20px !important;
  font-size: 16px;
  padding: 10px !important;
}
.catalog-product-view .product-info-main .product-info-price .discount-box-2 {
  margin-left: 10%;
}
.catalog-product-view .product-info-main .product-info-price .price-labels {
  width: 35%;
}
.catalog-product-view .product-info-main .product-info-price .price-labels img,
.catalog-product-view .product-info-main .product-info-price .price-labels span {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-price .price-labels img {
  width: 35%;
}
.catalog-product-view .product-info-main .product-add-form {
  border-top: 1px solid #eae9e9;
  padding: 20px 15px 0 15px;
}
.catalog-product-view .product-info-main .product-add-form form {
  position: relative;
}
.catalog-product-view .product-info-main .product-add-form form .pack-size {
  font-size: 12px;
  text-transform: uppercase;
  color: #1d1d1b;
  top: 0;
}
.catalog-product-view .product-info-main .product-add-form form .trade-price {
  margin-bottom: -35px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #f08217;
  float: left;
}
.catalog-product-view .product-info-main .product-add-form form .trade-price span {
  display: inline-block;
  margin-left: 34px;
  text-decoration: line-through;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block {
  clear: both;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .price-box {
  padding: 0 150px 0 0;
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .price-box:before {
  display: none;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .price-box .price-container .price-excluding-tax {
  display: none !important;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .price-box .price-container .price-including-tax .price {
  color: #432858;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .price-box .price-container .price-including-tax .price:before {
  font-size: 13px;
  margin-right: 8px;
  color: #040107;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .price-box .price-container .price-including-tax .price:after {
  font-size: 13px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .find-stockist {
  background-color: #e7e5ea;
  border: none;
  min-width: 300px;
  color: #ea8020;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal;
  padding: 15px 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .find-stockist i {
  font-size: 20px;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .find-stockist:hover {
  background-color: #f08217;
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box {
  margin: 10px 0 0!important;
  position: relative;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box:before {
  content: "your pack price";
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #1d1d1b;
  position: relative;
  top: -4px;
  left: 0;
  margin-right: 5px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-excluding-tax {
  display: block !important;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-excluding-tax .price {
  color: #432858;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-excluding-tax .price:after {
  content: "ex VAT";
  font-weight: 500;
  margin-left: 3px;
  font-size: 12px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-including-tax {
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-including-tax .price {
  font-size: 13px;
  color: rgba(29, 29, 27, 0.5);
  line-height: normal;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-including-tax .price:before {
  content: "RRP";
  margin-right: 3px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-including-tax .price:after {
  content: "inc VAT";
  font-weight: 400;
  margin-left: 3px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box .price-container .price-wrapper .price {
  letter-spacing: -0.5px;
  font-size: 28px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart {
  margin: 0;
  padding-left: 50px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset {
  margin: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty {
  margin: 0;
  padding: 0;
  text-align: center;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .label {
  font-size: 13px;
  color: #1d1d1b;
  text-transform: uppercase;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .label span {
  font-weight: bold;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control {
  position: relative;
  text-align: center;
  width: 125px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control input {
  width: calc(100% - 79px);
  height: 52px;
  color: rgba(34, 31, 32, 0.75);
  font-size: 13px;
  border: 1px solid #eae9e9;
  text-align: center;
  position: relative;
  z-index: 99;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control div.mage-error,
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control div.mage-error[generated] {
  position: absolute;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control .quantity-nav {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control .quantity-nav .quantity-button {
  width: 40px;
  height: 45px;
  background-color: #f0f0f0;
  border: 1px solid #eae9e9;
  color: #432858;
  font-weight: bold;
  float: left;
  font-size: 20px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control .quantity-nav .quantity-button.quantity-up {
  float: right;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions {
  margin: 30px 0 0 0;
  padding: 0 0 0 30px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions button {
  font-size: 20px;
  font-weight: bold;
  border: none;
  background-color: #432858;
  padding: 10px;
  text-transform: uppercase;
  line-height: normal;
  min-width: 220px;
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions button span {
  background: url(../images/add-to-cart-icon.png) no-repeat center left;
  padding-left: 30px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions button:hover {
  background-color: #f08217;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions .towishlist {
  line-height: normal;
  padding: 0;
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #432858;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  background: none;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions .towishlist span:before {
  content: "\f08a";
  font-family: "Fontawesome";
  font-size: 12px;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions .towishlist:hover {
  text-decoration: none;
  color: #f08217;
}
.catalog-product-view .product.info {
  margin: 50px 0 35px 0;
  position: relative;
  z-index: 99;
  background-color: #f6f6f7;
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product.info .items {
  margin: 0 !important;
}
.catalog-product-view .product.info:after {
  background-color: #f6f6f7;
  position: absolute;
  content: "";
  left: -50vw;
  right: -50vw;
  top: 0;
  height: 100%;
  z-index: -1;
}
.catalog-product-view .product.info .product .title {
  margin: 0 15px 0 0;
}
.catalog-product-view .product.info .product .title.active a {
  color: #432858 !important;
  border-bottom: 3px solid #432858 !important;
}
.catalog-product-view .product.info .product .title:before {
  height: 1px;
  background: #e6e6e7;
  position: absolute;
  top: 50px;
  width: 100%;
  content: "";
  left: 0;
  right: 0;
}
.catalog-product-view .product.info .product .title a {
  height: auto !important;
  padding: 12px !important;
  line-height: normal !important;
  background-color: transparent !important;
  border: none !important;
  display: block !important;
  font-size: 20px !important;
  text-transform: uppercase;
  color: rgba(1, 1, 3, 0.25) !important;
  font-weight: bold !important;
}
.catalog-product-view .product.info .product .content {
  margin-top: 70px;
  padding: 15px !important;
  background-color: transparent !important;
  border: none;
}
.catalog-product-view .product.info .product .content .description ul {
  list-style-type: disc;
  padding: 20px 0 20px 20px;
}
.catalog-product-view .product.info .product .content .description ul li {
  list-style: disc;
}
.catalog-product-view .product.info .product .content .faq-content h3,
.catalog-product-view .product.info .product .content .product-support-content h3 {
  color: #432858;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.catalog-product-view .product.info .product .content .faq-content p,
.catalog-product-view .product.info .product .content .product-support-content p {
  color: #221f20;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
  margin: 0;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest {
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest h2 {
  font-size: 20px;
  font-weight: bold;
  color: #432858;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius {
  margin-top: 15px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group {
  margin: 0;
  position: relative;
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group .input-text {
  height: 50px;
  width: 100%;
  border-color: #e6e6e6;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group .find {
  position: absolute;
  top: 50%;
  right: 5px;
  background-color: #f18218;
  color: #ffffff;
  border: none;
  min-width: 90px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group .find:hover {
  background-color: #432858;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect {
  width: 260px;
  flex-grow: initial;
  padding-left: 35px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect label {
  margin: 0;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect select {
  height: 50px;
  width: 100%;
  border-color: #e6e6e6;
  background: #ffffff url(../images/select-arrow-small.png) calc(90%);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  color: #040107;
  font-weight: 500;
  font-size: 12px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul {
  margin-bottom: 30px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li {
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .key-tag {
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #ee1d25;
  padding: 4px 8px;
  display: inline-block;
  text-align: center;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 600;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-img {
  background-color: #f6f6f8;
  width: 116px;
  height: 116px;
  padding: 13px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail {
  width: calc(100% - 150px);
  position: relative;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail .miles {
  color: #b5b5b5;
  font-size: 12px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail .miles strong {
  font-weight: 500;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail h3 {
  font-size: 16px;
  font-weight: bold;
  color: #432858;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail p {
  color: #040107;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 13px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags {
  margin-bottom: 14px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span {
  padding: 2px 5px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-tbc {
  background-color: #da291c;
  color: #fedd00;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-def {
  background-color: #470a68;
  color: #ffffff;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-zer {
  background-color: #fe5000;
  color: #ffffff;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-buzz {
  background-color: #ffd700;
  color: #da291c;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul.tags li span.tag-up {
  background-color: #1a1e51;
  color: #fedd00;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul {
  margin-bottom: 0;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li {
  display: inline-block;
  border-right: 1px solid #dddddd;
  line-height: normal;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  background-color: transparent;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li:last-child {
  border: none;
  margin: none;
  padding: none;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li a {
  color: #040107;
  font-size: 13px;
  font-weight: 500;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li a:hover {
  text-decoration: none;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li strong {
  text-transform: uppercase;
  color: #432858;
  font-weight: bold;
  font-size: 13px;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .view-more {
  text-align: center;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .view-more a {
  min-width: 210px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background-color: #432858;
  text-transform: uppercase;
  color: #fafafa;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .view-more a:hover {
  background-color: #f08217;
  text-decoration: none;
}
.catalog-product-view .product.info .product .content .table-wrapper {
  margin: 0;
}
.catalog-product-view .product.info .product .content .table-wrapper table {
  margin: 0;
}
.catalog-product-view .product.info .product .content .table-wrapper table tr th {
  padding: 8px;
  color: #432858;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}
.catalog-product-view .product.info .product .content .table-wrapper table tr td {
  padding: 8px;
  font-size: 16px;
  color: #432858;
  line-height: normal;
}
.catalog-product-view .product.info .product .content .description .value {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.catalog-product-view .product.info .product .content .description .value .i-detail {
  width: 45%;
}
.catalog-product-view .product.info .product .content .description .value .i-detail h3 {
  color: #221f20;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.catalog-product-view .product.info .product .content .description .value .i-detail p {
  color: #221f20;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
}
.catalog-product-view .product.info .product .content .description .value .i-detail .key-feature ul li {
  color: #1d1d1b;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.catalog-product-view .product.info .product .content .description .value .i-detail .key-feature ul li:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product.info .product .content .description .value .i-detail .key-feature ul li:before {
  font-family: "Fontawesome";
  content: "\f00c";
  font-size: 10px;
  color: #f08217;
  top: 50%;
  left: 0px;
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catalog-product-view .product.info .product .content .description .value .i-section {
  width: 50%;
}
.catalog-product-view .product.info .product .content .review-add .block-content .fieldset {
  margin-bottom: 0px;
}
.catalog-product-view .product.info .product .content .review-add .block-content .review-legend {
  margin-bottom: 15px !important;
}
.catalog-product-view .product.info .product .content .review-add .block-content .review-legend span {
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #432858;
  margin-bottom: 30px;
  display: block;
}
.catalog-product-view .product.info .product .content .review-add .block-content .review-legend strong {
  font-size: 20px;
  font-weight: 500;
  color: #432858;
  display: none;
}
.catalog-product-view .product.info .product .content .review-add .block-content .field {
  margin-bottom: 15px;
  overflow: hidden;
  clear: both;
}
.catalog-product-view .product.info .product .content .review-add .block-content .field label {
  width: 150px !important;
  padding: 0 !important;
  margin: 10px 0 0 0!important;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.5);
  font-weight: normal;
  text-align: left !important;
  float: left;
}
.catalog-product-view .product.info .product .content .review-add .block-content .field .control,
.catalog-product-view .product.info .product .content .review-add .block-content .field #amreview-email-field {
  width: calc(100% - 160px);
  float: right !important;
}
.catalog-product-view .product.info .product .content .review-add .block-content .field .control input,
.catalog-product-view .product.info .product .content .review-add .block-content .field #amreview-email-field input,
.catalog-product-view .product.info .product .content .review-add .block-content .field .control textarea,
.catalog-product-view .product.info .product .content .review-add .block-content .field #amreview-email-field textarea {
  background-color: #f6f6f6;
  height: 40px;
  border: none;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
.catalog-product-view .product.info .product .content .review-add .block-content .field .control textarea,
.catalog-product-view .product.info .product .content .review-add .block-content .field #amreview-email-field textarea {
  height: 110px;
}
.catalog-product-view .product.info .product .content .review-add .block-content .actions-toolbar {
  margin: 0;
  float: right;
}
.catalog-product-view .product.info .product .content .review-add .block-content .actions-toolbar button.action.submit.primary {
  background-color: #432858;
  color: #fafafa;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 500;
  border: none;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.catalog-product-view .product.info .product .content .review-add .block-content .actions-toolbar button.action.submit.primary:hover {
  background-color: #f08217;
}
.catalog-product-view .min-order-message {
  background-color: #f0f0f0;
  font-size: 13px;
  color: #ee1d25;
  font-weight: 500;
}
.catalog-product-view .min-order-message:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.related-block .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 15px;
  display: block;
  font-style: normal;
  color: #432858;
}
.related-block .products {
  margin: 0;
}
.custom-product-items.custom-product-5 .product-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.price-excluding-tax {
  display: none !important;
}
.fotorama--fullscreen {
  z-index: 9999 !important;
}
.amreview-submit-form .field.review-field-nickname.-half,
.amreview-submit-form .field.review-field-email {
  width: 100%;
  float: none;
}
#amreview-email-field {
  background-color: #f6f6f6;
  height: 40px;
  border: none;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
/*Responsive-css*/
/*1161-1440*/
@media (min-width: 1161px) and (max-width: 1440px) {
  .catalog-product-view .product-info-main .category-title {
    padding-left: 0px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper {
    padding-left: 0px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .product-info-price .product-info-box {
    padding: 10px 0px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .product-info-price .product.overview {
    padding-left: 0;
    margin: 0 0 10px;
    font-size: 16px;
  }
  .catalog-product-view .product-info-main .product-info-price .product.overview .value p {
    font-size: 16px;
  }
  .catalog-product-view .product-info-main .product-info-price .key-feature a {
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .product-add-form {
    padding: 15px 0;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .price-box {
    padding: 0 !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .find-stockist {
    margin-left: 30px;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .price-box {
    margin: 0 !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart {
    padding-left: 20px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions {
    padding: 0 0 0 10px!important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions button {
    min-width: 180px !important;
    font-size: 16px !important;
    height: 45px;
  }
}
/*992-1160*/
@media (min-width: 992px) and (max-width: 1160px) {
  .custom-product-items.custom-product-5 .product-item {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%;
  }
  .catalog-product-view .product-info-main .category-title {
    padding-left: 0px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper {
    padding-left: 0px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .product-info-price .product-info-box {
    padding: 10px 0px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .product-info-price .product.overview {
    padding-left: 0;
    margin: 0 0 10px;
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .product-info-price .key-feature a {
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .product-add-form {
    padding: 15px 0;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .price-box {
    margin: 0px !important;
    padding: 0 !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .find-stockist {
    min-width: 1px;
    padding: 15px;
    margin-left: auto;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .price-box {
    margin: 20px 0 10px!important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart {
    padding-left: 0 !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions {
    padding: 0 0 0 10px!important;
  }
}
/*991*/
@media (max-width: 991px) {
  .custom-product-items.custom-product-5 .product-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
  }
}
/*768-1160*/
@media (min-width: 768px) and (max-width: 1160px) {
  .catalog-product-view .product-info-main .product-add-form .trade-price {
    margin-bottom: 0 !important;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 5px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty {
    text-align: left !important;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty .control input {
    text-align: center !important;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions {
    padding: 0 0 0 10px!important;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions button {
    font-size: 16px !important;
    min-width: 180px !important;
    height: 45px;
  }
  .catalog-product-view .product.info {
    padding: 20px 0 0;
    margin: 20px 0;
  }
  .catalog-product-view .product.info .product .title:before {
    top: 44px;
  }
  .catalog-product-view .product.info .product .title a {
    font-size: 16px !important;
    padding: 10px 0!important;
  }
  .catalog-product-view .product.info .product .content .description .value .i-detail {
    width: 40%;
  }
  .catalog-product-view .product.info .product .content .description .value .i-detail h3 {
    margin-bottom: 5px;
  }
  .catalog-product-view .product.info .product .content .description .value .i-detail p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
  }
  .catalog-product-view .product.info .product .content .description .value .i-section {
    width: 55%;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest {
    padding: 10px;
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect {
    width: 200px;
    padding-left: 15px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail .miles {
    position: static;
  }
}
/*768-991*/
@media (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .product-info-main .category-title {
    padding-left: 0px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper {
    padding-left: 0px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .product-info-price .product-info-box {
    padding: 10px 0px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .product-info-price .product.overview {
    padding-left: 0;
    margin: 0 0 10px;
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .product-info-price .key-feature a {
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .product-info-price .additional-price-block .additional-price-info {
    width: 50%;
  }
  .catalog-product-view .product-info-main .product-info-price .additional-price-block .additional-price-info p {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-info-price .additional-price-block .price-labels {
    width: 50%;
  }
  .catalog-product-view .product-info-main .product-add-form {
    padding: 15px 0;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .price-box {
    margin: 0px 0 10px!important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .price-box {
    margin: 20px 0 10px!important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart {
    padding-left: 0 !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions {
    padding: 0 0 0 10px!important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions button {
    font-size: 16px !important;
    min-width: 180px !important;
  }
  .catalog-product-view .product.info .product .content .find-stockist .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .catalog-product-view .product.info .product .content .find-stockist .col-md-6 .location-map {
    margin-bottom: 15px;
  }
}
/*767*/
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.info {
    margin: 25px 0;
    padding: 0;
    background-color: transparent;
  }
  .catalog-product-view .product.info:after {
    display: none;
  }
  .catalog-product-view .product.info .product .title {
    margin: 0 0 2px;
  }
  .catalog-product-view .product.info .product .title:before {
    display: none;
  }
  .catalog-product-view .product.info .product .title.active a {
    border-width: 2px !important;
    background-color: #432858 !important;
    color: #ffffff !important;
  }
  .catalog-product-view .product.info .product .title.active a:after {
    color: #ffffff !important;
    content: "\f106";
  }
  .catalog-product-view .product.info .product .title a {
    background-color: #f1f1f1 !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    padding: 10px !important;
    position: relative;
    color: #432858 !important;
    font-size: 18px !important;
  }
  .catalog-product-view .product.info .product .title a:after {
    font-family: "Fontawesome";
    content: "\f107";
    font-size: 18px;
    line-height: normal;
    color: #432858;
    position: absolute;
    font-weight: 500;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .catalog-product-view .product.info .product .content {
    margin-top: 0;
    padding: 20px 10px 10px 10px!important;
  }
  .catalog-product-view .product.info .product .content .faq-content h3 {
    font-size: 18px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .location-map {
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest {
    padding: 15px 0px;
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .location-nearest .search-radius .form-group.form-groupselect {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-img {
    width: 100px;
    height: 100px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail {
    width: calc(100% - 120px);
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail h3 {
    font-weight: 600;
    text-transform: capitalize;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail p {
    margin-bottom: 5px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li strong,
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li a {
    font-size: 12px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail .miles {
    top: -18px;
    right: -10px;
  }
  .catalog-product-view .product.info .product .content .description .value .i-detail {
    width: 100%;
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info .product .content .description .value .i-detail .key-feature ul li {
    font-size: 15px;
  }
  .catalog-product-view .product.info .product .content .description .value .i-section {
    width: 100%;
  }
  .catalog-product-view .product.info .product .content .review-add .block-content .review-form {
    max-width: 100%;
  }
  .catalog-product-view .product.info .product .content .review-add .block-content .review-legend {
    line-height: 1px;
  }
  .catalog-product-view .product.info .product .content .review-add .block-content .review-legend span {
    font-size: 18px;
  }
  .catalog-product-view .product.info .product .content .review-add .field {
    margin-bottom: 10px;
  }
  .catalog-product-view .product.info .product .content .review-add .field label {
    font-size: 14px;
  }
  .catalog-product-view .product.media {
    width: 100%;
    margin-bottom: 20px;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view .product.media .zoomimg {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 10px;
  }
  .catalog-product-view .product.media .zoomimg:after {
    font-size: 16px;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama__fullscreen-icon {
    display: none !important;
  }
  .catalog-product-view .product-info-main {
    width: 100%;
  }
  .catalog-product-view .product-info-main .category-title {
    padding: 0;
    font-size: 18px;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .page-title-wrapper {
    padding: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .catalog-product-view .product-info-main .product-info-price .product-info-box {
    padding: 10px 0px;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 13px;
  }
  .catalog-product-view .product-info-main .product-info-price .product.overview {
    padding-left: 0;
    margin: 0 0 15px;
  }
  .catalog-product-view .product-info-main .product-info-price .product.overview p {
    line-height: 24px;
  }
  .catalog-product-view .product-info-main .product-info-price .key-feature a {
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .product-info-price .key-feature ul {
    margin: 0 0 15px;
  }
  .catalog-product-view .product-info-main .product-info-price .key-feature ul li {
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .product-info-price .key-feature ul li:before {
    left: 0;
  }
  .catalog-product-view .product-info-main .product-info-price .additional-price-info {
    padding: 0;
  }
  .catalog-product-view .product-info-main .product-add-form {
    padding: 15px 0 0px 0px;
  }
  .catalog-product-view .product-info-main .product-add-form .trade-price {
    text-transform: capitalize !important;
    font-size: 12px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .trade-price span {
    margin-left: 30px !important;
    font-size: 13px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block {
    padding: 0;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .price-box {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .price-box .price-container .price-including-tax .price {
    font-size: 24px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .find-stockist {
    min-width: 1px !important;
    width: auto;
    padding: 10px 15px!important;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block.addto-notloggedin .find-stockist i {
    margin-right: 5px;
    font-size: 18px;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .price-box {
    margin: 20px 0 0!important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .price-box:before {
    text-transform: capitalize !important;
    font-size: 12px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .price-box .price-container .price-excluding-tax .price {
    font-size: 20px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .price-box .price-container .price-including-tax .price {
    font-size: 12px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart {
    padding-left: 30px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions {
    padding-left: 15px;
    margin-top: 32px;
  }
  .catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions button {
    font-size: 16px !important;
    min-width: 180px !important;
    height: 45px;
  }
  .catalog-product-view .related-block .block-title strong {
    text-transform: capitalize;
    padding-left: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .custom-product-items.custom-product-5 .product-item {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
  }
}
/*639*/
@media (max-width: 639px) {
  .catalog-product-view .product-info-main .product-add-form .trade-price {
    margin-bottom: -10px !important;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block {
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block .price-box {
    margin: 20px 0 15px!important;
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart {
    padding: 0 !important;
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .field.qty {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions {
    margin: 0;
    padding: 0 !important;
    width: 100%;
  }
}
/*479*/
@media (max-width: 479px) {
  .catalog-product-view .product-info-main .additional-price-block .additional-price-info {
    width: 50%;
  }
  .catalog-product-view .product-info-main .additional-price-block .additional-price-info p {
    width: 100%;
  }
  .catalog-product-view .product-info-main .additional-price-block .price-labels {
    width: 50%;
    text-align: center;
  }
  .catalog-product-view .product-info-main .additional-price-block .price-labels img {
    width: 50%;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .price-box {
    margin: 0 0 15px!important;
    text-align: center;
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block.addto-notloggedin .find-stockist {
    width: 100%;
    margin: 0;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul {
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li {
    padding: 10px;
    margin-bottom: 0;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-img {
    margin: auto auto 15px;
    padding: 15px;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail {
    width: 100%;
    text-align: center;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail ul li {
    border: none;
    padding: 0;
    margin-right: 0;
  }
  .catalog-product-view .product.info .product .content .find-stockist .find-stockist-location .find-stockist-list ul li .stockist-list-detail .miles {
    position: static;
  }
  .custom-product-items.custom-product-5 .product-item {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }
}
/*439*/
@media (max-width: 439px) {
  .catalog-product-view .product-info-main .product-info-price .discount-box-1,
  .catalog-product-view .product-info-main .product-info-price .discount-box-2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.account .top-bar {
  background-color: #f6f6f6;
}
.account .top-bar:after {
  display: none;
}
.account .sidebar .account-nav {
  margin-bottom: 20px;
}
.account .sidebar .account-nav .title {
  position: static;
  height: auto;
  overflow: visible;
  margin: 0 0 15px;
  padding: 0;
  width: auto;
}
.account .sidebar .account-nav .title strong {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #432858;
  margin: 0;
  text-transform: uppercase;
}
.account .sidebar .account-nav .account-nav-content {
  background-color: #f6f6f6;
  padding: 0;
}
.account .sidebar .account-nav .account-nav-content ul li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #fafafa;
  display: inline-block;
}
.account .sidebar .account-nav .account-nav-content ul li:last-child {
  background-color: #fafafa;
  border: none;
}
.account .sidebar .account-nav .account-nav-content ul li:last-child a {
  font-weight: bold;
  padding: 15px 0;
}
.account .sidebar .account-nav .account-nav-content ul li:last-child a:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  line-height: normal;
  margin-left: 10px;
}
.account .sidebar .account-nav .account-nav-content ul li:last-child a:hover {
  background-color: #fafafa;
  color: #f08217;
}
.account .sidebar .account-nav .account-nav-content ul li.current a {
  padding: 0;
}
.account .sidebar .account-nav .account-nav-content ul li.current strong {
  background-color: #432858;
  color: #fafafa;
  width: 100%;
  display: block;
}
.account .sidebar .account-nav .account-nav-content ul li strong {
  padding: 15px !important;
  border: none !important;
  text-transform: uppercase;
  font-weight: 500;
}
.account .sidebar .account-nav .account-nav-content ul li a {
  padding: 15px;
  border: none;
  font-size: 14px;
  color: #432858;
  text-transform: uppercase;
  font-weight: 500;
}
.account .sidebar .account-nav .account-nav-content ul li a:hover {
  background-color: #432858;
  color: #fafafa;
}
.account .sidebar .account-nav .account-nav-content ul li span.delimiter {
  display: none;
}
.account .page-main .column .table-wrapper {
  width: 100%;
}
.account .page-main .column .table-wrapper table {
  margin-bottom: 0;
}
.account .page-main .column .table-wrapper table tfoot tr th {
  background: #f8f6f6;
}
.account .page-main .column .table-wrapper table tfoot tr td {
  background: #f8f6f6;
  border-left: 1px solid #eae9e9;
  font-weight: 700;
}
.account .page-main .column .table-wrapper tr {
  text-transform: uppercase;
  font-size: 12px;
}
.account .page-main .column .table-wrapper tr th {
  color: #432858;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  border-bottom: 1px solid #eae9e9;
}
.account .page-main .column .table-wrapper tr td {
  color: #1d1d1b;
  padding: 10px;
  border-bottom: 1px solid #eae9e9;
}
.account .page-main .column .table-wrapper tr td.actions a {
  color: #432858;
  font-weight: 600;
  border-right: 1px solid #eae9e9;
  padding-right: 10px;
  margin-right: 10px;
}
.account .page-main .column .table-wrapper tr td.actions a:last-child {
  border: none;
  padding: 0;
}
.account .page-main .column .table-wrapper tr td.actions a:hover {
  text-decoration: none;
  color: #f08217;
}
.account .page-main .column .table-wrapper tr td .price-excluding-tax {
  display: inline-block !important;
  font-size: 12px;
  text-transform: uppercase;
}
.account .page-main .column .actions-toolbar {
  margin: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.account .page-main .column .actions-toolbar .primary {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
}
.account .page-main .column .actions-toolbar button {
  background: #432858;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
}
.account .page-main .column .actions-toolbar button:hover {
  background: #f08217;
}
.account .page-main .column .actions-toolbar a.back,
.account .page-main .column .actions-toolbar a {
  color: #432858;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.account .page-main .column .actions-toolbar a.back:hover,
.account .page-main .column .actions-toolbar a:hover {
  color: #f08217;
  text-decoration: none;
}
.account .page-main .column .account-billing-agreements .actions-toolbar {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
.account .page-main .column form.form-newsletter-manage .fieldset .field.choice {
  padding-left: 0;
  margin-bottom: 0;
}
.account .page-main .column form.form-newsletter-manage .actions-toolbar {
  padding-left: 0;
}
.account .page-main .column form .field-error,
.account .page-main .column form div.mage-error,
.account .page-main .column form div.mage-error[generated] {
  font-size: 14px;
  font-weight: 500;
}
.account .page-main .column form .password-info {
  padding-left: 180px;
}
.account .page-main .column form .password-info p {
  font-size: 16px;
  color: #432858;
  font-weight: 500;
  margin-bottom: 15px;
}
.account .page-main .column form .password-info p a {
  color: #432858;
  font-weight: 600;
  text-decoration: underline;
}
.account .page-main .column form .password-info p a:hover {
  color: #f08217;
  text-decoration: none;
}
.account .page-main .column form .fieldset {
  margin-bottom: 20px;
}
.account .page-main .column form .fieldset .legend {
  padding-bottom: 10px;
  border-bottom: 1px solid #eae9e9;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #432858;
  font-weight: 600;
  line-height: 22px;
}
.account .page-main .column form .fieldset .field {
  margin-bottom: 15px;
}
.account .page-main .column form .fieldset .field p {
  font-size: 16px;
  color: #432858;
  font-weight: 500;
  margin-bottom: 15px;
}
.account .page-main .column form .fieldset .field:last-child {
  margin-bottom: 0;
}
.account .page-main .column form .fieldset .field.choice {
  padding-left: 180px;
  margin-bottom: 5px;
}
.account .page-main .column form .fieldset .field.choice .label {
  width: auto;
  padding: 0;
}
.account .page-main .column form .fieldset .field.choice:before {
  display: none;
}
.account .page-main .column form .fieldset .field.choice:last-child {
  margin-bottom: 0;
}
.account .page-main .column form .fieldset .field .label {
  width: auto;
  padding: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #432858;
  text-align: left;
}
.account .page-main .column form .fieldset .field .control {
  width: calc(100% - 180px);
  float: right;
}
.account .page-main .column form .fieldset .field .control input {
  font-size: 14px;
  box-shadow: none;
  outline: none;
  height: 50px;
  width: 100%;
  border-color: #eae9e9;
}
.account .page-main .column form .fieldset .field .control select {
  height: 50px;
  border-color: #eae9e9;
  width: 100%;
  outline: none;
  box-shadow: none;
}
.account .page-main .column form .fieldset .field .control .nested .field {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.account .page-main .column form .fieldset .field .control .nested .field .label {
  color: #432858;
  width: auto;
  height: auto;
  position: static;
}
.account .page-main .column form .actions-toolbar {
  padding-left: 180px;
}
.account .page-main .column .block {
  margin-bottom: 30px;
}
.account .page-main .column .block.block-dashboard-addresses {
  background-color: #f6f6f6;
  padding: 30px;
}
.account .page-main .column .block.block-dashboard-addresses .block-content .box {
  padding: 0;
  background-color: transparent;
}
.account .page-main .column .block.block-dashboard-addresses .block-content .box .box-title {
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
.account .page-main .column .block.block-dashboard-addresses .block-content .box .box-title span {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
.account .page-main .column .block.block-dashboard-orders {
  background-color: #f6f6f6;
  padding: 30px;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper {
  width: 100%;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper table {
  margin-bottom: 0;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper tr {
  text-transform: uppercase;
  font-size: 12px;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper tr th {
  color: #432858;
  padding: 10px 10px 10px 0px;
  font-weight: 400;
  border-bottom: 1px solid #eae9e9;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper tr td {
  color: #1d1d1b;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #eae9e9;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper tr td.actions a {
  color: #432858;
  font-weight: 600;
  border-right: 1px solid #eae9e9;
  padding-right: 10px;
  margin-right: 10px;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper tr td.actions a:last-child {
  border: none;
  padding: 0;
}
.account .page-main .column .block.block-dashboard-orders .block-content .table-wrapper tr td.actions a:hover {
  text-decoration: none;
  color: #f08217;
}
.account .page-main .column .block .block-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #432858;
  line-height: 22px;
}
.account .page-main .column .block .block-title.view-all {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 15px;
}
.account .page-main .column .block .block-title.view-all.order {
  margin-bottom: 0;
}
.account .page-main .column .block .block-title.view-all strong {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.account .page-main .column .block .block-title a:hover {
  text-decoration: none;
}
.account .page-main .column .block .block-title a:hover span {
  color: #432858;
}
.account .page-main .column .block .block-title span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(67, 40, 88, 0.5);
}
.account .page-main .column .block .block-title strong {
  font-weight: bold;
}
.account .page-main .column .block .block-content {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.account .page-main .column .block .block-content:after,
.account .page-main .column .block .block-content:before {
  display: none !important;
}
.account .page-main .column .block .block-content p {
  font-size: 16px;
  color: #432858;
  font-weight: 500;
  margin-bottom: 15px;
}
.account .page-main .column .block .block-content p a {
  color: #432858;
  font-weight: 600;
  text-decoration: underline;
}
.account .page-main .column .block .block-content p a:hover {
  color: #f08217;
  text-decoration: none;
}
.account .page-main .column .block .block-content .box {
  padding: 30px;
  background-color: #f6f6f6;
  width: 49% !important;
  margin-bottom: 0 !important;
}
.account .page-main .column .block .block-content .box .box-title {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
}
.account .page-main .column .block .block-content .box .box-title.edit-title {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.account .page-main .column .block .block-content .box .box-title.edit-title a {
  border-bottom: none;
  margin: 0px;
  text-decoration: none;
  position: relative;
  font-weight: 300;
}
.account .page-main .column .block .block-content .box .box-title.edit-title a span {
  font-weight: 300;
  font-size: 14px;
  color: rgba(67, 40, 88, 0.5);
}
.account .page-main .column .block .block-content .box .box-title.edit-title a:before {
  font-family: "Fontawesome";
  content: "\f040";
  font-size: 16px;
  line-height: normal;
  color: #432858;
  margin-right: 7px;
}
.account .page-main .column .block .block-content .box .box-title span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #432858;
  line-height: normal;
  margin: 0;
}
.account .page-main .column .block .block-content .box .box-content {
  margin-bottom: 10px;
}
.account .page-main .column .block .block-content .box .box-content:last-child {
  margin: 0px;
}
.account .page-main .column .block .block-content .box .box-content p {
  color: #1d1d1b;
  font-size: 14px;
}
.account .page-main .column .block .block-content .box .box-content address {
  color: #1d1d1b;
  font-size: 14px;
  margin: 0;
}
.account .page-main .column .block .block-content .box .box-content address a {
  color: #1d1d1b;
}
.account .page-main .column .block .block-content .box .box-content address a:hover {
  text-decoration: none;
}
.account .page-main .column .block .block-content .box .box-actions {
  margin: 0;
}
.account .page-main .column .block .block-content .box .box-actions a {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(67, 40, 88, 0.5);
  border-bottom: 1px solid #c9c2ce;
  margin-right: 10px;
  text-decoration: none;
}
.account .page-main .column .block .block-content .box .box-actions a:hover {
  color: #432858;
}
.account .page-main .column .block .block-content .box .box-actions a:last-child {
  margin-right: 0;
}
.account.sales-order-history .actions-toolbar {
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
}
.account.sales-order-view .page-main .column .block .block-content .box,
.account.sales-order-invoice .page-main .column .block .block-content .box,
.account.sales-order-creditmemo .page-main .column .block .block-content .box,
.account.sales-order-shipment .page-main .column .block .block-content .box {
  margin-bottom: 20px !important;
}
.account.sales-order-view .actions-toolbar,
.account.sales-order-invoice .actions-toolbar,
.account.sales-order-creditmemo .actions-toolbar,
.account.sales-order-shipment .actions-toolbar {
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
}
.account.sales-order-shipment .page-main .column .actions-toolbar a {
  margin-left: 15px;
}
.account.wishlist-index-index .form-wishlist-items {
  margin-bottom: 25px;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 30px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo {
  margin-bottom: 15px;
  display: block;
  background-color: transparent;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo span {
  padding: 0 !important;
  width: 100% !important;
  height: auto;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo span img {
  position: static;
  margin: auto;
  width: auto;
  display: block;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name {
  margin-bottom: 0;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #432858;
  margin-bottom: 10px;
  line-height: 20px;
  display: block;
  min-height: 38px;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name a:hover {
  text-decoration: none;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box {
  margin-bottom: 15px;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box span {
  color: #432858;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .comment-box {
  display: none;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 15px;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset {
  margin-bottom: 0;
  padding: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .field.qty {
  margin: 0;
  padding: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .field.qty .label {
  margin: 0 10px 0 0;
  color: #432858;
  font-size: 14px;
  font-weight: 600;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .field.qty .control input {
  height: 42px;
  border-color: #eae9e9;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .product-item-actions button {
  background: #432858;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .product-item-actions button:hover {
  background: #f08217;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions {
  margin: 0;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions a {
  color: #432858;
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px 0 0;
  line-height: normal;
}
.account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-actions a:hover {
  text-decoration: none;
  color: #f08217;
}
.account.wishlist-index-index .form-wishlist-items .actions-toolbar {
  padding-left: 0 !important;
}
.account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary {
  text-align: left;
}
.account .media-outer {
  float: left;
  width: 100%;
}
.account .media-outer h2 {
  float: left;
  width: 100%;
  padding: 0 15px 8px;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e7e6;
}
.account .media-outer .margin-top40 {
  padding-top: 30px;
  clear: both;
}
.account .media-download {
  float: left;
  width: 100%;
}
.account .media-download ul {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.account .media-download ul li {
  float: left;
  width: 100%;
  padding: 15px;
  background: #fff;
}
.account .media-download ul li:nth-child(even) {
  background: none;
}
.account .pdf-block {
  float: left;
  width: calc(100% - 210px);
}
.account .pdf-block .pdf-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.account .pdf-block .pdf-icon img {
  display: block;
}
.account .pdf-block .pdf-content {
  display: inline-block;
  vertical-align: middle;
}
.account .pdf-block .pdf-content h3 {
  color: #432858;
  font-weight: 700;
  padding-bottom: 0;
  font-size: 20px;
}
.account .pdf-block .pdf-content .file-type {
  display: block;
  font-weight: 500;
  color: #432858;
}
.account .pdf-block .pdf-content .file-type span {
  font-weight: 300;
}
.account .download-btn {
  float: right;
  width: 200px;
  margin-top: 6px;
}
.account .download-btn a.action.primary {
  padding: 10px 15px;
  float: right;
  font-size: 14px;
  background-color: #432858;
  border-color: #432858;
}
.account .media-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.account .media-block .media-block-image {
  float: left;
  width: 200px;
  height: 200px;
}
.account .media-block .media-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account .media-block .media-block-cnt {
  float: left;
  width: calc(100% - 200px);
  padding-left: 20px;
  padding-top: 10px;
}
.account .media-block .media-block-cnt span.date {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 5px;
}
.account .media-block .media-block-cnt h3 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  color: #432858;
  line-height: 18px;
}
.account .media-block .media-block-cnt h3 a {
  color: #432858;
}
.account .media-block .media-block-cnt h3 a:hover {
  color: #432858;
}
.account .media-block .media-block-cnt p {
  float: left;
  width: 100%;
}
.account .media-block .media-block-cnt a.read-more {
  float: left;
  width: auto;
  clear: left;
  text-decoration: underline;
  color: #432858;
}
.account .media-block .media-block-cnt a.read-more:hover {
  color: #432858;
  text-decoration: none;
}
.account .media-center-page-description {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
}
.account .mediacenter-index-index .page-title-wrapper {
  padding: 0 15px 10px;
}
.message {
  clear: left;
}
.message.notice {
  padding: 10px 15px;
  background-color: #f6f6f7;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1b;
  line-height: normal;
  margin-bottom: 15px;
}
.message.notice div:before {
  display: none !important;
}
.message.notice a {
  color: #432858;
  font-weight: 600;
}
.message.notice a:hover {
  color: #f08217;
  text-decoration: none;
}
.message.info {
  padding: 10px 40px;
  background-color: #f6f6f7;
  font-size: 14px;
  color: #1d1d1b;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.message.info div:before {
  display: none !important;
}
.message.info a {
  color: #432858;
  font-weight: 600;
}
.message.info a:hover {
  color: #f08217;
  text-decoration: none;
}
.message.success {
  font-size: 14px;
  font-weight: 500;
}
.message.success a {
  color: #432858;
  font-weight: 600;
}
.message.success a:hover {
  text-decoration: none;
  color: #f08217;
}
.order-links {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 5px;
}
.order-links li a {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 500;
}
.order-links li a:hover {
  text-decoration: none;
  color: #f08217;
}
.order-title {
  border-top: none;
  margin-top: 10px;
  padding-top: 10px;
}
.order-title strong {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1d1d1b;
  margin: 0 10px 0 0!important;
}
.order-title a {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.order-title a:hover {
  text-decoration: none;
  color: #f08217;
}
.order-tracking {
  border-bottom: 1px solid #eae9e9;
  padding: 10px 0;
}
.order-tracking .tracking-title {
  margin: 0;
}
.order-details-items {
  border-bottom: 1px solid #eae9e9;
}
.customer-account-create .form-create-account fieldset .field.choice .label {
  width: 90%;
}
/*Responsive-css*/
/*992*1440*/
@media (min-width: 992px) and (max-width: 1440px) {
  .account .page-main .column .block.block-dashboard-orders,
  .account .page-main .column .block.block-dashboard-addresses {
    padding: 15px;
  }
  .account .page-main .column .block .block-content .box {
    padding: 15px;
  }
}
/*768*1360*/
@media (min-width: 768px) and (max-width: 1360px) {
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name a {
    font-size: 18px;
    text-transform: capitalize;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box span {
    font-size: 18px;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .product-item-actions button {
    font-size: 14px;
  }
}
/*991*/
@media (max-width: 991px) {
  .account .page-main {
    padding-top: 15px;
  }
  .account .page-main .columns {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .account .page-main .columns .block.block-dashboard-orders,
  .account .page-main .columns .block.block-dashboard-addresses {
    padding: 15px;
  }
  .account .page-main .columns .block .block-title {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  .account .page-main .columns .block .block-title strong {
    font-weight: 600;
  }
  .account .page-main .columns .block .block-content .box {
    padding: 15px;
  }
  .account .page-main .columns form .fieldset .legend {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px;
  }
  .account .sidebar {
    width: 100%;
    margin-bottom: 20px;
    order: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
  }
  .account .sidebar .account-nav {
    margin-bottom: 0 !important;
  }
}
/*767*/
@media (max-width: 767px) {
  .account .page-main {
    padding-top: 15px;
  }
  .account .page-main .columns {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .account .page-main .columns .actions-toolbar {
    padding: 0;
  }
  .account .page-main .columns .actions-toolbar .primary {
    margin-bottom: 0;
    flex-grow: inherit;
    text-transform: capitalize;
  }
  .account .page-main .columns .table-wrapper tr th {
    text-transform: capitalize;
  }
  .account .page-main .columns .table-wrapper tr td {
    text-transform: capitalize;
  }
  .account .page-main .columns .block {
    margin-bottom: 15px;
  }
  .account .page-main .columns .block.block-dashboard-orders .block-title.view-all strong,
  .account .page-main .columns .block.block-dashboard-addresses .block-title.view-all strong {
    font-weight: 500;
  }
  .account .page-main .columns .block.block-dashboard-orders .block-title.view-all .action,
  .account .page-main .columns .block.block-dashboard-addresses .block-title.view-all .action {
    margin-left: 5px !important;
  }
  .account .page-main .columns .block.block-dashboard-orders .block-title.view-all .action span,
  .account .page-main .columns .block.block-dashboard-addresses .block-title.view-all .action span {
    font-weight: 600;
    font-size: 12px;
  }
  .account .page-main .columns .block .toolbar {
    margin-bottom: 15px !important;
  }
  .account .page-main .columns .block .toolbar .pager {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .account .page-main .columns .block .toolbar .pager .toolbar-amount {
    padding: 0;
    margin: 0;
  }
  .account .page-main .columns .block .toolbar .pager .limiter {
    margin: 0;
    padding: 0;
  }
  .account .page-main .columns .block .block-content .box {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .account .page-main .columns .block .block-content .box:last-child {
    margin-bottom: 0px !important;
  }
  .account .page-main .columns .block .block-content .box .box-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .account .page-main .columns .block .block-content .box .box-title span {
    font-weight: 600 !important;
    text-transform: capitalize;
  }
  .account .page-main .columns form .password-info {
    padding: 0;
  }
  .account .page-main .columns form .password-info p {
    font-size: 14px;
    line-height: 22px;
  }
  .account .page-main .columns form .actions-toolbar {
    padding: 0;
  }
  .account .page-main .columns form .actions-toolbar .primary {
    margin-bottom: 0;
    flex-grow: inherit;
    text-transform: capitalize;
  }
  .account .page-main .columns form .fieldset .field {
    display: inline-block;
    width: 100%;
  }
  .account .page-main .columns form .fieldset .field.choice {
    padding: 0;
  }
  .account .page-main .columns form .fieldset .field .label {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
    font-size: 14px;
  }
  .account .page-main .columns form .fieldset .field .control {
    width: 100%;
  }
  .account.wishlist-index-index .actions-toolbar .primary button {
    width: auto;
    text-transform: capitalize;
  }
  .account.wishlist-index-index .actions-toolbar .secondary {
    width: auto;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info {
    display: inline-block;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo {
    float: none;
    margin: auto auto 15px;
    text-align: center;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 100% !important;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name {
    margin: auto auto 10px;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-name a {
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box {
    margin: auto auto 10px auto;
    text-align: center;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box span {
    font-size: 16px;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    float: none;
    margin-right: 0;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .field.qty .label {
    display: none;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .product-item-actions button {
    font-size: 14px !important;
  }
}
/*575*/
@media (max-width: 575px) {
  .account.wishlist-index-index .actions-toolbar {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .account.wishlist-index-index .actions-toolbar .primary {
    width: 100%;
  }
  .account.wishlist-index-index .actions-toolbar .primary button {
    width: 100%;
    margin-bottom: 1px;
  }
  .account.wishlist-index-index .actions-toolbar .secondary {
    margin-top: 3px;
    text-align: center;
    width: 100%;
  }
  .account .page-main .column .order-details-items .table-wrapper tr td {
    padding: 10px 10px 10px 0!important;
    text-transform: capitalize;
    border-bottom: 1px solid #eae9e9 !important;
  }
  .account .page-main .column .order-details-items .table-wrapper tr td:last-child {
    border-bottom: none !important;
  }
  .account .page-main .column .order-details-items .table-wrapper tr td:before {
    text-transform: capitalize;
  }
  .account .page-main .column .order-details-items .table-wrapper tr td .product-item-name {
    text-transform: capitalize;
  }
  .account .page-main .column .order-details-items .table-wrapper tfoot tr th {
    padding: 10px !important;
  }
  .order-links .item {
    margin-right: 10px;
  }
  .order-links .item strong {
    font-size: 13px;
  }
  .order-links .item a {
    font-size: 13px;
  }
  .order-title {
    padding-top: 0;
  }
}
/*479*/
@media (max-width: 479px) {
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .account.wishlist-index-index .form-wishlist-items .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .wishlist-fieldset .field.qty .label {
    display: inline-block;
  }
}
.register-banner {
  position: relative;
}
.register-banner:after {
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  right: 0;
  content: "";
  display: none;
}
.register-banner .register-im img {
  width: 100%;
}
.register-banner .register-banner-text {
  position: absolute;
  bottom: 60px;
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: auto;
}
.register-banner .register-banner-text h1 {
  color: #fafafa;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 60px;
  font-weight: bold;
}
.register-text {
  margin-bottom: 30px;
}
.register-text h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #432858;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
}
.register-text .large-p {
  color: #181718;
  font-size: 16px;
  text-transform: uppercase;
}
.register-form {
  margin-bottom: 60px;
}
.register-form .registerfr-box {
  border-bottom: 1px solid #eae9e9;
  border-top: 1px solid #eae9e9;
  margin: 0 0 20px;
}
.register-form .registerfr-box .col-md-6 {
  padding-left: 0;
}
.register-form .registerfr-box .col-md-6:last-child {
  padding-left: 15px;
  padding-right: 0px;
}
.register-form form .form-group {
  margin-bottom: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.register-form form .form-group:last-child {
  margin-bottom: 0;
}
.register-form form .form-group label {
  width: 120px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.5);
  margin: 0;
}
.register-form form .form-group label i {
  color: #f18a25;
}
.register-form form .form-group .control {
  width: calc(100% - 130px);
}
.register-form form .form-group .control input {
  height: 40px;
  background-color: #f6f6f6;
  border: none;
  box-shadow: none;
  width: 100%;
}
.register-form form .form-group .control select {
  height: 40px;
  border: none;
  box-shadow: none;
  width: 100%;
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.7);
  background: #f6f6f6 url(../images/select-arrow-small.png) no-repeat calc(100% - 15px);
}
.register-form form .form-group .control.address input {
  border-bottom: 1px solid #fafafa;
}
.register-form form .form-group .control.address input:last-child {
  border-bottom: none;
}
.register-form .register-in {
  padding: 30px 0;
  height: 100%;
}
.register-form .register-in.register-in-gray {
  padding: 30px;
  background-color: #f6f6f6;
}
.register-form .register-in .register-heading {
  margin-bottom: 30px;
}
.register-form .register-in .register-heading h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #432858;
  font-size: 16px;
  line-height: 24px;
}
.register-form .register-in .product-coad .product-coad-top {
  text-align: right;
}
.register-form .register-in .product-coad .product-coad-top a {
  background-color: #432858;
  color: #fafafa;
  font-size: 12px;
  display: inline-block;
  padding: 8px 20px;
  text-transform: uppercase;
}
.register-form .register-in .product-coad .product-coad-top a:hover {
  background-color: #f08217;
  text-decoration: none;
}
.register-form .register-in .product-coad .product-coad-form {
  background-color: #fafafa;
  padding: 20px;
  border: 1px dotted #eae9e9;
  margin-bottom: 20px;
}
.register-form .register-in .product-coad .product-coad-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.register-form .register-in .product-coad .product-coad-form .col-md-6,
.register-form .register-in .product-coad .product-coad-form .col-md-12,
.register-form .register-in .product-coad .product-coad-form .col-md-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.register-form .register-in .product-coad .product-coad-form .form-group {
  margin-bottom: 15px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.register-form .register-in .product-coad .product-coad-form .form-group label {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
}
.register-form .register-in .product-coad .product-coad-form .form-group label .fa {
  margin-left: 5px;
  color: #432858;
}
.register-form .register-in .product-coad .product-coad-form .form-group label .fa.fa-question-circle {
  position: relative;
  cursor: pointer;
}
.register-form .register-in .product-coad .product-coad-form .form-group label .fa.fa-question-circle .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #432858;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  font-family: 'Barlow';
  text-transform: none;
  padding: 5px;
}
.register-form .register-in .product-coad .product-coad-form .form-group label .fa.fa-question-circle:hover .tooltiptext {
  visibility: visible;
}
.register-form .register-in .product-coad .product-coad-form .form-group .control {
  width: 100%;
}
.register-form .register-in .product-coad .product-coad-form .form-group .control.datepicker {
  position: relative;
}
.register-form .register-in .product-coad .product-coad-form .form-group .control.datepicker:after {
  font-family: "Fontawesome";
  content: "\f133";
  color: #432858;
  font-size: 16px;
  line-height: normal;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.register-form .register-in .product-coad .product-coad-form p {
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
.register-form .register-in .product-coad .add-product {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.register-form .register-in .product-coad .add-product a {
  background-color: rgba(67, 40, 88, 0.5);
  width: 100%;
  padding: 15px;
  color: #fafafa;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.register-form .register-in .product-coad .add-product a:before {
  font-family: "Fontawesome";
  content: "\f067";
  margin-right: 5px;
}
.register-form .register-in .product-coad .add-product a:hover {
  background-color: #f08217;
  text-decoration: none;
}
.register-form .register-in .product-coad:before,
.register-form .register-in .product-coad:after {
  display: table;
  content: "";
  clear: both;
}
.register-form-actions {
  padding-left: 130px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.register-form-actions .checkbox-cus {
  position: relative;
}
.register-form-actions .checkbox-cus input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.register-form-actions .checkbox-cus input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.register-form-actions .checkbox-cus label {
  padding-left: 25px !important;
  font-size: 14px;
  position: relative;
  line-height: normal;
}
.register-form-actions .checkbox-cus label:before {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d2d3d4;
  z-index: 1;
  content: "";
  width: 14px;
  height: 14px;
}
.register-form-actions .checkbox-cus label:after {
  position: absolute;
  left: 3px;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  font-family: "Fontawesome";
  content: "\f00c";
  margin-left: 0;
  font-weight: 400;
  color: #432858;
  opacity: 0;
}
.register-form-actions .cus-btn button {
  background-color: #432858;
  font-size: 15px;
  color: #fafafa;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 18px;
}
.register-form-actions .cus-btn button:hover {
  background-color: #f08217;
}
div.mage-error {
  font-size: 13px;
}
/*Responsive-css-start*/
/*1440*/
@media (max-width: 1440px) {
  .register-banner:after {
    width: 30px;
  }
}
/*1360*/
@media (max-width: 1360px) {
  .register-banner:after {
    display: none;
  }
}
/*992-1299*/
@media (min-width: 992px) and (max-width: 1299px) {
  .register-form form .form-group .control select {
    text-transform: capitalize;
  }
  .register-form .register-in .product-coad .product-coad-form .form-group label {
    text-transform: capitalize;
    font-size: 13px;
    padding-left: 0;
  }
  .register-form-actions {
    padding-left: 0;
  }
}
/*991*/
@media (max-width: 991px) {
  .register-banner .register-banner-text h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .register-text {
    margin-bottom: 15px;
  }
  .register-text h2 {
    font-weight: 600;
  }
  .register-text .large-p {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 22px;
  }
  .register-form {
    margin-bottom: 30px;
  }
  .register-form .registerfr-box {
    margin: 0 -15px 20px -15px;
  }
  .register-form .registerfr-box .col-md-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .register-form .register-in.register-in-gray {
    padding: 15px;
  }
  .register-form .register-in .register-heading {
    margin-bottom: 15px;
  }
  .register-form .register-in .product-coad .product-coad-form .form-group label {
    padding-left: 0;
  }
  .register-form form .form-group label {
    width: 100px;
    text-transform: capitalize;
  }
  .register-form form .form-group .control {
    width: calc(100% - 100px);
  }
  .register-form form .form-group .control select {
    text-transform: capitalize;
  }
  .register-form-actions {
    padding-left: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .register-form-actions .checkbox-cus {
    margin-bottom: 5px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/*768-991*/
@media (min-width: 768px) and (max-width: 991px) {
  .register-form .register-in .product-coad .product-coad-form .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
  }
  .register-form .register-in .product-coad .product-coad-form .col-md-4 .form-group {
    margin-bottom: 10px;
  }
}
/*768+*/
@media (min-width: 767px) {
  .register-form .register-in .product-coad .product-coad-form .form-group label .fa.fa-question-circle .tooltiptext {
    right: 0;
    top: 14px;
  }
}
/*767*/
@media (max-width: 767px) {
  .register-banner .register-im img {
    height: 180px;
    object-fit: cover;
  }
  .register-banner .register-banner-text {
    bottom: inherit;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .register-banner .register-banner-text h1 {
    font-size: 40px;
    line-height: 40px;
    /*text-transform:@text-capitalize;*/
    max-width: 100%;
    font-weight: 600;
  }
}
.blog-page-list .advice-section.common-block {
  margin-top: 30px;
}
.blog-category-view .advice-center-block {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-page .sidebar .block.filter .title {
  margin-bottom: 25px;
  padding-bottom: 22px;
}
.blog-page .toolbar-blog-posts {
  padding: 0;
  border: none;
  margin: 0;
}
.blog-page .ias-trigger {
  margin: 20px 0 0px;
}
.blog-page .ias-trigger a {
  background-color: #f08217;
}
.blog-page .ias-trigger a:hover {
  background-color: #432858;
}
.blog-page .page-main {
  padding-bottom: 70px;
}
.blog-page .main-advice-article .advice-article-v2 .advice-section .heading-section {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.blog-page .main-advice-article .advice-article-v2 .advice-section .heading-section h2 {
  margin: 0;
}
.blog-page .main-advice-article .advice-article-v2 .advice-article-v2-details ul {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
}
.blog-page .main-advice-article .advice-article-v2 .advice-article-v2-details ul.advice-article-v2-img li {
  list-style-type: none;
}
.blog-page .main-advice-article .advice-article-v2 .advice-article-v2-details ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  font-size: 16px;
}
.blog-page .main-advice-article .advice-article-v2 .advice-article-v2-details ul li:last-child {
  margin-bottom: 0;
}
.blog-page .page-title-wrapper .page-title {
  color: #f08217;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: block !important;
}
.blog-page .advice-section .heading-section h2 {
  margin-top: 0;
  color: #f08217;
  font-weight: bold;
}
.blog-page .sidebar .block.filter .block-content dl .filter-options-content {
  margin: 0 0 10px;
}
.blog-index-index .column {
  padding-bottom: 0 !important;
}
.blog-index-index .advice-section .advice-color-row {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-index-index .advice-section .advice-color-row > div {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-index-index .advice-section .advice-links {
  margin-bottom: 0;
}
.blog-index-index .advice-section .advice-links li {
  display: inline-block;
  line-height: normal;
}
.blog-index-index .advice-section .advice-links li a {
  color: #a8a5a6;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  border-right: 1px solid #cfcdce;
  padding-right: 8px;
  margin-right: 8px;
  line-height: 11px;
  display: inline-block;
}
.blog-index-index .advice-section .advice-links li a:hover {
  text-decoration: none;
  color: #f08217;
}
.blog-index-index .advice-section .advice-links li:last-child a {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.blog-index-index .heading-section {
  padding-bottom: 10px;
}
.blog-index-index .heading-section.no-margin h2 {
  margin: 0;
}
.blog-index-index .heading-section .a-zclass h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #f08217;
  font-weight: bold;
}
.blog-index-index .heading-section .a-zclass .atozpestlink {
  margin-bottom: 0;
}
.blog-index-index .heading-section .a-zclass .atozpestlink li {
  display: inline-block;
  line-height: normal;
}
.blog-index-index .heading-section .a-zclass .atozpestlink li.disable {
  pointer-events: none;
}
.blog-index-index .heading-section .a-zclass .atozpestlink li.disable a {
  color: #cfcfcf;
}
.blog-index-index .heading-section .a-zclass .atozpestlink li a {
  color: #a8a5a6;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  border-right: 1px solid #cfcdce;
  padding-right: 8px;
  margin-right: 8px;
  line-height: 11px;
  display: inline-block;
}
.blog-index-index .heading-section .a-zclass .atozpestlink li a:hover {
  text-decoration: none;
  color: #f08217;
}
.blog-index-index .heading-section .a-zclass .atozpestlink li:last-child a {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.grayafter {
  position: relative;
  padding: 50px 0 50px;
}
.grayafter:after {
  background-color: #f6f6f7;
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  height: 100%;
  content: "";
  z-index: -1;
}
.view-all-btn {
  padding: 9px 15px;
  display: inline-block;
  background-color: #f08217;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fafafa;
}
.view-all-btn:hover {
  text-decoration: none;
  color: #fafafa;
  background-color: #432858;
}
.view-all-btn:visited {
  color: #fafafa;
}
.register-banner.advice-banner {
  min-height: 1px;
}
.register-banner.advice-banner .register-banner-text {
  top: 50%;
  bottom: inherit;
  padding-bottom: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.register-banner.advice-banner .register-banner-text h1 {
  margin-bottom: 25px;
  max-width: 450px;
}
.register-banner.advice-banner .register-banner-text p {
  text-transform: uppercase;
  font-size: 30px;
  color: #221f20;
}
.finder-section.advice-finder-section {
  display: none;
  margin-top: -50px;
  margin-bottom: 50px;
  z-index: 999;
  position: relative;
  padding: 20px 20px 20px 0;
}
.finder-section.advice-finder-section:after {
  background-color: #f08217;
  left: -50vw;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  z-index: -1;
  display: inline-block;
}
.finder-section.advice-finder-section .finder-in .finder-heading {
  padding-right: 50px;
}
.finder-section.advice-finder-section .finder-in .product-finder {
  padding: 5px;
  background-color: #fafafa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.finder-section.advice-finder-section .finder-in .product-finder .form-group {
  flex: initial;
  width: 180px;
  margin-right: 5px;
}
.finder-section.advice-finder-section .finder-in .product-finder .form-group:first-child {
  flex: 1 65%;
  -webkit-flex: 1 65%;
  -ms-flex: 1 65%;
}
.finder-section.advice-finder-section .finder-in .product-finder .form-group.last-child {
  width: 174px;
  margin-right: 0;
  flex: initial;
}
.finder-section.advice-finder-section .finder-in .product-finder .form-group input {
  border: none;
  color: #a8a5a6;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.finder-section.advice-finder-section .finder-in .product-finder .form-group select {
  font-weight: 500;
  font-size: 12px;
  color: #a8a5a6;
  text-transform: capitalize;
  background: #fafafa url(../images/select-arrow-gray.png) no-repeat center right;
}
.finder-section.advice-finder-section .finder-in .product-finder .form-group .product-show {
  background-color: #f08217;
  font-weight: 500;
}
.finder-section.advice-finder-section .finder-in .product-finder .form-group .product-show:hover {
  background-color: #432858;
}
.advice-center-block {
  margin-bottom: 30px;
}
.advice-center-block .advice-centerimg {
  height: 100%;
  width: 100%;
}
.advice-center-block .articles-tips-sectin {
  position: absolute;
  max-width: 450px;
  background-color: #f2f1f1;
  padding: 45px 55px 30px 30px;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.advice-center-block .articles-tips-sectin .articles-title {
  position: absolute;
  top: -15px;
  background-color: #f08217;
  left: 0;
  min-width: 175px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fafafa;
  text-transform: uppercase;
}
.advice-center-block .articles-tips-sectin a:hover {
  text-decoration: none;
  color: #432858;
}
.advice-center-block .articles-tips-sectin span {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(34, 31, 32, 0.5);
}
.advice-center-block .articles-tips-sectin h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f08217;
  line-height: 20px;
  margin-bottom: 10px;
}
.advice-center-block .articles-tips-sectin h2 a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f08217;
}
.advice-center-block .articles-tips-sectin h2 a:hover {
  color: #432858;
  text-decoration: none;
}
.advice-center-block .articles-tips-sectin p {
  font-size: 16px;
  color: rgba(34, 31, 32, 0.75);
  margin-bottom: 20px;
  line-height: 20px;
}
.advice-center-block .articles-tips-sectin .read-more-btn {
  font-weight: 600;
  font-size: 14px;
  color: #f08217;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}
.advice-center-block .articles-tips-sectin .read-more-btn:hover {
  color: #432858;
  text-decoration: none;
}
.advice-center-block .articles-tips-sectin .read-more-btn:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.advice-center-block .advice-center-gray {
  background-color: #f2f1f1;
  padding: 40px;
  height: 100%;
}
.advice-center-block .advice-center-gray h2 {
  font-size: 30px;
  font-weight: 600;
  color: #f08217;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.advice-center-block .advice-center-gray .help-advice {
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.advice-center-block .advice-center-gray .help-advice span {
  font-size: 20px;
  font-weight: 600;
  color: #5b5b5b;
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
}
.advice-center-block .advice-center-gray .help-advice span strong {
  color: #f08217;
  font-weight: 600;
  display: block;
}
.advice-center-block .advice-center-gray .help-advice span:before {
  font-family: "Fontawesome";
  content: "\f05a";
  font-size: 20px;
  color: #f08217;
  float: left;
  margin-right: 5px;
}
.advice-center-block .advice-center-gray ul {
  padding-left: 10px;
}
.advice-center-block .advice-center-gray ul li {
  margin-bottom: 10px;
  display: block;
}
.advice-center-block .advice-center-gray ul li:last-child {
  margin-bottom: 0;
}
.advice-center-block .advice-center-gray ul li a {
  color: #5b5b5b;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.advice-center-block .advice-center-gray ul li a i {
  color: #4d3461;
  margin-right: 12px;
  font-size: 20px;
}
.advice-center-block .advice-center-gray ul li a strong {
  font-weight: 600;
  color: #432858;
}
.advice-center-block .advice-center-gray ul li a:hover {
  text-decoration: none;
}
.faq-section .heading-section h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #f08217;
  font-weight: bold;
}
.faq-section .heading-section span {
  color: #a8a5a6;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
}
.faq-section .faq-iner-tabs {
  margin-bottom: 10px;
}
.faq-section .faq-iner-tabs li {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}
.faq-section .faq-iner-tabs li:nth-child(2n) {
  margin-right: 0;
}
.faq-section .faq-iner-tabs li.color-d .faq-tabs a {
  background-color: #e9e8e8;
}
.faq-section .faq-iner-tabs li .faq-tabs > a {
  background-color: #e6e4e5;
  display: block;
  padding: 20px 30px;
  text-transform: uppercase;
  color: rgba(34, 31, 32, 0.75);
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.faq-section .faq-iner-tabs li .faq-tabs > a.open:after {
  background: url(../images/minus-shpe.png);
}
.faq-section .faq-iner-tabs li .faq-tabs > a:after {
  background: url(../images/pluse-shpe.png);
  position: absolute;
  right: 32px;
  width: 12px;
  height: 12px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-section .faq-iner-tabs li .faq-tabs > a:hover {
  text-decoration: none;
  color: #f08217;
}
.faq-section .faq-iner-tabs li .faq-tabs .faq-tabs-detail {
  padding: 10px 30px;
  display: none;
}
.faq-section .faq-iner-tabs:before,
.faq-section .faq-iner-tabs:after {
  display: table;
  content: "";
  clear: both;
}
/*cms-advice-center-article-css*/
.advice-article-v2 .advice-heading-v2 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eae9e9;
  text-transform: uppercase;
}
.advice-article-v2 .advice-heading-v2 h2 {
  color: #f08217;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
}
.advice-article-v2 .advice-heading-v2 p {
  color: #a8a5a6;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
  line-height: normal;
}
.advice-article-v2 .advice-heading-v2 p a {
  color: #a8a5a6;
}
.advice-article-v2 .advice-heading-v2 p a:hover {
  text-decoration: none;
  color: #f08217;
}
.advice-article-v2 .advice-article-v2-details > p {
  margin-bottom: 30px;
  color: #221f20;
  font-size: 16px;
  line-height: 20px;
}
.advice-article-v2 .advice-article-v2-details > p strong {
  font-weight: 600;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-img {
  margin-bottom: 30px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-img li {
  position: relative;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-img li img {
  display: block;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-img li span {
  width: 28px;
  height: 28px;
  color: #fafafa;
  font-weight: bold;
  background-color: #f08217;
  position: absolute;
  top: 0;
  left: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-list {
  margin-bottom: 30px;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul li {
  margin-bottom: 15px;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul li:last-child {
  margin-bottom: 0;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul li span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f08217;
  margin-bottom: 3px;
  display: block;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul li p {
  color: #221f20;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul li p a {
  color: #f08217;
}
.advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul li p a:hover {
  text-decoration: none;
  color: #432858;
}
.advice-article-v2 .advice-article-v2-details .share-icone {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #eae9e9;
  padding-top: 25px;
  margin-bottom: 25px;
}
.advice-article-v2 .advice-article-v2-details .share-icone span {
  color: #a8a5a6;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
}
.advice-article-v2 .advice-article-v2-details .share-icone ul {
  padding-left: 20px;
  margin-bottom: 0 !important;
}
.advice-article-v2 .advice-article-v2-details .share-icone ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.advice-article-v2 .advice-article-v2-details .share-icone ul li:last-child {
  margin-right: 0;
}
.advice-article-v2 .advice-article-v2-details .share-icone ul li a {
  display: block;
  color: #432858;
}
.advice-article-v2 .advice-center-gray {
  background-color: #f2f1f1;
  padding: 40px 20px;
}
.advice-article-v2 .advice-center-gray h2 {
  font-size: 30px;
  font-weight: 600;
  color: #f08217;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.advice-article-v2 .advice-center-gray .help-advice {
  border-top: none;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 25px;
  padding-left: 10px;
}
.advice-article-v2 .advice-center-gray .help-advice span {
  font-size: 20px;
  font-weight: 600;
  color: #5b5b5b;
  text-transform: uppercase;
  line-height: 35px;
  display: inline-block;
  background-size: 25px;
}
.advice-article-v2 .advice-center-gray .help-advice span strong {
  color: #f08217;
  font-weight: 600;
  display: inline-block;
}
.advice-article-v2 .advice-center-gray .help-advice span:before {
  font-family: "Fontawesome";
  content: "\f05a";
  font-size: 20px;
  color: #f08217;
  margin-right: 5px;
}
.advice-article-v2 .advice-center-gray ul {
  padding-left: 10px;
  margin-bottom: 0;
}
.advice-article-v2 .advice-center-gray ul li {
  display: inline-block;
  margin-right: 40px;
}
.advice-article-v2 .advice-center-gray ul li:last-child {
  margin: 0;
}
.advice-article-v2 .advice-center-gray ul li a {
  color: #5b5b5b;
  font-size: 14px;
  text-transform: uppercase;
}
.advice-article-v2 .advice-center-gray ul li a i {
  color: #4d3461;
  margin-right: 10px;
  font-size: 20px;
}
.advice-article-v2 .advice-center-gray ul li a strong {
  font-weight: 600;
  color: #432858;
}
.advice-article-v2 .advice-center-gray ul li a:hover {
  text-decoration: none;
  color: #f08217;
}
.advice-article-v2 .advice-center-gray ul li a:hover strong {
  font-weight: 600;
}
.sidebar .advice-article-sidebar .block {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eae9e9;
}
.sidebar .advice-article-sidebar .block + .block {
  border: none;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.sidebar .advice-article-sidebar .block.filter .title strong {
  color: #f08217;
}
.sidebar .advice-article-sidebar .block.filter .content dl dd ol li a {
  color: #7d7c7c;
  text-transform: uppercase;
}
.sidebar .advice-article-sidebar .block.filter .block-content dl .filter-options-title {
  color: #f08217;
  text-transform: uppercase;
  position: relative;
  padding: 10px 15px;
  background-color: #f6f6f6;
  font-size: 16px;
}
.sidebar .advice-article-sidebar .block.filter .block-content dl .filter-options-title:after {
  color: #f08217;
  font-family: "Fontawesome";
  content: "\f068";
  font-size: 12px;
  line-height: normal;
  position: absolute;
  font-weight: 300;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.sidebar .advice-article-sidebar .block.filter .block-content dl .filter-options-title.open:after {
  content: "\f067";
}
.sidebar .advice-article-sidebar .block.filter .block-content dl .filter-options-content .item {
  margin-left: 15px;
}
.sidebar .advice-article-sidebar .block.filter .block-content dl .filter-options-content .item a {
  color: #726f74;
}
/*cms-advice-center-article*/
/* recent blog widget*/
.blog-widget-recent .blog-widget-heading {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog-widget-recent .blog-widget-heading h2 {
  color: #432858;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
}
.blog-widget-recent ul.post-list {
  margin-left: -5px;
  margin-right: -5px;
}
.blog-widget-recent ul.post-list li.post-holder {
  width: calc(33.33% - 10px) !important;
  margin: 5px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  clear: none !important;
}
.blog-widget-recent ul.post-list li.post-holder .post-content {
  position: relative;
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-ftimg-hld {
  margin-bottom: 10px;
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-ftimg-hld img {
  height: 178px;
  object-fit: cover;
  width: 100%;
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-description {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-description .post-title a {
  min-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-description .post-title a:hover {
  text-decoration: none;
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-description .post-read-more {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  float: none;
  padding: 0;
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-description .post-read-more:after {
  font-family: "Fontawesome";
  content: "\f105";
  margin-left: 10px;
  font-size: 16px;
}
.blog-widget-recent ul.post-list li.post-holder .post-content .post-description .post-read-more:hover {
  text-decoration: none;
  color: #f08217;
}
/*Responsive-css*/
/*992*1360*/
@media (min-width: 992px) and (max-width: 1360px) {
  .advice-center-block .advice-center-gray {
    padding: 25px;
  }
  .advice-center-block .advice-center-gray h2 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .advice-center-block .advice-center-gray .help-advice {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .advice-center-block .advice-center-gray .help-advice span {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 26px;
  }
  .advice-center-block .advice-center-gray ul {
    padding-left: 0;
  }
  .advice-center-block .advice-center-gray ul li a {
    font-size: 13px;
  }
  .main-advice-article .row .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .advice-article-v2 .advice-center-gray {
    padding: 20px;
  }
  .advice-article-v2 .advice-center-gray .help-advice {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .advice-article-v2 .advice-center-gray ul li {
    margin-right: 20px;
  }
  .advice-article-v2 .advice-center-gray ul li a i {
    font-size: 16px;
    margin-right: 5px;
  }
}
/*991*/
@media (max-width: 991px) {
  .blog-page .columns {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .blog-page .columns .sidebar-additional {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  .blog-page .columns .column {
    width: 100%;
  }
  .blog-page .main-advice-article .advice-article-v2 .advice-section .heading-section {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .blog-index-index .slider-one .heading-section {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .blog-index-index .slider-one .heading-section .a-zclass {
    margin-bottom: 10px;
  }
  .advice-center-block .advice-centerimg {
    height: 300px;
    object-fit: cover;
  }
  .advice-center-block .articles-tips-sectin {
    padding: 40px 30px 15px 15px;
    right: 0;
    margin: auto;
    width: 90%;
    left: 0;
    max-width: 100%;
  }
  .advice-center-block .advice-center-gray {
    padding: 10px;
  }
  .advice-center-block .advice-center-gray h2 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .advice-center-block .advice-center-gray .help-advice {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .advice-center-block .advice-center-gray .help-advice span {
    font-size: 16px;
    text-transform: capitalize;
  }
  .advice-center-block .advice-center-gray ul {
    padding-left: 0;
  }
  .advice-center-block .advice-center-gray ul li a {
    font-size: 12px;
  }
  .advice-center-block .advice-center-gray ul li a strong {
    text-transform: capitalize;
  }
  /*cms-advice-center-article*/
  .sidebar .advice-article-sidebar .block + .block {
    margin-bottom: 20px;
  }
  .main-advice-article .row .col-sm-2 {
    order: -1;
    -ms-order: -1;
    -webkit-order: -1;
    margin-bottom: 30px;
  }
  .sidebar .advice-article-sidebar .orange-div .orange-section {
    padding: 15px;
  }
  .sidebar .advice-article-sidebar .orange-div .orange-section h2 {
    text-transform: capitalize;
    font-weight: 500;
  }
  .sidebar .advice-article-sidebar .orange-div .orange-section p {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
  }
  .advice-article-v2 .advice-section {
    margin-bottom: 15px;
  }
  .advice-article-v2 .advice-heading-v2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
  }
  .advice-article-v2 .advice-heading-v2 h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .advice-article-v2 .advice-article-v2-details {
    margin-bottom: 15px;
  }
  .advice-article-v2 .advice-article-v2-details > p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-list {
    margin-bottom: 15px;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul {
    margin-bottom: 0;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-list ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .advice-article-v2 .advice-article-v2-details .share-icone {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .advice-article-v2 .advice-center-gray {
    padding: 15px;
  }
  .advice-article-v2 .advice-center-gray .help-advice {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .advice-article-v2 .advice-center-gray .help-advice span {
    font-size: 18px;
    padding-left: 35px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .advice-article-v2 .advice-center-gray ul {
    padding: 0;
  }
  .advice-article-v2 .advice-center-gray ul li {
    margin-right: 15px;
  }
  .advice-article-v2 .advice-center-gray ul li a {
    font-size: 14px;
  }
  .advice-article-v2 .advice-center-gray ul li a i {
    font-size: 14px;
    margin-right: 5px;
  }
  /*cms-advice-center-article-end*/
}
/*768*1360*/
@media (min-width: 768px) and (max-width: 1360px) {
  .blog-page .page-main {
    padding-bottom: 15px;
  }
  .grayafter {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .register-banner.advice-banner .register-banner-text h1 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 38px;
  }
  .register-banner.advice-banner .register-banner-text p {
    text-transform: capitalize;
    font-size: 20px;
  }
  .finder-section.advice-finder-section {
    margin-top: -30px;
    padding: 10px 10px 10px 0;
    margin-bottom: 30px;
  }
  .finder-section.advice-finder-section .finder-in .finder-heading {
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
  }
  .finder-section.advice-finder-section .finder-in .product-finder .form-group:first-child {
    flex: 1 25%;
    -webkit-flex: 1 25%;
    -ms-flex: 1 25%;
  }
  .faq-section .faq-iner-tabs li {
    width: calc(50% - 10px);
  }
  .faq-section .faq-iner-tabs li .faq-tabs > a {
    padding: 20px 15px;
    text-transform: capitalize;
  }
}
/*767*/
@media (max-width: 767px) {
  .blog-page .page-main {
    padding-bottom: 15px;
  }
  .blog-page .column {
    padding-bottom: 15px;
  }
  .blog-page .advice-section .heading-section h2 {
    padding-bottom: 5px;
    font-weight: 600;
  }
  .blog-page .page-title-wrapper .page-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .blog-index-index .advice-section .advice-links li a {
    text-transform: capitalize;
    padding-right: 5px;
    margin-right: 5px;
  }
  .grayafter {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .register-banner.advice-banner .register-banner-text h1 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .register-banner.advice-banner .register-banner-text p {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
  }
  .finder-section.advice-finder-section {
    margin: 0 0 15px 0;
    padding: 15px 0;
  }
  .finder-section.advice-finder-section:after {
    right: -50vw;
  }
  .finder-section.advice-finder-section .finder-in .product-finder .form-group:first-child {
    flex: 1 30%;
    -webkit-flex: 1 30%;
    -ms-flex: 1 30%;
  }
  .finder-section.advice-finder-section .finder-in .product-finder .form-group.last-child {
    flex: 1 2%;
    -webkit-flex: 1 2%;
    -ms-flex: 1 2%;
  }
  .finder-section.advice-finder-section .finder-in .finder-heading {
    padding-right: 0;
    font-size: 20px;
    font-weight: 500;
  }
  .advice-center-block .advice-centerimg {
    height: 380px;
    object-fit: cover;
  }
  .advice-center-block .articles-tips-sectin {
    padding: 30px 15px 15px;
    max-width: 100%;
    left: 0;
    top: 50%;
    bottom: inherit;
    right: 0;
    width: 80%;
    margin: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .advice-center-block .articles-tips-sectin h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 20px;
  }
  .advice-center-block .articles-tips-sectin h2 a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
  }
  .advice-center-block .articles-tips-sectin p {
    font-size: 14px;
  }
  .advice-center-block .advice-center-gray {
    padding: 15px;
  }
  .advice-center-block .advice-center-gray h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .advice-center-block .advice-center-gray .help-advice {
    padding: 10px;
  }
  .advice-center-block .advice-center-gray .help-advice span {
    font-size: 16px;
    font-weight: 600;
  }
  .advice-center-block .advice-center-gray ul {
    padding-left: 0;
  }
  .advice-center-block .advice-center-gray ul li a {
    font-size: 13px;
    text-transform: uppercase;
  }
  .faq-section .faq-iner-tabs li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .faq-section .faq-iner-tabs li:last-child {
    margin-bottom: 0;
  }
  .faq-section .faq-iner-tabs li .faq-tabs > a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 20px 30px 20px 10px;
  }
  .faq-section .faq-iner-tabs li .faq-tabs > a:after {
    right: 15px;
  }
  .faq-section .faq-iner-tabs li .faq-tabs .faq-tabs-detail {
    padding: 15px 10px;
    font-size: 14px;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-img {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-img li {
    width: 48%;
    margin-bottom: 15px;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-img li img {
    width: 100%;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-img li:last-child {
    margin: auto;
  }
  .advice-article-v2 .advice-center-gray ul {
    padding: 0;
  }
  .advice-article-v2 .advice-center-gray ul li {
    margin-right: 0;
    display: block;
  }
  .advice-article-v2 .advice-center-gray ul li a {
    font-size: 13px;
  }
  .advice-article-v2 .advice-center-gray ul li a i {
    font-size: 14px;
  }
  .blog-widget-recent.post-list-wrapper .blog-widget-heading h2.title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
  }
  .blog-widget-recent.post-list-wrapper ul.post-list {
    margin: 0;
  }
  .blog-widget-recent.post-list-wrapper ul.post-list li.post-holder {
    width: 100% !important;
    margin: 0;
  }
  .blog-widget-recent.post-list-wrapper ul.post-list li.post-holder .post-content .post-ftimg-hld img {
    height: 150px;
  }
  .blog-widget-recent.post-list-wrapper ul.post-list li.post-holder .post-content .post-description .post-title a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    min-height: 1px;
    margin-bottom: 5px;
  }
}
/*639*/
@media (max-width: 639px) {
  .finder-section.advice-finder-section .finder-in .product-finder {
    background-color: transparent;
    padding: 0;
  }
  .finder-section.advice-finder-section .finder-in .product-finder .form-group {
    flex: 1 100%!important;
    margin: 0 0 10px 0;
    -webkit-flex: 1 100%!important;
    -ms-flex: 1 100%!important;
    background-color: #ffffff;
    border-radius: 0;
  }
  .finder-section.advice-finder-section .finder-in .product-finder .form-group:last-child {
    margin-bottom: 0;
  }
  .finder-section.advice-finder-section .finder-in .product-finder .form-group input {
    height: 50px;
  }
  .finder-section.advice-finder-section .finder-in .product-finder .form-group .product-show {
    border-radius: 0;
    background-color: #000000;
  }
}
/*479*/
@media (max-width: 479px) {
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-img li {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-img li img {
    width: 100%;
  }
  .advice-article-v2 .advice-article-v2-details .advice-article-v2-img li:last-child {
    margin-bottom: 0;
  }
  .advice-article-v2 .advice-center-gray .help-advice span {
    line-height: normal;
  }
}
.checkout-index-index header.page-header {
  padding: 10px 0 0;
}
.checkout-index-index header.page-header .header .logo {
  margin: 0px auto 0 0;
}
.checkout-index-index header.page-header .header .right-header .header-right-bottom .checkout-header-service li {
  border-right: 1px solid #eae9e9;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-index-index header.page-header .header .right-header .header-right-bottom .checkout-header-service li a {
  font-size: 14px;
  font-weight: 600;
  color: #221f20;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.checkout-index-index header.page-header .header .right-header .header-right-bottom .checkout-header-service li a span {
  color: #432858;
  display: block;
}
.checkout-index-index header.page-header .header .right-header .header-right-bottom .checkout-header-service li a:hover {
  text-decoration: none;
}
.checkout-index-index .checkout-step {
  margin: 50px 0 20px;
}
.checkout-index-index .checkout-step ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.checkout-index-index .checkout-step ul li {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.checkout-index-index .checkout-step ul li.first {
  padding: 10px 10px 10px 40px;
  background-color: #432858;
  border-top-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  -ms-border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  -ms-border-bottom-left-radius: 50px;
}
.checkout-index-index .checkout-step ul li.first:before {
  background-color: #f6f6f6;
  width: 20px;
  height: 20px;
  left: 10px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.checkout-index-index .checkout-step ul li.second {
  padding: 10px 40px 10px 10px;
  background-color: #f6f6f6;
  border-top-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  -ms-border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  -ms-border-bottom-right-radius: 50px;
  text-align: right;
  color: rgba(18, 18, 18, 0.5);
}
.checkout-index-index .checkout-step ul li.second:before {
  background-color: #432858;
  width: 20px;
  height: 20px;
  right: 10px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.checkout-index-index #amend-order {
  background-color: #432858;
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  padding: 10px 30px 10px 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.checkout-index-index #amend-order:before {
  font-family: "Fontawesome";
  content: "\f104";
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 15px;
  right: inherit;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.checkout-index-index #amend-order:hover {
  background-color: #f08217;
}
.checkout-index-index .three-columns-osc {
  clear: both;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.checkout-index-index .three-columns-osc:before,
.checkout-index-index .three-columns-osc:after {
  display: table;
  content: "";
  clear: both;
}
.checkout-index-index .three-columns-osc > div {
  border: none;
  margin: 0 !important;
}
.checkout-index-index .three-columns-osc #address-section {
  width: 68% !important;
  padding: 0 40px 0 0!important;
  border: 0 !important;
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section {
  background-color: #ffffff;
  padding: 0 40px 40px 40px;
  display: inline-block;
  width: 100%;
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .newsletter {
  border-top: 1px solid #eae9e9;
  padding-top: 15px;
  margin-top: 15px;
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .newsletter label {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: normal !important;
  color: rgba(29, 29, 27, 0.5);
  border: none;
  margin: 0;
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .newsletter label:before {
  border: 1px solid #eae9e9;
  border-radius: 0 !important;
  background-color: #f6f6f6 !important;
  top: 5px !important;
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .newsletter input[type="checkbox"]:checked + label:before {
  color: #432858;
  content: "\f00c";
  font-size: 8px;
  font-family: "Fontawesome";
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .opc-newsletter-detail {
  padding-left: 25px;
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .opc-newsletter-detail p {
  font-size: 12px;
  color: rgba(29, 29, 27, 0.5);
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .opc-newsletter-detail p a {
  color: rgba(67, 40, 88, 0.5);
  text-decoration: underline;
}
.checkout-index-index .three-columns-osc #address-section .newsletter-section .opc-newsletter-detail p a:hover {
  color: #f08217;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed {
  background-color: #ffffff;
  padding: 40px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field {
  width: 30% !important;
  margin-right: 15px;
  margin-bottom: 0 !important;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field:first-child {
  width: 45% !important;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field:last-child {
  margin-right: 0;
  width: 20% !important;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field:last-child .control {
  position: relative;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field:last-child .control:after {
  font-family: "Fontawesome";
  content: "\f133";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  color: #432858;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field .label {
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  color: rgba(29, 29, 27, 0.5) !important;
  border: none;
  margin: 0 0 10px!important;
  padding: 0;
  width: auto !important;
  position: relative;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field .label:after {
  position: absolute;
  right: -10px;
  top: 0;
  margin: 0;
  line-height: normal;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field .control.error .field-error {
  display: block;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field .control input {
  background-color: #f6f6f6;
  height: 40px !important;
  border: none;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px !important;
}
.checkout-index-index .three-columns-osc #address-section .extra-filed form .field .control .field-error {
  position: absolute;
  font-size: 12px;
  display: none;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #432858;
  border: none;
  padding: 30px 30px 0;
  margin: 0;
  background-color: #f6f6f6;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-title:before {
  display: none;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses {
  margin: 0px 0px 10px;
  background-color: #ffffff;
  padding: 10px;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items {
  background-color: #f6f6f6;
  padding: 20px 30px 30px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item {
  width: 25% !important;
  padding: 20px 15px!important;
  background-color: #ffffff;
  margin-right: 15px !important;
  margin-bottom: 0 !important;
  border-color: #ffffff !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item:last-child {
  margin-right: 0 !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item:before {
  display: none !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item.selected-item {
  border-color: #432858 !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item.selected-item .input-wrapper .address-detail:after {
  opacity: 1 !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item .input-wrapper .address-detail {
  height: 17px;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item .input-wrapper .address-detail .customer-name {
  font-size: 14px;
  font-weight: bold;
  color: #1d1d1b;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item .input-wrapper .registered-address {
  padding: 0 !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item .input-wrapper .registered-address .corporate-address {
  display: block;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .address-check {
  background-color: #ffffff;
  padding: 40px 40px 0 40px;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .address-check label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #432858;
  border: none;
  margin: 0;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .address-check label:before {
  border: 1px solid #eae9e9;
  border-radius: 0 !important;
  background-color: #f6f6f6 !important;
  top: 5px !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .address-check input[type="checkbox"]:checked + label:before {
  color: #432858;
  content: "\f00c";
  font-size: 8px;
  font-family: "Fontawesome";
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address {
  background-color: #ffffff;
  padding: 20px 40px 20px;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address {
  width: 100%;
  display: inline-block;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address {
  margin-bottom: 0;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address > div[name="shippingAddress.region"]:first-child {
  display: none !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field.country_id-field {
  display: none;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field.street .control .field {
  margin-bottom: 0 !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field.street .control .field .label {
  display: none;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field.street .control .field .control {
  width: 100% !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field.choice.checkbox-group {
  display: none;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .field-error {
  font-size: 12px;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .label {
  width: 150px !important;
  padding: 0 !important;
  margin: 10px 0 0 0!important;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.5);
  font-weight: normal;
  text-align: left !important;
  float: left !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .label:after {
  color: #f5a960;
  font-size: 14px;
  margin: 0;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .control {
  width: calc(100% - 160px);
  float: right !important;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .control input {
  background-color: #f6f6f6;
  height: 40px;
  border: none;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .control select {
  background-color: #f6f6f6;
  height: 40px;
  border: none;
  width: 100%;
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address:before,
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address:after {
  display: table;
  content: "";
  clear: both;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .actions {
  text-align: right;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .actions .action {
  margin: 0 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  background-color: #432858;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  width: auto;
}
.checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .actions .action:hover {
  background-color: #f08217;
}
.checkout-index-index .three-columns-osc .order-review-section {
  width: 30% !important;
  border: 0 !important;
  padding: 0px !important;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block {
  background-color: #f6f6f6;
  padding: 30px 40px 30px!important;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-review-total .table-totals {
  margin-bottom: 25px;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-review-total .table-totals tr {
  background-color: transparent !important;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-review-total .table-totals tr th {
  background-color: transparent !important;
  padding: 0 !important;
  line-height: normal;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-review-total .table-totals tr th strong {
  color: #7d7c7c !important;
  font-size: 14px !important;
  font-weight: 500;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-review-total .table-totals tr td {
  padding: 0 !important;
  line-height: normal;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-review-total .table-totals tr td strong span {
  font-size: 16px !important;
  color: #432858 !important;
  font-weight: bold;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .opc-details-cms {
  background-color: #ffffff;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .opc-details-cms p {
  font-size: 14px;
  text-transform: uppercase;
  color: #432858;
  line-height: normal;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-agreements label {
  margin: 0;
  color: rgba(29, 29, 27, 0.5);
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-agreements label:before {
  border: 1px solid #eae9e9!important;
  border-radius: 0 !important;
  background-color: #f6f6f6 !important;
  top: 5px !important;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-agreements label button {
  font-size: 14px;
  background-color: transparent !important;
  line-height: normal;
  padding: 0 !important;
  font-weight: normal;
  color: rgba(29, 29, 27, 0.5);
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .checkout-agreements input[type="checkbox"]:checked + label:before {
  color: #432858;
  content: "\f00c";
  font-size: 8px;
  font-family: "Fontawesome";
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .shipping-information {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #432858;
  margin-bottom: 25px;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .shipping-information .ship-to .shipping-information-title {
  margin-bottom: 5px;
  display: block;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .shipping-information .ship-to .shipping-information-title span {
  color: #a8a5a6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .button-set .onestepcheckout-place {
  margin: 0 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  background-color: #432858;
  padding: 20px;
  position: relative;
  text-align: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .button-set .onestepcheckout-place:after {
  font-family: "Fontawesome";
  content: "\f105";
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.checkout-index-index .three-columns-osc .order-review-section .review-block .button-set .onestepcheckout-place:hover {
  background-color: #f08217;
}
.checkout-index-index .three-columns-osc .payment-method-box {
  display: none;
}
.checkout-index-index .three-columns-osc .head-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: normal;
  color: #432858;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eae9e9;
}
.cart-empty p a {
  color: #432858;
  text-decoration: underline;
}
.cart-empty p a:hover {
  color: #f08217;
}
.column.main .checkout-container.md-checkout input.radio + label:before {
  border: 1px solid #eae9e9;
  border-radius: 0 !important;
  background-color: #f6f6f6 !important;
}
.column.main .checkout-container.md-checkout input.radio + label:after {
  color: #432858;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  content: "\f00c";
  left: 3px;
  font-size: 8px;
  font-family: "Fontawesome";
  opacity: 0;
}
.checkout-onepage-success header.page-header {
  padding: 20px 0 10px;
}
.checkout-onepage-success header.page-header .header .right-header .header-right-bottom .checkout-header-service li {
  border-right: 1px solid #eae9e9;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-onepage-success header.page-header .header .right-header .header-right-bottom .checkout-header-service li a {
  font-size: 14px;
  font-weight: 600;
  color: #221f20;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.checkout-onepage-success header.page-header .header .right-header .header-right-bottom .checkout-header-service li a span {
  color: #432858;
  display: block;
}
.checkout-onepage-success header.page-header .header .right-header .header-right-bottom .checkout-header-service li a:hover {
  text-decoration: none;
}
.checkout-onepage-success .print-actions {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.checkout-onepage-success .print-actions a {
  background-color: #432858;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px;
}
.checkout-onepage-success .print-actions a:hover {
  background-color: #f08217;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 10px;
  color: #432858;
}
.checkout-onepage-success .checkout-success p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #040107;
}
.checkout-onepage-success .checkout-success p a {
  color: #040107;
}
.checkout-onepage-success .checkout-success p a:hover {
  text-decoration: none;
  color: #f08217;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue {
  background-color: #432858;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 0;
  border: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .continue:hover {
  background-color: #f08217;
  text-decoration: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .print {
  display: none;
}
.checkout-onepage-success .checkout-step {
  margin: 50px 0 20px;
}
.checkout-onepage-success .checkout-step ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.checkout-onepage-success .checkout-step ul li {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.checkout-onepage-success .checkout-step ul li.first {
  padding: 10px 10px 10px 40px;
  background-color: #432858;
  border-top-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  -ms-border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  -ms-border-bottom-left-radius: 50px;
}
.checkout-onepage-success .checkout-step ul li.first:before {
  background-color: #f6f6f6;
  width: 20px;
  height: 20px;
  left: 10px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.checkout-onepage-success .checkout-step ul li.second {
  padding: 10px 40px 10px 10px;
  background-color: #f6f6f6;
  border-top-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  -ms-border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  -ms-border-bottom-right-radius: 50px;
  text-align: right;
  color: rgba(18, 18, 18, 0.5);
}
.checkout-onepage-success .checkout-step ul li.second:before {
  background-color: #432858;
  width: 20px;
  height: 20px;
  right: 10px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.checkout-onepage-success .checkout-step .print {
  margin: 0;
  color: #432858;
  display: inline-block;
}
.checkout-onepage-success .checkout-step .print:hover {
  text-decoration: none;
  color: #f08217;
}
.modal-popup .modal-title {
  border-bottom: none;
  padding: 0;
  text-transform: uppercase;
  color: #432858;
}
/*Responsive-css*/
/*992-1360*/
@media (min-width: 992px) and (max-width: 1360px) {
  .checkout-index-index #amend-order {
    margin-bottom: 20px;
  }
  .checkout-index-index .three-columns-osc #address-section .newsletter-section {
    padding: 0px 15px 15px 30px;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-title {
    padding: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address {
    padding: 15px 15px 15px 30px;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .address-check {
    padding: 15px 15px 0px 30px;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items {
    padding: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item {
    width: 30% !important;
    padding: 10px !important;
    background-color: #ffffff;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
  .checkout-index-index .three-columns-osc .order-review-section .review-block {
    padding: 15px !important;
  }
}
/*992-1300*/
@media (min-width: 992px) and (max-width: 1300px) {
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field {
    flex: 0 0 49%!important;
    -webkit-flex: 0 0 49%!important;
    -ms-flex: 0 0 49%!important;
    margin: 0 0 10px 0!important;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field:last-child {
    margin: 0 !important;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field .label {
    text-transform: capitalize;
  }
}
/*991*/
@media (max-width: 991px) {
  .checkout-index-index header.page-header {
    padding-top: 50px;
  }
  .checkout-index-index .checkout-step {
    margin: 30px 0 20px;
  }
  .checkout-index-index #amend-order {
    margin-bottom: 20px;
  }
  .checkout-index-index .three-columns-osc .head-title {
    margin-bottom: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  .checkout-index-index .three-columns-osc #address-section .newsletter-section {
    padding: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section .newsletter-section .newsletter {
    margin-top: 0;
  }
  .checkout-index-index .three-columns-osc #address-section .newsletter-section .newsletter label {
    text-transform: capitalize;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed {
    padding: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field {
    margin-right: 10px;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field .label {
    font-size: 13px;
    text-transform: capitalize;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-title {
    padding: 15px 15px 0;
    font-weight: 600;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address {
    padding: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .address-check {
    padding: 15px 15px 0;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .address-check label {
    font-weight: 600;
    text-transform: capitalize;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items {
    padding: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item {
    width: 100% !important;
    margin: 0px 0px 15px 0px !important;
  }
  .checkout-index-index .three-columns-osc .order-review-section {
    width: 100% !important;
  }
  .checkout-index-index .three-columns-osc .order-review-section .review-block {
    padding: 15px !important;
  }
  .checkout-index-index .three-columns-osc .order-review-section .review-block .button-set .onestepcheckout-place {
    font-weight: 400;
    text-transform: capitalize;
  }
}
/*767*/
@media (max-width: 767px) {
  .checkout-index-index header.page-header .header .right-header .header-right-bottom .checkout-header-service {
    display: none;
  }
  .checkout-index-index .checkout-step ul li {
    text-transform: capitalize;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed {
    padding: 15px;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field {
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-right: 0;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field:first-child {
    width: 100% !important;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field:last-child {
    width: 100% !important;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field .label {
    text-transform: capitalize;
    font-size: 14px;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field .control .field-error {
    position: static;
  }
  .checkout-index-index .three-columns-osc #address-section .extra-filed form .field:last-child {
    margin-bottom: 0;
  }
  .checkout-onepage-success header.page-header .header .right-header .header-right-bottom .checkout-header-service {
    display: none;
  }
  .checkout-onepage-success .checkout-step {
    margin: 30px 0 20px;
  }
  .checkout-onepage-success .checkout-step ul li {
    text-transform: capitalize;
  }
  .checkout-onepage-success .checkout-success h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
/*479*/
@media (max-width: 479px) {
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .label {
    width: 100% !important;
    margin: 0 0 10px!important;
  }
  .checkout-index-index .three-columns-osc #address-section .checkout-shipping-address .step-content #opc-new-shipping-address .form-shipping-address .address .field .control {
    width: 100% !important;
  }
}
.checkout-index-index .table-checkout-wholesaler-method {
  margin-top: 10px;
}
.checkout-index-index .table-checkout-wholesaler-method td.col.col-wholesaler-id {
  width: 1px;
  flex-grow: initial;
  padding-right: 10px;
  padding-top: 10px;
}
.faq-index-index .page-main {
  padding-bottom: 80px;
}
.faq-index-index .columns .column {
  width: 82%;
}
.faq-index-index .page-title-wrapper .page-title {
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 10px;
  font-size: 24px;
  color: #f08217;
  text-transform: uppercase;
  font-weight: bold;
}
.faq-index-index .toolbar {
  display: none !important;
}
.faq-index-index .faq-iner-tabs {
  margin: 0;
}
.faq-index-index .faq-iner-tabs li {
  border-bottom: 1px solid #fff;
}
.faq-index-index .faq-iner-tabs li:nth-child(2n) a.question {
  background-color: #f0efef;
}
.faq-index-index .faq-iner-tabs li:last-child {
  border: none;
}
.faq-index-index .faq-iner-tabs li a.question {
  background-color: #e6e4e5;
  display: block;
  padding: 20px 30px;
  text-transform: uppercase;
  color: rgba(34, 31, 32, 0.75);
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.faq-index-index .faq-iner-tabs li a.question.open:after {
  background: url(../images/minus-shpe.png);
}
.faq-index-index .faq-iner-tabs li a.question:hover {
  text-decoration: none;
  color: #f08217;
}
.faq-index-index .faq-iner-tabs li a.question:after {
  background: url(../images/pluse-shpe.png);
  position: absolute;
  right: 32px;
  width: 12px;
  height: 12px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail {
  padding: 20px 30px 45px;
  background-color: #f5f4f5;
  border-top: 1px solid #fafafa;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question-details {
  width: 55%;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question-details p {
  color: #221f20;
  font-size: 14px;
  margin-bottom: 15px;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question-details p:last-child {
  margin-bottom: 0;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question-img {
  width: 40%;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question-img img {
  height: 100%;
  object-fit: cover;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question {
  width: 100%;
  margin-top: 30px;
  background-color: #f08217;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  color: #ffffff;
  position: relative;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question:after {
  font-family: "Fontawesome";
  content: "\f105";
  color: #fafafa;
  font-size: 20px;
  position: absolute;
  right: 30px;
  line-height: normal;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail .question b {
  margin-right: 10px;
}
.faq-index-index .faq-iner-tabs li .faq-tabs-detail.answer a {
  padding: 0 !important;
}
.faq-index-index .ias-trigger {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 40px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.faq-index-index .ias-trigger a {
  background-color: #f08217;
}
.faq-index-index .ias-trigger a:hover {
  background-color: #432858;
}
.faq-index-index .advice-section {
  margin-top: 30px;
}
.faq-index-index .advice-section .heading-section {
  margin-bottom: 30px;
}
.faq-index-index .advice-section .heading-section h2 {
  margin: 0px 0px 10px;
  padding-bottom: 5px;
}
.faq-index-index .sidebar .advice-article-sidebar .sidebar-title {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 15px;
  font-size: 16px;
  padding-bottom: 15px;
  color: #f08217;
  text-transform: uppercase;
  font-weight: bold;
}
.faq-index-index .sidebar .advice-article-sidebar .block {
  margin-bottom: 40px;
  border: none;
  padding: 0;
}
.faq-index-index .sidebar .advice-article-sidebar .block .filter-content .filter-options .filter-options-content {
  margin-bottom: 10px;
}
/*responsvie-css*/
/*992-1299*/
@media (min-width: 992px) and (max-width: 1299px) {
  .faq-index-index .ias-trigger {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .faq-index-index .columns .column {
    width: 78%;
  }
  .faq-index-index .sidebar-additional {
    width: 20%;
    padding: 0 0 0 10px;
  }
}
/*991*/
@media (max-width: 991px) {
  .faq-index-index .columns {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .faq-index-index .page-main {
    padding-bottom: 0;
  }
  .faq-index-index .ias-trigger {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .faq-index-index .advice-section {
    margin-top: 0;
  }
  .faq-index-index .advice-section .heading-section {
    margin-bottom: 15px;
  }
  .faq-index-index .advice-section .heading-section h2 {
    font-weight: 600;
  }
  .faq-index-index .faq-iner-tabs li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px;
  }
  .faq-index-index .faq-iner-tabs li a:after {
    right: 12px;
  }
  .faq-index-index .sidebar {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  .faq-index-index .columns .column {
    width: 100%;
  }
  .faq-index-index .page-title-wrapper .page-title {
    font-weight: 600;
    text-transform: uppercase;
  }
}
/*767*/
@media (max-width: 767px) {
  .faq-index-index .faq-iner-tabs li .faq-tabs-detail {
    padding: 15px;
  }
  .faq-index-index .faq-iner-tabs li .faq-tabs-detail .question-details {
    width: 100%;
    margin-bottom: 15px;
  }
  .faq-index-index .faq-iner-tabs li .faq-tabs-detail .question-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .faq-index-index .faq-iner-tabs li .faq-tabs-detail .question {
    padding: 15px;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
  }
  .faq-index-index .faq-iner-tabs li .faq-tabs-detail .question:after {
    display: none;
  }
  .faq-index-index .page-title-wrapper .page-title {
    /*text-transform: @text-capitalize;*/
  }
}
.about-section-main {
  display: inline-block;
  width: 100%;
}
.about-section-main .about-section {
  float: left;
  width: 68%;
}
.about-section-main .about-section .about-section-head {
  margin-bottom: 20px;
}
.about-section-main .about-section .about-section-head h2 {
  font-size: 20px;
  color: #1d1d1b;
  font-weight: 600;
  text-transform: uppercase;
}
.about-section-main .about-section .about-section-head h2 span {
  display: block;
  color: rgba(29, 29, 27, 0.75);
}
.about-section-main .about-section .about-section-img p {
  margin-bottom: 15px;
  color: #221f20;
  line-height: 18px;
  font-size: 14px;
}
.about-section-main .about-section .about-section-img p b {
  font-size: 16px;
}
.about-section-main .about-section .about-section-img p:last-child {
  margin-bottom: 0;
}
.about-section-main .about-section .about-section-img figure {
  margin: 40px 0;
}
.about-section-main .about-section .about-section-img figure img {
  width: 100%;
}
.about-section-main .about-section .about-section-list {
  margin-bottom: 0;
}
.about-section-main .about-section .about-section-list li {
  margin-bottom: 30px;
}
.about-section-main .about-section .about-section-list li h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 10px;
  color: #432858;
}
.about-section-main .about-section .about-section-list li p {
  color: #221f20;
  margin-bottom: 15px;
}
.about-section-main .about-section .about-section-list li p:last-child {
  margin-bottom: 0;
}
.about-section-main .about-section .about-section-list li:last-child {
  margin-bottom: 0;
}
.about-section-main .about-section .about-iblock {
  padding: 20px;
  background-color: #f4f3f5;
  margin: 30px 0;
}
.about-section-main .about-section .about-iblock h3 {
  color: #f08217;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}
.about-section-main .about-section .about-iblock .four-imgsection .four-iblock .gray-box {
  padding: 15px;
}
.about-section-main .about-section .about-iblock .four-imgsection .four-iblock .gray-box a {
  font-size: 16px;
  line-height: 20px;
}
.about-section-main .about-section .about-iblock .four-imgsection .four-iblock .gray-box a:after {
  right: 5px;
}
.about-section-main .about-section-right {
  float: right;
  width: 30%;
}
.about-section-main .about-section-right .about-r-top {
  margin-bottom: 20px;
}
.about-section-main .about-section-right .about-r-top .advice-color-text .small-text {
  padding: 20px 30px 32px 40px;
  position: relative;
  background-color: #f08217;
  display: block;
  font-size: 16px;
  color: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
}
.about-section-main .about-section-right .about-r-top .advice-color-text .small-text span {
  font-size: 20px;
  font-weight: 600;
}
.about-section-main .about-section-right .about-r-top .advice-color-text .small-text p {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  padding-bottom: 50px;
}
.about-section-main .about-section-right .about-r-top .advice-color-text .small-text a {
  font-size: 14px;
  color: #fafafa;
  position: absolute;
  bottom: 25px;
  font-weight: 500;
}
.about-section-main .about-section-right .about-r-top .advice-color-text .small-text a:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  margin: 0 0 0 10px;
}
.about-section-main .about-section-right .about-r-top .advice-color-text .small-text a:hover {
  text-decoration: none;
  color: #432858;
}
.about-section-main .about-section-right .about-r-btm h2 {
  font-size: 16px;
  color: #f08217;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.about-section-main .about-section-right .about-r-btm h2 .sub-text {
  display: block;
  font-size: 14px;
  color: #a8a5a6;
  font-weight: 300;
}
.about-section-main .about-section-right .about-r-btm ul li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.about-section-main .about-section-right .about-r-btm ul li:last-child {
  margin-bottom: 0;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text a {
  background-color: #f08217;
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 600;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text a:after {
  font-family: "Fontawesome";
  content: "\f105";
  font-size: 16px;
  float: right;
  margin: 0;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text a:hover {
  text-decoration: none;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text {
  padding: 15px 30px 15px 40px;
  position: relative;
  background-color: #f08217;
  display: block;
  font-size: 16px;
  color: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text.large-text {
  padding: 25px 30px 25px 40px;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text span {
  font-size: 20px;
  font-weight: 600;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text p {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text form {
  margin-top: 15px;
  position: relative;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text form .control input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: 'Barlow';
  font-size: 13px;
  color: #a8a5a6;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text form .actions {
  position: absolute;
  width: auto;
  right: 5px;
  top: 5px;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text form .actions button {
  background-color: #f08217;
  color: #fafafa;
  min-width: 86px;
  height: 40px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text form .actions button:hover {
  background-color: #432858;
  text-decoration: none;
}
/*responsive-css*/
/*992-1160*/
@media (min-width: 992px) and (max-width: 1160px) {
  .about-section-main .about-section-right .about-r-top .advice-color-text .small-text {
    padding: 15px;
  }
  .about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text {
    padding: 15px !important;
  }
  .about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text span {
    font-size: 18px;
  }
}
/*991*/
@media (max-width: 991px) {
  .about-section-main .about-section {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-section-main .about-section .about-section-head {
    margin-bottom: 10px;
  }
  .about-section-main .about-section .about-section-head h2 {
    text-transform: capitalize;
  }
  .about-section-main .about-section .about-section-img p {
    margin-bottom: 10px;
    line-height: 22px;
  }
  .about-section-main .about-section .about-section-img p b {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
  .about-section-main .about-section .about-section-img figure {
    margin: 20px 0;
  }
  .about-section-main .about-section .about-section-list li {
    margin-bottom: 15px;
  }
  .about-section-main .about-section .about-section-list li h2 {
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .about-section-main .about-section .about-section-list li p {
    line-height: 22px;
    font-size: 14px;
  }
  .about-section-main .about-section-right {
    width: 100%;
  }
  .about-section-main .about-section-right .about-r-top .advice-color-text .small-text {
    padding: 15px;
  }
  .about-section-main .about-section-right .about-r-top .advice-color-text .small-text span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
  }
  .about-section-main .about-section-right .about-r-top .advice-color-text .small-text p {
    padding-bottom: 40px;
    text-transform: capitalize;
  }
  .about-section-main .about-section-right .about-r-btm h2 {
    padding-left: 0;
    font-weight: 600;
  }
  .about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text {
    padding: 15px;
  }
  .about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text.large-text {
    padding: 15px;
  }
  .about-section-main .about-section-right .about-r-btm ul li .advice-color-text .small-text span {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
  }
}
.welcom-heading.heading-section {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .welcom-heading.heading-section {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .welcom-heading.heading-section .welcom-heading-left h2 {
    font-size: 14px;
  }
  .welcom-heading.heading-section .welcom-heading-left h2 .sub-text {
    margin: 0 0 5px;
  }
  .welcom-heading.heading-section .welcom-heading-left .key-s {
    text-transform: capitalize;
  }
}
.welcom-heading .welcom-heading-left h2 {
  font-weight: bold;
}
.welcom-heading .welcom-heading-left h2 span {
  font-weight: normal;
  margin-right: 5px;
}
.welcom-heading .welcom-heading-left h2 .sub-text {
  display: block;
  font-size: 14px;
  color: #a8a5a6;
  font-weight: 300;
}
.welcom-heading .welcom-heading-left .key-s {
  margin-left: 30px;
  font-size: 14px;
  color: #a8a5a6;
  font-weight: 300;
  padding: 5px 0px 5px 0px;
  align-self: flex-end;
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  text-transform: uppercase;
}
.welcom-heading .welcom-heading-left .key-s img {
  margin-right: 10px;
}
.welcom-heading .welcom-heading-right a {
  background: #efefef;
  position: relative;
  color: #432858;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 40px 12px 15px;
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.welcom-heading .welcom-heading-right a:hover {
  text-decoration: none;
  background: #f08217;
  color: #fff;
}
.welcom-heading .welcom-heading-right a:after {
  position: absolute;
  right: 20px;
  top: 14px;
  line-height: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: "Fontawesome";
  content: "\f105";
}
.promotions-articles .promotions-articles-tag {
  margin-bottom: 10px;
  background: #432858;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  line-height: normal;
  padding: 7px 10px;
  text-transform: uppercase;
}
.promotions-articles .promotions-articles-tag.color-or {
  float: left;
  background: #f08217;
}
.promotions-articles .promotions-articles-tag.color-or + .color-or {
  float: right;
}
.promotions-articles .promotions-articles-tag.color-or + .color-or a {
  color: #ffffff;
}
.promotions-articles .promotions-articles-tag.color-or + .color-or a:hover {
  text-decoration: none;
}
.promotions-articles .promotions-left {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.promotions-articles .promotions-left .promotions-left-one {
  width: 48.3333%;
}
.promotions-articles .promotions-left .promotions-left-one a {
  color: #FEDD00;
  font-weight: 500;
  font-size: 14px;
  /*position:absolute;*/
  text-transform: uppercase;
  bottom: 40px;
  /*&:after{
					    font-size:@font-size-16;
					    margin-left: 15px;
					    font-family:@fontawesome;
					    content: "\f105";
					}*/
}
.promotions-articles .promotions-left .promotions-left-one a:hover {
  color: #ffffff;
  text-decoration: none;
}
.promotions-articles .promotions-left .promotions-left-one .left-background {
  height: 450px;
  padding: 30px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t {
  height: 100%;
  width: 100%;
  position: relative;
}
.promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t h2 {
  color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}
.promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t h2 span {
  color: #FEDD00;
  display: block;
}
.promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 150px;
  margin: 0;
}
@media (max-width: 767px) {
  .promotions-articles .promotions-left .promotions-left-one {
    width: 100%;
    margin: 0 0 15px;
  }
  .promotions-articles .promotions-left .promotions-left-one .left-background {
    height: 400px;
    padding: 15px;
    position: relative;
  }
  .promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
  }
  .promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t p {
    max-width: 100%;
    margin-bottom: 5px;
    color: #fff;
  }
  .promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t a {
    position: static;
  }
}
.promotions-articles .promotions-left .promotions-left-two {
  width: 48.3333%;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top {
  background-color: #432858;
  padding: 30px 40px;
  min-height: 215px;
  margin-bottom: 20px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy {
  background: transparent;
  padding: 0;
  min-height: 1px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div {
  min-height: 215px;
  padding: 30px 40px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div .banner-content h2 {
  max-width: 200px;
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin-bottom: 20px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div .banner-content h2 strong {
  display: block;
  color: #432858;
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div .banner-content a {
  color: #432858;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  bottom: 40px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div .banner-content a:hover {
  color: #ffffff;
  text-decoration: none;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div .banner-content a:after {
  font-size: 16px;
  margin-left: 15px;
  font-family: "Fontawesome";
  content: "\f105";
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-top-head {
  margin-bottom: 40px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-top-head h2 {
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 3px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-top-head p {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  position: relative;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field {
  width: calc(100% - 90px);
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field .control input {
  width: 100%;
  height: 50px;
  color: #432858;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border: none;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field .control .sku-suggestions {
  background: #fff;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 99;
  padding: 15px 0;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 3px 10px #ccc;
  max-height: 300px;
  overflow-y: auto;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field .control .sku-suggestions .item {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #efefef;
  padding: 5px 10px;
  cursor: pointer;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field .control .sku-suggestions .item:last-child {
  border-bottom: none;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field .control .sku-suggestions .item .image {
  margin-right: 10px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field .control .sku-suggestions .item .obs-item-details .price-container .price-box .price-final_price:after {
  display: none;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .actions {
  width: 80px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .actions button {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  height: 50px;
  font-size: 18px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  color: #432858;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .actions button:hover {
  background-color: #f08217;
  color: #ffffff;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .actions button span:after {
  line-height: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: "Fontawesome";
  content: "\f105";
  margin-left: 7px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-btm {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img {
  position: relative;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img .promotions-btm-text {
  position: absolute;
  padding-right: 10px;
  bottom: 20px;
  right: 20px;
  max-width: 115px;
  line-height: 14px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img .promotions-btm-text a {
  color: #ffffff;
  opacity: 0.9;
  text-transform: uppercase;
  font-size: 13px;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img .promotions-btm-text a:hover {
  text-decoration: none;
  color: #000;
}
.promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img .promotions-btm-text a:after {
  line-height: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: "Fontawesome";
  content: "\f105";
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .promotions-articles .promotions-left .promotions-left-two {
    width: 100%;
    margin: 0 0 15px;
  }
}
.promotions-articles .promotions-articles-right {
  clear: both;
  position: relative;
  /*&:before{
				position: absolute;
			    content: "";
			    width: 1px;
			    height: 100%;
			    background-color: #eaeaea;
			    left: -15px;
			}*/
}
.promotions-articles .promotions-articles-right .advice-img-section {
  margin-bottom: 30px;
  position: relative;
}
.promotions-articles .promotions-articles-right .advice-img-section figure {
  margin: 0;
}
.promotions-articles .promotions-articles-right .advice-img-section figure a {
  position: relative;
  z-index: 999;
}
.promotions-articles .promotions-articles-right .advice-img-section figure img {
  height: 215px;
  width: 100%;
  object-fit: cover;
}
.promotions-articles .promotions-articles-right .advice-img-section .advice-text-section {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  z-index: 999;
}
.promotions-articles .promotions-articles-right .advice-img-section .advice-text-section h2 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 20px;
  min-height: 90px;
  margin-bottom: 20px;
  font-weight: 600;
  max-width: 200px;
}
.promotions-articles .promotions-articles-right .advice-img-section .advice-text-section a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.promotions-articles .promotions-articles-right .advice-img-section .advice-text-section a:hover {
  text-decoration: none;
  color: #f08217;
}
.promotions-articles .promotions-articles-right .advice-img-section .advice-text-section a:after {
  font-family: "Fontawesome";
  content: "\f105";
  margin-left: 13px;
  font-size: 16px;
}
.promotions-articles .promotions-articles-right .advice-img-section + .advice-img-section {
  margin-bottom: 0;
}
.account-blocks {
  padding-top: 38px;
}
.account-blocks .top-account-block {
  margin-bottom: 30px;
}
.pos-section.product-new2 {
  padding: 0;
  border: none;
}
.pos-section.product-new2 .product-new2-div {
  background-color: #efefef;
  padding: 32px 20px;
  border: none;
  position: relative;
}
.pos-section.product-new2 .product-new2-div .custom-btn {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.pos-section.product-new2 .product-new2-div .product-new2-img {
  width: 40%;
  background: transparent;
  text-align: right;
}
.pos-section.product-new2 .product-new2-div .product-new2-img img {
  width: auto;
  max-height: 151px;
}
.pos-section.product-new2 .product-new2-div .product-new2-detail {
  padding-left: 20px;
}
.pos-section.product-new2 .product-new2-div .product-new2-detail h2 {
  color: #432858;
  margin-bottom: 15px;
  max-width: 120px;
}
.pos-section.product-new2 .product-new2-div .product-new2-detail p {
  color: rgba(29, 29, 27, 0.5);
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
  line-height: normal;
}
.same-setion-div.in-account .advice-section .heading-section {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.same-setion-div.in-account .advice-section .heading-section h2 {
  margin: 0;
  color: #432858;
  font-weight: 400;
}
.same-setion-div.in-account .advice-section .row {
  margin-left: -15px;
  margin-right: -15px;
}
.same-setion-div.in-account .advice-section .row > div {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.same-setion-div.in-account .advice-section .row > div.order-history {
  display: none;
}
.same-setion-div.in-account .advice-section .row > div .advice-color-text .small-text {
  background-color: #432858;
}
.same-setion-div.in-account .advice-section .row > div .advice-color-text .small-text .contact-us:hover {
  color: #f08217;
}
.same-setion-div.in-account .advice-section .row > div .advice-color-text .small-text .contact-us:hover:after {
  color: #f08217;
}
.all-product-tabs .buy-tab-contents {
  display: none;
}
.all-product-tabs .buy-tab-contents.active {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.all-product-tabs .heading-section {
  padding-bottom: 10px;
}
.all-product-tabs .heading-section h2 {
  background: #432858;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 9px 15px;
  text-transform: uppercase;
}
.all-product-tabs .heading-section h2.col-o {
  background-color: #f08217;
}
.all-product-tabs .heading-section h2.col-o a {
  color: #ffffff;
}
.all-product-tabs .heading-section h2.col-o a:hover {
  text-decoration: none;
}
.all-product-tabs .heading-section h2 a:hover {
  text-decoration: none;
}
.all-product-tabs .heading-section h2 a {
  color: #ffffff;
}
.all-product-tabs .heading-section h2:first-of-type {
  visibility: hidden;
}
.all-product-tabs .heading-section .product-tbs li {
  display: inline-block;
}
.all-product-tabs .heading-section .product-tbs li.active a {
  border-bottom: 3px solid #432858;
  color: #432858;
}
.all-product-tabs .heading-section .product-tbs li a {
  color: #bcbcbc;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0 10px 16px;
}
.all-product-tabs .heading-section .product-tbs li a:hover {
  text-decoration: none;
  color: #432858;
}
.all-product-tabs .heading-section .product-tbs li.product {
  display: none;
}
.all-product-tabs .custom-product-items .product-item .product-item-info .product-item-photo span img {
  height: 140px;
  object-fit: cover;
}
.all-product-tabs .news-tbs-content {
  margin-right: -5px;
  margin-left: -5px;
}
.all-product-tabs .news-tbs-content > div {
  padding-right: 5px;
  padding-left: 5px;
}
.all-product-tabs .news-tbs-content .new-about-gray {
  background-color: #f6f6f6;
  padding: 20px 30px 80px 30px;
  height: 100%;
}
.all-product-tabs .news-tbs-content .new-about-gray h2 {
  color: #432858;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}
.all-product-tabs .news-tbs-content .new-about-gray .count {
  color: #a8a5a6;
}
.all-product-tabs .news-tbs-content .new-about-gray .read-more {
  color: #432858;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  bottom: 25px;
  position: absolute;
}
.all-product-tabs .news-tbs-content .new-about-gray .read-more:hover {
  text-decoration: none;
  color: #f08217;
}
.all-product-tabs .news-tbs-content .new-about-gray .read-more:after {
  font-family: "Fontawesome";
  content: "\f105";
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.all-product-tabs .product-tbs-content .products {
  margin: 0;
}
.finder-section .finder-in .product-finder .form-group input {
  height: 50px;
  border: none;
  background-color: #fafafa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #f08217;
  text-transform: uppercase;
}
/*1200-1440*/
@media (min-width: 1200px) and (max-width: 1440px) {
  .promotions-articles .promotions-left .promotions-left-two {
    /*#dis-flex;
				#flex-wrap;*/
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top {
    width: 100%;
    min-height: 1px;
    padding: 35px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm {
    width: 100%;
    /*-webkit-box-align:flex-end;
					-moz-box-align: flex-end;
					-ms-flex-align: flex-end;
					-webkit-align-items: flex-end; 
					align-items: flex-end;*/
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img {
    width: 49%;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img img {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img {
    width: 49%;
  }
}
/*768-1199*/
@media (min-width: 768px) and (max-width: 1199px) {
  .promotions-articles .row > div {
    /*-webkit-box-flex: 0;
			    -ms-flex: 0 0 100%;
			    flex: 0 0 100%;
			    max-width: 100%;*/
  }
  .promotions-articles .row > div .promotions-left {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .promotions-articles .promotions-left .promotions-left-one .left-background {
    padding: 20px;
    height: 100%;
  }
  .promotions-articles .promotions-left .promotions-left-one .left-background .promotions-left-one-t p {
    max-width: 100%;
  }
  .promotions-articles .promotions-left .promotions-left-one img {
    width: 100%;
  }
  .promotions-articles .promotions-left .promotions-left-two {
    /*#dis-flex;
				#flex-wrap;*/
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top {
    width: 100%;
    min-height: 1px;
    padding: 20px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div {
    padding: 20px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm {
    width: 100%;
    /*-webkit-box-align:flex-end;
					-moz-box-align: flex-end;
					-ms-flex-align: flex-end;
					-webkit-align-items: flex-end; 
					align-items: flex-end;*/
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img {
    width: 49%;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img img {
    width: 100%;
  }
  .account-banner img {
    /*height:100px;
			object-fit: cover;*/
  }
  .all-product-tabs .news-tbs-content > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .pos-section.product-new2 .product-new2-div {
    padding: 15px;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail {
    width: 50%;
    padding: 0;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail h2 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail p {
    margin-bottom: 5px;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail .custom-btn {
    position: static;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-img {
    margin: 0;
  }
  .same-setion-div.in-account .advice-section .row > div {
    -ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50% !important;
  }
}
/*768+*/
@media (min-width: 767px) {
  .product-new2-div {
    min-height: 215px;
  }
}
/*767*/
@media (max-width: 767px) {
  .account-banner {
    margin-bottom: 10px;
  }
  .account-banner img {
    height: 90px;
    object-fit: cover;
  }
  .promotions-articles {
    margin-bottom: 15px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top {
    padding: 15px;
    min-height: 1px;
    margin-bottom: 15px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top.cant-buy > div {
    padding: 15px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-top-head {
    margin-bottom: 15px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-top-head h2 {
    margin-bottom: 5px;
    font-size: 22px;
    text-transform: capitalize;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img {
    width: 49%;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img img {
    width: 100%;
  }
  .promotions-articles .promotions-articles-right .advice-img-section {
    margin-bottom: 10px;
  }
  .promotions-articles .promotions-articles-right .advice-img-section figure img {
    height: 150px;
  }
  .promotions-articles .promotions-articles-right .advice-img-section .advice-text-section {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
  }
  .promotions-articles .promotions-articles-right .advice-img-section .advice-text-section h2 {
    font-size: 16px;
    margin: 0 0 15px;
    min-height: 1px;
    max-width: 100%;
  }
  .all-product-tabs {
    margin-bottom: 20px;
  }
  .all-product-tabs .buy-tab-contents {
    margin-top: 20px;
  }
  .all-product-tabs .heading-section {
    margin: 0;
    border: none;
    padding: 0;
  }
  .all-product-tabs .heading-section h2 {
    display: none;
  }
  .all-product-tabs .heading-section .product-tbs {
    margin: 0;
    width: 100%;
  }
  .all-product-tabs .heading-section .product-tbs li {
    float: left;
    width: 50%;
    margin: 0;
  }
  .all-product-tabs .heading-section .product-tbs li.active a {
    background-color: #ea8021;
    color: #fff;
  }
  .all-product-tabs .heading-section .product-tbs li a {
    text-transform: capitalize;
    border: none !important;
    display: block;
    font-size: 18px;
    line-height: normal;
    background-color: #432858;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
  }
  .all-product-tabs .heading-section .product-tbs li a:hover {
    color: #fff;
    background-color: #ea8021;
  }
  .all-product-tabs .heading-section .product-tbs li a.active {
    background-color: #f08217;
  }
  .all-product-tabs .products {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .all-product-tabs .news-tbs-content > div {
    margin-bottom: 10px;
  }
  .all-product-tabs .news-tbs-content > div:last-child {
    margin-bottom: 0;
  }
  .all-product-tabs .news-tbs-content .new-about-gray {
    padding: 15px;
  }
  .all-product-tabs .news-tbs-content .new-about-gray h2 {
    text-transform: capitalize;
  }
  .all-product-tabs .news-tbs-content .new-about-gray .count {
    margin-bottom: 5px;
  }
  .all-product-tabs .news-tbs-content .new-about-gray .read-more {
    position: static;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail {
    padding-left: 0;
    width: 45%;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail h2 {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail .custom-btn {
    left: 20px;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-img {
    width: 45%;
    margin: 0;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-img img {
    max-height: none;
  }
  .welcom-heading.heading-section .welcom-heading-right {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .welcom-heading.heading-section .welcom-heading-right a {
    margin-left: 0;
    font-size: 13px;
    padding: 10px 30px 10px 10px;
  }
  .welcom-heading.heading-section .welcom-heading-right a:after {
    top: 10px;
    right: 15px;
  }
}
/*479*/
@media (max-width: 479px) {
  .account-banner img {
    height: 90px;
    object-fit: cover;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .promotions-field {
    width: 100%;
    margin-bottom: 10px;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-top .promotions-form .actions {
    width: 100%;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img {
    width: 100%;
  }
  .promotions-articles .promotions-left .promotions-left-two .promotions-btm .promotions-btm-img + .promotions-btm-img {
    margin-top: 10px;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail {
    padding-left: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-detail .custom-btn {
    position: static;
  }
  .pos-section.product-new2 .product-new2-div .product-new2-img {
    width: 100%;
    margin: 0;
  }
}
.popup-authentication .modal-inner-wrap {
  background-color: #ffffff !important;
}
.popup-authentication .modal-inner-wrap .modal-header .action-close {
  background-color: transparent;
}
.popup-authentication .modal-inner-wrap .modal-header .action-close:before {
  color: #000;
}
.popup-authentication .modal-inner-wrap .fieldset {
  margin-bottom: 0 !important;
}
.popup-authentication .modal-inner-wrap .fieldset .field .label {
  padding: 0;
  font-size: 18px;
}
.popup-authentication .block-authentication {
  border-top: 0;
}
.popup-authentication .block-authentication h3 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.popup-authentication .block-authentication .actions-toolbar .primary .action {
  background: #432858;
  min-width: 86px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  font-family: Barlow;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.popup-authentication .block-authentication .actions-toolbar .primary .action:hover {
  background-color: #f08217;
}
.popup-authentication .block-authentication .actions-toolbar > .secondary {
  padding-top: 5px;
}
.popup-authentication .block-authentication .message {
  font-size: 14px;
}
.popup-authentication .block-authentication .block[class] + .block img {
  display: block;
  margin: 10px auto 15px;
  width: 50%;
  max-width: 200px;
}
.popup-authentication .block-authentication .block-content p,
.popup-authentication .block-authentication .block-content ul {
  font-size: 16px;
  margin-bottom: 15px;
}
.popup-authentication .block-authentication .block-content li {
  list-style: initial;
  margin-left: 10px;
}
.popup-authentication .block-authentication .block-content .want-an-account {
  padding-top: 30px;
}
/*Responsive-css*/
/*992-1160*/
/*768-991*/
/*767*/
@media (max-width: 767px) {
  .popup-authentication .modal-inner-wrap .modal-header .modal-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
  }
}
/*767*/
@media (min-width: 767px) {
  .popup-authentication .modal-inner-wrap .modal-header {
    padding-bottom: 0;
  }
  .popup-authentication .modal-inner-wrap .modal-content {
    padding: 20px 40px 30px!important;
  }
  .popup-authentication .block-title {
    font-size: 1.8rem;
    line-height: 1;
  }
  .popup-authentication .block[class] {
    padding-right: 50px;
  }
  .popup-authentication .block[class] + .block {
    padding-left: 50px;
  }
}
/*575*/
.ninjamenus .magezon-builder > .nav-item > a {
  line-height: 40px;
  text-transform: uppercase;
}
.ninjamenus .mgz-element-column .nav-item > a {
  line-height: 1.4;
  padding: 4px 15px;
}
.ninjamenus .item-submenu .nav-item > a span.title {
  display: block;
}
.mgz-row-equal-height .mgz-element-column .mgz-element-inner .mgz-element-single_image {
  min-height: 1px;
}
@media (max-width: 991px) {
  .ninjamenus .mgz-element-column > .mgz-element-inner {
    padding: 0;
  }
  .ninjamenus .item-submenu {
    padding: 0 !important;
  }
  .ninjamenus .item-submenu .mgz-element-column {
    width: 100%;
  }
  .ninjamenus.ninjamenus-mobile .nav-item {
    width: 100%;
  }
  .ninjamenus.ninjamenus-mobile .nav-item > a {
    line-height: 1.6 !important;
    padding: 4px 15px!important;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: transparent !important;
    font-size: 14px;
    border: 0 !important;
  }
  .ninjamenus.ninjamenus-mobile .nav-item.level0 > a {
    padding: 8px 15px!important;
  }
  .ninjamenus.ninjamenus-mobile .nav-item.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .ninjamenus.ninjamenus-mobile .opener {
    height: 35px !important;
    width: 45px !important;
  }
  .ninjamenus.ninjamenus-mobile .opener:before {
    font-size: 35px;
    line-height: inherit;
    color: #ffffff;
    content: '\e622';
    font-family: 'icons-blank-theme' !important;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-smooth: auto;
  }
  .ninjamenus.ninjamenus-mobile .opener:hover {
    background-color: transparent !important;
  }
  .ninjamenus.ninjamenus-mobile .ninjamenus-toggle-active .opener:before {
    content: '\e621';
  }
}
@media (min-width: 991px) {
  .ninjamenus .magezon-builder > .mgz-element.nav-item > a span {
    border-bottom: 4px solid #fafafa;
  }
  .ninjamenus .magezon-builder > .mgz-element.nav-item.active > a span,
  .ninjamenus .magezon-builder > .mgz-element.nav-item > a:hover span {
    color: inherit;
    border-bottom-color: #432858;
  }
  .ninjamenus.ninjamenus-desktop {
    margin: 0 !important;
  }
  .ninjamenus .nav-item .caret:before {
    font-size: 22px;
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    width: 15px;
    margin-left: -5px;
    font-weight: 400;
    top: -1px;
    position: relative;
  }
  .ninjamenus .nav-item .caret.mgz-fa-angle-up:before {
    content: '\e621';
  }
  .ninjamenus .item-submenu {
    /*box-shadow: none!important;
		    border: @navigation-level0-item__border;
		    border-top: 0;*/
  }
}
@media (min-width: 992px) and (max-width: 1220px) {
  .ninjamenus.ninjamenus-desktop .nav-item.level0 > a {
    padding: 0 6px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .catalog-product-view .product.info .product .content .review-add .block-content .field.review-field-ratings .review-control-vote {
    display: table-cell;
    position: static;
  }
  .catalog-product-view .product.info .product .content .review-add .block-content .field.review-field-ratings .field.review-field-rating {
    display: block;
  }
}
@media (max-width: 1023px) {
  .amreview-add-new .amreview-button.action {
    margin-left: -5px;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .catalog-product-view .product.info .product .content .review-add .block-content .field label {
    width: 100% !important;
    margin: 0 0 10px!important;
  }
  .catalog-product-view .product.info .product .content .review-add .block-content .field .control,
  .catalog-product-view .product.info .product .content .review-add .block-content .field #amreview-email-field {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .amreview-add-new .amreview-label {
    display: block;
    margin-left: -5px !important;
    width: 100%;
    margin-top: 5px !important;
  }
}
